@charset="utf-8";

*{
margin:0;
padding:0;
font-size:100%;
}
body{
text-align:center;
font-size:75%;
background:#F3F6Fb !important;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/*
=====================================
*/

h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
margin: 0px;
padding: 0;/* margin&padding reset */
line-height: 1.6;/* base line height */
text-align: left;
display: block;
}

a,a:link,a:visited {
color:#339999;
text-decoration:underline;
outline:none;
}


li{
list-style-type:none;
}

.imgblock{
display:block;
}

.imgblock1{
display:block;
margin-bottom:5px
}

.barcode_img{
vertical-align:text-bottom;
}

img{
border: none;/* img do not want a border */
vertical-align: bottom;
margin: 0px;
padding: 0;/* margin&padding reset */
}

.clear{
clear:both !important;
}

.clear_r{
clear:right;
}

.clear_l{
clear:left;
}

.active_ime{
ime-mode:active;
}

.disabled_ime{
ime-mode:disabled;
}

#container_out{
width:900px;
margin:auto !important;
}

#container{

}

.container_bottom_bg{
width:900px;
background:url(../images/container_bottom_bg.gif) bottom left no-repeat;
padding-bottom:2px;
margin:auto !important;
text-align:left;
}

.container_top_bg{
width:900px;
background:url(../images/container_top_bg.gif) top left no-repeat;
padding-top:2px;
margin:auto !important;
text-align:left;
}

.container_bg{
width:900px;
background:white;
margin:auto !important;
text-align:left;
}

#wrapper{
background:#F3F6Fb !important;
}

.contents{
width:840px;
margin:auto !important;
}


a{
color:#417db3;

}

a:hover{
color:#00bfff;
}

a:visited{
color:#6666cc;
}

textarea {
resize:none;
}

.bold{
font-weight:bold;
}
.font_weight_normal{
font-weight:normal;
}

.deepskyblue{
color:#00bfff;
}
.red{
color:#cc0000;
}
.color_on{
color:#dd0066;
}

.color_off{
color:#606060;
}

.font_size_after_0:after {
font-size:0;
}

.font_size4{
font-size:4px;
}

.font_size1{
font-size:1px;
}

.iefont_size10{
font-size:10px;
}

* html .iefont_size10{
font-size:10px;
}

*:first-child+html .iefont_size10{
font-size:10px;
}


.font_size9{
font-size:9px;
}

.font_size11{
font-size:11px;
}

.font_size12{
font-size:12px;
}
.font_size13{
font-size:13px;
}
.font_size14{
font-size:14px;
}
.font_size16{
font-size:16px;
}

.font_size18{
font-size:18px;
}

.font_weight_n{
font-weight:400;
}

.spacer{
font-size:1px;
}

.white_bg{
background:#fff;
font-size:1px;
}

.line-h_14{
line-height:1.4em;
}

/*
=====align sytle=======
*/
.vtop {
vertical-align:top;
}
.vmiddle {
vertical-align:middle;
}
.vbottom {
vertical-align:bottom;
}
.tleft {
text-align:left;
}
.tcenter {
text-align:center;
}
.tright {
text-align:right;
}


/*
=====clearfix=======
*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
}
/*
=====border_style=======
*/


.common_border{
border:1px solid #cccccc;
}

.blue_border{
border:1px solid #60aae8;
}


.common_border_trl{
border-top:1px solid #cccccc;
border-right:1px solid #cccccc;
border-left:1px solid #cccccc;
}
.common_border_brl{
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
border-left:1px solid #cccccc;
}

.no_border{
border:0px;
}

.border_t{
border-top:1px solid #cccccc;
}

