@charset "Shift_JIS";


/*　コンテンツ　*/
.contents_1 {
	width: 750px;
	background: url(../img/select1_img_bottom.gif) no-repeat bottom;
}

.contents_2 {
	width: 750px;
	background: url(../img/select2_img_bottom.gif) no-repeat bottom;
}

.contents_1 table tr td,
.contents_2 table tr td {
	vertical-align: top;
}

/*===========　テキストエリア　==========*/
.textBox{
	line-height: 150%;
	padding: 10px 5px 30px;
}


/*===========　アイコンエリア　==========*/
.iconBox{
	width: 230px;
	margin-left: 5px;
	margin-bottom: 30px;
}

.contents_1 .iconBox tr td,
.contents_2 .iconBox tr td {
	padding-bottom: 15px;
	vertical-align: middle;
}

/*===========　製品ボックス　==========*/
.productsBox{
	float: left;
	width: 150px;
	margin-bottom: 10px;
	line-height: 120%;
	font-size: 93%;
}

.productsBox img{
	margin-bottom: 5px;
}

