@charset "UTF-8";
/* CSS Document */

/* 取扱商品　*/

/*３カラムタイプのボックス設定　取扱商品*/
.list.c4 {
	width: 18%;	/*ボックスの幅*/
	margin: 0 1% 20px;	/*上、左右、下へのボックスの外側にとる余白*/
	float: left;
	height: 150px;	/*高さ。下の「.list.c4 a」のheightと合わせる。*/
	text-align: center;	/*文字をセンタリング*/
}

/*３カラムタイプの画像設定*/
.list.c4 img.img {
	float: none;
	width: 100%;
}
.list.c4 .text {
	padding: 0;
	margin: 3px 0;
	line-height: 1.2;
}
/*１カラムでページを表示時の３カラムボックスの高さ*/
.c1 .list.c4{
	height: 200px;
}
/*↑↑３カラムタイプのボックス設定　一般向け商品↑↑*/