/* ==========================================================================
   Purchase
   ========================================================================== */
.purchase {
	background-image: url(../images/common/bg-yellow.png);
	background-repeat: repeat;
	background-attachment: fixed;
}
.purchase #MainContent {
	width: 800px;
	margin: 0 auto;
	padding-top: 83px;
	padding-bottom: 51px;
	position: relative;
}
.purchase .close_btn {
	position: absolute;
	top: 0;
	right: 0;
}
.purchase .page_title {
	text-align: center;
	margin: 0 0 55px;
}
.purchase .popup_box {
	background: #fff;
	border-radius: 13px;
	border: 5px solid #f0c600;
	margin-bottom: 13px;
}

.purchase .section01 {
	height: 737px;
	position: relative;
	margin: 0 25px;
	border-bottom: 2px solid #cccccc;
}
.purchase .section01_title {
	position: absolute;
	top: 8px;
	left: 0px;
}
.purchase .section01_img {
	position: absolute;
	top: 107px;
	left: 0px;
}
.purchase .section01_img02 {
	position: absolute;
	top: 360px;
	left: 0px;
}
.purchase .section01_text {
	position: absolute;
	top: 493px;
	left: 1px;
}

.purchase .products01 {
	width: 403px;
	height: 477px;
	position: absolute;
	top: 0;
	right: 0;
}
.purchase .products01_title {
	position: absolute;
	top: 88px;
	left: 23px;
}
.purchase .products01_settext {
	position: absolute;
	top: 161px;
	left: 22px;
}
.purchase .products01_setimg {
	position: absolute;
	top: 232px;
	left: 0px;
}
.purchase .products01_text {
	position: absolute;
	top: 344px;
	left: 24px;
}
.purchase .products01_price {
	position: absolute;
	top: 380px;
	left: 21px;
}

.purchase .products02 {
	width: 382px;
	height: 188px;
	position: absolute;
	right: 0;
	top: 477px;
	background: url(../images/products/purchase/border.png) repeat-x center top;
}
.purchase .products02_title {
	position: absolute;
	top: 13px;
	left: 2px;
}
.purchase .products02_price {
	position: absolute;
	top: 89px;
	left: 0px;
}
.purchase .purchase_link {
	position: absolute;
	top: 644px;
}
.purchase .purchase_text {
	position: absolute;
	top: 8px;
	left: 112px;
}
.purchase .purchase_btn {
	position: absolute;
	top: 0;
	left: 245px;
}


.purchase .section02 {
	height: 256px;
	position: relative;
}
.purchase .section02_title {
	position: absolute;
	top: 14px;
	left: 25px;
}
.purchase .section02_text {
	position: absolute;
	top: 73px;
	left: 25px;
}
.purchase .section02_btn {
	position: absolute;
	top: 187px;
	left: 26px;
}
.purchase .section03_btn {
	position: absolute;
	top: 187px;
	left: 310px;
}


/* ==========================================================================
   Hover
   ========================================================================== */
.purchase .close_btn a:hover {
	opacity: 0.85;
}
.purchase .purchase_btn a:hover {
	opacity: 0.75;
}
.purchase .section02_btn a:hover {
	opacity: 0.75;
}
.purchase .section03_btn a:hover {
	opacity: 0.75;
}
