#sec_01 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #583B29;
	padding-bottom: 40px;
}
#sec_01 h2 {
	font-weight: bold;
	color: #7b5c47;
	font-size: 120%;
}
#sec_01  {
	padding-top: 20px;
}
#sec_01 .fl_left {
	float: left;
}
#sec_01 .txt_br {
	text-align: right;
	font-size: 150%;
	line-height: 100%;
	font-weight: bold;
	color: #FF0004;
}
#sec_01 .price {
	padding-top: 16px;
}
#sec_01 .price dt  {
	float: left;
	font-size: 110%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #583c27;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
}
#sec_01 .price dd  {
	float: left;
	font-weight: bold;
	color: #593d28;
	padding-left: 15px;
	padding-top: 5px;
	font-size: 120%;
}
#sec_01 .price  dd span{
	font-weight: normal;
	font-size: 80%;
	padding-left: 10px;
}
#sec_01 p {
	color: #7b5c47;
	padding-bottom: 2px;
	padding-top: 8px;
}
#sec_01 h3 {
	font-weight: bold;
}
.txt_big {
	font-weight: bold;
	font-size: 110%;
}


#sec_01 table {
	border-collapse:collapse;
	border:0px;
	width: 100%;
	color: #583B29;
}
#sec_01 table tr td {
	border: 1px solid #c2b4a9;
	padding-right: 10px;
	padding-left: 10px;
}
#sec_01 .tb_01 {
	background-color: #f1e6ca;
	text-align: center;
	font-weight: bold;
}
#sec_01 .tb_02 {
	background-color: #FFF;
	text-align: center;
}
#sec_01 .tb_01pd {
	padding-top: 8px;
	padding-bottom: 8px;
}
#sec_01 .tb_02pd {
	padding-top: 16px;
	padding-bottom: 16px;
}
#sec_01 .item {
	padding-top: 20px;
	font-size: 90%;
}
#sec_01 .item dt {
	padding-bottom: 5px;
	color: #af2638;
}
#sec_01 .item dd ul {
	list-style-type: none;
}
#sec_01 .item dd ul li {
	padding-bottom: 5px;
	color: #7b5c47;
}
#sec_02 {
	color: #7b5c47;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #583B29;
}
#sec_02 h2 {
	font-size: 120%;
	font-weight: bold;
}
#sec_02 h4 {
	padding-bottom: 8px;
	padding-top: 18px;
}
#sec_02 p {
	padding-bottom: 5px;
}
#sec_02 dl {
	padding-bottom: 15px;
}

#sec_02 dl dt {
	padding-bottom: 5px;
}
#sec_02 dl dd ul {
	list-style-type: none;
}
#sec_02 dl dd ul li {
	padding-bottom: 5px;
}
#sec_03 {
	padding-top: 40px;
	color: #7b5c47;
}
#sec_03 h2 {
	padding-bottom: 24px;
	font-size: 120%;
	font-weight: bold;
}
#sec_03 h4 {
	padding-bottom: 10px;
	font-weight: bold;
}
#sec_03 #left_box {
	float: left;
	width: 330px;
}
#sec_03 #right_box {
	float: right;
	width: 330px;
	padding-right: 10px;
}

#sec_03 div  {
	vertical-align: top;
	word-break: break-all; /* ボックス内改行 */
	word-wrap: break-word; /* ボックス内改行 */
	display: inline-block;



	/display: inline; /* IE7対策 */
	/zoom: 1;
	padding-bottom: 15px;
}
#sec_03 div p  {
	padding-bottom: 5px;
}
#sec_03 div ul  {
	list-style-type: none;
}
#sec_03 div ul li  {
	vertical-align: top;
	word-break: break-all; /* ボックス内改行 */
	word-wrap: break-word; /* ボックス内改行 */
	display: inline-block;

	/display: inline; /* IE7対策 */
	/zoom: 1; /* IE7対策 */
	padding-right: 2em;
}
#sec_03 .right_txt {
	text-align: right;
}
