@charset "utf-8";
/* CSS Document */

h2 {
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #c9c9c9;
}

#about_price {
	margin-bottom: 30px;
	line-height:24px;
}

#about_price a {
	color:#df2c67;
	text-decoration:none;
}

#about_price a:hover {
	text-decoration: underline;
}

#main_price {
    overflow: hidden;
	margin-bottom:124px;
}

#main_price:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #main_price {
    height: 1em;
    overflow: visible;
}

h3 {
	margin-bottom: 15px;
	margin-top: 35px;
}

h3, #main_price p {
	width: 385px;
}

#main_price p {
	color:#df2c67;
	line-height:24px;
}

.main_pricebox {
	border-top: 2px solid #dfdfdf;
	clear: both;
	background: #ffffff;
}

.price_img {
	float: left;
	border-right: 1px solid #dfdfdf;
	margin-top: 20px;
	margin-bottom: 20px;
}

.btn_link {
	width:101px;
	margin-top: 10px;
	margin-right: 138px;
}

/* hide from Mac IE \*/
* html .btn_link {
	margin-right: 70px;
}
/* */

h3, #main_price p, .btn_link {
	float: right;
}

