﻿@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*/
/*\*/
* 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:#000;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,body .ui-widget-content a{color:#0a88f3;text-decoration:none;}
a:visited,body .ui-widget-content a:visited{color:#6e0f9e;}
a:hover, body .ui-widget-content a:hover{text-decoration:underline;}

/*---------------------------------------------------
ページ内共通
---------------------------------------------------*/
body{background:#ffffff;}
body *{box-sizing:border-box;}
h1,h2,h3,h4,h5,h6,p,li,dl,dt,dd,address,caption,th,td,div{font-weight:normal;}

a {
	/*display: inline-block;*/
	height:100%;
	width:100%;
	color: #0860c0;
	text-decoration: underline;
}

/*a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
}*/

small{font-size:inherit;}

/*---------------------------------------------------
rayout
---------------------------------------------------*/
#wrapper{
    width:100%;
}
@media screen and (max-width: 800px) {
	#wrapper{
		background-size: 126px 334px;
		max-width: 100%;
		margin:0 auto;
		border-top:none;
	}
}
#header {
	text-align: center;
}
#header img {
    width: 950px;
    margin: 9px auto 0;
}
#contents {
    width: 950px;
    margin: 0 auto;
}
#areasearch:last-child h3 {
    background: url(../images/bgn_004.png) no-repeat 95% 0%;
    background-size: 60px 29px;
    box-sizing: border-box;
    height: 30px;
}

/*-----------------------------------------------------
専門LP個別 共有css
-------------------------------------------------------*/

/*-背景色--*/
.bar_add h2 { background:#a0a0a0;}
.pink_bar { background-color: #a0a0a0;}
.area_bigttl { background: url(../../lp_common/images/h3_icon_03.png) 20px 12px no-repeat #a0a0a0;}
.lplinklist_ttl { border-left: 6px solid #694c41;}
.recommend-jobTitle .pattern-1 .bg01 .pt01 h2 { background-color: #a0a0a0;}
.recommend .pt01 ul.ul03 li dl { border-top: 10px solid #31adb8;}


/*-ボタン色--*/
.internal_link_bt a { background-color: #31adb8;box-shadow: 0 -2px 0 #558c86 inset;}
.new-linkbtn a { background-color: #31adb8;box-shadow: 0 -4px 0 #558c86 inset;}

h2.lplinklist_ttl {
    color: #444;
    background: #fff !important;
    font-weight: 700;
    font-size: 20px;
    border-left: 6px solid #666;
    padding-left: 8px;
    padding-top: 2px;
    margin: 4px 0 10px;
    line-height: 1;
    height: auto;
}

