@charset "UTF-8";

/* 商品紹介 と お役立ち */


.item2{
	border:solid 2px #ff6666;/* 囲み罫 */
	background-color:#ff6666;/* コラム背景 */
	border-radius:5px;
	width:183px;
	float:left;
	margin:10px;
	box-shadow:2px 2px 4px #000000;/* メニューの墨影 */
}

.item2 img{
	width:174px;
	height:130px;
	margin:5px;
	margin-bottom:0;
}

.item2 h2{
	margin:0;
	padding:0px;
	padding-bottom:5px;
	text-align:center;
	font-size:0.7em;
	line-height:1.2;
	overflow:hidden;
	color:#000000;
}

.item2 p{
	height:130px;
	margin:5px;
	padding:0px;
	font-size:0.7em;
	line-height:1.5;
	overflow:hidden;
	color:#000000;
	overflow:auto;
}

/* お役立ち */

.item3{
	border:solid 2px #ff6666;/* 囲み罫 */
	background-color:#ff6666;/* コラム背景 */
	width:183px;
	float:left;
	margin:10px;
	box-shadow:2px 2px 4px #000000;/* メニューの墨影 */
}

.item3 img{
	width:174px;
	height:130px;
	margin:5px;
	margin-bottom:0;
}

.item3 p{
	height:180px;
	margin:5px;
	padding:0px;
	font-size:0.875em;
	line-height:1.5;
	overflow:hidden;
	color:#000000;
	overflow:auto;
}

.item4{/*--画像2ヶ用--*/
	border:solid 2px #ff6666;/* 囲み罫 */
	background-color:#ff6666;/* コラム背景 */
	width:390px;
	float:left;
	margin:10px;
	box-shadow:2px 2px 4px #000000;/* メニューの墨影 */
}

.item4 img{
	width:181px;
	height:130px;
	margin:5px;
	margin-bottom:0;
}

.item4 p{
	height:180px;
	margin:5px;
	padding:0px;
	font-size:0.875em;
	line-height:1.5;
	overflow:hidden;
	color:#000000;
	overflow:auto;
}
