@charset "utf-8";

#mvs{
	position: relative;
	top:165px;
	z-index: 10;
	background: url(/images/contents_body_bg2.jpg?20150907) repeat-x top center #eaeaea;
	padding: 10px 0 30px;
	/*background-size: 1200px 100%;*/
	height: 565px;
}

	#mvs div{
		width: 1100px;
		margin: 0 auto;
		position: relative;
	}

		#mvs .to_service{
			position: absolute;
			right: 10px;
			bottom: 70px;
		}

		#mvs .to_pdf{
			position: absolute;
			right: 295px;
			bottom: 45px;
		}

#body .contents_area{
	background: #fff;
	width: 890px;
	padding: 50px 85px 0px;
	border-top: 12px solid #6c9b44;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.top_contents_wrapper{
	/*padding: 0 0 70px;*/
	padding: 0 20px 70px;
	margin: 0 0 70px;
	border-bottom: 3px solid #6c9b44;
}

.top_contents_wrapper.last{
	border:0;
	padding: 0 20px;
	margin: 0;
}

h3{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:30px;
	line-height: 1.5em;
	text-align: center;
	margin: 0 0 50px;
	font-weight: normal;
}

.top_service_flow{
	background: url(/images/top_service_flow.jpg) no-repeat;
	background-size: contain;
	height: 245px;
	position: relative;
	margin: 0 0 50px;
}

	.top_service_flow h4{
		text-indent: -99999px;
	}

	.top_service_flow p{
		/*width: 170px;*/
		width: 162px;
		position: absolute;
		/*top: 190px;*/
		top: 179px;
	}

	.top_service_flow p:nth-child(2){
		/*left: 19px;*/
		left: 22px;
	}

	.top_service_flow p:nth-child(4){
		/*left: 245px;*/
		left: 240px;
	}

	.top_service_flow p:nth-child(6){
		/*left: 471px;*/
		left: 455px;
	}

	.top_service_flow p:nth-child(8){
		/*left: 697px;*/
		left: 674px;
	}

.top_business_list{

}

	.top_business_list li{
		float: left;
		width: 270px;
		margin: 0 20px 0 0;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #6c9b44;
		line-height: 1.3em;
	}

	.top_business_list li:last-child{
		margin: 0;
	}

		.top_business_list li h4{
			margin: 0 0 10px;
		}

.top_news_list{
	width: 100%;
	margin: 0 0 50px;
}

	.top_news_list tr td{
		border-top:1px solid #888;
		border-bottom:1px solid #888;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.top_news_list tr td:nth-child(1){
		width: 80px;
	}

	.top_news_list tr td:nth-child(2){
		width: 180px;
		font-size: 20px;
		font-weight: bold;
		padding-top: 20px;
		text-align: center;
		color: #6e9048;
	}

	.top_news_list tr td:nth-child(3){
		font-size: 20px;
	}

	.top_news_list tr td div{
		background: #3e3a39;
		padding: 10px 0;
		width: 80px;
		border-radius: 5px;
		text-align: center;
		color: #fff;
		line-height: 1em;
	}


.top_garally_list{
	margin: 0 0 50px;
}

	.top_garally_list li{
		float: left;
		width: 270px;
		margin: 0 20px 0 0;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #6c9b44;
		line-height: 1.3em;
	}

	.top_garally_list li:last-child{
		margin: 0;
	}

	.top_garally_list li img{
		width: 100%;
	}