.border_tb{
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

.border_tl{
border-top:1px solid #cccccc;
border-left:1px solid #cccccc;
}

.border_b{
border-bottom:1px solid #cccccc;
}

.border_r{
border-right:1px solid #cccccc;
}

.border_l{
border-left:1px solid #cccccc;
}

.border_br{
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
}

.border_all{
border-top:1px solid #cccccc;
border-right:1px solid #cccccc;
border-left:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

.border_t_dot{
border-top:2px dotted #a7b4b3;
}

.border_b_dot{
border-bottom:2px dotted #a7b4b3;
}

.border_r_blue{
border-right:1px solid #60aae8;
}


th{
/*
margin:5px;
*/
}

.white_r{
border-right:1px solid #fff;
}


.gray_back{
background:url(../images/gray_bg.gif) top left no-repeat;
}

.dgray_bg{
background:#dddddd;
}

/*
=====error_style=======
*/
.space_tl_cell_error{
padding-top:5px;
padding-bottom:5px;
padding-left:15px;
}

.error_bg{
/*background:#ff884e;*/
/* it's be controlled by script */
}

.error_font{
color:#cc0000;
}

.error-message { color: #d00; font-weight: bold; clear:both;}
.error-message2 {
    color: #d00;
    font-weight: bold;
    clear:both;
    width:600px;
    margin:0px auto;
}
.error-message-light {
    color: red;
    font-weight: 400;
}
._nodc_msg_ {
   color: red;
   font-weight: bold;
}

/*
=====float_style=======
*/

.float_l{
float:left !important;
}

.float_r{
float:right !important;
}

/*
=====space_style=======
*/

.space_l_3{
padding-left:3px;
}

.space_l_5{
padding-left:5px;
}

.space_l_10{
padding-left:10px;
}

.space_l_12{
padding-left:12px;
}

.space_l_14{
padding-left:14px;
}

.space_l_15{
padding-left:15px;
}

.space_l_20{
padding-left:20px;
}

.space_l_25{
padding-left:25px;
}

.space_l_29{
padding-left:29px;
}

.space_l_30{
padding-left:30px;
}
.space_l_35{
padding-left:35px;
}
.space_l_50{
padding-left:50px;
}
.space_l_100{
padding-left:100px;
}
.space_l_150{
padding-left:150px;
}
.space_l_190{
padding-left:190px;
}
.space_l_200{
padding-left:200px;
}
.space_l_250{
padding-left:250px;
}
.space_l_280{
padding-left:280px;
}
.space_l_335{
padding-left:335px;
}
.space_l_355{
padding-left:355px;
}

.space_r_2{
padding-right:2px;
}

.space_r_3{
padding-right:2px;
}

.space_r_5{
padding-right:5px;
}

.space_r_10{
padding-right:10px;
}

.space_r_12{
padding-right:12px;
}

.space_r_14{
padding-right:14px;
}

.space_r_15{
padding-right:15px;
}

.space_r_20{
padding-right:20px;
}

.space_r_30{
padding-right:30px;
}

.space_r_32{
padding-right:32px;
}

.space_r_35{
padding-right:35px;
}

.space_r_120{
padding-right:120px;
}

.space_r_218{
padding-right:218px;
}

.space_r_230{
padding-right:230px;
}

.space_t_3{
padding-top:3px;
}

.space_t_5{
padding-top:5px;
}

.space_t_7{
padding-top:7px;
}

.space_t_8{
padding-top:8px;
}

.space_t_10{
padding-top:10px;
}

.space_t_12{
padding-top:12px;
}

.space_t_13{
padding-top:13px;
}

.space_t_15{
padding-top:15px;
}

.space_t_18{
padding-top:18px;
}

.space_t_20{
padding-top:20px;
}

.space_t_25{
padding-top:25px;
}

.space_t_30{
padding-top:30px;
}

.space_t_35{
padding-top:35px;
}

.space_t_40{
padding-top:40px;
}


.space_t_45{
padding-top:45px;
}

.space_t_60{
padding-top:60px;
}

.space_b_5{
padding-bottom:5px;
}

.space_b_8{
padding-bottom:8px;
}

.space_b_10{
padding-bottom:10px;
}

.space_b_13{
padding-bottom:13px;
}

.space_b_15{
padding-bottom:15px;
}

.space_b_20{
padding-bottom:20px;
}

.space_b_25{
padding-bottom:25px;
}

.space_b_30{
padding-bottom:30px;
}

.space_b_40{
padding-bottom:40px;
}

.space_b_45{
padding-bottom:45px;
}

.space_b_60{
padding-bottom:60px;
}

.space_b_80{
padding-bottom:80px;
}

.space_5{
padding:5px;
}

.space_10{
padding:10px;
}

.space_15{
padding:15px;
}

.space_20{
padding:20px;
}

.space_tb_5{
padding-top:5px;
padding-bottom:5px;
}

.space_tb_10{
padding-top:10px;
padding-bottom:10px;
}

.space_tb_15{
padding-top:15px;
padding-bottom:15px;
}

.space_tb_20{
padding-top:20px;
padding-bottom:20px;
}

.space_bl_15{
padding-bottom:15px;
padding-left:15px;
}

.space_tbl_20{
padding:20px 0 20px 20px;
}

.space_tbl_10{
padding:10px 0 10px 10px;
}

.space_cell_15{
padding:15px;
}

.space_tl_cell{
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
}

.space_tlb_cell{
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
}

.space_tb_cell{
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
}

.space_tlb_cell_2{
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
}

.space_box_cell{
padding-top:5px;
padding-bottom:5px;
padding-left:15px;
padding-right:15px;
}

.space_img_cell{
padding-top:5px;
padding-bottom:5px;
padding-left:145px;
}

.space_tlb_h{
padding-top:15px;
padding-bottom:15px;
padding-left:30px;
}

.margin_r_3{
margin-right:3px;
}

.margin_r_5{
margin-right:5px;
}

.margin_r_10{
margin-right:10px;
}

.margin_r_15{
margin-right:15px;
}

.margin_r_20{
margin-right:20px;
}

.margin_r_30{
margin-right:30px;
}

.margin_l_3{
margin-left:3px;
}
.margin_l_5{
margin-left:5px;
}
.margin_l_10{
margin-left:10px;
}
.margin_l_15{
margin-left:15px;
}
.margin_l_20{
margin-left:20px;
}
.margin_l_30{
margin-left:30px;
}
.margin_l_40{
margin-left:40px;
}
.margin_l_50{
margin-left:50px;
}

.margin_t_3{
margin-top:3px;
}

.margin_t_5{
margin-top:5px;
}

.margin_t_10{
margin-top:10px;
}

.margin_t_15{
margin-top:15px;
}

.margin_t_20{
margin-top:20px;
}

.margin_t_30{
margin-top:30px;
}

.margin_t_40{
margin-top:40px;
}

.margin_b_5{
margin-bottom:5px;
}

.margin_b_8{
margin-bottom:8px;
}

.margin_b_10{
margin-bottom:10px;
}

.margin_b_15{
margin-bottom:15px;
}

.margin_b_20{
margin-bottom:20px;
}

.margin_b_25{
margin-bottom:25px;
}

.margin_b_30{
margin-bottom:30px;
}

.margin_b_40{
margin-bottom:40px;
}

.margin_b_50{
margin-bottom:50px;
}

.margin_b_90{
margin-bottom:90px;
}

.margin_b_60{
margin-bottom:60px;
}

.margin_tb_5{
margin-top:5px;
margin-bottom:5px;
}
.margin_tb_20{
margin-top:20px;
margin-bottom:20px;
}


.margin_a{
margin:0 auto;
}

.margin_lr_a{
margin-left:auto;
margin-right:auto;
}

.list_space0 li{
float:left;
}

.list_space6 li{
float:left;
margin-right:6px;
}

.list_space12 li{
float:left;
margin-right:12px;
}

.list_space12_no li{
margin-right:12px;
}

.list_margin10 li{
float:left;
margin-right:10px;
}

.list_margin45 li{
float:left;
margin-right:45px;
}

.list_margin45 li .space_45{
    float:left;
    margin-right:45px;
}

.list_margin45 li .space_45:nth-child(n+2){
    padding-left: 0;
}

.list_space27 li{
float:left;
width:105px;
}

.list_space50 li{
float:left;
width:115px;
}

.list_space75 li{
float:left;
width:75px;
}

.list_space90 li{
float:left;
width:80px;
}

.list_space150 li{
float:left;
width:150px;
}

.list_space175 li{
float:left;
width:175px;
}

.list_space180 li{
float:left;
width:180px;
}
.list_space200 li{
float:left;
width:200px;
}
.list_space350 li{
float:left;
width:350px;
}
.list_td_r{
float:left;
}

.text-align_r{
text-align:right;
}

.text-align_l{
text-align:left;
}

.text-align_c{
text-align:center;
}

/*
============width style============
*/

.width_a { width:auto !important; }
.width_all { width:100% !important; }
.width_105 { width:105px !important; }
.width_110 { width:110px !important; }
.width_120 { width:120px !important; }
.width_111 { width:111px !important; }
.width_111 input{ width:111px !important; }
.width_150 { width:149px !important; }
.width_170 { width:170px !important; }
.width_190 { width:190px !important; }
.width_200 { width:199px !important; }
.width_300 { width:300px !important; }
.width_330 { width:330px !important; }
.width_337 { width:337px !important; }
.width_368 { width:368px !important; }
.width_308 { width:308px !important; }
.width_400 { width:400px !important; }
.width_410 { width:410px !important; }
.width_415 { width:414px !important; }
.width_420 { width:410px !important; }
.width_387 { width:387px !important; }
.width_450 { width:450px !important; }
.width_480 { width:480px !important; }
.width_495 { width:494px !important; }
.width_500 { width:499px !important; }
.width_520 { width:519px !important; }
.width_540 { width:540px !important; }
.width_600 { width:600px !important; }
.width_800 { width:800px !important; }
.width_838 { width:838px !important; }
.width_840 { width:840px !important; }
.width_50 { width:50px !important; }
.width_35 { width:34px; }
.width_40 { width:39px; }
.width_50 { width:49px; }
.width_60 { width:59px; }
.width_70 { width:69px; }
.width_70_2 { width:68px; }
.width_75 { width:74px; }
.width_80 { width:79px; }
.width_90 { width:90px; }
.width_100 { width:99px; }
.width_120 { width:119px; }
.width_160 { width:159px; }
.width_180 { width:179px; }
.width_215 { width:212px; }
.width_240 { width:240px !important; }

/*
============height style============
*/
.height_20 {height:20 !important;}

/*
============background-color============
*/
.yellow_bg{
background:#fbf7a0;
}

.w_yellow_bg{
background:#fdfbcf;
}

.brown_bg{
background:#999999;
}

.gray_bg{
background:#f0f0f0;
}

.w_gray_bg{
background:#f4f4f4;
}

.w_gray_bg2{
background:#e2e2e2;
}

.white_bg2{
background:#ffffff;
}

.light_blue_bg{
background:#f3f6fb;
}

.light_blue_bg2 {
background:#d8e8f7;
}

.pc_pink_bg{
background:#fbe4e4;
}

.mb_yellow_bg{
background:#ffebc4;
}

.table_normal {
font-size:11px;
border-top:1px solid #cccccc;
border-left:1px solid #cccccc;
}

.table_normal th {
color:#333333;
padding:5px 0;
text-align:center;
font-weight:normal;
background:#d8e8f7;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
}

.table_normal td {
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
}

.table_head{
color:#000000;
background:#D8E8F7;
text-align:center;
padding:5px 0;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
font-size:11px;
}

.table_head2{
color:#000000;
background:#D8E8F7;
text-align:center;
padding:5px 0;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
font-size:11px;
}

.table_head3{
color:#000000;
background:#d8e8f7;
text-align:center;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
font-size:11px;
height:50px;
}

.table_head4{
color:#ffffff;
background:#999999;
text-align:center;
border-bottom:1px solid #cccccc;
padding:5px 0;
font-size:11px;
}

.table_head4_left{
color:#ffffff;
background:#999999;
text-align:left;
border-bottom:1px solid #cccccc;
padding:5px 0 0 5px;
font-size:11px;
}

.table_head5{
background:#999999;
border-bottom:1px solid #cccccc;
padding:5px 0;
}

.table_head6{
background:#999999;
text-align:center;
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
color: #FFFFFF;
font-size: 11px;
}

.table_head7{
color:#ffffff;
background:#999999;
text-align:center;
width:97px;
padding:5px 0;
font-size:11px;
}

.table_head8{
background:#eeeeee;
text-align:center;
padding:5px 0;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
font-size:11px;
}

.table_head9{
width:265px;
color:#ffffff;
background:#999999;
padding:5px 0;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
font-size:11px;
}

.table_head10 {
color:#000000;
background:#d8e8f7;
padding:5px 0px 5px 10px;
border:1px solid #cccccc;
font-size:11px;
}

.table_head11 {
color:#000000;
background:#d8e8f7;
padding:5px 0px 5px 0px;
font-size:11px;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
text-align:center;
}

.list_xxx{
display: inline;
list-item-position: inside;
}

.table_head_g{
color:#333333;
background:#e2e2e2;
text-align:center;
padding:5px 0;
border:1px solid #cccccc;
}

.table_head_g2{
color:#333333;
background:#999999;
text-align:center;
padding:5px 0;
border:1px solid #cccccc;
}

.table_head2_g{
color:#333333;
background:#e2e2e2;
text-align:center;
padding:5px 0;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-top:1px solid #cccccc;
}

.table_head2_w{
color:#333333;
background:#ffffff;
text-align:center;
padding:5px 0;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-top:1px solid #cccccc;
}

.table_head_y{
color:#333333;
background:#fbf7a0;
text-align:center;
padding:5px 0;
border:1px solid #cccccc;
}

.nowrap {
white-space: nowrap;
}

.table_head a, .table_head2 a, .table_head3 a, .table_head4 a, .table_head4_left a, .table_head5 a, .table_head6 a, .table_head7 a, .table_head_g a, .table_head2_g a, .table_head2_w a, .table_head_y a {
color:#000000;
}
.table_head a:link, .table_head2 a:link, .table_head3 a:link, .table_head4 a:link, .table_head4_left a:link, .table_head5 a:link, .table_head6 a:link, .table_head7 a:link, .table_head_g a:link, .table_head2_g a:link, .table_head2_w a:link, .table_head_y a {
color:#000000;
}
.table_head a:visited, .table_head2 a:visited, .table_head3 a:visited, .table_head4 a:visited, .table_head4_left a:visited, .table_head5 a:visited, .table_head6 a:visited, .table_head7 a:visited, .table_head_g a:visited, .table_head2_g a:visited, .table_head2_w a:visited, .table_head_y a {
color:#000000;
}
.table_head a:hover, .table_head2 a:hover, .table_head3 a:hover, .table_head4 a:hover, .table_head4_left a:hover, .table_head5 a:hover, .table_head6 a:hover, .table_head7 a:hover, .table_head_g a:hover, .table_head2_g a:hover, .table_head2_w a:hover, .table_head_y a {
color:#000000;
}
.table_head a:active, .table_head2 a:active, .table_head3 a:active, .table_head4 a:active, .table_head4_left a:active, .table_head5 a:active, .table_head6 a:active, .table_head7 a:active, .table_head_g a:active, .table_head2_g a:active, .table_head2_w a:active, .table_head_y a {
color:#000000;
}

tr {
/*
vertical-align:middle;
*/
}


/*
=============common_tab css=============
*/

#common_tab{
width:900px;
margin:37px auto 0px;
}

#tab_notes{
background:url(../images/common_tab.gif) top left no-repeat;
background-position:0 0;
width:225px;
height:58px;
display:block;
text-indent:-9999px;
float:left;
overflow:hidden;
}

#tab_notes a{
width:225px;
height:58px;
display:block;
overflow:hidden;
}

#tab_notes_v a{
width:225px;
height:58px;
display:block;
text-indent:-9999px;
overflow:hidden;
}

#tab_notes_v a:active{
background:url(../images/common_tab.gif) top left no-repeat;
background-position:0 0;
overflow:hidden;
}

