@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);

/*------------------------------------------------------------price_guide*/
#price_guide{
	background:url(../img/price_img/bg01.png) right bottom no-repeat;
	min-height:275px;
	padding-bottom:100px;
}
#price_guide .cts_p{
	line-height:1.6em;
	margin-bottom:8px;
	width:600px;
}

.price_p{
	margin-bottom:10px;
}
/*------------------------------------------------------------price_tbl*/
.price_tbl{
	width:100%;
border-collapse:collapse;
border:1px solid #cccccc;
}
.price_tbl td, .price_tbl th{
border:1px solid #cccccc;
padding:8px 12px;
}
.price_tbl th.th1{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+19,ebebeb+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 19%, rgba(235,235,235,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 19%,rgba(235,235,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 19%,rgba(235,235,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}
.price_tbl th.th2{
	color:#aa5151;
	font-weight:bold;
}

/*price_li*/
.price_li{
	margin:30px 0;
}
.price_li li{
	line-height:1.2em;
	margin-bottom:5px;
	font-weight:bold;
	font-size:12px;
}

.small{
	font-size:10px;
	padding-right:8px;
}
