@charset "utf-8";

/* CSS Document */
/**********************************************************
	feature.css
***********************************************************/


/*********************************************************************************************
	コンテンツ
**********************************************************************************************/

.contsArea {
	width:960px;
	margin-bottom:30px;
	overflow:hidden;
}
.contsArea .text {
	width:640px;
	line-height:2.2;
	float:left;
}
.contsArea .pic {
	width:300px;
	float:right;
}
.contsArea .pic img {
	margin-bottom:3px;
}
.contsArea .pic .capTxt {
	font-size:11px;
	margin-top:3px;
}