#tab_notes_v{
width:225px;
height:58px;
display:block;
text-indent:-9999px;
overflow:hidden;
background:url(../images/common_tab.gif) top left no-repeat;
background-position:0 -58px;
float:left;
}

#tab_entry{
background:url(../images/common_tab.gif) top left no-repeat;
background-position:-225px 0;
width:225px;
height:58px;
display:block;
text-indent:-9999px;
float:left;
overflow:hidden;
}

#tab_entry a{
width:225px;
height:58px;
display:block;
overflow:hidden;
}

#tab_entry_v a{
width:225px;
height:58px;
display:block;
text-indent:-9999px;
overflow:hidden;
}

#tab_entry_v a:active{
background:url(../images/common_tab.gif) top left no-repeat;
background-position:-225px 0;
overflow:hidden;
}

#tab_entry_v{
width:225px;
height:58px;
display:block;
text-indent:-9999px;
overflow:hidden;
background:url(../images/common_tab.gif) top left no-repeat;
background-position:-225px -58px;
float:left;
}

#tab_webdm{
background:url(../images/common_tab.gif) top left no-repeat;
background-position:-450px 0;
width:225px;
height:58px;
display:block;
text-indent:-9999px;
float:left;
overflow:hidden;
}

#tab_webdm a{
width:225px;
height:58px;
display:block;
overflow:hidden;
}

#tab_webdm_v a{
width:225px;
height:58px;
display:block;
text-indent:-9999px;
overflow:hidden;
}

#tab_webdm_v a:active {
background:url(../images/common_tab.gif) top left no-repeat;
background-position:-450px 0;
overflow:hidden;
}

#tab_webdm_v{
width:225px;
height:58px;
display:block;
text-indent:-9999px;
overflow:hidden;
background:url(../images/common_tab.gif) top left no-repeat;
background-position:-450px -58px;
float:left;
}

#tab_scout{
background:url(../images/common_tab.gif) top left no-repeat;
background-position:-675px 0;
width:225px;
height:58px;
display:block;
text-indent:-9999px;
float:left;
overflow:hidden;
}

#tab_scout a{
width:225px;
height:58px;
display:block;
overflow:hidden;
}

#tab_scout_v a{
width:225px;
height:58px;
display:block;
text-indent:-9999px;
overflow:hidden;
}

#tab_scout_v a:active {
background:url(../images/common_tab.gif) top left no-repeat;
background-position:-675px 0;
overflow:hidden;
}

#tab_scout_v{
width:225px;
height:58px;
display:block;
text-indent:-9999px;
overflow:hidden;
background:url(../images/common_tab.gif) top left no-repeat;
background-position:-675px -58px;
float:left;
}


/*
==============header css===============
*/

#header_container{
width:900px;
border-bottom:3px solid #013366;
}

#header_left{
float:left;
width:337px;
}

#header_right{
width:476px;
float:right;
background:url(../images/head_box_bg_top.gif) top left no-repeat;
padding-top:6px;
margin-top:10px;
}

#header_in{
width:476px;
background:url(../images/head_box_bg_middle.gif) top left repeat-y;
padding-bottom:7px;
}

.header_gra{
background:url(../images/header_gra.gif) bottom left repeat-x;
}

.logout_header_gra{
width:900px;
background:url(../images/header_gra.gif) bottom left repeat-x;
margin:0 auto;
padding-bottom:46px;
}


#header_list{
margin-top:20px;
height:30px;
}


#header_list li{
float:left;
padding-right:3px;
}

#header_list li input{
float:left;
}

.header_right_in_top{
border-bottom:1px solid #dddecd;
padding-top:4px;
padding-bottom:6px;
}

.header_right_in_top dt{
float:left;
}

.header_right_in_top dd{
float:right;
padding-right:11px;
}

.header_right_in_bottom dt{
float:left;
width:90px;
}

.header_right_in_bottom dd{
float:left;
}

.header_bg_bottom{
font-size:1px;
}

.l_head_link{
margin-top:42px;
padding-right:29px;
}


.arr_icon_logout{
background:url(../images/arr_icon2.gif) center left no-repeat;
padding-left:19px;
}

#breadcrumbs {
}
#breadcrumbs .type1{
background:url(../images/breadcrumbs_1.png) no-repeat;
width:860; height:80px;
}
#breadcrumbs .type2{
background:url(../images/breadcrumbs_2.png) no-repeat;
width:860; height:80px;
}
#breadcrumbs .type3{
background:url(../images/breadcrumbs_3.png) no-repeat;
width:860; height:80px;
}
#breadcrumbs .type4{
background:url(../images/breadcrumbs_4.png) no-repeat;
width:860; height:80px;
}
#breadcrumbs .type5{
background:url(../images/breadcrumbs_5.png) no-repeat;
width:860; height:80px;
}
#breadcrumbs .type6{
background:url(../images/breadcrumbs_6.png) no-repeat;
width:860; height:80px;
}
#breadcrumbs .type7{
background:url(../images/breadcrumbs_7.png) no-repeat;
width:860; height:80px;
}
#breadcrumbs .type8{
background:url(../images/breadcrumbs_8.png) no-repeat;
width:860; height:80px;
}
#breadcrumbs .type9{
background:url(../images/breadcrumbs_9.png) no-repeat;
width:860; height:80px;
}
#breadcrumbs .type10{
background:url(../images/breadcrumbs_10.png) no-repeat;
width:860; height:80px;
}
#breadcrumbs .type11{
background:url(../images/breadcrumbs_11.png) no-repeat;
width:860; height:80px;
}
#breadcrumbs .type12{
background:url(../images/breadcrumbs_12.png) no-repeat;
width:860; height:80px;
}
#breadcrumbs ul{
padding:0px;
margin:0px;
}
#breadcrumbs li{
float:left;
}
#breadcrumbs li p ,
#breadcrumbs li a {
display:block;
padding-left:205px;
text-decoration:none;
_width:1px;/*IE6 hack*/
}
#breadcrumbs li a span{
line-height:30px;
}
#breadcrumbs li p span{
line-height:50px;
}

/*
==============footer css===============
*/

#foot_wrapper{
width:900px;
margin:auto !important;
/*border-top:3px solid #013366;*/
}

#foot_content{
width:900px;
background:url(../images/footer_bg.gif) top left repeat-x;
}

#footlist_top{
padding-bottom:25px;
padding-left:29px;
}

#footlist_top li{
float:left;
}

#footlist_bottom{
padding-bottom:80px;
padding-left:29px;
}

#footlist_bottom li{
float:left;
}

#go_top{
background:url(../images/gotop_icon.gif) 0 5px no-repeat;
padding-left:14px;
margin-top:37px;
margin-bottom:10px;
float:right;
}

.go_top2{
background:url(../images/gotop_icon.gif) 0 5px no-repeat;
padding-left:14px;
margin-top:14px;
margin-bottom:10px;
float:right;
}

.go_top3{
background:url(../images/gotop_icon.gif) 0 5px no-repeat;
margin-top:5px;
margin-bottom:10px;
padding-left:14px;
float:right;
}

.go_top4{
background:url(../images/gotop_icon.gif) 0 5px no-repeat;
padding-left:14px;
float:right;
}

.go_top3_a{
background:url(../images/go_bottom_icon.gif) 0 5px no-repeat;
margin-top:5px;
padding-left:14px;
float:right;
}

.foot_icon{
background:url(../images/foot_icon.gif) 0 4px no-repeat;
padding-left:14px;
}

.textarea_w{
width:808px;
height:170px;
margin:auto;
overflow:auto;
padding:15px;
}

.textarea_fix{
width:810px;
margin:0 auto;
}

.textarea_fix textarea{
width:806px;
height:230px;
margin:15px auto 15px;
}

.h_check_btn{
float:right;
}

.h_back_btn{
padding-right:7px;
float:left;
}

.btn_table{
width:840px;
margin:20px auto 0;
}

.btn_table_aa02{
margin:0 auto 90px;
}

.foot_icon_l{
padding-top:8px;
padding-right:29px;
}

/*
===============cap=============
*/
.cap_text p {
font-size:180%;
text-shadow: 1px 1px 2px #ddd;
/*behavior: url(/company/_assets/css/ie-css3.htc);*/
}

.title_line {
background:url(/company/_assets/images/blue_line2.gif) bottom left repeat-x;
width:840px;
height:20px;
font-size:18px;
}
#aa06_cap_o{
background:url(../images/aa06_cap_o.gif) top left no-repeat;
width:840px;
height:51px;
}

#aa06_cap_k{
background:url(../images/aa06_cap_k.gif) top left no-repeat;
width:840px;
height:51px;
}

#aa06_cap_g_open {
background:url("../images/aa06_cap_g_open.gif") no-repeat scroll left top transparent;
height:51px;
width:840px;
}

#aa06_cap_o_open {
background:url("../images/aa06_cap_o_open.gif") no-repeat scroll left top transparent;
height:51px;
width:840px;
}

#aa06_cap_k_open {
background:url("../images/aa06_cap_k_open.gif") no-repeat scroll left top transparent;
height:51px;
width:840px;
}

#aa06_cap_g_none {
background:url("../images/aa06_cap_g_none.gif") no-repeat scroll left top transparent;
height:51px;
width:840px;
}

#aa06_cap_o_none {
background:url("../images/aa06_cap_o_none.gif") no-repeat scroll left top transparent;
height:51px;
width:840px;
}

#aa06_cap_k_none {
background:url("../images/aa06_cap_k_none.gif") no-repeat scroll left top transparent;
height:51px;
width:840px;
}
/*
===============btn=============
*/

#state_normal{
text-align:right;
}

#scr{
overflow:auto;
}

#scr2{
width:540px;
overflow:auto;
}

* html #scr{
overflow-y:hidden !important;
padding-bottom:17px;
}

*:first-child+html #scr{
overflow-y:hidden !important;
padding-bottom:17px;
}

* html #scr2{
overflow-y:hidden !important;
padding-bottom:17px;
}

*:first-child+html #scr2{
overflow-y:hidden !important;
padding-bottom:17px;
}


