@charset "utf-8";
/*------------------------------------------------------------
	faq/detail.html
------------------------------------------------------------*/

.pageTitle {
	background: url(../../img/recruit/detail/page_title_bg.jpg) no-repeat center top;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/recruit/detail/page_title_bg.jpg',sizingMethod='scale');
}

#conts {
	margin-top: 23px;
}

#conts h2 {
	margin-bottom: 20px;
	padding-bottom: 14px;
	position: relative;
	font-size: 26px;
	background: url(../../img/recruit/detail/h2_bg.gif) repeat-x left bottom;
}

#conts h2 span {
	position: absolute;
	right: 0;
	top: 11px;
	font-size: 13px;
	font-weight: normal;
}

#conts .titleBox {
	margin-bottom: 18px;
}

#conts .titleBox p {
	margin-top: 7px;
	width: 340px;
	float: left;
	color: #18A2DA;
	font-size: 16px;
	font-weight: bold;
}

#conts .titleBox ul {
	float: right;
}

#conts .titleBox li {
	padding-left: 4px;
	width: 38px;
	float: left;
	color: #9DB52B;
	font-size: 9px;
	text-align: center;
	line-height: 1.1;
	border: none;
}

#conts .titleBox li img {
	margin-bottom: 4px;
}

#conts .titleBox .liStyle01 {
	color: #48B6AB;
}

#conts .titleBox .liStyle02 {
	color: #E65051;
}

#conts .titleBox .liStyle03 {
	color: #E9A830;
}

#conts .titleBox .liStyle04 {
	color: #5AC0E6;
}

#conts .titleBox .liStyle05 {
	color: #8B81E1;
}

#conts .titleBox .liStyle06 {
	color: #9E6954;
}

#conts .linkList {
	margin-bottom: 40px;
	text-align: right;
}

#conts .linkList li {
	margin-left: 6px;
	width: 200px;
	display: inline-block;
	font-size: 16px;
}

#conts .linkList li:first-child {
	width: 280px;
}

#conts .linkList li a {
	padding: 7px 10px;
	display: block;
	position: relative;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #F67676;
	border-bottom: 2px solid #E25858;
	border-radius: 8px;
	behavior: url(../js/pie.htc);
	zoom: 1;
}

#conts .linkList li a:hover {
	background-color: #F75454;
	border-bottom-color: #E33F3F;
}

#conts .linkList li:first-child a {
	background-color: #46BCF2;
	border-bottom-color: #1983CF;
}

#conts .linkList li:first-child a:hover {
	background-color: #0082C6;
	border-bottom-color: #005BA9;
}

#conts .linkList li span {
	padding: 0 20px;
	display: block;
	background: url(../../img/common/icon02.png) no-repeat right center;
}

#conts .sliderBox {
	padding: 0 60px 30px;
	position: relative;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

#conts .sliderBox .arrow {
	position: static;
	z-index: 20;
}

#conts .sliderBox .arrow li {
	position: absolute;
	cursor: pointer;
	top: 0;
	z-index: 20;
}

#conts .sliderBox .arrow li:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#conts .sliderBox .arrow .prev {
	left: 0;
}

#conts .sliderBox .arrow .next {
	right: 0;
}

#conts .sliderBox .foo {
	overflow: hidden;
}

#conts .sliderBox .foo li {
	float: left;
}

#conts .lineTxt {
	margin-bottom: 50px;
	padding-bottom: 1px;
	font-size: 15px;
	line-height: 2.6;
	background: url(../../img/recruit/detail/text_bg.gif) repeat left top;
}

#conts .lineTxt span {
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 2.29;
}

#conts .headLine03 span {
	border-left-color: #52C3F1;
}

#conts .comTable {
	margin-bottom: 40px;
}

#conts .comTable th,
#conts .comTable td {
	padding: 12px 17px 11px;
	line-height: 1.66;
}

#conts .comTable th {
	padding-left: 14px;
	background-color: #E6F7FC;
}

#conts .comTable td p {
	margin-bottom: 9px;
	font-size: 14px;
}

#conts .comTable td .text01 {
	padding: 1px 0 8px;
	display: block;
	font-weight: bold;
}

