@charset "utf-8";
/* CSS Document */

/* -----------------------main visual----------------------- */
div#visual{
	clear: both;
	
	background:url(../img/price/top_img.jpg) #C80A0A;
	background-repeat:no-repeat;
	background-position:center;
	width: 100%;
	height: 141px;
	
	box-shadow:0 20px 10px -10px rgba(0,0,0,0.3) inset, 0 -20px 10px -10px rgba(0,0,0,0.3) inset;
	-moz-box-shadow:0 20px 10px -10px rgba(0,0,0,0.3) inset, 0 -20px 10px -10px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow:0 20px 10px -10px rgba(0,0,0,0.3) inset, 0 -20px 10px -10px rgba(0,0,0,0.3) inset;
	behavior: url("/css/PIE.htc");
}

div#visual div.inner_visual{
	width: 820px;
	margin: 0 auto;
	padding-top:146px;
	padding-left:0px;
	font-size:12px;
	color: #FFFFFF;
	line-height:150%;
	text-align: left;
}

/* -----------------------main contents----------------------- */
/* -----------------------   price.html----------------------- */

/* -----------このページのトップメッセージについて------------ */
div#main div.inner_main{
	width: 595px;
	height: 320px;
	background:url(../img/price/img_01.jpg) no-repeat;
	padding-top: 30px;
	padding-left: 50px;
}

div#main div.inner_main div{
	padding-left: 180px;
}

div#main div.inner_main div.price01{
	padding-top: 95px;
}

div#main div.inner_main div.formula{
	padding-top: 5px;
	margin-top:10px;
	margin-left:180px;
	padding-left: 1em;
	width: 410px;
	height: 26px;
	
	background:#F90;
	border: 2px solid #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	color: #FFF;
	font-size: 18px;
	line-height: 26px;
	
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4), 0 -30px 20px -20px rgba(255,53,0,1) inset;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.4), 0 -30px 20px -20px rgba(255,53,0,1) inset;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.4), 0 -30px 20px -20px rgba(255,53,0,1) inset;
	behavior: url("/css/PIE.htc");
}

div#main div.inner_main div.emp{
	margin-top: 5px;
	padding-top: 7px;
	font-size: 24px;
	color: #C80A0A;
	font-weight: bold;
	line-height: 1.1em;	
}

/* -----------------------お問い合わせ表----------------------- */
div#main div.inner_main dl{
	background: #999999;
	border: 1px solid #333;
	border-top: none;
	width: 420px;
	margin-left:180px;
	margin-bottom: 0px;
	margin-top: 10px;
	
	padding-bottom: 0px;
}

div#main div.inner_main dt{
	padding: 3px;
	border-top: 1px solid #333;
	clear: left;
	float: left;
	vertical-align: middle;
	width: 95px;
	
	line-height:50px;
}

div#main div.inner_main dt span{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

div#main div.inner_main dd{
	padding: 3px;
	background: #fff;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin-left: 80px;
}

div#main div.inner_main dd span.tell{
	line-height: 25px;
	font-size: 20px;
	font-weight: bold;
	padding-top:2px;
	margin-bottom: -3px;
	padding-bottom: 0px;
}

div#main div.inner_main dd span.time{
	line-height: 5px;
	font-size: 11px;
	padding-top:0px;
	margin-top:-3px;
}

div#main div.inner_main img.price04{
	float: right;
	padding-right: 20px;
	margin-top: -15px;
	margin-bottom: 70px;
}

/* -----------------------料金表----------------------- */
div#main div.price_table{
	clear: both;
	width: 670;
	height: 470;
	margin-bottom: 30px;
	paddig-bottom: 30px;
}

div#main div.price_table span.table_title{
	font-size:22px;
	font-weight: bold;
}

div#main div.price_table div.table01 ul{
	margin-top: 5px;
	clear: both;
	font-size: 14px;
	text-align:center;
	vertical-align: middle;
	display: block;
}

div#main div.price_table div.table01 li{
	float: left;
	list-style-type: none;
	width: 160px;
	height: 30px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	display: block;
	line-height: 30px;
}

li.cel11,
li.cel12,
li.cel13,
li.cel14{
	border-top: 1px solid #000;
	font-weight: bold;
	color: #FFF;
}

li.cel11,
li.cel21,
li.cel31,
li.cel41{
	border-left: 1px solid #000;
	font-weight: bold;
	background:#E6E4CE;
}

li.cel14,
li.cel24,
li.cel34,
li.cel44{
	font-weight: bold;
	background:#E6E4CE;
}

li.cel11,
li.cel14{
	background:#C80A0A;
}

li.cel12,
li.cel13{
	background:#999999;
}