@charset "utf-8";
/*----------------------------------------------------
	                 style
------------------------------------------------------*/
.sectionBox{
	padding-bottom: 40px;
}
.lead{
	font-size: 20px;
	padding-bottom: 40px;
	line-height: 1.2em;
}
.txtArea{
	width: 580px;
	display: block;
}
.thumArea,
.thumArea img{
	width: 388px;
	height: 248px;
}
.sectionBox .txtArea,
.thumArea{
	float: left;
}
.sectionBox:after{
	content: "";
	display: block;
	clear: both;
}
.sectionBox .thumArea{
	margin-left: 54px;
}
.sectionBox:nth-child(even) .txtArea{
	float: right;
}
.sectionBox:nth-child(even) .thumArea{
	margin-right: 54px;
	margin-left: 0;
}