@charset 'UTF-8';
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html
{
    font-family: sans-serif;
    /* 1 */

        -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body
{
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video
{
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls])
{
    display: none;

    height: 0;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template
{
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a
{
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover
{
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title]
{
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong
{
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn
{
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1
{
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark
{
    color: #000;
    background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img
{
    border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root)
{
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure
{
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr
{
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre
{
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea
{
    /* 1 */
    font: inherit;
    /* 2 */

    margin: 0;

    color: inherit;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button
{
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select
{
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    /* 2 */
    cursor: pointer;

    -webkit-appearance: button;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled]
{
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input
{
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search']
{
    /* 1 */
    box-sizing: content-box;

    -webkit-appearance: textfield;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend
{
    /* 1 */
    padding: 0;

    border: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea
{
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup
{
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table
{
    border-spacing: 0;
    border-collapse: collapse;
}

th,
td
{
    padding: 0;
}

#contents .card.wh:after,
#contents .card_s.wh:after,
#contents .box.wh:after,
#modal_container .row:after,
#theme_photo .tab_photo:after,
#theme_photo .tab_photo_area .photo_list:after
{
    display: block;
    clear: both;

    content: '';
}

/*!
 * Base
 */
html
{
    font-family: Verdana, '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 10px;
    line-height: 1.6;

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body
{
    color: #333;
    background-color: #f1f5f8;
}

html,
body
{
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ol,
ul,
dl,
dd
{
    margin: 0;
}

ol,
ul
{
    padding: 0;
}

li
{
    list-style-type: none;
}

a
{
    text-decoration: none;

    color: #1e2161;
}
a:visited
{
    color: #1e2161;
}
a:hover
{
    color: #ff8000;
}
a:active
{
    color: #ff8000;
}

abbr[title]
{
    border-bottom-width: 0;
}

img
{
    vertical-align: middle;
}

table
{
    margin: 0;
}

fieldset
{
    margin: 0;
    padding: 0;

    border: 0;
}

label
{
    cursor: pointer;
}

/*=========================================================================
* default setting
*=======================================================================*/
*
{
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p
{
    margin: 0;
    padding: 0;
}

input,
button,
select,
textarea
{
    margin: 0;
    padding: 0;
}

input,
select,
textarea
{
/*    font-size: 1.6rem;    */
    font-size: 1.3rem;

    margin: 0;
/*    padding: 3px; */
    padding: 10px 15px;

    vertical-align: middle;

    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

button
{
    padding: 10px 40px;

    color: #fff;
    border: none;
    border-radius: 5px;
    background: #1e1f5f;

    -webkit-appearance: none;
            appearance: none;
}

header,
footer
{
    line-height: 1;
}

/*=========================================================================
* color
*=======================================================================*/
/*=========================================================================
* font
*=======================================================================*/
.fs12
{
    font-size: 12px;
    font-size: 1.2rem;
}

/*=========================================================================
* button opacity
*=======================================================================*/
.btn button,
.btn a,
.btn_block button,
.btn_block a
{
    -webkit-transition: all .25s ease;
            transition: all .25s ease;
}
.btn button.active,
.btn a.active,
.btn_block button.active,
.btn_block a.active
{
    opacity: .7;
}

nav li
{
    -webkit-transition: all .25s ease;
            transition: all .25s ease;
}

/*=========================================================================
* site base
*=======================================================================*/
.btn_center
{
    text-align: center;
}

.btn_right
{
    clear: both;
    text-align: right;
}

body
{
    font-size: 13px;
}

html,
body
{
    min-width: 980px;
    height: 100%;
}

header
{
    border-bottom: 1px solid #dfdfdf;
    background: #fff;
}
header .state_block
{
    color: #fff;
    background: #1e2161;
}
header .state_block .wrap
{
    overflow: hidden;

    margin: 0 0 0 30px;
}
header .state_block .welcome
{
    float: left;

    padding: 10px 0;
}
header .state_block .btn_logout
{
    float: right;

    padding: 6px;

    text-align: center;

    border-left: 1px solid #f1f5f8;
}
header .nav_block
{
    overflow: hidden;

    height: 60px;
    margin: 0 auto;
}
header .nav_block .logo
{
    display: table;
    float: left;

    width: 200px;
    height: 100%;

    text-align: center;
}
header .nav_block .logo span
{
    display: table-cell;

    vertical-align: middle;
}
header nav
{
    float: left;
}
header nav ul
{
    display: table;

    height: 60px;
}
header nav ul li
{
    position: relative;

    display: table-cell;

/*    width: 160px; */
    width: 200px; /* reb */

    vertical-align: middle;

    border-right: 1px solid #dfdfdf;

    padding-left:70px;
    cursor:pointer;
}
header nav ul li:first-child
{
    border-left: 1px solid #dfdfdf;
}
header nav ul li:before
{
    position: absolute;
    top:0;
    left: 34px;

    display: block;

    width: 31px;
    height: 22px;
    margin-top: 18px;

    content: '';

    z-index: 99;
    background: url(../img/gnav.png?r=186) no-repeat 0 0;
}
header nav ul li.uploads:before
{
    background-position: 0 0;
}
header nav ul li.photos:before
{
    background-position: -31px 0;
}
header nav ul li.corporate:before
{
    background-position: -62px 0;
}
header nav ul li.recruit:before
{
    left: 30px;

    background-position: -93px 0;
}
header nav ul li.banner:before
{
    left: 30px;

    background-position: -124px 0;
}
header nav ul li.help:before
{
    background-position: -62px 0;
}
header nav ul li:hover,
header nav ul li.cu
{
    background-color: #eee;
}
header nav ul li.cu
{
    background: url(../img/parts/bg_menu_under.png) repeat-x 0 100% #fff;
}
header nav ul a
{
    position: relative;
    z-index: 1;

    display: table-cell;

    width: 160px;
    height: 60px;
    padding-left: 68px;

    vertical-align: middle;
}
header nav ul a:hover
{
    color: #1e2161;
}

#container
{
    position: relative;
    position: relative;

    width: 100%;
    min-height: 100%;
}

#contents
{
    padding-bottom: 190px;
}

footer
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 140px;

    color: #aaa;
}
footer nav
{
    margin: 0 auto 15px;
    padding: 10px 0;

    background: #1e1f5f;
}
footer nav ul
{
    text-align: center;
}
footer nav ul li
{
    display: inline-block;

    padding: 0 20px;
}
footer nav ul a:link
{
    color: #fff;
}
footer nav ul a:visited
{
    color: #fff;
}
footer .powerd
{
    margin: 0 30px 0 0;
    padding: 0;

    text-align: right;
    vertical-align: middle;

    color: #1e2161;
}

h1
{
    font-size: 20px;
    font-size: 2rem;

    margin: 0 auto 15px;

    color: #1e2161;
}

h2
{
    font-size: 10px;
    font-size: 1.4rem;

    width: 960px;
    margin: 30px 0px 5px -3px;

    color: #1e2161;
}

#contents.col_1block
{
    width: 980px;
    margin: 0 auto;
}
#contents.col_2block
{
    position: relative;

    overflow: hidden;

    width: 980px;
    margin: 0 auto;
}
#contents.col_2block #main
{
    float: left;

    width: 685px;
}
#contents.col_2block #side
{
    float: right;

    width: 275px;
}
#contents .base
{
    padding: 30px 35px 50px;

    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #fff;
}
#contents .base .lead_text
{
    line-height: 2;

    margin: 0 0 40px;

    color: #1e2161;
}
#contents .card.wh
{
    position: relative;

    margin: 20px 0 0;
    padding: 22px;

    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #fff;
}
#contents .card.wh:first-child
{
    margin-top: 0;
}
#contents .card.wh .lead_text
{
    line-height: 1.8;

    color: #1e2161;
}
#contents .card_s.wh
{
    position: relative;

    margin: 20px 0 0;
    padding: 10px;

    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #fff;
}
#contents .card_s.wh:first-child
{
    margin-top: 0;
}
#contents .box.wh
{
    position: relative;

    margin: 20px 0 0;
    padding: 20px;

    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #fff;
}
#contents .box.wh:first-child
{
    margin-top: 0;
}
#contents .box.wh .lead_text
{
    line-height: 1.8;

    color: #1e2161;
}

#contents .box.tabfoot
{
    margin: 20px 0 0;
    padding: 10px;

    border: 2px solid #1e2161;
    border-radius: 5px;
}

#modal_container
{
/* Co by sghr 20150522 */
    /*position: absolute;*/

    /*z-index: 1000;*/
    /*top: 0;*/
    /*left: 0;*/

    /*width: 100%;*/
    /*height: 100%;*/

    /*background: url(../img/parts/bg_modal.png) repeat 0 0 !important;*/
/*--------------------*/
}
#modal_container img
{
    width:800px;
    height:450px;
}
/*---------------------*/
#modal_container .modal_contents
{
/*
    position: fixed;
    top: 10%;
    left: 30%;

    width: 670px;
    min-height: 600px;
    padding: 0 0 30px;

    border-radius: 5px;
    background: #fff;
*/
}
#modal_container .modal_contents.modal_photo
{
    width:800px;
}
#modal_container .modal_ttl
{
    font-size: 16px;
    font-size: 1.6rem;

    padding: 10px 20px;

    border-bottom: 1px solid #dfdfdf;
    border-radius: 5px 5px 0 0;
    background: #f8f8f8;
}
#modal_container .input_list
{
    margin-top: -1px;
}
#modal_container .input_list dt,
#modal_container .input_list dd
{
    padding: 20px 30px;
}
#modal_container .input_list dt
{
    float: left;
    clear: left;

    width: 160px;

    color: #1e2161;
}
#modal_container .input_list dd
{
    padding-left: 160px;

    border-top: 1px solid #dfdfdf;
}
#modal_container .input_list select
{
    width: auto;
}
#modal_container .input_list select.select_year
{
    margin: 0 10px 0 0;
}
#modal_container .input_list select.select_month,
#modal_container .input_list select.select_day
{
    margin: 0 10px;
}
#modal_container .input_list input[type='text']
{
    width: 460px;
}
#modal_container .input_list textarea
{
    width: 460px;
}
#modal_container .input_list .msg_error
{
    margin: 5px 0 0;

    color: #de0577;
}
#modal_container .input_list_in
{
    overflow: hidden;

    margin: 0;
}
#modal_container .input_list_in dt,
#modal_container .input_list_in dd
{
    padding: 0 0 20px;
}
#modal_container .input_list_in dt.last,
#modal_container .input_list_in dd.last
{
    padding: 0;
}
#modal_container .input_list_in dt
{
    float: left;
    clear: left;

    width: 85px;
}
#modal_container .input_list_in dd,
#modal_container .input_list_in dd.last
{
    padding-left: 90px;

    border: none;
}
#modal_container .input_list_in input[type='text']
{
    width: 380px;
}
#modal_container .btn_add_job
{
    font-size: 16px;
    font-size: 1.6rem;

    margin: 0 30px 0 0;
    padding: 5px 20px;
}
#modal_container .row
{
    position: relative;

    padding: 20px;
}
#modal_container .row .comment
{
    float: left;
/*Mod by sghr 20150522*/
    /*width: 410px;*/
    width:340px;
/*-------------------*/
}
#modal_container .row .comment textarea
{
    width: 100%;
    height: 102px;
    margin: 0 0 15px;
	resize: none;
}
#modal_container .row .comment .btn_comment
{
    font-size: 16px;
    font-size: 1.6rem;

    padding: 5px 20px;
}
#modal_container .row .tag_theme
{
    float: right;

    width: 350px;
}
#modal_container .row .tag_theme .select_item
{
    width: 350px;
}
#modal_container .row .tag_theme .select_area
{
    width: auto;
    z-index: 2;
}
#modal_container .row .action_list
{
    top: auto;
    right: 20px;
    bottom: 15px;
    left: auto;
}
#modal_container .modal_close
{
    position: absolute;
    top: 15px;
    right: 15px;
}
#modal_container .modal_close .btn_modal_close
{
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;

    text-indent: -9999px;

    background: url(../img/parts/icon_modal_close.png) no-repeat 0 0 transparent;
}

.action_list
{
    position: absolute;
    bottom: 55px;
    left: 10px;

}
.action_list button
{
    /* Mod by sghr 150610 */
    width: 20px;
    /*height: 20px;*/
    height: 28px;
    /*-------------------*/
    margin: 0;
    padding: 0;

    text-indent: -9999px;
}
.action_list li
{
    display: inline;
    float: left;

    width: 20px !important;
    height: 20px;
    margin: 0 0 0 5px !important;
    padding: 0;

    border: none;
}
.action_list li:first-child
{
    margin: 0;
}
.btn_bookmark.cu
{
    background: url(../img/parts/icon_hearts.png) no-repeat 0 0;
}

.btn_delete
{
    background: url(../img/parts/icon_delete.png) no-repeat 0 0;
}

.btn_download
{
    font-size: 2.2rem;
    line-height: 0;
    margin-top: -1px;
    cursor: pointer;
}
/*=========================================================================
* pages
*=======================================================================*/
#theme_policy .policy_list dt
{
    font-weight: bold;

    margin: 50px 0 15px;
}
#theme_policy .policy_list dt:first-child
{
    margin-top: 0;
}
#theme_policy .policy_list dd
{
    margin: 0;
}
#theme_policy .policy_list ol
{
    margin: 5px 0 0 18px;
}
#theme_policy .policy_list ol li
{
    list-style-type: decimal;
}

/*=========================================================================
* pages
*=======================================================================*/
#theme_inquiry .inquiry_list
{
    overflow: hidden;
    width: 978px;
    margin: 30px 0 0 -35px;
    padding: 0 30px;
    position: relative;
}
#theme_inquiry .inquiry_list dt,
#theme_inquiry .inquiry_list dd
{
    padding: 0 0 30px;
}
#theme_inquiry .inquiry_list dt
{
    font-size: 14px;
    font-size: 1.4rem;

    float: left;
    clear: left;

    width: 10em;

    color: #1e2161;
    padding-top: 10px;
}
#theme_inquiry .inquiry_list dd
{
    padding-left: 9em;
}
#theme_inquiry .inquiry_list input,
#theme_inquiry .inquiry_list select,
#theme_inquiry .inquiry_list textarea
{
    width: 550px;
}
#theme_inquiry .inquiry_list textarea
{
    resize: vertical;
}
#theme_inquiry .inquiry_list .msg_error
{
    margin: 5px 0 0;

    color: #de0577;
}
#theme_inquiry .inquiry_list .confirm .input_item
{
    font-size: 1.3rem;
    margin: 0;
    padding: 10px 15px;
    vertical-align: middle;
}
#theme_inquiry .inquiry_list .confirm .input_item.textbox
{
    padding: 0 15px 10px;
}
#theme_inquiry .inquiry_list .confirm .input_item.textbox > div
{
    width: 520px;
    padding: 10px 15px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
#theme_inquiry .btn_set
{
    text-align: center;
}
#theme_inquiry .btn_set li
{
    display: inline-block;

    margin: 0 10px;
}
#theme_inquiry .btn_edit
{
    font-size: 16px;
    font-size: 1.6rem;

    padding: 5px 20px;

    background: #00b200;
}
#theme_inquiry .line
{
    position: relative;
    width:980px;
    margin:0 0 -1px -36px;
    padding:0 30px;

    border-bottom: 1px solid #dfdfdf;

}
#theme_inquiry .line:after{
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#theme_inquiry .line:before
{
    position: absolute;
    right: 0;
    bottom: -11px;

    display: block;

    width: 12px;
    height: 23px;

    content: '';

    background: url(../img/parts/icon_triangle_gray.png) no-repeat 0 0;
}

/*=========================================================================
* pages
*=======================================================================*/
#theme_help .help_list
{
    overflow: hidden;

    border: 1px solid #dfdfdf;
    border-top: none;
    border-radius: 5px;
}
#theme_help .help_list dt,
#theme_help .help_list dd
{
    padding: 15px 20px;
}
#theme_help .help_list dt
{
    font-size: 16px;
    font-size: 1.6rem;

    position: relative;

    cursor: pointer;

    border-top: 1px solid #dfdfdf;
    border-bottom: none;
    background: #f8f8f8;
}
#theme_help .help_list dt:first-child
{
    border-radius: 5px 5px 0 0;
}
#theme_help .help_list dt::before,
#theme_help .help_list dt::after
{
    position: absolute;
    top: 50%;
    right: 20px;

    display: block;

    width: 14px;
    height: 2px;

    content: '';

    border-radius: 5px;
    background-color: #888;
}
#theme_help .help_list dt::before
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#theme_help .help_list dt::after
{
    right: 29px;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
#theme_help .help_list dt.open::before
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
#theme_help .help_list dt.open::after
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#theme_help .help_list dt.open + dd
{
    border-top: 1px solid #dfdfdf;
}
#theme_help .help_list dd
{
    display: none;
}

/*=========================================================================
* pages
*=======================================================================*/
#theme_recruit #list
{
    clear: both;
    overflow: hidden;
}
#theme_recruit .ng_reason
{
    border:2px solid #dfdfdf;
    margin:0 0 20px;
    padding:10px 20px;
    border-radius: 5px;
    font-weight: bold;
    color:red;
}
#theme_recruit .disable
{
    background: #cccccc !important;
    color: #acac9d;
    pointer-events: none;
}
#theme_recruit .recruit_table
{
    width: 100%;
    margin: 0 0 20px;

    border-collapse: separate;

    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
#theme_recruit .recruit_table th,
#theme_recruit .recruit_table td
{
    padding: 10px 20px;

    text-align: center;

    border-top: 1px solid #dfdfdf;
}
#theme_recruit .recruit_table td:first-child
{
    text-align: left;
}
#theme_recruit .recruit_table thead
{
    background: #1e1f5f;
}
#theme_recruit .recruit_table thead th
{
    font-weight: normal;

    color: #fff;
}
#theme_recruit .recruit_table .col01
{
    width: 300px;
}
#theme_recruit .recruit_table .col02
{
    width: 120px;
}
#theme_recruit .recruit_table .col03
{
    width: 130px;
}
#theme_recruit .recruit_table .col04
{
    width: 120px;
}
#theme_recruit .recruit_table .btn_set li
{
    display: inline-block;

    margin: 0 5px;
}
#theme_recruit .recruit_table .btn_edit
{
    font-size: 12px;
    font-size: 1.2rem;

    padding: 5px 30px;

    background: #00b200;
}
#theme_recruit .recruit_table .btn_delete
{
    font-size: 12px;
    font-size: 1.2rem;

    padding: 5px 30px;

    background: #acac9d;
}
#theme_recruit .btn_request
{
    font-size: 16px;
    font-size: 1.6rem;

    padding: 5px 20px;
}
#theme_recruit .btn_add
{
    display: inline-block;
    background: url(../img/parts/icon_add.png) no-repeat left center;
}

#theme_recruit .btn_add.link
{
    position: relative;
    top: -55px;
}

#theme_recruit .add_link
{
	display: inline-block;
	position: relative;
	top: -80px;
	left:50%;
}
#theme_recruit .add_link a
{
	display: inline-block;
	position: relative;
	left:-50%;
}
#theme_recruit .add_link button
{
    background: #7fbfd3;
}


#theme_recruit .btn_add a
{
    padding: 0 0 0 20px;
}

#theme_recruit .btn_set
{
    text-align: center;
}
#theme_recruit .btn_set li
{
    display: inline-block;

    margin: 0 10px;
}
#theme_recruit .btn_add_job
{
    font-size: 16px;
    font-size: 1.6rem;

    padding: 5px 20px;

    background: #00b200;
}
#theme_recruit .btn_preview
{
    font-size: 16px;
    font-size: 1.6rem;

    padding: 5px 20px;

    background: #00b200;
}
#theme_recruit .btn_pic,
#theme_recruit .btn_delete_link,
#theme_recruit .btn_search
{
    font-size: 12px;
    font-size: 1.2rem;

    padding: 3px 10px;

    background: #7fbfd3;
}
/*
#theme_recruit .refesh_list
{
    overflow: hidden;

    margin: 0 -35px 30px -35px;
    padding: 0 30px;

    border-bottom: 1px solid #dedede;

    position: relative;
}
#theme_recruit .refesh_list.last
{
    margin-bottom: 0;

    border-bottom: none;
}
*/
#theme_recruit .refesh_list .btn
{
    text-align: center;
}
#theme_recruit .refesh_list .input_list_in .btn
{
    text-align: center;
}
#theme_recruit .refesh_list .btn .btn_pic
{
    margin: 15px 0 15px;
}
#theme_recruit .refesh_list .input_list_in .btn .btn_pic
{
    margin: 15px 0 0;
}
/*
#theme_recruit .refesh_list dt,
#theme_recruit .refesh_list dd
{
    padding: 0 0 30px;
}
#theme_recruit .refesh_list dt
{
    font-size: 14px;
    font-size: 1.4rem;

    float: left;
    clear: left;

    width: 10em;

    color: #1e2161;
    line-height: 3.5rem;
}
#theme_recruit .refesh_list dd
{
    padding-left: 11em;
}
*/
#theme_recruit .refesh_list input
{
    width: 540px;
}
#theme_recruit .refesh_list input[type="radio"]
{
    min-width: auto;
    width: auto;
    margin: 0 5px 0 10px;
}
#theme_recruit .refesh_list textarea
{
    width: 540px;
    resize: vertical;
}
#theme_recruit .refesh_list .msg_error
{
    margin: 15px;
    padding: 15px;
    color: #de0577;
    font-weight: bold;
    border:2px solid #de0577;
    text-align: center;
}
#theme_recruit .input_list .msg_error,
#theme_recruit .input_list_in .msg_error
{
    margin: 5px 0 0;

    color: #de0577;
}
#theme_recruit .input_list_in
{
    overflow: hidden;

    margin: 0 0 30px;
    border-bottom:1px solid #dedede;
}
#theme_recruit .input_list_in:last-child
{
    margin: 0 0 15px;
}
#theme_recruit .images_area
{
    display: inline-block;
}
/*
#theme_recruit .input_list_in dt,
#theme_recruit .input_list_in dd
{
    padding: 0 0 30px;
}
#theme_recruit .input_list_in dt.last,
#theme_recruit .input_list_in dd.last
{
    padding: 0;
}
#theme_recruit .input_list_in dt
{
    float: left;
    clear: left;

    width: 85px;
}
#theme_recruit .input_list_in dd,
#theme_recruit .input_list_in dd.last
{
    padding-left: 90px;

    border: none;
}
*/
#theme_recruit .input_list_in input[type='text']
{
    width: 430px;
}
#theme_recruit .input_list_in .num01
{
    width: 75px !important;
    margin: 0 10px 0 0;
}
#theme_recruit .input_list_in .num02
{
    width: 98px !important;
    margin: 0 10px;
}
#RecruitAvailableDateYear
{
    margin: 0 10px 0 0;
    min-width: auto !important;
    width: auto !important;
}
#RecruitAvailableDateMonth,
#RecruitAvailableDateDay
{
    margin: 0 10px;
    min-width: auto !important;
    width: auto !important;
}
#theme_recruit .image_area
{
    position: relative;
}
#theme_recruit .image_eyecatch
{
    border: 2px dotted #999;
    width: 544px;
    height: 308px;
}
#theme_recruit .image_banner
{
/*    width: 430px;*/
    text-align: center;
/*
    border: 2px dotted #999;
    width: 434px;
    height: 150px;
*/
}
#theme_recruit .image_banner img
{
    border: 2px dotted #999;
    max-width: 430px;
    margin: 0 auto;
}
#theme_recruit .banner_type_select
{
    padding:10px 0;
}
/* Add by sghr 150603 */
#theme_corporate .image_logo
{
    border: 2px dotted #999;
    width: 103px;
    height: 103px;
}
#theme_recruit span.count-box
{
    width: 520px;
    display: inline-block;
    text-align:right;
}
/*-------------------*/
#theme_recruit .refesh_list .theme_isapprove label
{
    width: 540px;
    padding: 0;
    margin-bottom: 10px;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
/*=========================================================================
* pages
*=======================================================================*/
#theme_corporate .ng_reason
{
    border:2px solid #dfdfdf;
    margin:0 0 20px;
    padding:10px 20px;
    border-radius: 5px;
    font-weight: bold;
    color:red;
}
#theme_corporate .btn_set
{
    text-align: center;
    margin-top: 40px;
}
#theme_corporate .btn_set li
{
    display: inline-block;

    margin: 0 10px;
}
#theme_corporate .btn_edit
{
    font-size: 16px;
    font-size: 1.6rem;

    padding: 5px 20px;

    background: #00b200;
}
#theme_corporate .disable
{
    background: #cccccc !important;
    color: #acac9d;
    pointer-events: none;
}
#theme_corporate select.disable
{
    background: #f0f0f0 !important;
    color: #acac9d;
    pointer-events: none;
}
#theme_corporate .btn_preview
{
    font-size: 16px;
    font-size: 1.6rem;

    padding: 5px 20px;

    background: #00b200;
}
#theme_corporate .btn_request
{
    font-size: 16px;
    font-size: 1.6rem;

    padding: 5px 20px;
}
#theme_corporate .btn_add
{
    background: url(../img/parts/icon_add.png) no-repeat left center;
}
#theme_corporate .btn_add a
{
    padding: 0 0 0 20px;
}
#theme_corporate .btn_search,
#theme_corporate .btn_pic
{
    font-size: 12px;
    font-size: 1.2rem;

    padding: 3px 10px;

    background: #7fbfd3;
}
#theme_corporate input[type='file']
{
    display: none;
}
#theme_corporate .refesh_list,
#theme_recruit .refesh_list
{
    overflow: hidden;

    width: 978px;
    margin: 0 0 0 -35px;
    padding: 0 30px;

    position: relative;
}
#theme_corporate .refesh_list.last,
#theme_recruit .refesh_list.last
{
    margin-bottom: 0;

    border-bottom: none;
}
#theme_corporate .refesh_list .btn,
#theme_recruit .refesh_list .btn
{
    text-align: center;
}
#theme_corporate .refesh_list .btn .btn_pic,
#theme_recruit .refesh_list .btn .btn_pic
{
    margin: 15px 0 15px;
}
#theme_corporate .refesh_list dt,
#theme_corporate .refesh_list dd,
#theme_recruit .refesh_list dt,
#theme_recruit .refesh_list dd
{
    padding: 0 0 30px;
}
#theme_corporate .refesh_list dt,
#theme_recruit .refesh_list dt
{
    font-size: 14px;
    font-size: 1.4rem;

    float: left;
    clear: left;

    width: 17em;

    color: #1e2161;
    line-height: 2rem;
    padding-top:7px;

}
#theme_corporate .refesh_list dt.ope1
{
    padding-top:0;
}
#theme_corporate .refesh_list dt.dt_title,
#theme_recruit .refesh_list dt.dt_title
{
    width: 25%;
    padding: 2px;
    margin-bottom: 30px;
    font-weight: bold;
}
span.required,
span.any,
span.select
{
    position: absolute;
    left: 200px;
    border: 1px solid #1e2161;
    border-radius: 3px;
    margin: 7px 0 0 0;
    padding: 0 8px 2px 7px;
    background: #ff3333;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
span.any
{
    background: #0066cc;
}
span.select
{
    background: #74DF00;
}
#theme_corporate .refesh_list dd,
#theme_recruit .refesh_list dd
{
    padding-left: 18.2em;
}

#theme_corporate .refesh_list dd.last,
#theme_recruit .refesh_list dd.last
{
    padding-bottom: 70px;
}

#theme_corporate .refesh_list dd.dd_title,
#theme_recruit .refesh_list dd.dd_title
{
    font-size: 11px;
    font-size: 1.1rem;
    text-align: right;
    line-height: 4.5rem;
    height:41px;
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: 2px solid #1e2161;
}
#theme_corporate .refesh_list input
{
    width: 550px;
}
#theme_corporate .refesh_list textarea
{
    width: 540px;
    resize: vertical;
}
#theme_corporate .refesh_list .input_item .publish_area,
#theme_corporate .refesh_list .input_item .texts_area,
#theme_corporate .refesh_list .input_item .movies_area,
#theme_corporate .refesh_list .input_item .images_area
{
    overflow: hidden;
    margin:0 0 15px;
}
#theme_corporate .refesh_list .input_item .images_area
{
    margin:0;
    display:inline-block;
}
#theme_corporate .refesh_list select
{
    width: 265px;
    margin-right: 10px;
}
#theme_corporate .refesh_list .input_item .movies_area select
{
    width: 165px;
}
#theme_corporate .refesh_list .input_item .movies_area input
{
    width: 365px;
}
#theme_corporate .refesh_list .msg_error
{
    margin: 5px 0 0;

    color: #de0577;
}
#theme_corporate .refesh_list .theme_title
{
    width: 540px;
    margin: 0 5px 15px;
}
#theme_corporate .refesh_list .theme_list_L
{
    font-weight: bold;
    cursor: default;
}
#theme_corporate .refesh_list .theme_list_S
{
    margin-left: 35px;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 2.5rem;
}
#theme_corporate .refesh_list .theme_list_S .batch
{
    cursor: default;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 42px;
    line-height: 18px;
    padding: 0;
    margin-top: 3px;
    text-align: center;
    color: #fff;
}
#theme_corporate .refesh_list .theme_list_S .batch.checked
{
    background: url(../img/parts/icon_check_20x20.png) no-repeat 0 0;
}
#theme_corporate .refesh_list .theme_list_S .batch.error:before
{
    content: '';
}
#theme_corporate .refesh_list .theme_list_S .batch.check_error,
#theme_corporate .tab_list li .check_error
{
/*    background: url(../img/parts/icon_checkerror_20x20.png) no-repeat 0 0;*/
    background-color: #cc0000;
    border: 1px solid #c90000;
    border-radius: 5px;

}
#theme_corporate .refesh_list .theme_list_S .item
{
    cursor: pointer;
    color: inherit;
    padding-left: 5px;
}
#theme_corporate .refesh_list .theme_list_S .item.selected
{
    border: 1px solid #1e2161;
    border-radius: 4px;
    background-color: #1e2161;
    color: #fff;
    line-height: 2.3rem;
    width: 70%;
}
#theme_corporate .refesh_list .theme_list_S .item:hover
{
    cursor: pointer;
    color: #7fbfd3;
}
#theme_corporate .refesh_list_in
{
    overflow: hidden;

    margin: 0 0 0 -16em;
}
#theme_corporate .refesh_list_in dt,
#theme_corporate .refesh_list_in dd
{
    padding: 0 0 30px;
}
#theme_corporate .refesh_list_in dt
{
    font-size: 14px;
    font-size: 1.4rem;

    float: left;
    clear: left;

    width: 15em;

    color: #1e2161;
}
#theme_corporate .refesh_list_in dd
{
    padding-left: 16em;
}
#theme_corporate .refesh_list select
{
    width: auto;
}
#CorporateEstablishmentYear
{
    margin: 0 10px 0 0;
}
#CorporateEstablishmentMonth,
#CorporateEstablishmentDay
{
    margin: 0 10px;
}
#theme_corporate .refesh_list textarea
{
    width: 550px;
}
#theme_corporate .refesh_list .msg_error
{
    margin: 5px 0 0;

    color: #de0577;
}
#theme_corporate .refesh_list .num01
{
    width: 75px;
    margin: 0 10px 0 0;
}
#theme_corporate .refesh_list .num02
{
    width: 98px;
    margin: 0 10px;
}
#theme_corporate .refesh_list .address01
{
    width: 90px;
    margin: 0 10px;
}
#theme_corporate .refesh_list .address02
{
    width: 130px;
    margin: 0 10px;
}
#theme_corporate .refesh_list .wide_s
{
    width: 220px;
    margin: 0 10px 0 0;
}
#theme_corporate .tag_theme
{
    position: relative;
    margin: 0 0 15px 0;
}
#theme_corporate .tag_theme .select_item
{
    line-height: 30px;

    width: 410px;
    height: 30px;
    padding-left: 30px;

    cursor: pointer;

    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: url(../img/parts/icon_tag.png) no-repeat 10px center #f1f5f8;
}
/*
#theme_corporate .tag_theme .select_area
{
    position: absolute;
    top: 35px;
    left: 0;

    display: none;

    width: 410px;
    margin: 0 0 0;
    padding: 10px;

    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #fff;
}
#theme_corporate .tag_theme .select_area input
{
    width: auto;
    margin: 0 5px 0 0;
}
#theme_corporate .tag_theme .select_area ul
{
    overflow: hidden;

    margin: 0 0 10px;
}
#theme_corporate .tag_theme .select_area ul li
{
    display: inline-block;

    min-width: 120px;
    padding: 5px 10px 5px 0;
}
#theme_corporate .tag_theme .select_area .btn_setting
{
    padding: 2px 25px;

    border-radius: 20px;
}
#theme_corporate .add_plus
{
    padding: 0 0 0 55px;
}
#theme_corporate .add_plus .btn_add
{
    margin: 0 0 15px;
}
#theme_corporate .add_plus .btn_pic
{
    margin: 15px 0 15px;
}
*/
#theme_corporate .add_themes
{
    padding: 0 0 0 35px;
}
#theme_corporate .add_themes .tag_theme .select_item
{
    cursor: default;
    width: 535px;
}
#theme_corporate .add_themes .input_item
{
    width: 556px;
}
#theme_corporate div[id^=theme_] ul.images_area
{
    position: relative;
}
#theme_corporate div[id^=theme_] ul.images_area li
{
    float: left;
    margin: 0 5px;
}
#theme_corporate div[id^=theme_] ul.images_area li:first-child
{
    margin: 0 5px 0 0;
}
#theme_corporate div[id^=theme_] ul.images_area li:last-child
{
    margin: 0 0 0 5px;
}
/*
#theme_corporate div[id^=theme_] ul.images_area:after
{
    display: block;
    clear: both;
    content: '';
}
*/
#theme_corporate div[id^=theme_] ul.images_area li .image_theme img
{
    max-width:100%;
    /*max-height:100%;*/
}
#theme_corporate div[id^=theme_] ul.images_area li .image_theme
{
    border: 2px dotted #999;
}
/*
#theme_corporate div[id^=theme_] ul.images_area:nth-of-type(1) li .image_theme
{
    border: 2px dotted #999;
    width: 524px;
}
#theme_corporate div[id^=theme_] ul.images_area:nth-of-type(2) li .image_theme,
#theme_corporate div[id^=theme_] ul.images_area:nth-of-type(3) li .image_theme
{
    border: 2px dotted #999;
    width: 262px;
}
#theme_corporate div[id^=theme_] ul.images_area:nth-of-type(2) li .btn,
#theme_corporate div[id^=theme_] ul.images_area:nth-of-type(3) li .btn
{
    width: auto;
}
*/
#theme_corporate div[id^=theme_] .texts_area textarea
{
    resize: vertical;
}
#theme_corporate span.count-box
{
    width: 540px;
    display: inline-block;
    text-align:right;
}
#theme_corporate div[id^=theme_] .theme_isapprove input[type="checkbox"]
{
    display: none;
}
#theme_corporate div[id^=theme_] .theme_isapprove label
{
    width: 540px;
    padding:0;
    margin-bottom: 10px;
    font-size:1.6rem;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}


#theme_corporate .tab_list
{
    position: relative;
    width:980px;
    margin:0 0 -1px -36px;
    padding:0 30px;

    border-bottom: 1px solid #dfdfdf;

}
#theme_corporate .tab_list:after{
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#theme_corporate .tab_list:before
{
    position: absolute;
    right: 0;
    bottom: -11px;

    display: block;

    width: 12px;
    height: 23px;

    content: '';

    background: url(../img/parts/icon_triangle_gray.png) no-repeat 0 0;
}
#theme_corporate .tab_list li
{
    display: inline;
    float: left;

    margin-left: 10px;
    text-align: center;

    border: 1px solid #dfdfdf;
    border-bottom: none;
    background: #fff;
}
#theme_corporate .tab_list li a
{
    padding: 10px 30px;
    /*display:block;*/
    display:inline-block;
}
#theme_corporate .tab_list li:first-child
{
    margin: 0;
}
#theme_corporate .tab_list li.cu
{
    background: url(../img/parts/bg_menu_under.png) repeat-x 0 100% #fff;
}
#theme_corporate .tab_area{
    padding:35px 0 0;
    display:none;
}
#theme_corporate #tab_first{
    display:block;
}
#theme_corporate #tab_second .refesh_list dt
{
    height: 100%;
    border-right: 1px solid #eee;
}
#theme_corporate #tab_second .refesh_list .item_help.title
{
    font-size: 1.5rem;
    height: 40px;
    border-left: 4px solid #1E2161;
    padding: 0 4px;
    margin-bottom: 10px;
}
#theme_corporate #tab_second .refesh_list .item_help.title.right_pane
{
    margin-left: 35px;
}
/*=========================================================================
* pages
*=======================================================================*/
#theme_upload .btn_set
{
    margin: 20px 0 10px;
}
#theme_upload .btn_set li
{
    display: inline-block;

    margin: 0 0 0 5px;
}
#theme_upload .btn_set li:first-child
{
    margin: 0;
}
#theme_upload .btn_all_select
{
    padding: 5px 10px;

    color: #00b200;
    border: 1px solid #dfdfdf;
    background: #fff;
}
#theme_upload .btn_all_release
{
    padding: 5px 10px;

    color: #aaa;
    border: 1px solid #dfdfdf;
    background: #fff;
}
#theme_upload .btn_upload,
#theme_upload .btn_upload_all
{
    font-size: 16px;
    font-size: 1.6rem;

    padding: 5px 20px;

    background: #de0577;
}
#theme_upload .btn_all_set
{
    font-size: 16px;
    font-size: 1.6rem;

    width: 100%;
    margin: 0 0 10px;
    padding: 5px 20px;

    background: #00b200;
}
#theme_upload .btn_all_delete
{
    font-size: 16px;
    font-size: 1.6rem;

    width: 100%;
    padding: 5px 20px;

    background: #acac9d;
}
#theme_upload .btn_all_reset
{
    font-size: 16px;
    font-size: 1.6rem;

    width: 100%;
    padding: 5px 20px;

    /*background: #acac9d;*/
}
#theme_upload input[type='file']
{
    display: none;
}
#theme_upload .add_pic
{
    padding: 30px;

    text-align: center;

    color: #7fbfd3;
    border: 1px dashed #7fbfd3;
    border-radius: 5px;
    background: #ebf5f4;

    cursor: pointer;
}
#theme_upload .add_pic .input_item
{
    font-size: 16px;
    font-size: 1.6rem;

    margin: 0 0 10px;
}
#theme_upload .add_pic .input_item input[type='file']
{
    display: none;
}
#theme_upload .card .thumb
{
    float: left;
    width: 200px;
}
#theme_upload .card .detail
{
    float: right;

    width: 410px;
}
#theme_upload .card .detail textarea
{
    width: 410px;
    margin: 0 0 15px;
    resize: vertical;
}

#theme_upload .card .btn_l,
#theme_upload .card .btn_r
{
    position: absolute;
}
#theme_upload .card .btn_l button,
#theme_upload .card .btn_r button
{
    text-indent: -9999px;
}
#theme_upload .card .btn_l
{
    top: 10px;
    left: 10px;

    width: 26px;
    height: 26px;
}
#theme_upload .card .btn_r
{
    top: 5px;
    right: 5px;

    width: 20px;
    height: 20px;
}
#theme_upload .btn_right
{
    padding: 10px 0 0;
    clear:both;
}

#theme_upload .btn_close
{
    width: 100%;
    height: 100%;
    padding: 0;
    background: url(../img/parts/icon_close.png) no-repeat 0 0;
    text-indent: -9999px;
}
#theme_upload .card input[type='checkbox'],
#theme_upload .card_s input[type='checkbox']
{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
#theme_upload .card input[type='checkbox'] + label
{
    display: block;

    width: 100%;
    height: 100%;

    text-indent: -9999px;

    background: url(../img/parts/icon_check_off.png) no-repeat 0 0;
}
#theme_upload .card input[type='checkbox']:checked + label
{
    background: url(../img/parts/icon_check.png) no-repeat 0 0;
}
#theme_upload .card .thumb .failure-create-thumbnail
{
    position: relative;
    background: #ccc;
    color: #fff;
    font-size: 1rem;
    width: 200px;
    height: 200px;
    padding: 5px;
    text-align: right;
}
#theme_upload .card .thumb .failure-create-thumbnail-value
{
    position: absolute;
    bottom: 5px;
    left: 5px;
}
#theme_upload .tag_theme
{
    position: relative;
}
#theme_upload .tag_theme .select_item
{
    line-height: 30px;

    width: 410px;
    height: 30px;
    margin: 0 0 10px;
    padding-left: 30px;

    cursor: pointer;

    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: url(../img/parts/icon_tag.png) no-repeat 10px center #f1f5f8;
}
#theme_upload .tag_theme .select_area
{
    /*Add by sghr 20150522*/
    z-index:999;
    /*-------------------*/
/*    position: absolute;*/
    top: 35px;
    left: 0;

    display: none;

    width: 410px;
    margin: 0 0 0;
    padding: 10px;

    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #fff;
}
#theme_upload .tag_theme .select_area input
{
    width: auto;
    margin: 0 5px 0 0;
}
#theme_upload .tag_theme .select_area ul
{
    overflow: hidden;

    margin: 0 0 10px;
}
#theme_upload .tag_theme .select_area ul li
{
    display: inline-block;

/*    min-width: 120px;*/
/*    padding: 5px 10px 5px 0;*/
    border: 1px dotted #fff;
    padding: 5px;
    border-radius: 6px;
}
#theme_upload .tag_theme .select_area .btn_setting
{
    padding: 2px 25px;

    border-radius: 20px;
}
#theme_upload .tag_theme .tag_theme_list
{
    margin: 0 0 10px;
}
#theme_upload .tag_theme .tag_theme_list li
{
    display: inline-block;

    margin-right: 10px;

    color: #1e2161;
}
#theme_upload .add_plus
{
    padding: 0 0 0 55px;
}
#theme_upload .add_plus .btn_add
{
    margin: 0 0 15px;
}
#theme_upload .add_plus .btn_pic
{
    margin: 15px 0 15px;
}
#theme_upload #side .caption_upload
{
    font-size: 16px;
    font-size: 1.6rem;

    min-height: 26px;
    margin: 0 0 10px;
    padding: 0 0 0 45px;

    color: #1e2161;
    background: url(../img/parts/icon_upload.png) no-repeat left center;
}
#theme_upload #side .select_item
{
    width: 255px;
}
#theme_upload #side .select_area
{
    width: 255px;
}
#theme_upload #side textarea
{
    width: 255px;
    margin: 0 0 10px;
    resize:vertical;
}
#theme_upload #side .btn_upload,
#theme_upload #side .btn_upload_all
{
    width: 100%;
    margin: 10px 0 0;
}

#theme_upload #main .sequence
{
    margin: 10px 0;
    padding: 10px 25px 10px 15px;
    border: 1px solid #dfdfdf;
    background: #fff;
    border-radius: 5px;
    color: #999;
    position: relative;
}
#theme_upload #main .sequence .filename:after
{
    content: '：';
}
#theme_upload #main .sequence .btn_set
{
    margin: 0;
    height:25px;
    position: absolute;
    top: 5px;
    right: 5px;
}
#theme_upload #main .sequence .btn_cancel
{
    font-size: 12px;
    font-size: 1.2rem;
    padding: 3px 10px;
    background: #ff99cc;
    display: none;
}
#theme_upload #main .sequence .btn_close
{
    width:20px;
    height:20px;
    margin:3px 0 3px 10px;
}
/*=========================================================================
* pages
*=======================================================================*/

#theme_photo #contents.col_2block
{
    display: table;

    width: 100%;
    padding-bottom: 140px;
}
#theme_photo #contents.col_2block #side
{
    display: table-cell;
    float: none;

    width: 240px;

    vertical-align: top;

    border-left: 1px solid #dfdfdf;
    background: #fff;
}
#theme_photo #contents.col_2block #main
{
    display: table-cell;
    float: none;

    width: auto;

    vertical-align: top;
}
#theme_photo .tag_thme_sort
{
    padding: 20px 10px;

    background: #fff;
}
#theme_photo .tag_thme_sort .tag_theme .select_area
{
    position: relative;
    top: auto;
    left: auto;

    display: block;

    border: none;
}
#theme_photo .tag_thme_sort .tag_theme .select_area li
{
    display: block;
}
#theme_photo .tab_photo
{
    position: relative;

    padding: 0 30px;

    border-bottom: 1px solid #dfdfdf;
}
#theme_photo .tab_photo:before
{
    position: absolute;
    right: 0;
    bottom: -11px;

    display: block;

    width: 12px;
    height: 23px;

    content: '';

    background: url(../img/parts/icon_triangle_gray.png) no-repeat 0 0;
}
#theme_photo .tab_photo li
{
    display: inline;
    float: left;

    width: 135px;
    margin-left: 10px;
    padding: 10px 5px;

    cursor: pointer;
    text-align: center;

    border: 1px solid #dfdfdf;
    border-bottom: none;
    background: #fff;
}
#theme_photo .tab_photo li:first-child
{
    margin: 0;
}
#theme_photo .tab_photo li.cu
{
    background: url(../img/parts/bg_menu_under.png) repeat-x 0 100% #fff;
}
#theme_photo .tab_photo_area
{
    padding: 0 15px;
}
#theme_photo .tab_photo_area .photo_list li
{
    position: relative;

    display: inline;
    float: left;
    overflow: hidden;

    width: 320px;
    margin: 15px;
}
#theme_photo .tab_photo_area .photo_list li.on .btn_bookmark,
.photo .row ul.action_list li.on .btn_bookmark
{
    background: url(../img/parts/icon_hearts_on.png) no-repeat 0 0;
}
#theme_photo .tab_photo_area .photo_list li.off .btn_bookmark,
.photo .row ul.action_list li.off .btn_bookmark
{
    background: url(../img/parts/icon_hearts_off.png) no-repeat 0 0;
}
#theme_photo .tab_photo_area .photo_list li.active .btn_bookmark,
.photo .row ul.action_list li.active .btn_bookmark{
 animation-name: pulse;
 -webkit-animation-name: pulse;
 animation-duration: 0.7s;
 -webkit-animation-duration: 0.7s;
 animation-iteration-count: 1;
 -webkit-animation-iteration-count: 1;
}

@keyframes pulse {
 0% {
  transform: scale(1);
 }
 50% {
  transform: scale(0.8);
 }
 100% {
  transform: scale(1);
 }
}

@-webkit-keyframes pulse {
 0% {
  -webkit-transform: scale(1);
 }
 50% {
  -webkit-transform: scale(0.8);
 }
 100% {
  -webkit-transform: scale(1);
 }
}


#theme_photo .tab_photo_area .photo_list .overlay
{
    position: absolute;
    top: -100%;
    left: 0;

    width: 320px;
    height: 180px;

    background: url(../img/parts/bg_photo_overlay.png) no-repeat 0 0;
    background-position: center;
    cursor: pointer;
}
#theme_photo .tab_photo_area .photo_list .overlay a
{
    display: block;

    height: 100%;
}
#theme_photo .tab_photo_area .photo_list .overlay .description
{
    text-align: center;
    padding-top:45px;
    color:#fff;
}
#theme_photo .tab_photo_area .photo_list .thumb img
{
    width: 320px;
    height: 180px;
}
#theme_photo .tab_photo_area .photo_list .photo_comment
{
    line-height: 1.2;

    position: absolute;
    bottom: 0;
    left: 0;

    padding: 10px;

    color: #fff;
}
#theme_photo .tag_theme
{
    position: relative;
}
#theme_photo .tag_theme .select_item
{
    line-height: 30px;

    width: 410px;
    height: 30px;
    margin: 0 0 10px;
    padding-left: 30px;

    cursor: pointer;

    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: url(../img/parts/icon_tag.png) no-repeat 10px center #f1f5f8;
}
#theme_photo .tag_theme .select_area
{
    position: absolute;
    top: 35px;
    left: 0;

    display: none;

    width: 410px;
    margin: 0 0 0;
    padding: 10px;

    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #fff;
}
#theme_photo .tag_theme .select_area input
{
    width: auto;
    margin: 0 5px 0 0;
}
/* Add by sghr 150608 */
#theme_photo .modal_contents .tag_theme .select_area input[type='checkbox']
{
    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;
}
#theme_photo .modal_contents .tag_theme .select_area input[type='checkbox'] + label
{
    display: block;

    width: 100%;
    height: 100%;

    text-indent: -9999px;

    background: url(../img/parts/icon_check_off.png) no-repeat 0 0;
}
#theme_photo .tag_theme .theme_list_L .feeltitle
{
    border-bottom: 2px solid #1e2161;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: default;
}
#theme_photo .tag_theme .theme_list_S
{
    font-weight: normal;
    cursor: pointer;
}
/*-------------------*/
#theme_photo .tag_theme .select_area ul
{
    overflow: hidden;

    margin: 0 0 10px;
}
#theme_photo .tag_theme .select_area ul li
{
    border: 1px dotted #fff;
    border-radius: 6px;
    display: inline-block;
    padding: 5px;
    color: #1e2161;
}
#theme_photo .tag_theme .select_area .btn_setting
{
    padding: 2px 25px;

    border-radius: 20px;
}
#theme_photo .tag_theme .tag_theme_list
{
    margin: 0 0 15px;
}
#theme_photo .tag_theme .tag_theme_list li
{
    display: inline-block;

    margin-right: 10px;

    color: #1e2161;
}
#theme_photo #side .caption_photo
{
    font-size: 16px;
    font-size: 1.6rem;

    min-height: 26px;
    padding: 0 0 0 25px;

    color: #1e2161;
    background: url(../img/parts/icon_tag.png) no-repeat left center;
}
#theme_photo #side .select_item
{
    width: 255px;
}
#theme_photo #side .select_area
{
    width: 255px;
}
#theme_photo #side textarea
{
    width: 255px;
    margin: 0 0 10px;
}
#theme_photo #side .btn_upload,
#theme_photo #side .btn_upload_all
{
    width: 100%;
    margin: 20px 0 0;
}

/*=========================================================================
* pages
*=======================================================================*/
#theme_login
{
    display: table;
    width: 100%;
    height: 800px;
    background: url(../img/bg_login.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#theme_login #contents
{
    padding-bottom: 60px;
}
#theme_login header
{
    padding: 25px 30px;

    border: none;
    background: none;
    color: #1e2161;
    line-height: normal;
}
#theme_login header span.logo
{
    height: 40px;
}
#theme_login footer
{
    height: 60px;
    position: static;
}
#theme_login div.caption
{
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}
#theme_login div.caption .caption_top
{
    background: url('../img/bg_login_1.png') 0 0 repeat-x;
    height: 126px;
}
#theme_login div.caption .caption_bottom
{
    background: url('../img/bg_login_2.png') 0 0 repeat-x;
    height: 126px;
}
#theme_login div.caption .caption_title
{
    margin: 0 auto;
    min-width: 920px;
    height:100%;
    padding: 20px 0px;
}
#theme_login div.caption .caption_title .title
{
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: bold;
}
#theme_login div.caption .caption_title .subtitle
{
    font-size: 20px;
    font-size: 2rem;
}
#theme_login #login_form
{
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 801px;
    height: 320px;
    margin: auto;

/*    text-align: right;*/

    color: #1e2161;
}
#theme_login #login_form form
{
    width: 400px;
    margin-bottom: 25px;
    float: left;
}
#theme_login #login_form .caption
{
    font-size: 30px;
    font-size: 3rem;

    margin: 0 0 40px;

    text-align: center;
}
#theme_login #login_form .input_list
{
    overflow: hidden;

    margin: 0 0 10px;
}
#theme_login #login_form .input_list dt,
#theme_login #login_form .input_list dd
{
    padding: 10px 0;
}
#theme_login #login_form .input_list dt
{
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 40px;

    float: left;
    clear: left;

    width: 7em;
    height: 40px;
}
#theme_login #login_form .input_list dd
{
    text-align: center;
    padding-left: 8em;
    padding-left: 2em;
    padding-right: 2em;
}
#theme_login #login_form .input_list input[type='password'],
#theme_login #login_form .input_list input[type='text']
{
    width: 300px;
    height: 40px;
    padding: 5px 20px;

    border: 1px solid #ccc;
    border-radius: 5px;
}
#theme_login #login_form .btn_login
{
    padding: 5px 15px;

    border-radius: 20px;
}

#theme_login .error {
	clear:left;
	padding:15px 0 0;
	text-align:center;
}

#theme_login .spnotice
{
	width: 700px;
	height: 208px;
	margin: 0px auto 50px;
	padding: 36px 17px 10px 2px;

	background-image: url('/img/spnotice-arrow.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#theme_login .spnotice-qr {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 164px;
	height: 164px;
}

#theme_login .spnotice-section {
	margin: 0px 0px 0px 0px;
	width: 517px;
	display:inline-block;
}

#theme_login .spnotice-section h2 {
	font-size: 2.5rem;
	font-weight: 100;
	width:auto;
	margin: 5px 0 0 0;
}
#theme_login .spnotice-ex-title {
	font-size: 12px;
	color: #1e2161;
}
#theme_login .spnotice-ex-article {
	padding-top: 15px;
	font-size: 10px;
}

#theme_login .box
{
	border: 1px solid #1e2161;
	border-radius: 5px;
}

#theme_login .envnotice
{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 10px;
	width: 700px;
	clear: both;
	text-align: left;
	font-size: 11px;;
	overflow: hidden;
}

#theme_login .envnotice p.envnotice_title
{
	width: 90px;
	float: left;
}

#theme_login .envnotice p.envnotice_spec
{
	width: 580px;
	float: right;
}

#theme_login div.envnotice:after {
	clear: both;
}


#theme_admin_form h1
{
    width: 980px;
    margin: 15px auto;
}



/*=========================================================================
* theme_admin_login  Add by sghr 150526
*=======================================================================*/
#theme_admin_login
{
    background: url(../img/bg_login.jpg) no-repeat center center;
    background-size: cover;
}
#theme_admin_login #contents
{
    padding-bottom: 60px;
}
#theme_admin_login header
{
    padding: 25px 30px;

    border: none;
    background: none;
}
#theme_admin_login footer
{
    height: 60px;
}
#theme_admin_login #login_form
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 410px;
    height: 410px;
    margin: auto;

    text-align: right;

    color: #1e2161;
}
#theme_admin_login #login_form .caption
{
    font-size: 30px;
    font-size: 3rem;

    margin: 0 0 40px;

    text-align: center;
}
#theme_admin_login #login_form .input_list
{
    overflow: hidden;

    margin: 0 0 20px;
}
#theme_admin_login #login_form .input_list dt,
#theme_admin_login #login_form .input_list dd
{
    padding: 10px 0;
}
#theme_admin_login #login_form .input_list dt
{
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 40px;

    float: left;
    clear: left;

    width: 8em;
    height: 40px;
}
#theme_admin_login #login_form .input_list dd
{
    padding-left: 110px;
}
#theme_admin_login #login_form .input_list input[type='text'],
#theme_admin_login #login_form .input_list input[type='password']
{
    width: 300px;
    height: 40px;
    padding: 5px 20px;

    border: 2px solid #1e2161;
    border-radius: 20px;
}
#theme_admin_login #login_form .state_save,
#theme_admin_login #login_form .btn
{
    display: inline-block;
}
#theme_admin_login #login_form .state_save
{
    margin-right: 30px;
}
#theme_admin_login #login_form .state_save input
{
    margin-right: 5px;
}
#theme_admin_login #login_form .btn_login
{
    padding: 5px 15px;

    border-radius: 20px;
}

/* ##################################
 * theme_admin_form  Add by sghr 150526
 * ################################## */
#theme_admin_form .btn_add
{
    background: url(../img/parts/icon_add.png) no-repeat left center;
}
#theme_admin_form .btn_add a
{
    padding: 0 0 0 20px;
}
#theme_admin_form .btn_edit
{
    font-size: 12px;
    /* Mod by sghr 150526 */
    /*font-size: 1.2rem;*/
    font-size: 1.6rem;

    /*padding: 3px 10px;*/
    padding: 5px 20px;
    /*--------------------*/
    background: #00b200;
}
#theme_admin_form .btn_delete
{
    font-size: 12px;
    font-size: 1.2rem;

    padding: 3px 10px;

    background: #b20000;
}
/* Add by sghr 150528 */
#theme_admin_form .btn_default
{
    font-size: 12px;
    font-size: 1.6rem;

    padding: 5px 20px;
    background: #cccccc;
}
#theme_admin_form .btn_pic
{
    font-size: 12px;
    font-size: 1.2rem;
    padding: 1px 10px;
    background: #7fbfd3;
}
/*--------------------*/
#theme_admin_form .corporate_table
{
    width: 100%;
    margin: 0 0 20px;

    border-collapse: separate;

    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
#theme_admin_form .corporate_table th,
#theme_admin_form .corporate_table td
{
    padding: 10px 20px;

    text-align: center;

    border-top: 1px solid #dfdfdf;
}
#theme_admin_form .corporate_table td:first-child
{
    text-align: left;
}
#theme_admin_form .corporate_table thead
{
    background: #1e1f5f;
}
#theme_admin_form .corporate_table thead th
{
    font-weight: normal;

    color: #fff;
}
#theme_admin_form .corporate_table .col01
{
    width: 200px;
}
#theme_admin_form .corporate_table .col02
{
    width: 160px;
}
#theme_admin_form .corporate_table .col03
{
    width: 120px;
}
#theme_admin_form .corporate_table .col04
{
    width: 150px;
}
#theme_admin_form .corporate_table .btn_set li
{
    display: inline-block;

    margin: 0 5px;
}
#theme_admin_form .btn_add
{
    background: url(../img/parts/icon_add.png) no-repeat left center;
}
#theme_admin_form .btn_add a
{
    padding: 0 0 0 20px;
}

#theme_admin_form .btn_set
{
    text-align: center;
}
#theme_admin_form .btn_set li
{
    display: inline-block;

    margin: 0 10px;
}
#theme_admin_form .btn_preview
{
    font-size: 16px;
    font-size: 1.6rem;

    padding: 5px 20px;

    background: #00b200;
}
#theme_admin_form .refesh_list
{
    overflow: hidden;

    margin: 0 -35px 30px -35px;
    padding: 0 30px;

    border-bottom: 1px solid #dedede;

    position: relative;
}
/* Add by sghr 150526 */
#theme_admin_form .refesh_list_in
{
    overflow: hidden;
    margin: 60px 0 0 -50px;
}
#theme_admin_form .refesh_list_in .wide_s
{
    width:220px;
    margin: 0 10px 0 0;
}
#UserEstablishmentYear, #UserEstablishmentMonth, #UserEstablishmentDay
{
    margin: 0 10px 0 10px;
}
/*-------------------*/
#theme_admin_form .refesh_list.last
{
    margin-bottom: 0;

    border-bottom: none;
}
#theme_admin_form .refesh_list .btn
{
    /* Mod by sghr 150528 */
    /*width: 520px;*/
    /*--------------------*/
    text-align: center;
}
#theme_admin_form .refesh_list dt,
#theme_admin_form .refesh_list dd
{
    padding: 0 0 30px;
}
#theme_admin_form .refesh_list dt
{
    font-size: 1.4rem;

    float: left;
    clear: left;

    width: 10em;

    color: #1e2161;
    line-height: 3.5rem;
}
#theme_admin_form .refesh_list dd
{
    font-size: 1.4rem;
    padding-left: 11em;
    line-height: 3.5rem;
}}
#theme_admin_form .refesh_list input
{
    width: 520px;
}
#theme_admin_form .refesh_list input[type="radio"]
{
    min-width: auto;
    width: auto;
    margin: 0 5px 0 10px;
}
#theme_admin_form .refesh_list textarea
{
    width: 520px;
    resize: vertical;
}
#theme_admin_form .refesh_list select
{
    /* Mod by sghr 150526 */
    /*min-width: 247px;*/
    width: auto;
    /*-------------------*/
}
#theme_admin_form .refesh_list .msg_error
{
    margin: 15px;
    padding: 15px;
    color: #de0577;
    font-weight: bold;
    border:2px solid #de0577;
    text-align: center;
}
#theme_admin_form .input_list .msg_error,
#theme_admin_form .input_list_in .msg_error
{
    margin: 5px 0 0;

    color: #de0577;
}
#theme_admin_form .input_list_in
{
    overflow: hidden;

    margin: 0 0 15px 0;
    padding: 0 0 30px 0;
    border-bottom:1px solid #dedede;
}
#theme_admin_form .input_list_in dt,
#theme_admin_form .input_list_in dd
{
    padding: 0 0 30px;
}
#theme_admin_form .input_list_in dt.last,
#theme_admin_form .input_list_in dd.last
{
    padding: 0;
}
#theme_admin_form .input_list_in dt
{
    float: left;
    clear: left;

    width: 85px;
}
#theme_admin_form .input_list_in dd,
#theme_admin_form .input_list_in dd.last
{
    padding-left: 90px;

    border: none;
}
#theme_admin_form .input_list_in input[type='text']
{
    width: 430px;
}
#theme_admin_form .refesh_list .address01
{
    width:90px;
    margin:0 10px;
}
#theme_admin_form .refesh_list .address02
{
    width:130px;
    margin:0 10px;
}
/* ##################################
 * theme_admin
 * ################################## */
#theme_admin .btn_add
{
    background: url(../img/parts/icon_add.png) no-repeat left center;
}
#theme_admin .btn_add a
{
    padding: 0 0 0 20px;
}
/* Add by sghr 150528 */
#theme_admin .btn_primary
{
    font-size: 12px;
    font-size: 1.2rem;

    padding: 3px 10px;
    background: #1E1F5F;
}
/*-------------------*/
#theme_admin .btn_edit
{
    font-size: 12px;
    font-size: 1.2rem;

    padding: 3px 10px;
    background: #00b200;
}
#theme_admin .btn_delete
{
    font-size: 12px;
    font-size: 1.2rem;

    padding: 3px 10px;

    background: #b20000;
}
#theme_admin .corporate_table
{
    width: 100%;
    margin: 0 0 20px;

    border-collapse: separate;

    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
#theme_admin .corporate_table th,
#theme_admin .corporate_table td
{
    padding: 10px 10px;
    text-align: center;
    border-top: 1px solid #dfdfdf;
	word-break: break-all;
}
#theme_admin .corporate_table td:first-child
{
    text-align: left;
}
#theme_admin .corporate_table thead
{
    background: #1e1f5f;
}
#theme_admin .corporate_table thead th
{
    font-weight: normal;

    color: #fff;
}
#theme_admin .corporate_table .col01
{
    width: 100px;
}
#theme_admin .corporate_table .col02
{
    width: 150px;
}
#theme_admin .corporate_table .col03
{
    width: 120px;
}
#theme_admin .corporate_table .col04
{
    width: 150px;
}
#theme_admin .corporate_table .btn_set li
{
    display: inline-block;

    /* Mod by sghr 150526 */
    /*margin: 0 5px;*/
    margin: 2px 5px;
    /*--------------------*/
}
#theme_admin .btn_add
{
    background: url(../img/parts/icon_add.png) no-repeat left center;
}
#theme_admin .btn_add a
{
    padding: 0 0 0 20px;
}

#theme_admin .btn_set
{
    text-align: center;
}
#theme_admin .btn_set li
{
    display: inline-block;

    margin: 0 10px;
}
#theme_admin .btn_preview
{
    font-size: 16px;
    font-size: 1.6rem;

    padding: 5px 20px;

    background: #00b200;
}
#theme_admin .refesh_list
{
    overflow: hidden;

    margin: 0 -35px 30px -35px;
    padding: 0 30px;

    border-bottom: 1px solid #dedede;

    position: relative;
}
#theme_admin .refesh_list.last
{
    margin-bottom: 0;

    border-bottom: none;
}
#theme_admin .refesh_list .btn
{
    width: 520px;
    text-align: center;
}
#theme_admin .refesh_list dt,
#theme_admin .refesh_list dd
{
    padding: 0 0 30px;
}
#theme_admin .refesh_list dt
{
    font-size: 14px;
    font-size: 1.4rem;

    float: left;
    clear: left;

    width: 10em;

    color: #1e2161;
    line-height: 3.5rem;
}
#theme_admin .refesh_list dd
{
    padding-left: 11em;
}
#theme_admin .refesh_list input
{
    width: 520px;
}
#theme_admin .refesh_list input[type="radio"]
{
    min-width: auto;
    width: auto;
    margin: 0 5px 0 10px;
}
#theme_admin .refesh_list textarea
{
    width: 520px;
    resize: vertical;
}
#theme_admin .refesh_list select
{
    /* Mod by sghr 150526 */
    /*min-width: 247px;*/
    width: auto;
    /*-------------------*/
}
#theme_admin .refesh_list .msg_error
{
    margin: 15px;
    padding: 15px;
    color: #de0577;
    font-weight: bold;
    border:2px solid #de0577;
    text-align: center;
}
#theme_admin .input_list .msg_error,
#theme_admin .input_list_in .msg_error
{
    margin: 5px 0 0;

    color: #de0577;
}
#theme_admin .input_list_in
{
    overflow: hidden;

    margin: 0 0 15px 0;
    padding: 0 0 30px 0;
    border-bottom:1px solid #dedede;
}
#theme_admin .input_list_in dt,
#theme_admin .input_list_in dd
{
    padding: 0 0 30px;
}
#theme_admin .input_list_in dt.last,
#theme_admin .input_list_in dd.last
{
    padding: 0;
}
#theme_admin .input_list_in dt
{
    float: left;
    clear: left;

    width: 85px;
}
#theme_admin .input_list_in dd,
#theme_admin .input_list_in dd.last
{
    padding-left: 90px;

    border: none;
}
#theme_admin .input_list_in input[type='text']
{
    width: 430px;
}

#theme_admin h1
{
    width: 980px;
    margin: 15px auto;
}


#debug-kit-toolbar
{
	top:4% !important;
}

#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10090;
    width: 100%;
    height: 500px;
    background-color: #000;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    display: none;
}
form div.error:before
{
    content: '※ ';
}
form div.error
{
    padding: 5px;
    color: red;
    font-weight:bold;
}
form div.validate-error
{
    font-size: 1.6rem;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0;
    color: red;
    display: none;
}
form div.sample{
    margin-left: 20px;
    line-height: 2.4rem;
    font-weight: normal;
    color: #1e2161;
}
form div.sample > a > i:before{
    margin-left:2px;
    font-size:1.2em;
}

form span.sample, form span.newwin-link {
    float: left;
    font-weight: normal;
    color: #1e2161;
}
form span.counter.alert
{
    color: #ff0000;
}
#theme_upload .disable
{
    background: #cccccc !important;
    color: #acac9d;
    pointer-events: none;
}
#colorbox,
#cboxOverlay,
#cboxWrapper{
    z-index: 99 !important;
}
#colorbox{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#cboxContent{
    margin-top: 60px !important;
}
#cboxTitle{
    font-size: 1.4em;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    top: -60px !important;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f8f8f8;
}
#cboxOverlay{
    background: #000 !important;
}
#cboxLoadedContent{
    background: #fff !important;
}
#cboxLoadingGraphic{
/*    background: url(images/loading.svg) no-repeat center center #f1f5f8 !important;*/
    background-color: #f1f5f8 !important;
}
#cboxClose{
    right: 10px !important;
    top: -40px !important;
}

.ui-tooltip, .arrow:after {
background: black;
opacity: 0.8;
border: none;
}
.ui-tooltip {
padding: 0 5px;
color: white;
border-radius: 5px;
text-transform: uppercase;
box-shadow: 0;
}


.notfound_block{
    text-align:center;
    width:980px;
    height:200px;
    margin:100px auto;
}

.notfound_block .caption{
    font-size:6rem;
    font-weight:bold;
    margin:0 0 20px;
}

label[for^='RecruitIsPublished'],
label[for*='ApprovalFlag'],
dd .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-state-active{
    height: 40px;
    width: 80%;
    display: block;
    background-color: rgba(30,33,97,1);
    /*background-color: rgba(241,245,248,1);*/
    /*background-color: #F1F5F8;*/
    border-radius: 8px;
    /*color: #1E2161;*/
    color: #FFF;
    text-align: center;
    padding: 8px;
    font-size: 1.5rem;
    border: solid 1px #D2D2D2;
}
dd .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only{
    height: 40px;
    width: 80%;
    display: block;
    background-color: rgba(241,245,248,1);
    border-radius: 8px;
    /*color: #1E2161;*/
    color: rgba(30,33,97,1);
    text-align: center;
    padding: 8px;
    font-size: 1.5rem;
    border: solid 1px #D2D2D2;
}
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-state-active:hover{
    background-color: rgba(30,33,97,0.8);
}
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-state-hover{
    background-color: rgba(241,245,248,0.8);
}
label[for*='ApprovalFlag']:hover,
label[for^='RecruitIsPublished']:hover{
    background-color: rgba(241,245,248,0.5);
}
label[for*='ApprovalFlag'].act:hover,
label[for^='RecruitIsPublished'].act:hover{
    background-color: rgba(30,33,97,0.8);
}
/*
input#RecruitIsPublished0,
input[id*="ApprovalFlag"]{
    display: none;
}
label[for^='RecruitIsPublished'].act,
input#RecruitIsPublished1,
input[id*="ApprovalFlag"]{
    display: none;
}
*/
label[for*='ApprovalFlag'],
label[for^='RecruitIsPublished']{
    height: 38px;
    width: 50%;
    line-height: 1.8rem;
    float: left;
    background-color: rgba(241,245,248,1);
    color: rgba(150,150,150,1);
}
label[for^='RecruitIsPublished']{
    width: 38.5%;
}
/*
label[for^='RecruitIsPublished']:checked{
    background-color: rgba(30,33,97,1);
    color: #FFF;
}
*/
label[for*='ApprovalFlag0'],
label[for="RecruitIsPublished0"]{
    border-right:none;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
label[for*='ApprovalFlag0'].act > div,
label[for="RecruitIsPublished0"].act > div{
    border: 1px solid #fcfeff;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin: 1px;
}
label[for*='ApprovalFlag1'],
label[for="RecruitIsPublished1"]{
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
label[for*='ApprovalFlag1'].act > div,
label[for="RecruitIsPublished1"].act > div{
    border: 1px solid #fcfeff;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin: 1px;
}
label[for*='ApprovalFlag1'],
label[for="RecruitIsPublished1"]{
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
label.act{
    background-color: rgba(30,33,97,1);
    color: rgba(241,245,248,1);
    line-height: 32px;
    padding: 0;
}
input#RecruitIsPublished0,
input#RecruitIsPublished1,
input[id*="ApprovalFlag"]{
    display: none;
}
a.intro{
    font-size:2em;
    font-weight: bold;
    color:#ffa400;
}
a.intro:hover {
    color:#1e2161;
}


.icon_question{
    position: relative;
    top: -1px;
    left: 5px;
}
.item_help{
    line-height: 18px;
    line-height: 1.8rem;
    padding: 8px 0;
    width: 540px;
}
.item_help span{
    float: left;
}
.item_title{
    line-height: 18px;
    line-height: 1.8rem;
    padding: 8px 0;
    border-bottom: 1px solid #1e2161;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}
.help a i:before{
    margin-right: 2px;
}

#use {
    width: 980px;
}
#use .enact {
    float: right;
}
#use .enact .date {
    padding-left: 30px;
}
#use h1 {
    font-size: 3.4rem;
    font-weight: normal;
    margin: 0 0 15px 0;
}
#use h2 {
    font-size: 2.8rem;
    font-weight: normal;
    margin-bottom: 15px;
}
#use h3 {
    font-size: 2.0rem;
    font-weight: normal;
    margin-bottom: 15px;
}
#use ol {
    font-size: 1.3rem;
    padding: 0 15px 20px 22px;
}
#use ol li {
    list-style-type: decimal;
}
#use p {
    margin-bottom: 15px;
}
#use ul {
    font-size: 1.3rem;
    padding: 0 15px 0 22px;
}
#use ul li {
    margin-bottom: 20px;
}
#use ul li.term {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1px;
}
#use ul li.sub > ul {
    margin: 0;
    padding: 0;
}
#use ul li.sub > ul li {
    margin-bottom: 5px;
}

#userErrMessage
{
    text-align: center;
}

.mb25
{
    margin-bottom: 25px;
}
.mb0
{
    margin-bottom: 0 !important;
}
.pd0
{
    padding: 0 !important;
}
.pd5
{
    padding: 5px !important;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.border1s1e
{
    border: 1px solid #1e2161;
    border-radius: 5px;
}
.item_help.border1s1e
{
    width: auto;
    padding: 5px 11px 5px 5px;
    overflow: hidden;
    display: inline-block;
    float: right;
    margin-bottom: 5px;
}
#contents .base .lead_text.send
{
    float: right;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1.4em;
}
.btn_create
{
    margin: 8px 80px 0 0;
}
.btn_create button
{
    background: #00b200;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 6px 20px;
    width: 230px;
}

.btn_create .link .a
{
    background: #00b200;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 6px 20px;
    width: 230px;
}

.foot_msg
{
    width: 978px;
    margin-left: -35px;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 30px;
}
i.fa.fa-cloud-upload
{
    color: #ffa400;
}

.upload_ope_tips p {
	font-size:10px;
	margin-bottom:3px;
}

.btn_set .send_notice {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	padding: 15px;
	border: 2px solid #1e2161;
	border-radius: 5px;
}
.btn_set .send_notice ol {
	text-align:left;
	margin: 5px 0 0 18px;
}
.btn_set .send_notice ol li {
	list-style-type: decimal;
	display: list-item !important;
}
.btn_set .send_notice .notice_mark {
	font-size:30px;
	color:orange;
}
.btn_set .send_notice .notice_title {
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
}
.btn_set .arrow_box {
	position: relative;
	background: #fff;
	border: 2px solid #1e2161;
	border-radius: 5px;
	margin:20px auto;
	padding: 10px;
	width: 400px;
}
.btn_set .arrow_box:after, .btn_set  .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.btn_set .arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.btn_set .arrow_box:before {
	border-color: rgba(30, 33, 97, 0);
	border-top-color: #1e2161;
	border-width: 13px;
	margin-left: -13px;
}

.use_term_a {
	width: 550px;
	margin: 20px auto;
	border: 1px solid #dfdfdf;
	padding: 15px 10px;
}

.clearfix {
	clear:both;
}

/* MIYA plus
   ========================================================================== */

span.newwin-link a {
	color: #ffa500;
	font-weight: bold;
}

span.newwin-link a:hover {
	text-decoration: underline;
	color: #1e2161;
}

span.newwin-link span {
	display: inline-block;
	vertical-align: middle;
}

span.newwin-link span {
	margin-bottom: 25px;
}

.sample-corp {
	color: #1e2161;
}

/* IE placeholder対策 */
/* IE 10+*/
:-ms-input-placeholder {
	color: #ccc;
	font-size: 0.9em;
}

#theme_login #login_form.admin form
{
	width: 100%;
}
#theme_login #login_form.admin form dl.input_list dt
{
	width: 22em;
}
#theme_login #login_form.admin form dl.input_list dd
{
	text-align: left;
	padding-left: 24em;
	padding-right: 0;
}
#theme_login #login_form.admin form .state_save
{
	text-align: right;
	padding-right: 15em;
	margin-bottom: 10px;
}

#theme_login .browser-not-support
{
    text-align: center;
    margin: 0 30px 25px;
    padding: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #ffa400;
    border-radius: 5px;
}

.pull-left {
	float: left !important;
}