.light_blue_gra {
background:url(../images/light_blue_gra.gif) top left repeat-x #f3f6fb;
}

.arr_icon{
background:url(../images/arr_icon.gif) center left no-repeat;
padding-left:19px;
}

.arr_icon2{
background:url(../images/arr_icon2.gif) center right no-repeat;
padding-right:19px;
}

.arr_icon3{
background:url(../images/arr_icon3.gif) center right no-repeat;
padding-right:19px;
}

.arr_icon_go{
background:url(../images/go_bottom_icon.gif) 0 5px no-repeat;
padding-left:14px;
}

.arr_icon_go2{
background:url(../images/gotop_icon.gif) 0 5px no-repeat;
padding-left:14px;

}

.page_link_box{
margin-left:212px;
margin-bottom:20px;
}

.page_link_box_c{
margin-left:252px;
margin-bottom:20px;
}

.page_link_box_b{
margin-left:317px;
margin-bottom:20px;
}

.page_link_box_d{
margin-left:117px;
margin-bottom:20px;
}

.page_link1{
width:206px;
float:left;
}

.page_link1_c{
width:126px;
float:left;
}

.page_link1_d{
width:286px;
float:left;
}

.page_link2{
width:190px;
float:left;
}

.page_link3{
float:right;
}


#container_out{
width:900px !important;
margin:auto !important;
}

#container{

}

.container_bottom_bg{
width:900px !important;
background:url(../images/container_bottom_bg.gif) bottom left no-repeat !important;
padding-bottom:2px;
margin:auto !important;
text-align:left;
}

.container_top_bg{
width:900px;
background:url(../images/container_top_bg.gif) top left no-repeat !important;
padding-top:2px;
margin:auto;
text-align:left;
}


.ab21_box{
width:366px;
padding:19px 21px 14px 21px;
}

.ab24_box{
padding:20px;
}

.ab24_box_in1{
float:left;
width:315px;
}

.ab24_box_in2{
float:right;
width:402px;
}

.ab24_box_in3{
width:405px;
}

.ab24_box_in4{
width:367px;
}

.space_tl_cell_top {
padding-left:10px;
padding-top:5px;
font-size:14px;
}

.ab12-1_box{
width:368px;
padding:20px 20px 15px 20px;
}

.wrb{
word-wrap:break-word;
display:block;
word-break:break-all;
}

.wrb_63{
width:63px;
word-wrap:break-word;
display:block;
word-break:break-all;
}

.wrb_60{
width:60px;
text-align: center;
word-wrap:break-word;
display:block;
word-break:break-all;
}

.wrb_65{
width:65px;
word-wrap:break-word;
display:block;
word-break:break-all;
}

.wrb_100{
width:100px;
word-wrap:break-word;
display:block;
word-break:break-all;
}

.wrb_150{
width:150px;
word-wrap:break-word;
display:block;
word-break:break-all;
}

.wrb_120{
width:120px;
word-wrap:break-word;
display:block;
word-break:break-all;
}

.wrb_210{
width:210px;
word-wrap:break-word;
display:block;
word-break:break-all;
}

.wrb_242{
width:242px;
word-wrap:break-word;
display:block;
word-break:break-all;
}

.wrb_300{
width:300px;
word-wrap:break-word;
display:block;
word-break:break-all;
}

.wrb_320{
width:320px;
word-wrap:break-word;
word-break:break-all;
display:block;
}

.wrb_344{
width:344px;
word-wrap:break-word;
word-break:break-all;
display:block;
}

.wrb_366{
width:366px;
word-wrap:break-word;
word-break:break-all;
display:block;
}

.wrb_367{
width:367px;
word-wrap:break-word;
word-break:break-all;
display:block;
}

.wrb_380{
width:380px;
word-wrap:break-word;
display:block;
word-break:break-all;
}

.wrb_388{
width:398px;
word-wrap:break-word;
display:block;
word-break:break-all;
}

.wrb_402{
width:402px;
word-wrap:break-word;
word-break:break-all;
display:block;
}

.wrb_405{
width:405px;
word-wrap:break-word;
word-break:break-all;
display:block;
}

.wrb_426{
width:426px;
word-wrap:break-word;
word-break:break-all;
display:block;
}

.wrb_432{
width:432px;
word-wrap:break-word;
word-break:break-all;
display:block;
}

.wrb_500{
width:500px;
word-wrap:break-word;
word-break:break-all;
display:block;
}

.wrb_550{
width:550px;
word-wrap:break-word;
word-break:break-all;
display:block;
}

.wrb_625{
width:625px;
word-wrap:break-word;
word-break:break-all;
display:block;
}

.wrb_630{
width:630px;
word-wrap:break-word;
word-break:break-all;
display:block;
}

.wrb_635{
width:635px;
word-wrap:break-word;
word-break:break-all;
display:block;
}

.wrb_640{
width:640px;
word-wrap:break-word;
word-break:break-all;
display:block;
}

.wrb_768{
width:768px;
word-wrap:break-word;
word-break:break-all;
display:block;
}

.wrb_808{
width:808px;
word-wrap:break-word;
word-break:break-all;
display:block;
}
.wrb_440{
width:440px;
word-wrap:break-word;
word-break:break-all;
display:block;
}

.wrb_0{
word-wrap:break-word;
word-break:break-all;
}

.td_border_br td{
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
}

.td_border_br_dot td{
border-bottom:1px dotted #cccccc;
border-right:1px solid #cccccc;
}

.td_border_tr td{
border-top:1px solid #cccccc;
border-right:1px solid #cccccc;
}

.td_border_tr_none td{
border-top:none;
border-right:1px solid #cccccc;
}

/*
*/
.ae21_t_t{
width:149px;
border-top:1px solid #cccccc;

}

.ae21_t{
background:#999999;
color:#fff;
float:left;
width:27px;
text-align:center;
border-left:1px solid #cccccc;
border-bottom:1px solid #cccccc;

}

.ae21_t2{
width:111px;
padding-left:9px;
float:left;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

/*
.ae09_t_left{
width:417px;
float:left;
}
*/

.ae09_t_l1{
width:250px;
float:left;
font-weight:bold;
padding:5px 0 5px 15px;
}

.ae10_t_l1{
width:65px;
float:left;
font-weight:bold;
padding:5px 0 0 2px;
}

.ae09_t_l2{
width:550px;
float:left;
padding:5px 0 5px 15px;
border-left:1px solid #cccccc;
}

.ae10_t_l2{
width:200px;
float:left;
font-weight:bold;
padding:5px 0 5px 15px;
border-left:1px solid #cccccc;
}
.ae10_t_l3{
width:100px;
float:left;
font-weight:bold;
padding:5px 0 0 2px;
}


.ae09_t_l3{
float:left;
padding:5px 0 5px 15px;
border-left:1px solid #cccccc;
}

.ae11_t_i1{
text-align:center;
width:38px;
float:left;
border-right:1px solid #cccccc;
}

.ae11_t_i2{
text-align:center;
width:39px;
float:left;
}

.ae10_l_1{
width:493px;
float:left;
}

.ae10_l_2{
width:295px;
float:right;
padding:15px;
}

.ae10_s{
width:165px;
}

.ae10_gray{
color:#808080;
}

.list_border_l li{
border-left:1px solid #333333;
padding-left:8px;
margin-left:8px;
font-weight:bold;
}

.list_border_l_clear{
border-left:none !important;
padding-left:0px !important;
margin-left:0px !important;
}

.cotab_top{
width:838px;
background:#215789;
border-top:1px solid #013366;
border-left:1px solid #013366;
border-right:1px solid #013366;
padding:5px 0;
}

.cotab_top2{
background:#215789;
border:1px solid #013366;
padding:7px 0 7px 0;
}

.cotab_top3{
background:#215789;
border:1px solid #cccccc;
padding:7px 0 7px 7px;
}





.cotab_g{
background:url(../images/cotab_g.gif) top left no-repeat;
width:200px;
height:42px;
float:left;
text-indent:-9999px;
}

.cotab_g_v{
background:url(../images/cotab_g_v.gif) top left no-repeat;
width:242px;
height:42px;
float:left;
text-indent:-9999px;
}

.cotab_g a{
width:200px;
height:42px;
display:block;
overflow:hidden;
}

.cotab_m{
background:url(../images/cotab_m.gif) top left no-repeat;
width:200px;
height:42px;
float:left;
text-indent:-9999px;
}

.cotab_m a{
width:200px;
height:42px;
display:block;
overflow:hidden;
}

.cotab_m_v{
background:url(../images/cotab_m_v.gif) top left no-repeat;
width:242px;
height:42px;
float:left;
text-indent:-9999px;
}

.cotab_s{
background:url(../images/cotab_s.gif) top left no-repeat;
width:200px;
height:42px;
float:left;
text-indent:-9999px;
}

.cotab_s a{
width:200px;
height:42px;
display:block;
overflow:hidden;
}

.cotab_s_v{
background:url(../images/cotab_s_v.gif) top left no-repeat;
width:242px;
height:42px;
float:left;
text-indent:-9999px;
}

.cotab_a{
background:url(../images/cotab_a.gif) top left no-repeat;
width:198px;
height:42px;
float:left;
display:block;
text-indent:-9999px;
}

.cotab_a_v{
background:url(../images/cotab_a_v.gif) top left no-repeat;
width:240px;
height:42px;
float:left;
display:block;
text-indent:-9999px;
}

.cotab_a a{
width:198px;
height:42px;
display:block;
overflow:hidden;
}

.cotab_top_txt{
width:693px;
text-align:center;
font-weight:bold;
font-size:14px;
margin-top:3px;
float:left;
color:#dfe5ec;
}

.cotab_top_rb{
float:left;
width:59px;
height:28px;
padding-left:13px;
}

.cotab_top_nb{
float:right;
width:59px;
height:28px;
padding-right:13px;
}

#headerSearch{
width:232px;
height:37px;
background:url(headerSearch_bgimg) top left no-repeat;
float:right;
}

