@charset "UTF-8";


#contents .about{
	border-bottom: 4px solid #b1c3af;
	padding-bottom: 45px;
}

#contents .about h3{
	background: url(./img/titleback.png) no-repeat center;
	line-height: 67px;
	text-align: center;
	font-weight: normal;
	font-size:18px;
	margin-bottom:0;
}

#contents .about p.name{ text-align:center; line-height:1.2em; }
#contents .about p.name small{ display:block; }


#contents section h4{
	background: url(./img/img01.jpg) no-repeat right center;
	height:230px;
	padding:120px 460px 120px 0;
	margin-bottom: 110px;
}

#contents section li{
	display: table;
	margin-bottom:110px;
}

#contents section li p{
	width: 490px;
	height: 470px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	font-size: 18px;
}

#contents section li:nth-child(odd) p{
	padding:0 0 0 470px;
}
#contents section li:nth-child(even) p{
	padding:0 470px 0 0;
}

#contents section li:nth-child(1){
	background: url(./img/img02.jpg) no-repeat left center;
}
#contents section li:nth-child(2){
	background: url(./img/img03.jpg) no-repeat right center;
}
#contents section li:nth-child(3){
	background: url(./img/img04.jpg) no-repeat left center;
}
#contents section li:nth-child(4){
	background: url(./img/img05.jpg) no-repeat right center;
}

