@charset "utf-8";
/*------------------------------------------------
common.css
共通CSS
------------------------------------------------*/
/*================================================
reset
================================================*/
/*タグリセット*/
html{overflow-y:scroll;-webkit-overflow-scrolling:touch;}
body{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;}
/*ios 4対策。指定がないと意図せぬ位置で折り返す*/
.ios body{letter-spacing:-0.0001em;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
audio[controls],canvas,video{display:inline-block;}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,p,div,iframe,caption,hr,fieldset,legend,blockquote,article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,audio,canvas,video{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,p,li,dl,dt,dd,address,caption,th,td,div{word-break:break-all;word-wrap:break-word;}
li{list-style:none;}
img,fieldset{border:none;}
hr{border:none;border-top:1px #000 solid;}
a[href^="javascript"]{-webkit-touch-callout:none;touch-callout:none;}
/*vertical-align*/
input,button,select,textarea{vertical-align:middle;}
img,object,embed,canvas,audio,video{vertical-align:top;}
/*svg ie9 bugfix*/
svg:not(:root){overflow:hidden;}
/*iframe*/
iframe{border:0;}
/*table*/
table{width:100%;border-collapse:collapse;border-spacing:0;}
caption,th,td{margin:0;padding:0;vertical-align:top;text-align:left;}
/*font*/
input,select,button,textarea,h1,h2,h3,h4,h5,h6,table{font-size:inherit;}
address,em,strong,th{font-style:normal;}
em,strong{font-weight:bold;}
/*clearfix*/
/*div:after{display:block;clear:both;visibility:hidden;height:0;font-size:0;content:".";}
div{display:inline-block;}*/
/*\*/
/** html div{height:0;}
div{display:block;}*/
/* */
/*form*/
fieldset,input,button,select,textarea{margin:0;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
input:focus,button:focus,textarea:focus,select:focus{outline:none;}
textarea,select[multiple="multiple"]{overflow-y:scroll;resize:vertical;-webkit-overflow-scrolling:touch;}
input[type="checkbox"],input[type="radio"]{margin-right:2px;}
input[type="submit"],input[type="reset"],button{-ms-appearance:button;-moz-appearance:button;-webkit-appearance:button;appearance:button;}
select[multiple="multiple"]{background:#fff;}
/*moz*/
html >/**/body input[type="checkbox"],html >/**/body input[type="radio"],x:-moz-any-link{margin-right:3px;margin-bottom:0.125em;}
/*webkit*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	input[type="text"],input[type="password"],textarea{-webkit-appearance:none;}
	input[type="submit"],input[type="reset"],button{min-height:2em;}
	select{min-height:1.75em;}
	input[type="checkbox"],input[type="radio"]{margin-right:3px;margin-bottom:0.25em;}
	select[multiple="multiple"]{overflow-y:auto;resize:none;-webkit-appearance:none;}
	/*ios/androidのタップ領域補正*/
	.ios a img,.android a img{pointer-events:none;display:inline-block;}
	.ios a,.android a{pointer-events:visible;}
}


/*================================================
web font
================================================*/
@font-face{
font-family:"baitoru_number";
src:url(../../font/baitoru_number.eot);
src:url(../../font/baitoru_number.eot?#iefix) format('embedded-opentype'), url(../../font/baitoru_number.ttf?) format("truetype");
}


/*================================================
font setting
================================================*/
/*body,input,button,textarea,body .ui-widget-content{color:#444;font:12px/1.3 "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
select{font:12px/1.3 "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}*/
/*a:hover, body .ui-widget-content a:hover{text-decoration:underline;}*/

.ls-1{letter-spacing:-0.15em;}
.dsply_b{display:block;}

input[data-placeholder].placeholder, text-area[data-placeholder].placeholder {
color: #999;
}

/*@media screen and (max-width: 800px) {
	body,input,button,textarea,body .ui-widget-content{font-size:14px;}
}*/

/*---------------------------------------------------
link
---------------------------------------------------*/
#wrap a:hover img{ opacity:0.7;filter: alpha(opacity=70);-moz-opacity:0.7;}
@media screen and (max-width: 800px) {
}

/*@media (min-width: 800px) and (max-width: 960px) {
#header > div, #contents, #footer{ width:98%; margin:auto;}
#footer .pt01 p{right:1% !important;}
}*/
/*-----------------------------------------------------
cts
-------------------------------------------------------*/
body {
	background: url(../images/bg.jpg);
	min-width: 950px;
}
#wrap *{
	box-sizing:border-box;
}
header {
	background-color: #fff;
	padding: 9px 0;
    height: 100px;
}
header .lang_txt p { line-height:1.2;}
#header div {
	text-align: center;
}
#contents{
	max-width:990px;
	margin: 0 auto 80px;
	background:#fff;
	padding: 0 20px 20px;
    box-sizing: border-box;
}
#footer {
    background-color: #23a9d5;
}
#footer p:last-child {
	margin-top:20px;
}
#footer>div {
    padding: 30px 0;
}
.h_inner {
	max-width:950px;
	margin:0 auto;
	position:relative;
}
.head_lang {
    width: 990px;
    margin: 0 auto;
}
.lang_Box {
	background:#f2f2f2;
	width:370px;
	height:68px;
	border-radius:5px;
	text-align:right;
	position: absolute;
    top: 8px;
    right: 0;
	padding: 5px;
}
.lang_Box b { font-weight:700;}
.lang_txt {
	float:left;
	width:100px;
	text-align: left;
    font-size: 18px;
	margin: 10px 0 0 20px;
}
.lang_txt-add {
    margin: 20px 0 0 20px;
}
.lang_select {
	float:right;
	width:240px;
}
.lang_select ul li {
	display:inline-block;
	margin-right:10px;
}

