div#recruitIndex {
	margin: 0 auto;
	width: 950px;
	overflow:hidden;
}

div#recruitIndex div#topicPath {
	margin: 10px 0;
}

div#recruitIndex div#topicPath ul li {
	float: left;
}

div#recruitIndex div#topicPath ul li a {
	margin-right: 5px;
	padding-right: 10px;
	display: block;
	color: #666666;
	background: url(/common/img/ico_topicpath.gif) right center no-repeat;
}

div#recruitIndex .topImg {
	height: auto;
	background: none;
	padding: 0;
	box-shadow: none;
	border: none;
	width: 100%;
	margin-bottom: 45px;
	
}


div#recruitIndex .topImg img {
	width: 100%;
}

div#recruitIndex ul.indexNavList {
	/*background: url(/recruit/common/img/tilt_line.gif);*/
	margin: 0 0 45px;
	width: 100%;
	float:none;
	overflow: hidden;
}

div#recruitIndex ul.indexNavList li {
	width: 630px;
	margin: 0 auto 0;
}
div#recruitIndex ul.indexNavList li:first-child {;
	margin: 0 auto 36px;
}

div#recruitIndex ul.indexNavList li img {
	width: 100%;
}

div#recruitNews {
	color: #2D2D2D;
	margin-top: 0;
	width:460px;
	margin:20px 0 0 0;
	float:right;
	overflow:hidden;
}

div#recruitNews ul.indexNewsList {
	margin-top: 2px;
	width: 460px;
}

div#recruitNews ul.indexNewsList li {
	background: url(/recruit/common/img/dot_line.gif) repeat-x bottom;
	padding: 13px 10px 14px 10px;
	overflow:hidden;
	width:440px;
}

div#recruitNews ul.indexNewsList dl {
	overflow: hidden;
}

div#recruitNews ul.indexNewsList dt {
	background: url(/recruit/img/index_list_arrow.gif) no-repeat left center;
	float: left;
	padding: 0 10px 0 30px;
	width: 70px;
}

div#recruitNews ul.indexNewsList dd {
	float: left;
	width: 330px;
}

div#recruitNews ul.indexNewsList dd a {
	color: #2D2D2D;
}

div#infoWrap{
	width:950px;
	overflow:hidden;
	margin:auto;
}

ul#infoNavList{
	width:950px;
	overflow:hidden;
	margin:0 auto 27px;
}

ul#infoNavList li.wide{
	margin:20px 0 0 16px;
	width:395px;
	float:left;
}

ul#infoNavList li.small{
	margin:20px 0 0 18px;
	width:188px;
	float:left;
}

ul#infoNavList li.head{
	margin-left:0;
}


p.anchorTop {
}




@media screen and (max-width:768px){
	
	div#recruitIndex {
		margin: 0 auto 32px;
		width: 100%;
		overflow:hidden;
	}

	div#recruitIndex div#topicPath {
		margin: 10px 0;
	}

	div#recruitIndex div#topicPath ul li {
		float: left;
	}

	div#recruitIndex div#topicPath ul li a {
		margin-right: 5px;
		padding-right: 10px;
		display: block;
		color: #666666;
		background: url(/common/img/ico_topicpath.gif) right center no-repeat;
	}

	div#recruitIndex .topImg {
		height: auto;
		margin-bottom: 30px;
	}

	div#recruitIndex ul.indexNavList {
		background: none;
		margin: 20px 0 0;
		overflow: hidden;
		padding: 0;
		width: 100%;
		float:none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	div#recruitIndex ul.indexNavList li {
		float: none;
		padding: 0;
		width: 94%;
		margin: 0 auto;
	}
	div#recruitIndex ul.indexNavList li:first-child {
		margin-bottom: 25px;
	}

	div#recruitNews {
		color: #2D2D2D;
		margin-top: 0;
		width:100%;
		margin:20px 0 0 0;
		float:right;
		overflow:hidden;
	}

	div#recruitNews ul.indexNewsList {
		margin-top: 2px;
		width: 100%;
	}

	div#recruitNews ul.indexNewsList li {
		background: url(/recruit/common/img/dot_line.gif) repeat-x bottom;
		padding: 13px 0 14px;
		overflow:hidden;
		width:100%;
		box-sizing: border-box;
	}

	div#recruitNews ul.indexNewsList dl {
		overflow: hidden;
	}

	div#recruitNews ul.indexNewsList dt {
		background: url(/recruit/img/index_list_arrow.gif) no-repeat left center;
		float: none;
		padding: 0 0 0 25px;
		width: 100%;
		box-sizing: border-box;
		font-size: 14px;
		margin-bottom: 5px;
	}

	div#recruitNews ul.indexNewsList dd {
		float: none;
		width: 100%;
		font-size: 14px;
	}

	div#recruitNews ul.indexNewsList dd a {
		color: #2D2D2D;
	}

	div#infoWrap{
		width:100%;
		overflow:hidden;
		margin:auto;
	}

	ul#infoNavList{
		width:100%;
		overflow:hidden;
		margin:0 auto 27px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	ul#infoNavList li.wide{
		margin:15px 0 0 0;
		width:100%;
		float:none;
	}

	ul#infoNavList li.small{
		margin:15px 0 0 0;
		width:49%;
		float:none;
	}

	ul#infoNavList li.head{
		margin-left:0;
	}

	
	
	
}

#content a img:hover {
	opacity: 0.8;
	
}

.pc_only {
	display: block!important;
}
.sp_only {
	display: none!important;
}

.infoWrap_inner {
	background: #f3f3f3;
	padding: 30px 74px;
	margin-bottom: 20px;
}

.infoWrap_inner #infoHead {
	width: 82px;
	margin: 0 auto;
}

.infoWrap_inner img {
	width: 100%;
}

@media screen and (max-width:768px){
	.pc_only {
		display: none!important; 
	}
	.sp_only {
		display: block!important;
	}

	.infoWrap_inner {
		background: #f3f3f3;
		padding: 20px 6%;
		margin-bottom: 20px;
	}

	.infoWrap_inner #infoHead {
		width: 14.3%;
		margin: 0 auto;
	}
	
	.iconLink01 {
		margin-left: 3%;
	}
	
}