@charset "UTF-8";
/* CSS Document */

/*===============================================
style.css 画面の横幅が951px以上
===============================================*/


@import "../../../files/css/common/layout01pc.css";





.about_build{
	margin-bottom: 10px;
}

	.about_build .txt{
		width:420px;
		float: left;
		padding-right: 10px;
	}

	.about_build .pic{
		width: 205px;
		float: right;
	}

	#contents .mainContents .chapter {
		width: 645px;
		margin:0 0 30px 0;
}

	#contents .mainContents .mt30{
		margin-top: 30px;
	}

	#contents .mainContents .chapter .title {
		font-size: 1.2em;
		font-weight: bold;
		color: #900;
		line-height: 1.5em;
		width: 662px;
		padding-bottom: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #999;
	}
	#contents .mainContents .chapter .text {
		width: 410px;
		float: left;
		margin: 30px 0 0 0;
	}
.mainContents ul li{
width: auto !important;
}