a.sprite {
  text-decoration: none;
  overflow:hidden;
  width: 45px;
  height: 55px;
  display: block;
  cursor:pointer;
  /*padding-top:10px;*/
  margin-top:2px;
  text-align:center;
  color:#fff;
  text-indent:100%;
  white-space:nowrap;
}
a.ja { background: url(../images/btn_ja.png) no-repeat;}
a.en { background: url(../images/btn_en.png) no-repeat;}
a.cn { background: url(../images/btn_cn.png) no-repeat;}
a.ko { background: url(../images/btn_ko.png) no-repeat;}
a.sprite:hover{
  background-position:left bottom;
}

.f_12 { font-size:12px;}
.f_14 { font-size:14px;}

.bn_Box > div {
    text-align: center;
}

/*-----------------------------------------------------
専門LP個別 共有css
-------------------------------------------------------*/

/*-背景色--*/
.bar_add h2 { background: url(../images/bar_icon.png) 15px 11px no-repeat #23a9d5;padding: 3px 0 0 56px;margin-bottom: 15px;}
.pink_bar { background-color: #23a9d5;}
.area_bigttl { background: url(../../lp_common/images/h3_icon_03.png) 20px 12px no-repeat #23a9d5;}
.lplinklist_ttl { border-left: 6px solid #23a9d5;}
.recommend-jobTitle .pattern-1 .bg01 .pt01 h2 { background-color: #23a9d5;}
.recommend .pt01 ul.ul03 li dl { border-top: 10px solid #ff9600;}


/*-ボタン色--*/
.internal_link_bt a { background-color: #ff9600;box-shadow: 0 -2px 0 #d38400 inset;}
.new-linkbtn a { background-color: #ff9600;box-shadow: 0 -4px 0 #d38400 inset;}



/*-en・cnのみ--*/
.Box_add { width: 500px;}
.Box_add .internal_link_bt a { font-size: 14px;width: 235px;}

/*-enのみ--*/
.pop_area_f13 li { font-size: 12px;line-height: 1.2;}
.p-top { padding-top:9px;}
ul.add_f_13 li a { font-size: 12px;}

h2.lplinklist_ttl {
    color: #444;
    background: #fff !important;
    font-weight: 700;
    font-size: 20px;
    border-left: 6px solid #000;
    padding-left: 8px;
    padding-top: 2px;
    margin: 4px 0 10px;
    line-height: 1;
    height: auto;
}