@charset "UTF-8";

.item .item-box {
	margin-bottom: 50px;
	clear: both;
}
.item .item-box .photo {
	float: left;
	width: 360px;
}
.item .item-box .exp-box {
	width: 480px;
	float: right;
	padding-top: 10px;
}
.item .item-box .exp-box h2 {
	font-size: 200%;
	margin-bottom: 10px;
}
.item .item-box .exp-box p.exp {
	font-size: 107.8%;
	margin-bottom: 10px;
}
.item .item-box .exp-box .price {
	margin-bottom: 15px;
}
.item .item-box .exp-box .price span{
	font-size: 150%;
	color: #CC3300;
	font-weight: bold;
}
.item .item-box .exp-box form .count {
	font-size: 120%;
	display: block;
	margin-bottom: 10px;
}
.item .item-box .exp-box form .btn {
	background-color: #F15A24;
	color: #FFFFFF;
	font-size: 130%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.item .item-box .exp-box form .btn:hover {
	background-color: #CC0000;
}
.item .shipping-free {
	font-size: 80%;
	font-weight: bold;
	color: #FF3300;
}
.item .caution-trial {
	line-height: 1.4;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #FF6600;
	margin-bottom: 15px;
}
.item .btn-rest {
	color: #FFF;
	background-color: #999;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 130%;
}