#submitBox{
width:220px;
margin-left:7px;
}




#searchBox{
width:172px;
height:23px;
overflow:hidden;
background:url(searchBox) top left no-repeat;
float:left;
}


#s{
width:172px;
height:23px;

vertical-align:middle;
background:transparent;
border: none;
}


#submitBtn{
float:left;
width:41px;
height:22px;
padding-left:7px;

}

#submitBtn input.button{
width:41px;
height:22px;
overflow:hidden;
background:transparent url(submitbtn_hover) top left no-repeat;
border: none;
cursor: pointer;

}

#submitBtn input.button:hover{
background-position:0 -23px;
}

.wrb_300 img{
word-wrap:break-word;
}

.wrb_200{
width:200px;
word-wrap:break-word;
display:block;
word-break:break-all;
}

#ae09_h_cap{
background:url(../images/ae09_h_cap.gif) center left no-repeat;
text-align:right;

}

.ae25_btn{
padding-left:357px;
}

.ae28_cap{
background:url(../images/ae28_cap.gif) top left no-repeat;
height:24px;
padding:7px 20px 0 0;
text-align:right;
margin-bottom:5px;
}

.cap_bg_top{
width:838px;
border:1px solid #cccccc;
background:#336699;
}

.cap_bg{
width:560px;
font-size:14px;
padding:5px 0px 5px 0px;
word-wrap:break-word;
word-break:break-all;
}

.ae29_box{
width:220px;
float:right;
background:#FFF;
margin:5px 5px 0 0;
padding:2px 0 2px 10px;
}

.ae29_box_btex{
color:#FFF;
border-top:2px dotted #a7b4b3;
padding:5px 5px 0 5px;
margin:5px 7px 5px 10px;
}

.cap_bg_top img{
vertical-align:top;
padding-top:2px;
}

.cap_bg_top h3{
margin-left:11px;
color:#FFF;
}

.cap_bg_bottom{
width:840px;
background:url(../images/ae29_g_box_bottom.gif) bottom left no-repeat;
padding-bottom:5px;
}

.ag02_cap{
text-align:right;
height:24px;
padding:7px 20px 0 0;
background:url(../images/ag02_cap.gif) top left no-repeat;
margin-bottom:5px;
}

/*
=========AE09overwrap==============
*/
#ae09_overwrap{
background:#fff;
}

.ae09_container{
width:756px;
margin:auto !important;
text-align:left;
background:white;
}

#container_overwrap{
width:756px;
height:640px
}

#container_overwrap2{
width:680px;
margin:0 auto;
}

.ae09_fixed{
width:713px;
height:490px;
overflow-x:hidden;
overflow-y:auto;
}

.ae09_fixed_inner{
width:680px;
}

.ae09_tlb_space th{
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
}

.ae09_tlb_space td{
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
}

.dl_float dt{
width:100px;
float:left;
font-weight:bold;
}

.dl_float dt{
float:left;
}

.tate-line{

width:1.05em;
line-height:1.05em;
padding:6px;
word-wrap:break-word;
direction:ltr;
}

.wwrap_ae09_1{
padding-left:2px;
/*
width:120px;
*/
word-wrap: break-word;/* IE 5+ */
word-break: break-all;
}

.wwrap_ae09_2{
padding-left:2px;
width:82px;
word-wrap: break-word;/* IE 5+ */
word-break: break-all;
}

.wwrap_ae09_3{
padding-left:2px;
width:85px;
word-wrap: break-word;/* IE 5+ */
word-break: break-all;
}

.wwrap_ae09_4{
padding-left:2px;
width:110px;
word-wrap: break-word;/* IE 5+ */
word-break: break-all;
}

wwrap_ae09_5{
padding-left:2px;
width:280px;
word-wrap: break-word;/* IE 5+ */
word-break: break-all;
}

/* ---member manual input--- */
.regist_continue_btn{
background: url("../images/entry_co_normal.gif") no-repeat scroll left top transparent;
border: medium none;
cursor: pointer;
display: block;
overflow: hidden;
text-indent: -9999px;
width: 246px;
height: 47px;
}

.regist_back_btn{
background: url("../images/entry_ba_normal.gif") no-repeat scroll left top transparent;
border: medium none;
cursor: pointer;
display: block;
overflow: hidden;
text-indent: -9999px;
width: 246px;
height: 47px;
}
/*
.btn_detail_condition  {
background: url("../images/btn_detail_condition_normal.gif") no-repeat scroll left top transparent;
border: medium none;
cursor: pointer;
display: block;
overflow: hidden;
text-indent: -9999px;
width: 206px;
height: 47px;
}
*/
.btn_search_applicant {
background: url("../images/btn_search_applicant_normal.gif") no-repeat scroll left top transparent;
border: medium none;
cursor: pointer;
display: block;
overflow: hidden;
text-indent: -9999px;
width: 206px;
height: 47px;
}

.search_addr_btn{
background: url("../images/a_search_normal.gif") no-repeat scroll left top transparent;
border: medium none;
cursor: pointer;
display: block;
overflow: hidden;
text-indent: -9999px;
width: 74px;
height: 26px;
}
.select_addr_btn{
background: url("../images/dec_normal.gif") no-repeat scroll left top transparent;
border: medium none;
cursor: pointer;
display: block;
overflow: hidden;
text-indent: -9999px;
width: 40px;
height: 26px;
}
.initial_word_btn{
background: url("../images/search_s_normal.gif") no-repeat scroll left top transparent;
border: medium none;
cursor: pointer;
display: block;
overflow: hidden;
text-indent: -9999px;
width: 127px;
height: 26px;
}
.show-empty-cells {
border-collapse: collapse;
empty-cells: show;
}

.message_textarea {
width:440px;
}

.message_company_unread {
background-color:#f6bdd0;
}

.message_company_read {
background-color:#ffecf2;
}

.message_mb_body {
}
.message_mb_body br {
display:none;
}


.wwrap_company{
word-wrap: break-word;/* IE 5+ */
word-break: break-all;
line-height:1.1em;
}

.wwrap_company_nospace{

word-wrap: break-word;/* IE 5+ */
word-break: break-all;

}

.schoolbox{
width:400px;
height:156px;
}

li.genre {
float: left;
width: 817px;
padding:1em;
background-color:#ffffa4;
text-align: center;
}

a.genre_font1 {
color: #000000;
font-weight: bold;
text-decoration: none;
}

.cube{
float:right;
border-style: solid;
border-width: 0px;
border-color: #e0e0e0;
background-color:#e0e0e0;
color:#dd0066;
padding:1px 6px 0px 6px;
text-align: center;
}

/*
===========auto_resize=========
*/
.auto_resize{
margin:0;
padding:1px;
font-size:100%;
}

/*
===========smoothswap=========
*/
#smoothswap {
border-right:1px solid #cccccc;
border-top:1px solid #cccccc;
position:static; /* IE 6 */
}

#smoothswap li {
border-bottom:1px solid #cccccc;
height:68px;
font-size:1px; /* IE 6 */
clear:both;
}
#smoothswap li.notice{
height:78px;
}

#smoothswap li.photo_list {
height:150px;
}

#smoothswap li.photo_list_error {
background-color:#ffb583;
height:172px;
}

#smoothswap li.voice_list {
height:48px;
}

#smoothswap li div {
font-size:12px;/* IE 6 */
height:68px;
border-left:1px solid #cccccc;
float:left;
}
#smoothswap li div.notice {
height:78px;
}

#smoothswap li div.photo_list {
height:150px;
}

#smoothswap li div.photo_list_error{
height:172px;
}

#smoothswap li div.voice_list {
height:48px;
}


#smoothswap li div div {
font-size:12px;/* IE 6 */
height:36px;
float:left;
}

#smoothswap li div p {
text-align:center;
position:relative;
word-wrap:break-word;
word-break:break-all;
overflow:hidden;
top:50%;
}

#smoothswap li.head {
color:#333333;
background:#d8e8f7;
height:36px;
}

#smoothswap li div.head {
height:36px;
}

#smoothswap .text {
margin-top:-8px;
}

#smoothswap .text_2 {
text-align:center;
margin-top:-18px;
}

#smoothswap .text_3 {
text-align:left;
margin-top:-16px;
margin-left:5px;
margin-right:5px;
}

#smoothswap .text_4 {
text-align:left;
margin-top:-18px;
}

#smoothswap .textarea {
text-align:left;
top:0%;
padding:10px;
}

#smoothswap .text_auto {
letter-spacing:0em;
display:table-cell;
vertical-align:middle;
text-align:left;
height:36px;
padding:0px 5px;
}

/* IE 6 */
* html #smoothswap .text_auto {
display: inline;
margin-top:-16px;
line-height:1.4em;
zoom: 1;
}

/* IE 7 */
*:first-child+html #smoothswap .text_auto {
display: inline;
margin-top:-16px;
line-height:1.4em;
zoom: 1;
}

/* IE 9 */
html:not(:target) #smoothswap .text_auto {
top:0px;
line-height:17px;
}


#smoothswap .edit_btn {
margin-top:-13px;
}

#smoothswap .send_btn {
margin-top:-13px;
margin-left:10px;
}

#smoothswap .up_btn {
text-align:right;
padding-right:2px;
margin-top:-13px;
cursor: pointer;
cursor: hand;
}

#smoothswap .down_btn {
text-align:left;
padding-left:2px;
margin-top:-13px;
cursor: pointer;
cursor: hand;
}

#smoothswap .no_border_l {
border-left:none;
}

#smoothswap .border_b {
border-bottom:1px solid #cccccc;
}

#smoothswap .text_l {
text-align:left;
}

.check_items {
float:left;
width:149px;
}

.check_items_nowidth {
float:left;
}

#years_tab {
position:relative;
width: 100%;
overflow: visible;
height: 24px;
margin:0px auto;
}

#years_tab_bg {
padding:20px 0px 10px 0px;
background: none repeat scroll 0pt 0pt rgb(248, 249, 241) ;
}

