@charset "UTF-8";
/* price CSS */

h4{
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	text-shadow:#211208 1px 1px 0px;
	border-radius:4px;
	background:url(/s/common/img/icon_tel.png) 9px center no-repeat,
	-webkit-gradient(linear,left top,left bottom, from(#673E29), to(#4C2918));
	background-size:18px auto, auto;
	border:1px solid #997a6a;
	padding:8px 0 8px 30px;
	margin-bottom:15px;
}

.contBox{
	border:1px solid #949494;
	margin-top:10px;
	position:relative;
}
.contBox h5{
	font-size:14px;
	font-weight:bold;
	background-color:#ededed;
	border-bottom:1px solid #949494;
	padding:12px 10px;
}
.contBox dl dt{
	font-size:13px;
	font-weight:bold;
	padding:5px 8px;
	background:url(/s/common/img/bg_slash.png) 0 0 repeat;
	background-size:10px auto;
}
.contBox dl dd{
	font-size:12px;
	margin:0;
	padding:8px;
}
.contBox p{
	position:absolute;
	top:6px;
	right:6px;
	z-index:1;
	width:164px;
	border-radius:14px;
	background:url(/s/common/img/icon_tel2.png) 7px center no-repeat,
	-webkit-gradient(linear,left top,left bottom, from(#569bf9), to(#2b80f3));
	background-size:15px auto, auto;
	border:1px solid #116de9;
	box-shadow:inset 0 1px 0 #85b5f7;
}
.contBox p a{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-shadow:#1469dd 1px 1px 0px;
	padding:4px 4px 4px 26px;
}

