@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi > li:first-child > a {
	color: #003472;
}

.mainVisual {
	background-image: url(../img/news-detail/main_img.jpg);
}

#pagePath {
	margin-bottom: 30px;
}

#conts {
	margin-top: 28px;
}

#conts dl {
	margin-bottom: 50px;
}

#conts dt {
	float: left;
	font-size: 13px;
}

#conts dd {
	margin-bottom: 28px;
	padding: 0 0 22px 8em;
	border-bottom: 1px dashed #E7E7E7;
}

#conts dd:last-child {
	margin-bottom: 0;
}

#conts dd a {
	color: #003472;
	font-size: 15px;
	text-decoration: underline;
}

#conts dd a:hover {
	text-decoration: none;
}



@media all and (min-width: 0) and (max-width: 767px) {
	.mainVisual {
		margin-bottom: 26px;
		background-image: url(../img/news-detail/sp_main_img.jpg);
	}
	
	#conts dl {
		margin-bottom: 30px;
	}
	
	#conts dt {
		float: none;
		font-size: 12px;
	}
	
	#conts dd {
		margin-bottom: 12px;
		padding: 0 0 12px;
	}
	
	#conts dd a {
		font-size: 13px;
	}
	
	#conts dd a:hover {
		text-decoration: underline;
	}
}