#years_tab ul {
position:relative;
left:50%;
float:left;
}

#years_tab ul li {
background:url(../images/pv_tab_lightgrey.gif) no-repeat left top;
position:relative;
width:150px;
left:-50%;
float:left;
list-style:none;
}

#years_tab ul li a {
height:28px;
display:block;
text-align:center;
width:147px;
padding-top:4px;
line-height:28px;
color:#595959;
}

#years_tab ul li a:hover {
background:url(../images/pv_tab_halfgrey.gif) no-repeat left top;
width:147px;
}

#years_tab a.years_tab_tab_on {
background:url(../images/pv_tab_grey.gif) no-repeat left top;
text-decoration:none;
font-weight:bold;
width:147px;
}

#years_tab a.years_tab_tab_on:hover {
background:url(../images/pv_tab_grey.gif) no-repeat left top;
text-decoration:none;
width:147px;
}

#years_tab .border {
background:#e3e3e3;
clear:both;
overflow: hidden;
height: 5px;
width:900px;
margin:0 auto;
}

.fake_link {
color:#339999;
text-decoration:underline;
}

.blockCounter .jqEasyCounterMsg {
/*
display:block !important;
*/
}

.error_message_width_4 .error-message {
width:4em;
word-wrap:break-word;
}

.error_message_width_5 .error-message {
width:5em;
word-wrap:break-word;
}

/*
===========fileuploader=========
*/
#photo_upload .buttonUpload {
display:block;
border:0;
width:auto;
padding:0;
margin:0 auto;
background:none;
border:0;
font-size:0;
line-height:0;
overflow:visible;
}
#photo_upload .buttonDelete {
display:block;
border:0;
width:auto;
padding:0;
margin:0 auto;
background:none;
border:0;
font-size:0;
line-height:0;
overflow:visible;
}

#photo_upload .messageFault {
background-color:pink;
font-weight:bold;
color:red;
width:440px;
padding:2px 0px 2px 10px;
}

#photo_upload .messageSuccess {
background-color:#66cc33;
font-weight:bold;
color:#006600;
width:440px;
padding:2px 0px 2px 10px;
}

#photo_upload .messageDelete {
background-color:#EEE;
font-weight:bold;
color:#000;
width:440px;
padding:2px 0px 2px 10px;
}
/*
===========AE16=========
*/
div.section {
display:table-cell;
width:840px;
height:31px;
margin:auto !important;
text-align:right;
vertical-align:middle;
padding:0 20px 0 10px;
}

.sub_section_title {
font-size:1.2em;
width:840px;
height:28px;
background: transparent url(../images/profile_subsection_bar.gif) top left no-repeat;
position:relative;
}
.sub_section_title span {
position: absolute;
left: 12px;
top: 3px;
color: #fafafa;
font-size: 14px;
}

.profile_title_bar {
width:840px;
height:32px;
background-position:0px 0px;
background-repeat: no-repeat;
position: relative;
}
.profile_edit_btn {
position: absolute;
right: 10px;
top: 4px;
}
.profile_edit_btn button {
width: 77px;
height: 24px;
overflow:hidden;
background: transparent url(../images/profile_edit_btn.gif) top left no-repeat;
border: none;
cursor: pointer;
text-indent:-9999px;
display:block;
}

/*
===========AE18=========
*/
.school_delete_btn {
width:840px;
height:50px;
text-align:right;
position: relative;
}
.school_delete_btn button{
width:200px;
height:30px;
overflow:hidden;
background:transparent url(../images/school_delete_btn.gif) top left no-repeat;
border: none;
cursor: pointer;
text-indent:-9999px;
display:block;
position: absolute;
top: 5px;
right:0px;

}
/*
.school_delete_btn button:hover{
background-position:0 -30px;
}
*/

.school_add_btn {
width:840px;
height:50px;
text-align:right;
position: relative;
}
.school_add_btn button{
width:200px;
height:30px;
overflow:hidden;
background:transparent url(../images/school_add_btn.gif) top left no-repeat;
border: none;
cursor: pointer;
text-indent:-9999px;
display:block;
position: absolute;
top: 5px;
right:0px;

}
/*
.school_add_btn button:hover{
background-position:0 -30px;
}
*/


.gpa {
/*
display:table-cell;
*/
display:inline;
vertical-align:middle;
text-align:left;
}

.c_counter_block div {
/*
display:block;
*/
}

/*
===========AE20=========
*/
.career_delete_btn {
width:840px;
height:50px;
text-align:right;
position: relative;
}
.career_delete_btn button{
width:200px;
height:30px;
overflow:hidden;
background:transparent url(../images/career_delete_btn.gif) top left no-repeat;
border: none;
cursor: pointer;
text-indent:-9999px;
display:block;
position: absolute;
top: 5px;
right:0px;

}
/*
.career_delete_btn button:hover{
background-position:0 -30px;
}
*/

.career_add_btn {
width:840px;
height:50px;
text-align:right;
position: relative;
}
.career_add_btn button{
width:200px;
height:30px;
overflow:hidden;
background:transparent url(../images/career_add_btn.gif) top left no-repeat;
border: none;
cursor: pointer;
text-indent:-9999px;
display:block;
position: absolute;
top: 5px;
right:0px;

}

/*
.career_add_btn button:hover{
background-position:0 -30px;
}
*/

/*
===========WebDM・スカウト=========
*/
.webdmscout_warning {
color:red;
}
#webdmscout_search_desc {
font-weight:bold;
}
#webdmscout_search_desc span {
font-weight:normal;
}
#webdmscout_anchor_list {
padding:10px;
background-color:#efefef;
border:1px solid #cbcbcb;
}
#webdmscout_anchor_list img {
vertical-align:middle;
}
#webdmscout_anchor_list a {
font-weight:bolder;
font-size:13px;
color:#339999;
}
.webdmscout_info {
padding:10px;
background-color:#d7e7f7;
border:1px solid #cbcbcb;
text-align:center;
word-wrap:break-word;
display:block;
word-break:break-all;
}
.webdmscout_info b {
font-size:14px;
}
.webdmscout_subject_title {
font-weight:bolder;
}
.webdmscout_subject_checkbox {
width:150px;
}
.fix-width .checkbox {
width:150px;
margin-right:0 !important;
}
.webdmscout_degree_checkbox {
    width:70px;
}
.webdmscout_degree_checkbox .checkbox{
width:70px;
margin-right:0 !important;
}
.webdmscout_lang_level_checkbox {
margin-right:30px;
}
.webdmscout_hoped_location_checkbox {
width:110px;
/*
margin-right:30px;
*/
}
.webdmscout_industry_checkbox {
width:200px;
/*
margin-right:30px;
*/
}
.webdmscout_industry_checkbox .checkbox{
width:200px;
margin-right: 0 !important;
}
.webdmscout_occupation_checkbox {
width:200px;
/*
margin-right:30px;
*/
}
.webdmscout_work_years_checkbox {
margin-right:30px;
}
.webdmscout_subtitle {
padding:5px 13px;
background-color:#d7e7f7;
border-top:1px solid #cbcbcb;
border-left:1px solid #cbcbcb;
border-right:1px solid #cbcbcb;
font-size:14px;
font-weight:bolder;
}
/*
.webdmscout_subtract_title {
width:840px;
height:32px;
background-position:0px 0px;
background-repeat: no-repeat;
position: relative;
}
.webdmscout_subtract_about a, .webdmscout_subtract_about a:link, .webdmscout_subtract_about a:visited {
position: absolute;
right: 10px;
top: 5px;
color:#ffffff;
}
*/
#webdmscout_subtract_about {
margin:5px 0;
text-align:right;
}
#webdmscout_subtract_about img {
vertical-align:middle;
}
#webdmscout_subtract_about a {
font-size:13px;
color:#339999;
}
.webdmscout_condition_box li.left {
width:150px;
text-align:left;
vertical-align:top;
}
.webdmscout_condition_box li.center {
margin:0 10px 0 5px;
}
.webdmscout_condition_box li.right {
width:450px;
text-align:left;
vertical-align:top;
}
#scout_target_list {
}
#scout_target_list .header {
padding:0px 10px;
background-color:#d7e7f7;
border:1px solid #cbcbcb;
font-weight:bold;
}
#scout_target_list .header table td.btn {
padding:5px 0;
}
#scout_target_list .header table td.txt {
padding:5px 0 5px 10px;
word-wrap:break-word;
display:block;
word-break:break-all;
}
table#webdmscout_template_list,
table#webdm_history_list,
table#scout_history_list {
width:840px;
border-collapse:collapse;
}
table#webdmscout_template_list th,
table#webdmscout_template_list td,
table#webdm_history_list th,
table#webdm_history_list td,
table#webdm_delivery_date_list th,
table#webdm_delivery_date_list td,
table#scout_history_list th,
table#scout_history_list td {
border:1px solid #cccccc;
}
table#webdmscout_template_list th,
table#webdm_history_list th,
table#webdm_delivery_date_list th,
table#scout_history_list th {
height:40px;
color:#393e42;
background-color:#d7e7f7;
font-weight:normal;
text-align:center;
}
table#webdmscout_template_list td,
table#webdm_history_list td,
table#webdm_delivery_date_list td,
table#scout_history_list td {
height:50px;
font-weight:normal;
padding:5px 10px;
}
table#webdmscout_template_list .col1 {
width:60px;
}
table#webdmscout_template_list .col2 {
width:470px;
}
table#webdmscout_template_list .col3 {
width:130px;
}
table#webdmscout_template_list .col4 {
width:180px;
}
table#webdmscout_template_list .col5 {
width:60px;
}
table.webdmscout_template_detail th {
width:840px;
}
table.webdmscout_template_detail th {
width:160px;
}
table.webdmscout_template_detail td {
width:680px;
}
table#webdm_history_list .col1 {
width:80px;
}
table#webdm_history_list .col2_1 {
width:640px;
}
table#webdm_history_list .col2_2 {
width:470px;
}
table#webdm_history_list .col3 {
width:130px;
}
table#webdm_history_list .col4 {
width:120px;
}
table#webdm_history_list .col5 {
width:120px;
}
table#scout_history_list .col1 {
width:480px;
}
table#scout_history_list .col2 {
width:120px;
}
table#scout_history_list .col3 {
width:120px;
}
table#scout_history_list .col4 {
width:120px;
}
#webdmscout_history_list_note {
padding:10px;
background:#dddddd;
border:1px solid #cccccc;
}
#webdm_delivery_date_list_note {
width:520px;
margin-left:auto;
margin-right:auto;
padding:20px 10px;
background:#dddddd;
border:1px solid #cccccc;
font-size:15px;
text-align:center;
}
#webdm_delivery_date_list_box {
width:500px;
margin-left:auto;
margin-right:auto;
padding:20px;
border:1px solid #cccccc;
}
table#webdm_delivery_date_list {
width: 500px;
margin-left:auto;
margin-right:auto;
border-collapse:collapse;
}

