@charset "utf-8";
/* CSS Document */
div#mainContents div#topimgbox {
	width:100%;
	height:50vw;
	background: url(../images/product/topimg_sp.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
div#mainContents div.center {
	width:96%;
	margin: 20px auto 40px auto;
}
/* 商品紹介  */
div#mainContents div.productbox {
	width:100%;
	margin: 20px auto;
	text-align: left;
}
	div#mainContents div.productbox a {
		display: inline-block;
		box-sizing: border-box;
		width:47%;
		height:41.6vw;
		border: #e9e9e9 1px solid;
		box-shadow: 10px 10px 4px -8px rgba(0,0,0,0.6);
		margin: 1%;
	}
/* 製品紹介 */
div#mainContents div.productbox2 {
	position: relative;
	box-sizing: border-box;
	padding-bottom: 30px;
	margin-top: 30px;
}
	div#mainContents div.productbox2 div.primg {
		max-width:100%;
		height:77.46vw;
		box-sizing: border-box;
		border: #ccc 1px solid;
		margin-top: 10px;
	}
	div#mainContents div.productbox2 div.proinfo {
		width:100%;
		box-sizing: border-box;
		margin-top: 20px;
	}
		div#mainContents div.productbox2 div.proinfo h3 {
			font-size: 14px;
			line-height: 25px;
		}
		div#mainContents div.productbox2 div.proinfo p {
			font-size: 12px;
			line-height: 20px;
			margin: 10px auto 0 auto;
		}