@charset "utf-8";
/* CSS Document */

body {
  -webkit-text-size-adjust: 100%;
}

#img01 {
	margin: 0 5px 20px;
}

.img_outer {
	margin: 0 5px 20px;
}



#model_area {
	margin: 0 5px 10px;
	background: #FC6B00;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	padding: 10px 5px;
}

#item_tittle {
	font-size: 25px;
	color: #CC0000;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
text-shadow:
	0 2px 0 #fff,
	2px 0 0 #fff,
	0 -2px 0 #fff,
	-2px 0 0 #fff,
	-2px -2px 0 #fff,
	2px -2px 0 #fff,
	-2px 2px 0 #fff,
	2px 2px 0 #fff;
}


.img_area {
	margin: 20px 2% 20px;
}

.bottom_link_btn {
	margin: 0 5px 20px;
}

.item_area {
	padding-left: 20px;
	margin-bottom: 20px;
}

.item_area dt {
	font-size: 18px;
	margin-bottom: 10px;
}

.item_area dd {
	font-size: 20px;
	margin-bottom: 10px;
}

.item_price {
	font-size: 30px;
	padding-left: 20px;
	color: #CC0000;
	font-weight: 700;
	margin: 0 0 20px 0;
	text-align: right;
}

.price_small {
	font-size: 22px;
}


.pay_area {
	display: block;
	margin: 0 3% 20px;
	clear: both;
}

.pay_area dt {
	font-size: 14px;
	margin: 0 0 10px 0;
	text-align: left;
}

.pay_area dd {
	display: block;
	float: left;
	width: 49%;

}

.pay_btn {
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	font-size: 20px;
	font-weight: 700;
	margin-right: 2%;
	background: #009900;
}
.pay_btn a {
	color: #FFFFFF;
	display: block;
}


.pay_btn_right {
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	font-size: 20px;
	font-weight: 700;
	background: #FFDA45;
}

.pay_btn_right a {
	color: #000000;
	display: block;
}

#contentArea .tsharts .right_size .pay_area .pay_btn a:hover {
opacity: 0.6;
}




















