@charset "utf-8";

/*-- price.css
-------------------------------------------------------- */

.p_msg {
	width: 650px;
	height: 107px;
	position: relative;
	margin: 25px 0 0;
	padding: 3px 0 0;
}

.p_msg img {
	position: absolute;
	top: 0;
	left: 0;
}

dl.price_tbl {
	margin: 12px 10px 0;
}

dl.price_tbl dt {
	padding: 10px;
	width: 100px;
	text-align: center;
	border-bottom: 1px solid #fff;
	background-color: #f5f5f5;
	float: left;
}

dl.price_tbl dd {
	float: left;
	width: 490px;
	padding: 10px;
	border-bottom: 1px solid #f5f5f5;
}

dl.price_tbl dd span {
	font-size: 115%;
	font-weight: bold;
}


