@charset "utf-8";

/*________________________________________________

	name:			pc.css
	create Date:	2018-12-19
	lastmodified:	****-**-**
________________________________________________*/

.bg_limestone a {
    background-image: url("../../img/product/bg_limestone.jpg");
}
.bg_quicklime a {
    background-image: url("../../img/product/bg_quicklime.jpg");
}
.bg_slakedlime a {
    background-image: url("../../img/product/bg_slakedlime.jpg");
}
.bg_silica a {
    background-image: url("../../img/product/bg_silica.jpg");
}
.bg_aboutlimestone a {
    background-image: url("../../img/product/bg_aboutlimestone.jpg");
}
.bg_aboutsilica a {
    background-image: url("../../img/product/bg_aboutsilica.jpg");
}

/* --------------------------------------------------
画像レイアウト
-------------------------------------------------- */
.product_photo {
	display: block;
	clear: both;
	text-align: left;
}
.product_photo .photo {
	float: left;
	text-align: left;
	width: auto;
	max-width: 400px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.product_photo .textbox {
	float: left;
	width: auto;
	max-width: 700px;
	margin: 0;
	word-wrap: break-word;
	word-break: break-all;
	vertical-align: top;
}
.product_photo .textbox ul,
.product_photo .textbox ol {
	 margin: 0 0 1em 20px;
}


.article .product_photo3Col {
	display: block;
	clear: both;
	width: 100%;
	margin: 30px auto 0 auto;
	text-align: left;
}
.product_photo3Col .photo {
	float: left;
	margin-right: 1.7%;
	text-align: center;
	width: 32.2%;
}
.product_photo3Col .photo:last-child {
	margin-right: 0;
}
.article .product_photo3Col .photo img {
	max-width: 100%;
	height: auto;
}
.product_photo3Col .photo span,
.product_photo .photo span {
	padding-top: 0 !important;
	text-align: left;
}
/* clearfix */
.product_photo:after,
.product_photo3Col:after {
	content: "";
	display: table;
	clear: both;
}
