/**********************************
price
**********************************/
#price{
	font-size:15px;
}
#contentsBox{
	padding:30px 40px 40px 40px !important;
}
#campaignBnr{
	float:left;
}
#campaignBnr p{
	padding-bottom:15px;
}
#campaignBnr img{
	width:450px;
}
.imgBox {
	overflow:hidden;
	clear:both;
}
.imgBox .img01{
	float:left;
	padding:37px 0 0 0;
}
.imgBox .img02{
	float:right;
}
.priceList{
	overflow:hidden;
	padding:29px 0 0 0;
}
.priceList table{
	width:450px;
	margin-bottom:20px;
}
.priceList table tr{
	border-top: 1px solid #d1c1c1;
	border-bottom: 1px solid #d1c1c1;
}
.priceList table tr .price{
	text-align:center;
	padding:10px;
	width:100px;
	background-color:#fffcf4;
}
.priceList table tr {
}
.priceList .tableLeft{
	float:left;
}
.priceList .tableRight{
	float:right;
}
/*
.priceList table tr:nth-child(odd){
	background-color:#fffcf4;
}*/
#price .txt{
	font-size: 95%;
	padding-top:15px;
	text-align:right;
}