@charset "utf-8";


@import url("../../common/css/reset.css");
@import url("../../common/css/base.css");


/*-------------------------------------
取り扱い商品
------------------------------------- */


#products {
	max-width: 840px;
}
.contents_section {
	clear: both;
	margin-bottom: 60px;
}

.product_text {
	margin-bottom: 15px;
}


.float_box li {
	float: left;
	display: inline-block;
	list-style-type: none;
	width: 18%;
	margin: 0 1% 3% 1%;
	text-align: center;
}

.float_box li:nth-child(5n + 1) {
	clear: left;
}

.float_box {
	overflow: hidden;
	margin-bottom: 40px;
}

.float_box img {
	width: 100%;
	max-width: 128px;
	max-height: 128px;
	margin-bottom: 4px;
}



.stone_text {
	max-width: 128px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 10px;
}

.contents_detail {
	font-size: 110%;
	font-weight: 600;
}

ul.caution_list {
	clear: both;
	list-style-type: none;
	font-size: 90%;
}

ul.caution_list li {
	margin-bottom: 6px;
	text-indent: -1.2em;
	padding-left: 1em;
	line-height: 1.6;
}


/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){


.float_box li {
	width: 23%;
}

.float_box li:nth-child(5n + 1) {
	clear: none;
}

.float_box li:nth-child(4n + 1) {
	clear: left;
}

.float_box {
	font-size: calc(10px + 0.66vw);
}

ul.caution_list {
	font-size: 80%;
}

}