.scout_send_status {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
white-space: nowrap;
padding:7px 10px;
border:1px solid #cbcbcb;
color:white;
}
.scout_bg_green {
background:#44b95a;
}
.scout_bg_blue {
background:#2ab1dd;
}

.scout_pr_box {
height:80px;
min-height:80px;
height:auto !important;
padding:10px;
border-left:1px solid #cbcbcb;
border-right:1px solid #cbcbcb;
border-bottom:1px solid #cbcbcb;
word-wrap:break-word;
display:block;
word-break:break-all;
}
#webdmscout_sample_template {
height:26px;
line-height:26px;
}
#webdmscout_sample_template a {
color:#339999;
vertical-align:middle;
}
#webdmscout_sample_template li, #webdmscout_sample_template img {
vertical-align:middle;
}
.scout_link_confirm {
text-decoration:underline;
color:#339999;
}
.webdmscout_addnew span {
line-height:47px;
vertical-align:middle;
}
.webdmscout_error_message {
text-align:center;
font-size:14px;
}

/*
===========水平方向センタリングリスト=========
*/
.v_list {
margin: auto;
position: relative;
overflow: hidden;
}
.v_list ul {
position: relative;
left: 50%;
float: left;
}
.v_list li {
position: relative;
float: left;
left: -50%;
}
.v_list li:first-child {
margin: 0;
}
*:first-child+html .v_list li {
margin: 0;
}

/*
===============影==================
Firefox:-moz-box-shadow
Safari, Chrome :-webkit-box-shadow
Opera:box-shadow
IE 8 :-ms-filter
IE 5.5 - 7 :filter
*/

.shadow_rb {
-moz-box-shadow: 2px 2px 4px #c9c9c9;
-webkit-box-shadow: 2px 2px 4px #e9e9e9;
box-shadow: 2px 2px 4px #c9c9c9;
/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#d9d9d9')";*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#d9d9d9');*/
}

.shadow_lb {
-moz-box-shadow: -3px 2px 4px #c9c9c9;
-webkit-box-shadow: -3px 2px 4px #e9e9e9;
box-shadow: -3px 2px 4px #c9c9c9;
/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=225, Color='#d9d9d9')";*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=225, Color='#d9d9d9');*/
}

.shadow_lt {
-moz-box-shadow: -3px -2px 4px #c9c9c9;
-webkit-box-shadow: -3px -2px 4px #e9e9e9;
box-shadow: -3px -2px 4px #c9c9c9;
/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=315, Color='#d9d9d9')";*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=315, Color='#d9d9d9');*/
}

.shadow_b {
-moz-box-shadow: 0px 4px 4px #c9c9c9;
-webkit-box-shadow: 0px 2px 4px #e9e9e9;
box-shadow: 0px 2px 4px #c9c9c9;
/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#d9d9d9')";*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#d9d9d9');*/
}


.shadow_slight {
-moz-box-shadow : 0px -1px 2px #eeeeee,1px 0px 2px #eeeeee,0px 1px 2px #eeeeee,-1px 0px 2px #eeeeee;
-webkit-box-shadow: 0px -1px 2px #eeeeee,1px 0px 2px #eeeeee,0px 1px 2px #eeeeee,-1px 0px 2px #eeeeee;
box-shadow: 0px -1px 1px #eeeeee,1px 0px 1px #eeeeee,0px 1px 1px #eeeeee,-1px 0px 1px #eeeeee;
/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color='#eeeeee'),*/
/*progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction= 90, Color='#eeeeee'),*/
/*progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#eeeeee'),*/
/*progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=270, Color='#eeeeee');*/
}

.shadow_slight_lrb {
-moz-box-shadow : 0px -1px 0px #ffffff,1px 0px 2px #eeeeee,0px 1px 2px #eeeeee,-1px 0px 2px #eeeeee;
-webkit-box-shadow: 0px -1px 0px #ffffff,1px 0px 2px #eeeeee,0px 1px 2px #eeeeee,-1px 0px 2px #eeeeee;
box-shadow: 0px -1px 0px #ffffff,1px 0px 1px #eeeeee,0px 1px 1px #eeeeee,-1px 0px 1px #eeeeee;
/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction= 90, Color='#eeeeee'),*/
/*progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#eeeeee'),*/
/*progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=270, Color='#eeeeee');*/
}

.shadow_slight_tlr {
-moz-box-shadow : 0px -1px 2px #eeeeee,1px 0px 0px #eeeeee,0px 1px 2px #eeeeee,-1px 0px 2px #eeeeee;
-webkit-box-shadow: 0px -1px 2px #eeeeee,1px 0px 0px #eeeeee,0px 1px 2px #eeeeee,-1px 0px 2px #eeeeee;
box-shadow: 0px -1px 1px #eeeeee,1px 0px 0px #eeeeee,0px 1px 0px #eeeeee,-1px 0px 1px #eeeeee;
/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color='#eeeeee'),*/
/*progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction= 90, Color='#eeeeee'),*/
/*progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=270, Color='#eeeeee');*/
}

.hr_gray {
color: #f0f0f0;
background-color: #f0f0f0;
height: 2px;
border: 2px;
border-color: #f0f0f0;
border-style: solid;
}
.btn_box{
width:840px;
text-align:center;
vertical-align:middle;
margin:20px auto;
}
.inset {
padding:3px;
}
.read_situation li {
float:left;
}

.explanatory_note {
    background:transparent url("../images/icon_green_arrow.gif") left center no-repeat;
    padding:0px 0px 0px 20px;
}
.explanatory_note a, a:link, a:visited {
    color:#339999;
}

.search_list_checkbox {
  float:left;
  margin-right:8px;
}

ul.date_list li {
float: left;
margin-right:20px;
}
.small {
    font-size:90%;
}

.company_member_list td{
    height:60px;
}

#company_file_list {
width:98%;
padding:10px 10px 0 10px;
}
#company_file_list table {
background:#FFFFFF;
table-layout:fixed;
border-top:1px solid #333333;
border-left:1px solid #333333;
}
#company_file_list table td{
padding:3px;
border-right:1px solid #333333;
border-bottom:1px solid #333333;
word-wrap:break-word;
word-break:break-all;
}
#company_file_list .output_file {
display:block;
margin:20px auto;
}

/* template_list total width ==> 840px */
table.template_list td,
table.template_list_select td
{
  padding:10px 5px;
}

table.template_list_select .col1 {
  width:50px;
}
table.template_list_select .col2 {
  width:50px;
}
table.template_list_select .col3 {
  width:260px;
}
table.template_list_select .col4 {
  width:110px;
}
table.template_list_select .col5 {
  width:130px;
}
table.template_list_select .col6 {
  width:110px;
}
table.template_list_select .col7 {
  width:130px;
}

table.template_list .col2 {
  width:50px;
}
table.template_list .col3 {
  width:200px;
}
table.template_list .col4 {
  width:110px;
}
table.template_list .col5 {
  width:130px;
}
table.template_list .col6 {
  width:110px;
}
table.template_list .col7 {
  width:130px;
}
table.template_list .col8 {
  width:110px;
}

/*
 CN01 お知らせ一覧、CN02 お知らせ詳細
 */
#cn01_h_cap{
background:url(../images/cn01_h_cap.gif) center left no-repeat;
height:32px;
}

#cn02_title{
background-color:#e2e2e2;
border:1px solid #cccccc;
}
#cn02_title table{
}

/*
 CK02 Web DM配信対象絞り込み検索
 */
.btn_l {
display:block;
overflow:hidden;
border:none;
border-width:0;
cursor: pointer;
margin-left:auto;
margin-right:auto;
text-indent:-9999px;
line-height:0px;
float:left;
}
.btn_r {
display:block;
overflow:hidden;
border:none;
border-width:0;
cursor: pointer;
margin-left:auto;
margin-right:auto;
text-indent:-9999px;
line-height:0px;
float:right;
}
input.save_condition {
background:url(../images/save_condition_normal.gif) top left no-repeat;
width:190px;
height:32px;
}
input.save_condition:hover {
background:url(../images/save_condition_selected.gif) top left no-repeat;
}
input.save_condition:active {
background:url(../images/save_condition_pressed.gif) top left no-repeat;
}

/*
 CK16 Web DM配信条件一覧
 */
table#company_table {
table-layout:fixed;
border-left:1px solid #cccccc;
border-top:1px solid #cccccc;
}
table#company_table th{
color:#ffffff;
font-weight:normal;
background:#999999;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}
table#company_table td{
padding:3px 2px;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