#conts .comTable td .text02 {
	display: block;
	font-size: 12px;
}

#conts .bdTxt {
	margin-bottom: 40px;
	padding: 15px 20px;
	font-size: 15px;
	line-height: 1.66;
	border: 10px solid #DCF4FB;
}

#conts .linkList01 {
	text-align: center;
}

#conts .link {
	text-align: center;
}

#conts .link a {
	width: 280px;
	margin: 0 auto;
	display: block;
	padding: 7px 0 7px;
	color: #777;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 8px;
	border-bottom: 2px solid #B8B8BE;
	background-color: #DEDEE2;
	position: relative;
	behavior: url(../js/pie.htc);
}

#conts .link a:hover {
	color: #333;
	border-bottom-color: #C7C7CD;
	background-color: #F0F0F4;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi .navi03 a:before {
		display: none;
	}
	
	#conts {
		margin-top: 11px;
	}

	#conts h2 {
		margin-bottom: 10px;
		padding-bottom: 7px;
		position: static;
		font-size: 17px;
		background: url(../../img/recruit/detail/h2_bg.gif) repeat-x left bottom;
		background-size: 1px 2px;
	}

	#conts h2 span {
		position: static;
		display: block;
		font-size: 11px;
		text-align: right;
	}

	#conts .titleBox {
		margin-bottom: 9px;
	}
	
	#conts .titleBox p {
		margin: 0 0 10px;
		width: auto;
		float: none;
		font-size: 13px;
	}

	#conts .titleBox ul {
		float: none;
	}
	
	#conts .titleBox li {
		padding: 0 0 0 0.8%;
		width: 13.6%;
		float: left;
	}
	
	#conts .titleBox li:first-child {
		padding-left: 0;
	}

	#conts .titleBox li img {
		margin-bottom: 2px;
		width: 100%;
	}
	
	#conts .linkList {
		margin: 0 20px 20px;
		text-align: center;
	}

	#conts .linkList li {
		margin-left: 0;
		width: auto;
		display: block;
		font-size: 13px;
	}

	#conts .linkList li:first-child {
		margin-bottom: 10px;
		width: auto;
	}

	#conts .linkList li a {
		border-radius: 4px;
	}

	#conts .linkList li a:hover {
		background-color: #F67676;
		border-bottom-color: #E25858;
	}

	#conts .linkList li:first-child a:hover {
		background-color: #46BCF2;
		border-bottom-color: #1983CF;
	}

	#conts .linkList li span {
		background: url(../../img/common/icon02.png) no-repeat right center;
		background-size: 7px 12px;
	}

	#conts .sliderBox {
		padding: 0 10% 15px;
	}

	#conts .sliderBox .arrow li {
		width: 6.67%;
	}
	
	#conts .sliderBox .arrow li img {
		width: 100%;
	}

	#conts .sliderBox .arrow li:hover img {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#conts .lineTxt {
		margin-bottom: 25px;
		padding-bottom: 2px;
		font-size: 13px;
		line-height: 1.95;
		background: url(../../img/recruit/detail/text_bg.gif) repeat left top;
		background-size: 2px 25px;
	}

	#conts .lineTxt span {
		font-size: 14px;
		line-height: 1.95;
	}

	#conts .comTable {
		margin-bottom: 20px;
	}

	#conts .comTable th,
	#conts .comTable td {
		padding: 6px 8px 5px;
	}

	#conts .comTable th {
		padding-left: 7px;
	}

	#conts .comTable td p {
		margin-bottom: 5px;
		font-size: 12px;
	}

	#conts .comTable td .text01 {
		padding: 1px 0 4px;
	}
	
	#conts .comTable td .text02 {
		font-size: 11px;
	}

	#conts .bdTxt {
		margin-bottom: 20px;
		padding: 8px 10px;
		font-size: 13px;
		border: 5px solid #DCF4FB;
	}

	#conts .link a {
		margin: 0 20px;
		width: auto;
		font-size: 14px;
	}

	#conts .link a:hover {
		color: #777;
		border-bottom-color: #B8B8BE;
		background-color: #DEDEE2;
	}	
}