@charset "UTF-8";

/* 商品一覧
----------------------------------------------------------------------------- */
.product {
	margin: 0 auto;
	padding: 5px;
	width: 100%;
}

.product p {
	margin: 5px 0;
	font-size: 1.4em;
}

/* 商品画像ブロック
----------------------------------------------------------------------------- */
.box11-1:after {
	content: "";
	display: block;
	clear: both;
}

.item {
	width: 22%;
	margin: 1%;
	float: left;
}

.item a {
	display: block;
	text-decoration: none;
	color: #000000;
}

.item img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

.item p {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 1em;
	text-align: center;
	color: #FFFFFF;
/*	background-color: #FFFFFF;*/
}

/* 全体の横幅を固定
----------------------------------------------------------------------------- */
.box11 {
	width: 100%;
}

/* ##################### 767px 以下 ##################### */
@media (max-width: 767px) {

}

/* ##################### 768px 以上 ##################### */
@media (min-width: 768px), print {

}

/* ##################### 1152px 以上 ##################### */
@media (min-width: 1152px), print {

	/* 全体の横幅を固定
	----------------------------------------------------------------------------- */
	.box11 {
		width: 1152px;
		margin-left: auto;
		margin-right: auto;
	}

	/* ボックスの左右
	----------------------------------------------------------------------------- */

}

/* ##################### プリンター向け ##################### */
@media print {

	/* 全体の横幅を固定
	----------------------------------------------------------------------------- */
	.box11 {
		width: 980px;
	}

	/* ボックスの左右
	----------------------------------------------------------------------------- */

}
