@charset "utf-8";
@import "/css/template.css";
/*------------------------------------------------------------
	価格表
------------------------------------------------------------*/
#conts h2 {
	margin: 0 0 8px 0;
	padding: 7px 0 10px 23px;
	background: url(/img/template/h3_back01.gif) no-repeat left;
	
	clear: left;
	
	color: #0C5A35;
	font-size: 130%;
	font-weight: bold;
	
	letter-spacing: -1px;
}

#conts h3 {
	margin: 0 0 12px 0;
	padding: 7px 0 10px 15px;
	background: url(/img/mail_order/how/h3_back.gif) no-repeat 13px bottom;
	
	clear: left;
	
	color: #333;
	font-size: 125%;
	font-weight: bold;
	
	letter-spacing: -1px;
}

#conts p {
	padding: 0 15px 18px 15px;
	
	line-height: 1.5;
}

#conts p.btm {
	padding: 0 5px 7px 15px;
	
	line-height: 1.5;
}

#conts p.red {
	padding: 0 5px 15px 15px;
	
	color: #FF3300;
	line-height: 1.5;
}

#conts p.indent {
	padding-left: 22px;

	text-indent: -7px;
}

#conts p.last {
	padding-bottom: 25px;
}

#conts table {
	margin: 0 0 30px 14px;
	width: 543px;
	background: #999;
	border-bottom: 2px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;

	font-size: 110%;
}

#conts th {
	padding: 10px 18px;
	
	text-align: center;
	white-space: nowrap;
}

#conts td {
	padding: 10px 18px;
	background: #fff url(/img/mail_order/price/line01.gif) repeat-x bottom;
	
	text-align: center;
	white-space: nowrap;
}

#conts th.item1 {
	background: #ccc;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	border-right: 1px solid #999;
	border-left: 2px solid #999;
}

#conts th.item2 {
	background: #F7EFCA;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	border-right: 1px solid #999;
}

#conts th.item3 {
	background: #CAF0D3;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	border-right: 1px solid #999;
}

#conts td.item1 {
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

#conts td.item2 {
	border-right: 1px solid #999;
}

#conts td.item3 {
	border-right: 1px solid #999;
}

#conts td.none {
	background-image: none;
}

#conts #back {
	margin: 5px 0 15px 0;
	padding: 10px 10px 0 0;
	
	float: none;
}

#conts #back li {
	background: none;

	text-align: right;
}

#conts .send_text {
	color: #FF3300;
	
	font-size:130%;
	font-weight:bold;
}

#conts .send_att {
	color:#666666;
	
	font-size:85%;
}


