@charset "shift_jis";
/* 基本 */
* { margin:0px; padding:0px; }
/* clearfix */
*:after { display:block; clear:both; }

/* はみ出し対策 */
body,html {
	width:480px;
	margin:5px auto 0px;
	text-align: left;
	font-size: 18px;
	line-height: 30px;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; 
}

/* iPhone 文字の拡大縮小対策 */
     -webkit-text-size-adjust: none; 
}

/* HTML5に対応していないOS対策 */
article, aside, figure, footer, header,hgroup, nav, section { display:block; }


/* img対応 */
img	{
	border: none;
	margin: 0px;
	-ms-interpolation-mode: bicubic;
	}	

img.icn{
	margin-right: 5px;
	vertical-align: text-bottom;
	width: 20px;
	height: 20px;
	}

/* form対応 */
form {margin: 0px; padding: 0px;}
input {font-size: 18px; margin-top:10px; margin-right:5px; padding: 10px;  }
textarea {font-size: 18px; margin-top: 10px; line-height: 36px; }
select {font-size: 18px; margin-top: 10px; line-height: 36px;}


h1, h2, h3, h4, h5, h6, h7 p {margin:0; font-weight:bold; }
h2 { filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff); background-color: rgba(255, 102, 0, 0.8); color:#ffffff; text-shadow:2px 2px 2px #888888;}

hr { clear: both; height:0px; border:0px; margin:0px; padding:0px; overflow: hidden; }

