p, li {
	line-height: 1.5;
}
.note {
	margin: 6px 0px 0px 0px;
	color: #666666;
	font-size: 90%;
}
.lead {
	margin: 25px 0 20px;
}

/*------------------------------------------------
	section_price Style
--------------------------------------------------*/
.section_price {
	width: 910px;
	margin: 0 0 56px 0;
	padding: 19px 0 0 0 ;
	background: url(../images/bg_price_top.gif) left top no-repeat;
}
.section_price_inner {
	width: 910px;
	padding: 0;
	background: url(../images/bg_price.gif) left top repeat-y;
}
.section_price_inner2 {
	width: 820px;
	padding: 0 60px 35px 30px;
	background: url(../images/bg_price_bottom02.gif) left bottom no-repeat;
}
.section_price h2 {
	width: 820px;
	padding: 0 0 15px;
}

.section_price p {
	padding: 0 25px 0 0;
	float: left;
}
.section_price p.section_price_inner_info{
	padding: 8px 15px 10px 15px;
	margin-top: 15px;
	border: 1px solid #c90000;
}
.section_price_inner_info>span{
	font-weight: bold;
	font-size: 13px;
}
.section_price_inner_info>span.section_price_inner_info_ttl{
	line-height: 2.0;
	color: #c90000;
}
.section_price_inner_info>span.section_price_inner_info_u{
	text-decoration: underline;
}
.section_price ul {
	float: left;
	width: 420px;
}
.section_price ul li {
	margin: 0 0 5px;
}
.section_price .note {
	margin-top: -10px;
	padding: 0 60px 0 30px;
}
/*------------------------------------------------
	section_order Style
--------------------------------------------------*/
.section_order {
	margin-bottom: 50px;
}
.section_order_header {
	text-align: center;
	position: relative;
	z-index: 10;
}
.section_order_content {
	margin: -24px 14px 0 14px;
	padding: 40px 17px 17px 17px;
	border: 3px solid #d20000;
	border-radius: 10px;
}
.rakuten {
	text-align: center;
	padding-bottom: 36px;
}
.rakuten .note {
	margin-top: -16px;
}
/*------------------------------------------------
	section_tell Style
--------------------------------------------------*/
.section_tell_content {
	padding: 10px 34px;
}
.section_tell_content .note {
	margin-top: 6px;
}
/*------------------------------------------------
	btn_box Style
--------------------------------------------------*/
.btn_box_wrapper {
	font-size: 0;
	margin-top: 10px;
	min-height: 100px;
}
.btn_box {
	width: 412px;
	border-radius: 5px;
	background-color: #fcf4c0;
	text-align: center;
	display: inline-block;
	padding: 16px 0 20px 0;
	vertical-align: top;
	float: left;
}
.btn_box_wrapper .btn_box:first-child {
	margin-right: 20px;
}
.btn_box a:hover {
	opacity: 0.8;
}
.header_btn_box {
	padding: 10px 0;
	display: block;
	margin: 0 auto;
}