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

----------------------------------------------------*/



#price_area {
	margin: 20px 10px;
}
#price-chg {
	width: 300px;
	margin: 0 auto;
}
#price-chg-inner {
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	border-left: 2px solid #333;
	padding: 15px 13px;
	width: 270px;
}
#price-chg-inner p {
	margin-bottom: 20px;
}
#price-chg-inner dl {
	overflow: hidden;
	margin-bottom: 20px;
}
#price-chg-inner dl.mb10 {
	margin-bottom: 10px;
}

#price-chg-inner dl.last {
	margin-bottom: 0px;
}
#price-chg-inner dl dt {
	/*float: left;
	width: 60px;*/
	font-weight: bold;
}
#price-chg-inner dl dd {
	/*float: right;
	width: 210px;*/
}
#price-chg-inner h3 {
	margin-bottom: 15px;
}
#price-chg-inner dl dl {
	overflow: hidden;
	width: 270px;
	margin: 0px;
}
#price-chg-inner dl dl dt {
	float: left;
	width: 60px;
	font-weight:normal;
}
#price-chg-inner dl dl dd {
	float: right;
	width: 200px;
}
