@charset "utf-8";

/**
 * レイアウト
 */

.product #container{
	margin-bottom: 0px;
}

/**
 * 販売価格
 */

#productPrice{
	margin-bottom: 20px;
}
#productPrice h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_price.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#productPrice h4{
	margin-bottom: 10px;
}

.productPriceBlock{
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.productPriceText{
	float: left;
	width: 360px;
}
.productPriceText h4{
	margin-bottom: 10px;
}
.productPriceImage{
	float: left;
	width: 260px;
	text-align: right;
}

/**
 * サービス・カスタマイズ
 */

#productService{
	margin-bottom: 20px;
}
#productService h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_service.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#productService h4{
	margin-bottom: 10px;
}

/**
 * お支払いについて
 */

#productPayment{
}
#productPayment h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_payment.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#productPayment h4{
	margin-bottom: 10px;
	font-size: 14px;
}
