@charset "utf-8";

@import "base.css";

/*
--------------------------------------------------------
policy/index.html
--------------------------------------------------------
*/

#content div.section ul.price-navi {
	clear: both;
	padding: 10px;
	background-color: #FDF2D2;
	border: 1px solid #ccc;
	list-style-type: none;
	margin-bottom: 10px;
	margin-bottom: 15px;
	height: 55px;
}

#content div.section ul.price-navi li {
	float: left;
	width: 260px;
	margin: 0px;
	padding: 3px 0 3px 17px;
	color: #3D291E;
	background: url(../../shared/image/ico_arrow.gif) no-repeat 0 4px;
}



#price #content h1 {
	background: url(../../price/image/h1_1.png) no-repeat 0 0;
	display: block;
	width: 600px;
	height: 145px;
	margin: 0 0 0 -20px;
	text-indent: -500em;
}

#content #section-02 h2 {
	background-image: url(../../price/image/h2_1.png);
}

#content #section-03 h2 {
	background-image: url(../../price/image/h2_2.png);
}

#content #section-04 h2 {
	background-image: url(../../price/image/h2_3.png);
}

#content #section-05 h2 {
	background-image: url(../../price/image/h2_4.png);
}

#content #section-06 h2 {
	background-image: url(../../price/image/h2_6.jpg);
}


#content .section {
	font-size: 12px;
	line-height: 160%;
	font-weight: normal;
}

#content .section h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
	background: #3D291E;
	font-size: 12px;
	color: #ffffff;
}

#content .section .price-table {
	clear: both;
	width: 580px;
	margin-bottom: 15px;
	border: solid 1px #f0f0f0;
}

#content .section .price-table th {
	padding: 5px;
	width: 140px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
	vertical-align: top;
	border-bottom: solid 1px #cccccc;
	background-color: #F2EBE7;
}

#content .section .price-table td {
	padding: 5px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
	vertical-align: top;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

#content .section .price-table p.memo {
	text-align: left;
	font-size: 0.8em;
	border: dotted 1px #cccccc;
	background-color: #ffffff;
	padding: 5px;
	margin: 2px;
}

#content .section .price-table p.recommend {
	padding: 3px;
	margin: 2px;
	background: #BB1111;
	font-size: 10px;
	color: #ffffff;
}