.conditionsave_success {
color:red;
}
#webdm_search table.cond_table {
border:1px solid #ccc;
margin-bottom:5px;
}
#webdm_search table.cond_table th {
padding:5px 10px;
border-top:none;
border-right:1px solid #ccc;
border-bottom:none;
border-left:none;
background:#FFF;
font-weight:bold;
color:#222;
}
#webdm_search table.cond_table td {
padding:5px 10px;
background:#FFF;
border:none;
}
#webdm_search input.search_by_condition2 {
background:url(../images/search_by_condition2_normal.gif) top left no-repeat;
width:253px;
height:47px;
}
#webdm_search input.search_by_condition2:hover {
background:url(../images/search_by_condition2_selected.gif) top left no-repeat;
}
#webdm_search input.search_by_condition2:active {
background:url(../images/search_by_condition2_pressed.gif) top left no-repeat;
}
.webdm_popup_wrap {
}
#webdm_popup {
width:680px;
margin:0 auto;
background:#fff;
margin:auto !important;
text-align:left;
padding:0 10px;
}
#webdm_popup input.ok_btn {
background:url(../images/ok_normal.gif) top left no-repeat;
width:126px;
height:32px;
}
#webdm_popup input.ok_btn:hover {
background:url(../images/ok_hit.gif) top left no-repeat;
}
#webdm_popup input.ok_btn:active {
background:url(../images/ok_over2.gif) top left no-repeat;
}
#webdm_popup a.cancel_black_btn {
background:url(../images/cancel_black_normal.gif) top left no-repeat;
width:190px;
height:32px;
}
#webdm_popup a.cancel_black_btn:hover {
background:url(../images/cancel_black_hit.gif) top left no-repeat;
}
#webdm_popup a.cancel_black_btn:active {
background:url(../images/cancel_black_over2.gif) top left no-repeat;
}
.btn_r {
display:block;
overflow:hidden;
border:none;
border-width:0;
cursor: pointer;
margin-left:auto;
margin-right:auto;
text-indent:-9999px;
line-height:0px;
float:right;
}
#aa06_cap_n{
background:url(../images/bnr_pages_info.gif) top left no-repeat;
width:840px;
height:51px;
}

.delivery_title {
font-size:18px;
}

/* 再描画ボタン  */
/* 再描画ボタン  */
.rewrite_btn {
	background:url(../images/redrow_btn.gif) top left no-repeat;
	display: block;
    overflow: hidden;
    border: none;
    border-width: 0;
    cursor: pointer;
    text-indent: -9999px;
    line-height: 0px;
}

.btn_89x27 {
 width:89px;
 height:27px;
 background-position: 0px 0px;
}
.btn_89x27:hover {
 background-position: 0px -27px;
}


/* 外国語資格入力フォーム */

.languageSelect, .languageQualificationSelect, .languageQualificationLevelSelect {
	width: 140px;
}

/* flex */
.flex_box{
display: flex;
align-items: center;
}

.flex_column{
display: flex;
flex-direction: column;
}

.flex_box_bottom{
display: flex;
align-items: flex-end;
justify-content: space-between;
}

.flex_box_space-between{
display: flex;
align-items: center;
justify-content: space-between;
}

.gap_20 {
    gap: 20px;
}

/* table_layout */
.table_layout table {
table-layout:fixed;
}

.table_layout table,
.table_layout td,
.table_layout th {
border: 1px solid #cccccc;
border-collapse: collapse;
padding: 5px 10px;
box-sizing: border-box;
}

.table_layout a {
text-decoration:none;
}

.table_layout .table_layout_head{
background-color:#d7e7f7;
}
.table_layout .table_layout_head .float_r .company_last_update{
  font-size: 1.1em;
}
.table_layout .table_layout_title{
font-weight:bold;
}

.table_layout .blue_bg{
background-color:#f6f7f9 ;
}

.table_layout_scroll{
padding:0;
}

.table_layout_scroll > div{
overflow-y:scroll;
padding:5px 0 5px 10px;
}

.table_layout_wrb {
word-wrap:break-word;
word-break:break-all;
}

/* chkbox */
.chkbox input[type=checkbox] {
width: 26px;
height: 26px;
vertical-align: middle;
}

.overflow_hidden{
overflow:hidden;
}

/* btn */
.btn_add {
width:50px;
vertical-align: bottom;
}

.btn_del0, .btn_del1, .btn_del2, .btn_del3, .btn_del4, .btn_del5, .btn_del6, .btn_del7, .btn_del8, .btn_del9, .btn_del10 {
width:20px;
font-size:16px;
color: #fff;
background-color: #333333;
}

.area_btn_del0, .area_btn_del1, .area_btn_del2 {
width:20px;
font-size:16px;
color: #fff;
background-color: #333333;
}

/* hover */
.hover_blue:hover{
background-color: #ecf2f9;
}

/* language_box */
.language_box {
margin-top:10px;
}

div.degreeCheckSelectBox div:last-child {
width: 250px;
display: inline;
}

/* アクションボタン表示領域 */
.action_buttons {
margin: 10px auto;
position: relative;
overflow: hidden;
}
.action_buttons ul {
position: relative;
left: 50%;
float: left;
}
.action_buttons li {
position: relative;
float: left;
left: -50%;
margin-left: 10px
}
.action_buttons li:first-child {
margin: 0;
}
*:first-child+html .action_buttons li {
margin: 0;
}

/* accordion */
.accordion_box > ul >li {
    border: 1px solid #cccccc;
    border-bottom:none;
}

.accordion_box > ul >li:last-child {
    border-bottom: 1px solid #cccccc;
}

dl.accordion dt {
    background: #ecf2f9;
    cursor: pointer;
    word-wrap:break-word;
}

dl.accordion dt {
    display: block;
    padding: 10px 10px 10px 20px;
    line-height: 1.8;
}

dl.accordion dt::before {
    content: '';
    position: relative;
    float: left;
    border: 6px solid transparent;
    border-top-color: #333;
    width: 0;
    height: 0;
    top: 6px;
    left: -10px;
}

dl.accordion dt.open::before {
    content: '';
    position: relative;
    float: left;
    border: 6px solid transparent;
    border-bottom-color: #333;
    width: 0;
    height: 0;
    top: 0px;
    left: -10px;
}

dl.accordion dd {
    word-wrap:break-word;
    background-color: #fff;
}

dl.accordion dd ul {
    padding: 20px 10px;
}

dl.accordion dd ul li {
    width:25%;
}

dl.accordion dd ul li input {
    margin-right:5px;
}

#qualification_field div {
    display: inline-block;
    width: 200px;
    line-height: initial;
}

/* インターンシップ情報一覧テーブル */
#smoothswap.internship_list {
border-spacing: 0px;
border-right: 0;
}

#smoothswap.internship_list tr {
min-height:68px;
clear:both;
}

#smoothswap.internship_list tr div {
float:left;
}

#smoothswap.internship_list tr div div {
min-height:36px;
float:left;
}

#smoothswap.internship_list td p {
text-align:center;
word-wrap:break-word;
word-break:break-all;
overflow:hidden;
top:50%;
}

#smoothswap.internship_list tr.head {
color:#333333;
background:#d8e8f7;
height:36px;
min-height: 36px;
}

#smoothswap.internship_list tr div.head {
height:36px;
min-height: 36px;
}

#smoothswap.internship_list .text_auto_table {
letter-spacing:0em;
display:table-cell;
vertical-align:middle;
text-align:left;
padding:9px 5px;
height: 100%
}

#smoothswap.internship_list td .text_4_table {
text-align:left;
}

#smoothswap.internship_list td .up_btn {
text-align:right;
padding-right:2px;
margin-top: 0px;
cursor: pointer;
cursor: hand;
height: 26px;
}

#smoothswap.internship_list td .down_btn {
text-align:left;
padding-left:2px;
margin-top: 0px;
cursor: pointer;
cursor: hand;
height: 26px;
}

.internship_confirm td {
word-break:break-all;
}

#smoothswap .up_disable {
  text-align:right;
  padding-right:2px;
  margin-top:-13px;
  cursor: pointer;
  cursor: hand;
  }
  
  #smoothswap .down_disable {
  text-align:left;
  padding-left:2px;
  margin-top:-13px;
  cursor: pointer;
  cursor: hand;
  }

#smoothswap.internship_list td .up_disable {
  text-align:right;
  padding-right:2px;
  margin-top: 0px;
  cursor: pointer;
  cursor: hand;
  height: 26px;
  }
  
  #smoothswap.internship_list td .down_disable {
  text-align:left;
  padding-left:2px;
  margin-top: 0px;
  cursor: pointer;
  cursor: hand;
  height: 26px;
  }
  
  .smoking_radio > .radio {
    width:250px;
    float:left;
  }
  #smoking_box > .checkbox {
    padding-left:15px;
  }
.custom-div div.checkbox {
    margin-right: 30px;
    float: left;
}
.wrap-scout-margin .checkbox {
    margin-top: 5px;
}
.fixed-div-scout .select {
    width: 194px !important;
}
.no-width {
    width: auto !important;
}

.no-float .checkbox{
    float: none !important;
}

.no-margin {
    margin: 0 !important;
}
.subtract_entried-scout .margin_top_10:not(:last-child) {
    margin-top: 10px;
}

.select-webdm-language .input.select {
    padding-right: 24px;
}

.radio-webdm-subtract-entried > .input.radio > .margin_t_10:last-child {
    margin: unset;
}

.addbtn_career_flag {
  padding:0.1em 0.5em;
  font-weight: 600;
  background-color: #11457b;
  color:#fff;
  letter-spacing: 0.02em;
}

table#access_control {
  width:100%;
}

.name_list_container {
  width: 130px; 
}

.career_flag_name_list {
  width: 100%; 
}

.flag_value_container {
  width: 400px;
}

.flag_value_container .flag_item {
  display: inline-flex;
  width: 130px;
}

.flag_value_container .flag_item input{
  margin: 3px 0 auto;
}

.d_inline_block {
  display: inline-block;
}

.password_description {
  width: 48%;
}

.d_password_width .jqEasyCounterMsg {
  white-space: nowrap;
  width: fit-content !important;
}

.height_16 {
  height: 16px;
}

.d_justify_between {
  justify-content: space-between;
}

.d_flex {
  display: flex;
}

.space_l_4{
  padding-left: 4px;
}
