@charset "utf-8";

/* products専用 */

.productsBox{
	margin:0 0 30px 0;
	overflow:hidden;
}
.productsBox .floatL{width:234px;}
.productsBox .floatR{width:494px;}
.productsBox .floatL img{
	max-width:224px;
	width:auto;
	height:auto;
	border:5px solid #F1F1F1;
}
.productsBox .floatR dl{
	margin-bottom:5px;
	overflow:hidden;
}
.productsBox .floatR dt{
	width:80px;
	float:left;
}
.productsBox .floatR dd{
	width:404px;
	float:right;
}
.productsBox .floatL img{
	max-width:224px;
	width:auto;
	height:auto;
	border:5px solid #F1F1F1;
}

.bt01{
	width:374px;
	padding:0 10px;
	float:right;
	font-weight:bold;
	font-size:16px;
	border-radius:15px;
	background-color:#77BD54;
}
.bt01 a{
	padding:2px 0;
	color:#fff!important;
	text-decoration:none!important;
	text-align:center;
	display:block;
	background:url(../images/common/arrow02.png) no-repeat right center;
}
.page-shape .bt01{
	width:260px!important;
}