a {color:#000000; text-decoration: none; }



.lbox {float: left; }
.lbox2 {float:left; margin:10px auto auto 30px; font-weight:bold; line-height:24px;}
.lbox3 {float:left; margin-left:5px;}
.lbox4 {float:left; width:380px; padding-right:10px;}
.lbox5 {float:right; width:210px; border: solid 0px #000; line-height:20px;}
.l-box-w120 { float:left; width:120px;}
.cbox {width:100%;  font-weight:bold; line-height:24px; text-align:center;}
.cbox2 {clear: both; width:300px; text-align:center; margin:0px auto; border: solid 0px #000;}
.rbox {float: right; }
.rbox2 {float:right; margin-right:20px;}
.rbox3 {float:right; width:30%; margin-right:10px;}





/* 外郭 */
.allbox {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border: solid 0px 1px 1px #fff;
	border-top: solid 5px #fc0;
	margin: 0 auto -110px;
}

.hmidd {
	width: 950px;
	margin: 10px auto 0px;
	border: solid 0px #666;
	overflow: hidden;
	clear: both;
}

.midd {
	width: 480px;
	margin: 15px auto;
	border: solid 0px #666;
	padding-bottom: 135px;
	overflow: hidden;
	clear: both;
}

.hmidd2 {
	width: 950px;
	margin: 10px auto 0px;
	border: solid 0px #666;
	/* overflow: hidden;
	clear: both; */
}


/* ヘッダー */
.head {
	width: 945px;
	margin: 0px auto;
}

.head_logo {
	width: 216px;
	height: 59px;
	float: left;
}

.head_txt {
	margin-top: 25px;
	margin-left: 40px;
	font-size: 20px ;
	font-weight: bold;
	color: #F60;
	float: left;
}

.kyujinkensu {
	width: 211px;
	height: 47px;
	margin-top: 7px;
	font-size: 14px;
	background-image: url("images/head_kyujinkensu.png");
	background-repeat: no-repeat;
	float: right;
}
.kensu_txt {
	margin-top: 7px;
	margin-left: 50px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
}
.kyuujin-imgm {
	width:440px;
	margin:5px auto 10px;
}
.kyuujin-imgm img {
	margin:5px auto 10px;
}

/* 右寄左寄中心 */
.lsoroe { float: left; }
.w190lsoroe {width:180px; height:26px; margin: 10px 10px 0px; line-height: 26px; font-size: 13px; border-bottom: solid 1px #fff; clear: both; }
.rsoroe { float: right; margin-right:15px; }
.w190csoroe { width:180px; margin: 20px auto; text-align: center; }
.csoroe { margin: 0px auto; }


/* 横メニュー */
#menu {
	display: inline-block;
	margin-top:5px;
	width:100%;
	font-weight:bold;
	text-align:center;
	border-top: solid 1px #cccccc;
}
#menu li {
	list-style-type: none;
	position: relative;
	width:118px;
	float: left;
	border-left: solid 1px #eeeeee;
	border-right: solid 1px #bbbbbb;
}
#menu li a {
	width:auto;
	color:#000000;
	padding:10px 0;
	text-decoration:none;
	font-size:16px;
	line-height: 24px;
	text-shadow:2px 2px 2px #ffffff;
	display:block;
	background:#aaaaaa;
	background-image: -moz-linear-gradient(top, #eeeeee 0%, #aaaaaa 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #aaaaaa));
}
#menu li a:hover  {
	width:auto;
	display:block;
	background:#eeeeee;
	background-image: -moz-linear-gradient(top, #aaaaaa 0%, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aaaaaa), color-stop(1, #ffffff));
}
.menuimg {
	vertical-align: middle;
	margin-right:5px;
}

.menu-kensuu {
	width:30px;
	line-height: 16px;
	margin:5px auto;
	padding: 3px 8px;
	background:#eeeeee;
	background-image: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(1, #eeeeee));
	border-radius: 12px;  
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border: solid 1px #ffffff;
}


a:hover .menu-link {
	color: #f00;
}
a .menu-link {
	color: #900;
}


/* 背景つき見出 */
.mds-kensaku {
	width:100%;
	height:51px;
	color:#000000;
	font-size:22px;
	font-weight:bold;
	text-decoration: none;
	text-indent:60px; /*インデント*/
	letter-spacing: 0.5em; /*字間*/
	text-shadow:
		2px 2px 2px #ffffff;
	line-height:51px;
	background:url(images/mds-kensaku.png) no-repeat;
}

.mds-check {
	width:100%;
	height:51px;
	color:#000000;
	font-size:22px;
	font-weight:bold;
	text-decoration: none;
	text-indent:60px; /*インデント*/
	text-shadow:
		2px 2px 2px #ffffff;
	line-height:51px;
	background:url(images/mds-check.png) no-repeat;
}

.midashi-page {
	clear: both;
	width:100%;
	height:24px;
	margin:0;
	padding:12px 10px;
	color:#000000;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	line-height: 24px;
	text-shadow:
		2px 2px 2px #ffffff;
	background:#fff;
	/*
	background-image: -moz-linear-gradient(top, #fa0 0%, #fff 50%, #eee 50%, #aaa 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fa0), color-stop(1, #aaa));
	*/
}

.midashi-grd {
	width:auto;
	margin:0 0 7px;
	padding:7px 10px;
	color:#000000;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	line-height: 24px;
	/* text-indent: 20px; */
	/* letter-spacing: 0.5em; */ /*字間*/
	text-shadow:
		2px 2px 2px #ffffff;
	background:#FF8C00;
	background-image: -moz-linear-gradient(top, #FFFF00 0%, #FFA500 50%, #FF8C00 50%, #FF4500 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFF00), color-stop(1, #FF4500));
	overflow: hidden;
}
.midashiK-grd {
	width:auto;
	margin:10px 0;
	padding:7px 10px;
	color:#000000;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	line-height: 24px;
	/* text-indent: 20px; */
	/* letter-spacing: 0.5em; */ /*字間*/
	text-shadow:
		2px 2px 2px #ffffff;
	background:#FF8C00;
	background-image: -moz-linear-gradient(top, #FFFF00 0%, #FFA500 50%, #FF8C00 50%, #FF4500 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFF00), color-stop(1, #FF4500));
	overflow: hidden;
}
.midashiK-grd2 {
	width:auto;
	margin:10px 0px 0px;
	color:#000000;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	line-height: 32px;
	text-indent: 20px; 
	/* letter-spacing: 0.5em; */ /*字間*/
	text-shadow:
		2px 2px 2px #ffffff;
	border-top: solid 1px #FFA07A;
	background:#FFA07A;
	background-image: -moz-linear-gradient(top, #FFFACD 0%, #FFDEAD 50%, #FFDAB9 50%, #FFA07A 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFACD), color-stop(1, #FF4500));
}



/* 検索メニュー */

#main_menu {
	display: inline-block;
	width:100%;
	font-weight:bold;
	line-height:50px;
}
#main_menu {
	list-style-type: none;
	position: relative;
}

#main_menu .koumoku {
	line-height: 50px;
	width:auto;
	color:#000000;
	padding:10px 0;
	text-indent:10px; /*インデント*/
	text-decoration:none;
	background:#aaaaaa;
	background-image: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #cccccc));
}
#main_menu .koumoku a:hover {
	background-image: -moz-linear-gradient(top, #cccccc 0%, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(1, #ffffff));
}


.koumoku {
	line-height: 50px;
	width:100%;
	color:#000000;
	padding:10px 0;
	text-indent:10px; /*インデント*/
	text-decoration:none;
	background:#aaaaaa;
	background-image: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #cccccc));
}
.koumoku a:hover {
	background-image: -moz-linear-gradient(top, #cccccc 0%, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(1, #ffffff));
}









/* 地図 */
.map-areabox {
	clear: both;
	margin: 0px auto 15px;
	width: 170px;
	overflow: hidden;
}
.map-areabox0 {
	float: left;
	height: 200px;
	margin: 0px 6px 15px 0px;
	width: 172px;
	/* border: solid 0px #c0c; */
}
.map-areabox2 {
	clear: both;
	margin: 0px auto 15px;
	width: 170px;
	overflow: hidden;
}

.map-areamds {
	clear: both;
	padding: 0px 10px;
	width: 150px;
	font-size:12px;
	font-weight: bold;
	line-height: 24px;
	overflow: hidden;
}

.map-txt {
	clear: both;
	padding: 1px 10px;
	width: 150px;
	font-size:12px;
	line-height: 24px;
	overflow: hidden;
}

.fp-areabox {
	position: absolute;
	z-index: 1;
	margin: 0px auto 15px;
	width: 270px;
	overflow: hidden;
}

.fp-areamds {
	clear: both;
	padding: 0px 10px;
	width: 250px;
	font-size:12px;
	font-weight: bold;
	line-height: 24px;
	overflow: hidden;
}

.fp-txt {
	clear: both;
	padding: 1px 10px;
	width: 250px;
	font-size:12px;
	line-height: 24px;
	overflow: hidden;
}





/* 左検索 */
.bkgry {
	background-color: #ccc;
	border: solid 0px #ccc;
}

.all_lcolumn {
	width: 205px;
	float: left;
	margin-right: 12px;
}

/* MyStock */
.mystock-box {
	clear: both;
	width: 470px;
	margin:15px auto;
	font-size:16px;
	line-height:20px;
	border:1px solid #cccccc;
	overflow: hidden;
}

.mystock-head {
	width:auto;
	padding: 2px 10px;
	color:#ff3300;
	font-weight:bold;
	line-height:29px;
	min-height:29px;
	background-color:#ECE8DC;
}

.mystock-l {
	float:left;
	width:50%;
	margin-left:10px;
	line-height:30px;
	text-align:left;
	border-right:1px dotted #cdcdcd;
}

.mystock-c {
	float:left;
	width:25%;
	margin:0px auto;
	text-align:center;
	line-height:30px;
}

.mystock-r {
	float:right;
	width:20%;
	margin-right:10px;
	text-align:right;
	line-height:30px;
	border-left:1px dotted #cdcdcd;
}

.mystock-name {
	clear: both;
	padding:4px 10px 2px;
	width:100%;
	color:#000000;
	font-weight:bold;
	font-size:15px;
	line-height:18px;
	background-color:#ECE8DC;
}



a .rcm-box-foot {
	clear:both;
	width:205px;
	height:24px;
	text-indent:-4000px; /*インデント*/
	background:url(images/btn_stockoff.png) no-repeat;
}
a:hover .rcm-box-foot {
	background:url(images/btn_stockon.png) no-repeat;
}


.lcolumn {
	width: 100%;
	margin: 5px;
	padding-bottom: 10px;
	border: solid 1px #ccc;
	background-image: url("images/bk_lsidmn.png");
	-moz-background-size: contain;
	background-size: 100% 100%, auto;
	box-shadow: 0px 0px 5px #aaa;
	-moz-box-shadow: 0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc', Direction=0, Strength=5); */
	float: left;
	/* behavior: url(/text/border-radius.htc); */  /* IE */
	behavior: url(/border-radius.htc);
}
*.lcolumn {
	background-image: url(images/bk_lsidmn_ie.png);
}

/* 検索項目アコーデオン */
ul.acc a, ul.acc li ul a {
	text-decoration: none;
	color: #000000;
	letter-spacing: -0.05em; /*字間*/
}
ul.acc a:hover, ul.acc li ul a:hover {
	/* text-decoration: underline; */
	text-decoration: none;
}
ul.acc ,ul.acc li ul {
	list-style: none;
}
ul.acc {
	width: 100%;
	color: #000000;
	/* background-color: #333333; */
}
ul.acc a{
	padding: 0px 1px;
	display: block;
	height: 50px;
	line-height: 50px;
}
ul.acc li {
 /* border-top: 1px dotted #555555; */
}
ul.acc li ul {
	margin: 0 0 0 8px;
	font-size: 18px;
	line-height: 50px;
 /* background-color: #666666; */
}
ul.acc li ul a {
	padding: 5px;
	display: block;
	height: 50px;
	line-height: 50px;
}
ul.acc li ul li{
	border-bottom: 1px dotted #888888;
	width: 480px;
}

/* 検索メニューの高さ指定 */
ul li .side_title {height:70px;}
ul li .side_title2 {height:70px;}


.left-bnh60 {
	margin: 20px auto 5px;
	line-height: 23px;
	font-size: 14px;
	font-weight:bold;
	/* text-align: center; */
	color: #900;
	text-indent: 10px; /*インデント*/
	width:197px;
	height:22px;
	background-image: url("images/btn_lmncha_off.png");
	clear: both;
	overflow: hidden;
}





/* 特集スライダー追加ぶん */
.noline { text-decoration: none; overflow: hidden; }
 /* .xy10 { padding-top:10px; padding-left:10px;  } */
.xy10r { text-align:right; float: right; }


/* pickup用 */
.pcup-head {
	clear: both;
	width: 480px;
	height: 33px;
	margin: 0px;
	font-size: 14px;
	line-height: 38px;
	font-weight: bold;
	color: #f60;
	text-indent: 45px; /*インデント*/
	background: url(images/top_pickup.png) no-repeat;
	overflow: hidden;
}
/* スライダー */
.pcup3 {
	clear: both;
	font-size: 13px;
	margin: 15px 42px;
	/* border: 1px dotted #888888; */
	overflow: hidden;
}

.pct-w12h8 {
	max-width: 120px;
	max-height: 80px;
}
* html body .pct-w12h8 {
	width: expression(this.width >= this.height ? "120px" : "auto");
	height: expression(this.width <= this.height ? "80px" : "auto");
}


h5 {
	font-size:13px;
	line-height:14px;
}

.l1tpc{
	float: left;
	width: 106px;
	font-size:12px;
	line-height:14px;
	padding-right: 20px;
	overflow: hidden;
}
.l2tpc{
	float: left;
	width: 106px;
	height: 180px;
	font-size:12px;
	line-height:14px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	overflow: hidden;
}
.r1tpc{
	float: right;
	width: 106px;
	font-size:12px;
	line-height:14px;
	padding-left: 20px;
	overflow: hidden;
	
}

.pct-w12h8 {
	max-width:106px;
	max-height:80px;
}
* html body .pct-w12h8 {
	width: expression(this.width >= this.width ? "106px" : "auto");
	height: expression(this.width <= this.height ? "80px" : "auto");
}

/* ↑pickup用スライダー↑ */

/* Topページの検索項目 */
.smal-head {
	clear: both;
	width: 265px;
	/* width: 540px; */
	height: 33px;
	margin: 0px;
	font-size: 14px;
	line-height: 38px;
	font-weight: bold;
	color: #f60;
	text-indent: 45px; /*インデント*/
	background: url(images/mds_topkensaku.png) no-repeat;
	overflow: hidden;
}

.smal-con {
	clear: both;
	width: 263px;
	height: 120px;
	margin-top: -1px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	overflow: hidden;
}
.smal-con2 {
	clear: both;
	width: 263px;
	height: 289px;
	margin-top: -1px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	overflow: hidden;
}
.smal-map {
	width: 260px;
	margin-top: 10px;
}
.smal-txtc {
	clear: both;
	width: 220px;
	margin: 15px auto;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}



/*検索リスト*/
.kensaku-head {
	clear: both;
	margin: 0px;
	width: 715;
	/* width: 540px; */
	height: 32px;
	color: #d40;
	line-height: 38px;
	line-height: 42px\9; /*IE8-9*/
	font-size: 16px;
	font-weight:bold;
	text-indent: 50px; /*インデント*/
	letter-spacing: 0.1em; /*字間*/
	text-shadow:1px 1px 3px #fff;
	background: url(images/mds_kensakukekka.png) no-repeat;
	overflow: hidden;
}

.kensaku-ken {
	float: right;
	margin-right: 10px;
	letter-spacing: 0em; /*字間*/
}
.kensaku-area {
	clear: both;
	width: 715;
	/* width: 540px; */
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	line-height: 28px\9; /*IE8-9*/
	text-indent: 10px; /*インデント*/
	background-color: #FEF3E1;
	overflow: hidden;
}
.kensaku-areab {
	clear: both;
	margin-top: 15px;
	width: 715;
	/* width: 540px; */
	height: 20px;
	font-size: 12px;
	line-height: 21px;
	line-height: 24px\9; /*IE8-9*/
	text-indent: 10px; /*インデント*/
	background-color: #FEF3E1;
	overflow: hidden;
}
.kensaku-area2 {
	clear: both;
	padding:5px;
	width: 705;
	font-size: 12px;
	line-height:18px;
	background-color: #FEF3E1;
	overflow: hidden;
}

.kensaku-jyouken {
	float: left;
	margin-left: 40px;
	font-weight:bold;
	font-size: 13px;
	color: #f60 ;
}
.kensaku-jyouken a {
	color: #222 ;
}
.kensaku-jyouken a:hover {
	color: #f00 ;
}

.kensaku-next {
	float: right;
	margin-right: 2px;
}

/*検索結果*/
.kensaku-ichiran {
	clear: both;
	/* width: 470px; */
	width: auto;
	margin: 15px 0 0px 0px;
	/* border-bottom: 1px dotted #ccc; */
	/* background: url(images/ya-r.png) no-repeat; 
	background-position: right top;
	background-size:24px 24px; */
	overflow: hidden;
}
.kensaku-siborikomi {
	clear: both;
	width: 478px;
	margin: 15px auto;
	font-size: 16px;
	border: 1px solid #f93;
	overflow: hidden;
}

/* 絞込み */
.siborikomi-koumokuname {
	clear: both;
	width: 90%;
	margin: 15px auto 0px;
	font-weight:bold;
	color: #f63;
	border-bottom: 1px dotted #f93;
	overflow: hidden;
}

.siborikomi-naiyou {
	clear: both;
	width: 90%;
	margin: 10px auto;
	border-bottom: 1px solid #f93;
	overflow: hidden;
}
.siborikomi-naiyou2 {
	clear: both;
	width: 90%;
	margin: 10px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #f93;
	overflow: hidden;
}
.shiborikomi-n9 {
	float: left;
	margin-bottom: 10px;
	width:25%;
}

.shiborikomi-n2 {
	float: left;
	margin-bottom: 10px;
	width:50%;
}

.shiborikomi-n4 {
	float: left;
	margin-bottom: 10px;
	width:50%;
}

.shiborikomi-n3 {
	float: left;
	margin-bottom: 10px;
}

.shiborikomi-n3komds {
	font-weight:bold;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 10px;
}



/*求人*/
.kyuujin-catch {
	clear: both;
	width: 711px;
	/* width: 536px; */
	height: 30px
	font-size: 16px;
	font-weight:bold;
	line-height: 32px;
	line-height: 34px\9; /*IE8-9*/
	text-indent: 10px; /*インデント*/
	text-shadow:1px 1px 5px #fff;
	background: url(images/bkobi-kyuujintitle.png) repeat-x;
	border: 1px solid #fff;
	overflow: hidden;
}

.kyuujin-waku {
	clear: both;
	width: 100%;
	 /* width: 540px; */
	border: 1px solid #fff;
	overflow: hidden;
}

.kyuujin-komidashi {
	clear: both;
	width: 630px;
	margin: 0px auto;
	/* width: 538px; */
	height: 28px
	font-size: 18px;
	font-weight:bold;
	line-height: 32px;
	text-indent: 10px; /*インデント*/
	text-shadow:1px 1px 5px #fff;
	/* background: url(images/bk_syousai_smidashi.png) repeat-x; */
		text-shadow:
		2px 2px 2px #ffffff;
	background:#FF8C00;
	background-image: -moz-linear-gradient(top, #FFFF00 0%, #FFA500 50%, #FF8C00 50%, #FF4500 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFF00), color-stop(1, #FF4500));
	overflow: hidden;
}

.tokusyuu-imgl {
	clear: both;
	width: 516px;
	height: 260;
	margin: 8px auto;
	overflow: hidden;
}
.kyuujin-copy {
	clear: both;
	float: left;
	width: 440px;
	/* width: 693px; */
	margin-left: 5px;
	font-size: 16px;
	font-weight:bold;
	line-height: 26px;
	/* border: 1px solid #ccc; */
}

.tokusyuu-imgm {
	float: left;
	width: 170px;
	height: 100;
	margin-top: 8px;
	margin-left: 10px;
	overflow: hidden;
}
.kyuujin-copym {
	float: left;
	width: 509px;
	/* width: 332px; */
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight:bold;
	line-height: 22px;
	border: 0px solid #ccc;
	overflow: hidden;
}

.kyuujin-imgs {
	float: right;
	margin: 0px 10px 0 0;
	width: 115px;
	padding:0;
	/* height: 104px; */
}
.kyuujin-imgsm {
	float: left;
	margin: 5px;
	width: 480px;
	/* height: 104px; */
}
.kyuujin-smax {
	width:auto;
	/* width: 330px; */
	margin: 0p;
	/* border-bottom: 1px solid #000; */
}
.kyuujin-skihon {
	float: left;
	width: 340px;
	/* width: 330px; */
	margin: 0px 0px 10px;
	/* border-bottom: 1px solid #000; */
}
.kyuujin-mkihon {
	float: left;
	width: auto;
	margin: 5px auto 10px;
	/* border-bottom: 1px solid #000; */
	overflow: hidden;
}
.kyuujin-Rmkihon {
	float: right;
	width: 300px;
	margin: 5px auto;
	/* border-bottom: 1px solid #000; */
	overflow: hidden;
}
.kyuujin-copys {
	width:auto;
	margin-left:10px;
	margin-bottom:5px;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	color:#f60;
	/* border-left: 4px solid #fe9900; */
	overflow: hidden;
}

.kyuujin-honbun {
	clear: both;
	width: 100%;
	/* width: 516px; */
	/* height: 28px;  */
	line-height: 28px;
	font-size: 16px;
	margin: 0px auto;
	padding: 5px 0px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}
.kyuujin-honbuns {
	width:auto;
	margin-left:10px;
	line-height: 20px;
	font-size: 16px;
	padding: 5px 0px; 
	overflow: hidden;
	/* border-bottom: 1px dotted #ccc; */
}
.kjn-koumoku {
	float: left;
	width: 70px;
	margin: auto 0px;
	line-height: 28px;
	text-align: center;
	background-color: #F4EBD8;
	/* margin-right: 10px; */
}
.kjn-txt {
	float: right;
	width: 450px;
	/* width: 436px; */
	margin-top: 4px;
	line-height: 20px;
	border: 0px dotted #fff;
}
.kjn-2box {
	clear: both;
	width: 600px;
	/* width: 536px; */
	margin: 3px auto 0px;
	line-height: 28px;
	font-size: 16px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.kjn-koumoku2 {
	clear: both;
	float: left;
	width: 90px;
	margin-top: 5px;
	font-weight:bold;
	line-height: 28px;
	text-indent: 15px; /*インデント*/
	border-right: 3px solid #ccc;
	/* margin-right: 10px; */
}
.kjn-txt2 {
	float: left;
	width: 370px;
	/* width: 428px; */
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
	line-height: 28px;
	font-size: 16px;
}

.kjn-2map {
	clear: both;
	width: 425px;
	margin: 20px auto;
	overflow: hidden;
}

.kyuujin-title1 {
	clear: both;
	width:auto;
	margin:10px auto 5px 10px;
	font-weight:bold;
	font-size:18px;
	line-height:22px;
	color: #f60;
	overflow: hidden;
}

.kyuujin-officename {
	float:left;
	margin:0px auto 5px 0;
	width:93%;
	font-weight:bold;
	font-size:18px;
	line-height:22px;
}
.officename {
	float: left;
	margin-left: 10px;
	font-size: 18px;
	font-weight:bold;
	line-height: 20px;
	width: 400px;
	overflow: hidden;
	/* overflow: visible;
	height: 100%;
	border: 1px dotted #000; */
}

.kyuujin-subcopy {
	clear: both;
	width:auto;
	margin:10px 0px 5px 10px;
	font-weight:bold;
	font-size:18px;
	line-height:22px;
	overflow: hidden;
}

.r-bttn {
	margin-right: 10px;
	float: right;
	width: 125px;
	height: 31px;
}

.betakakomi {
	float:left;
	width:55px;
	margin-right:10px;
	padding:0px 10px;
	font-weight:bold;
	font-size:13px;
	letter-spacing:-0.1em;
	text-align:center;
	background: #FFDEAD;
	border: 1px dolid #FFDEAD;
	overflow: hidden;
}


#syousai .hidden {
	margin: 0px;
	overflow: hidden;
	width: 0px;
	height: 0px;
}


/* 検索NEXT */
#next-manu {
	display: inline-block;
	margin:10px auto 20px;
	width:100%;
	text-align:center;
	height:50px;
	border-top: solid 1px #cccccc;
}
#next-manu li {
	list-style-type: none;
	position: relative;
	float: left;
}
#next-manu li a {
	width:auto;
	color:#ffffff;
	padding:10px 0;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	line-height:50px;
	display:block;
	background:#000000;
	background-image: -moz-linear-gradient(top, #333333 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
	border-left: solid 1px #000000;
	border-right: solid 1px #444444;
}
#next-manu li a:hover  {
	width:auto;
	display:block;
	background:#333333;
	background-image: -moz-linear-gradient(top, #000000 0%, #333333 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #333333));
}





/*求人アイコン*/
.icon-box100p {
	float: left;
	width: 95%;
	margin: 5px 10px;
	overflow: hidden;
}
.icon-boxrl516 {
	float: left;
	width: 693px;
	/* width: 516px; */
	margin: 5px 0px 10px;
	height: 16px;
	overflow: hidden;
	/* border: 1px dotted #000; */
}
.icon-box400 {
	float: left;
	width: 200px;
	margin: 5px 0px 5px 10px;
	overflow: hidden;
}
.icon-box400w {
	float: left;
	width: 430px;
	margin: 5px 0px 5px 10px;
	overflow: hidden;
}
.icon-box400s {
	float: left;
	width: 300px;
	margin: 5px 0px 5px 10px;
	overflow: hidden;
}
.icon-boxrl332 {
	float: left;
	width: 509px;
	/* width: 332px; */
	margin: 5px 0px 10px;
	height: 16px;
	overflow: hidden;
}
.icon-boxrl255 {
	float: left;
	width: 255px;
	/* width: 332px; */
	margin: 5px 0px 0px;
	height: 16px;
	overflow: hidden;
}
.icon-box255r {
	float: left;
	width: 255px;
	/* text-align: right; */
	margin: 5px 0px 0px;
	overflow: hidden;
}
.icon-box255r2 {
	float: left;
	/* text-align: right; */
	margin: 0px;
	overflow: hidden;
}

.icon-boxrl160 {
	float: left;
	width: 160px;
	margin: 5px 0px 0px;
	height: 16px;
	overflow: hidden;
}


.iconL-red {
	float:left;
	padding:2px;
	margin-right:5px;
	margin-bottom:5px;
	/* width:15px; */
	line-height:14px;
	font-size:14px;
	font-weight:bold;
	color: #fff;
	background: #ff0000;
	border: 2px solid #ff0000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.iconL-blue {
	float:left;
	padding:2px;
	margin-right:5px;
	margin-bottom:5px;
	/* width:15px; */
	line-height:14px;
	font-size:14px;
	font-weight:bold;
	color: #fff;
	background: #0099ff;
	border: 2px solid #0099ff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}


.rmk-l {
	float:left;
	margin:0px;
	padding:0px;
	height:16px;
	width:3px;
	background: url(images/icon_l.png) no-repeat;
	overflow: hidden;
}
.rmk-c {
	float:left;
	margin:0px;
	padding:0px 1px;
	height:16px;
	line-height:17px;
	font-size:11px;
	font-weight:bold;
	color: #fff;
	background-color:#fe3200;
}
.rmk-r {
	float:left;
	margin:0px 5px 0px 0px;
	padding:0px;
	height:16px;
	width:3px;
	background:url(images/icon_r.png) no-repeat;
	overflow:hidden;
}
.rmk-rl {
	float:right;
	margin:0px;
	padding:0px;
	height:16px;
	width:3px;
	background: url(images/icon_l.png) no-repeat;
	overflow: hidden;
}
.rmk-rc {
	float:right;
	margin:0px;
	padding:0px 1px;
	height:16px;
	line-height:17px;
	font-size:11px;
	font-weight:bold;
	color: #fff;
	background-color:#fe3200;
}
.rmk-rr {
	float:right;
	margin: 0px;
	padding:0px;
	height:16px;
	width:3px;
	background:url(images/icon_r.png) no-repeat;
	overflow:hidden;
}
.rmk-lr {
	float:right;
	margin:0px 0px 0px 5px;
	padding:0px;
	height:16px;
	width:3px;
	background: url(images/icon_l.png) no-repeat;
	overflow: hidden;
}


/* ボタン */
.botan-green {
	float:right;
	padding:5px 10px;
	margin-top:5px;
	margin-right:5px;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	color: #fff;
	background:#000000;
	background-image: -moz-linear-gradient(top, #C5EFC2 0%, #AAE7AD 50%, #94D795 50%, #34B34C 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C5EFC2), color-stop(0.5, #AAE7AD), color-stop(0.5, #94D795), to(#34B34C));
	border: solid 1px #1C9733;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow:
		2px 2px 2px #1C9733;
}

.botan-green2 {
	width:120px;
	padding:5px 10px;
	margin: 5px auto;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	color: #fff;
	background:#000000;
	background-image: -moz-linear-gradient(top, #C5EFC2 0%, #AAE7AD 50%, #94D795 50%, #34B34C 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C5EFC2), color-stop(0.5, #AAE7AD), color-stop(0.5, #94D795), to(#34B34C));
	border: solid 1px #1C9733;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow:
		2px 2px 2px #1C9733;
}

.botan-center {
	width:100%;
	text-align:center;
}


.botan-pple {
	float:right;
	padding:5px 10px;
	margin-top:5px;
	margin-right:5px;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	color: #fff;
	background:#000000;
	background-image: -moz-linear-gradient(top, #F1BCEC 0%, #EEA3DA 50%, #E388CA 50%, #C32481 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1BCEC), color-stop(0.5, #EEA3DA), color-stop(0.5, #E388CA), to(#C32481));
	border: solid 1px #B21E78;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow:
		2px 2px 2px #B21E78;
}


/*ストックリスト*/
.stock-now {
	float: left;
	width: 711px;
	/* width: 265px; */
	borde:0px solid #cdcdcd;
	overflow:hidden;
}
.stock-nowhead {
	width: 711px;
	/* width: 265px; */
	height: 33px;
	color: #F66200;
	line-height: 40px;
	line-height: 44px\9; /*IE8-9*/
	font-size: 16px;
	font-weight:bold;
	text-indent: 50px; /*インデント*/
	letter-spacing: 0.1em; /*字間*/
	text-shadow:1px 1px 3px #fff;
	background:url(images/stock_list.png) no-repeat;
	overflow:hidden;
}
.stock-nowday {
	clear: both;
	width: 711px;
	/* width: 265px; */
	height: 20px;
	font-size: 12px;
	line-height: 21px;
	line-height: 24px\9; /*IE8-9*/
	text-indent: 10px; /*インデント*/
	background-color: #FEF3E1;
	overflow: hidden;
}
.stock-nowday2 {
	clear: both;
	padding:5px;
	width: 701px;
	font-size: 12px;
	line-height: 21px;
	line-height: 24px\9; /*IE8-9*/
	background-color: #FEF3E1;
	overflow: hidden;
}


.stock-rireki {
	float: right;
	width: 265px;
	border:0px solid #cdcdcd;
	overflow:hidden;
}
.stock-rirekihead {
	width: 265px;
	height: 33px;
	color: #006294;
	line-height: 40px;
	line-height: 44px\9; /*IE8-9*/
	font-size: 16px;
	font-weight:bold;
	text-indent: 50px; /*インデント*/
	letter-spacing: 0.1em; /*字間*/
	text-shadow:1px 1px 3px #fff;
	background:url(images/stock_rireki.png) no-repeat;
	overflow:hidden;
}
.stock-rirekiday {
	clear: both;
	width: 265px;
	height: 20px;
	font-size: 12px;
	line-height: 21px;
	line-height: 24px\9; /*IE8-9*/
	text-indent: 10px; /*インデント*/
	background-color: #E0F1FD;
	overflow: hidden;
}
.stock-narabekae {
	clear: both;
	width: 538px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
.stock-kakomi-on {
	clear: both;
	width: 709px;
	/* width: 263px; */
	margin-bottom: 5px;
	line-height: 18px;
	font-size: 12px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.stock-kakomi-off {
	clear: both;
	width: 263px;
	margin-bottom: 5px;
	color: #777;
	line-height: 18px;
	font-size: 12px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.stc-bk {
	clear: both;
	width: 709px;
	/* width: 263px; */
	padding-top:5px;
	padding-bottom:5px;
	text-indent: 5px; /*インデント*/
	background-color: #eee;
	overflow: hidden;
}
.stc-nobk {
	clear: both;
	width: 709px;
	/* width: 263px; */
	padding-top:5px;
	padding-bottom:5px;
	/* border: 1px solid #ccc; */
	overflow: hidden;
}
.stc-nobk a {
	color: #FD4A1C;
}
.stc-nobk a:hover {
	color: #f00;
}

.stc-boldo {
	float: left;
	font-weight:bold;
	color: #900;
}
.stc-boldoff {
	float: left;
	font-weight:bold;
}

/* Tips関連 */
/* 基本 */
.tips-smidashi {
	clear:both;
	widht:100%;
	padding:10px 15px;
	line-height: 24px;
	font-weight:bold;
	border-bottom: 1px solid #D28500;
	background: url(images/tips-smidashibk.png) no-repeat ;
	-moz-background-size:5px 100%;
	background-size:5px 100%;
	overflow: hidden;
}

.tips-box {
	clear:both;
	widht:100%;
	margin-bottom:20px;
	padding-bottom:10px;
	background-color:#ECE8DC;
}



}

.tips-btxt {
	clear:both;
	widht:90%;
	margin:10px auto 20px;
	padding:5px 10px;
	font-size:16px;
	line-height:26px;
	overflow: hidden;
}
.tips-T {
	clear:both;
	widht:100%;
	margin:0px auto;
	padding:7px 10px;
	font-size:16px;
	line-height:26px;
	overflow: hidden;
}

.tips-Q {
	clear:both;
	widht:100%;
	margin:0px auto 10px;
	padding:7px 10px;
	font-size:16px;
	line-height:26px;
	overflow: hidden;
}

/* Tips */


/* Tipsテーブル */
table.tblbox { border-top:solid 1px #999; border-left:solid 1px #999; border-spacing:0px; text-align:center; margin:10px auto; font-size:16px; }
.tblbox tr { height:50px; }
.tblbox th { padding: 5px 10px; background-color: #FEF3E1; border-right:solid 1px #999; border-bottom:solid 1px #999; }
.tblbox td { padding: 5px 10px; border-right:solid 1px #999; border-bottom:solid 1px #999; }


table.tblbox2  { width:100%; border-top:solid 1px #999; border-left:solid 1px #999; border-spacing:0px; text-align:left; margin:10px auto; font-size:16px; }
.tblbox2 th { padding: 5px 15px; background-color: #FEF3E1; border-right:solid 1px #999; border-bottom:solid 1px #999; }
.tblbox2 td { padding: 5px 15px; border-right:solid 1px #999; border-bottom:solid 1px #999; }





/* Tips履歴書 */




/* Tips卒業年早見表 */
.hayami-box {clear:both; line-height:14px; margin:5px 0px; text-align:center; border:1px solid #ccc; font-size:8px; vertical-align: middle; overflow: hidden; }
.m-umare	{float:left; margin:5px 0px; height:40px; width:88px; }
.m-eto		{float:left; margin:5px 0px; border-left:1px dotted #ccc; height:40px; width:25px; }
.m-in		{float:left; margin:5px 0px; border-left:1px dotted #ccc; height:40px; width:51px; }
.m-sotsu	{float:left; margin:5px 0px; border-left:1px dotted #ccc; height:40px; width:51px; }
.t-umare	{float:left; margin:5px 0px; width:88px; }
.t-eto		{float:left; margin:5px 0px; border-left:1px dotted #ccc; width:25px; }
.t-in		{float:left; margin:5px 0px; border-left:1px dotted #ccc; width:51px; }
.t-sotsu	{float:left; margin:5px 0px; border-left:1px dotted #ccc; width:51px; }



/* アイコン関連 */
.wh22 {
	width: 22px;
	height: 22px;
	margin-right: 5px;
	/* vertical-align: middle; */
}
.wh16 {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	vertical-align: middle;
}

.wh12 {
	width: 12px;
	height: 12px;
	margin-top: -1px;
	vertical-align: middle;
}

.icon-boxr {
	clear: both;
	float: right;
	margin: 5px 0px 10px auto;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.icon-boxr2 {
	clear: both;
	float: right;
	overflow: hidden;
}
.picicon-boxr {
	clear: both;
	float: right;
	overflow: hidden;
}







/* 補助リスト右カラム */
.rcolumn {
	width: 175px;
	float: right;
}

/* 求人求職バナー */
.keisai-bnr {
	width: 165px;
	height: 222px;
	-moz-background-size: contain;
	background-size: 100% 100%, auto; /*ぼかし↓*/
	box-shadow: 0px 0px 5px #aaa;
	-moz-box-shadow: 0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa; /*ぼかし↑*/
	margin: 5px auto 15px;
	background: url(images/bk_keisai_bn.png) no-repeat;
	overflow: hidden;
}
.keisai-btn {
	clear: both;
	width: 141px;
	height: 36px;
	margin: 157px auto 0px;
	text-indent: -4000px; /*インデント*/
	background: url(images/btn_keisai.png) no-repeat;
	overflow: hidden;
}

.keisai-kihon {
	clear: both;
	width: 141px;
	margin: 8px auto 0px;
	line-height: 14px;
	font-size: 11px;
	/*border-bottom: 1px dotted #888; */
	overflow: hidden;
}

.keisai-txt {
	margin-bottom: 8px;
	clear: both;
	overflow: hidden;
}
.keisai-txt img {
	vertical-align: middle;
}



.m-aki15 {
	clear: both;
	margin:15px auto;
	color: #ff0000;
	font-size:16px;
	line-height:24px;
	overflow: hidden;
}

.w50pct-c {
	float:left;
	width:50%;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}




/* フッター */
.footer {
	clear: both;
	width: 100%;
	margin-top:-100px;
	margin-bottom:50px;
	text-align: center;
	font-size:16px;
	line-height:24px;
	border: 0px dotted #ffffff;
	overflow: hidden;
}

#footmanu {
	display: inline-block;
	margin-top:10px;
	width:100%;
	font-weight:bold;
	text-align:center;
	position: relative; /*コンテンツ不足の際にフッター下固定*/
	margin-top: -50px; /*コンテンツ不足の際にフッター下固定*/
	height:50px;
	border-top: solid 1px #cccccc;
}
#footmanu li {
	list-style-type: none;
	position: relative;
	float: left;
}
#footmanu li a {
	width:auto;
	color:#000000;
	padding:10px 0;
	text-decoration:none;
	font-size:16px;
	line-height:50px;
	display:block;
	background:#aaaaaa;
	background-image: -moz-linear-gradient(top, #eeeeee 0%, #aaaaaa 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #aaaaaa));
	border-left: solid 1px #eeeeee;
	border-right: solid 1px #bbbbbb;
}
#footmanu li a:hover  {
	width:auto;
	display:block;
	background:#eeeeee;
	background-image: -moz-linear-gradient(top, #aaaaaa 0%, #eeeeee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aaaaaa), color-stop(1, #eeeeee));
}


/* 20130830特集画像表示 */
#sfl {width:480px; background-color:#ddd; margin:0px; padding:10px 0px 10px 10px;}
#sfl li {margin:0px;}
#sfl img {width:400px; margin:5px; }
#sfl li a .tokus {background-image:url(images/ya2-r.png); background-position:420px 50%; background-repeat:no-repeat;}