/* ==========================================================================
   Purchase
   ========================================================================== */
.purchase {
	background-image: url(../images/common/bg-yellow.png);
	background-repeat: repeat;
	background-size: 640px auto;
	position: relative;
	padding: 0 20px 42px;
}
.purchase #MainContent {
	padding-top: 16px;
}
.purchase .page_title {
	text-align: center;
	margin: -17px 0 19px;
}
.purchase .popup_box {
	background: #fff;
	border-radius: 6px;
	max-width: 414px;
	margin: 0 auto 13px;
}

.purchase .section01 {
	padding-top: 240px;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}
.purchase .section01_title {
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -130px;
}
.purchase .section01_img {
	position: absolute;
	top: 51px;
	left: 50%;
	margin-left: -78px;
}
.purchase .section01_text {
	position: absolute;
	top: 159px;
	left: 50%;
	margin-left: -97px;
}

.purchase .products01 {
	height: 275px;
	width: 260px;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px dotted #dcdcdc;
}
.purchase .products01_title {
	position: absolute;
	top: -19px;
	left: 50%;
	margin-left: -130px;
}
.purchase .products01_settext {
	position: absolute;
	top: 34px;
	left: 50%;
	margin-left: -130px;
}
.purchase .products01_setimg {
	position: absolute;
	top: 89px;
	left: 50%;
	margin-left: -130px;
}
.purchase .products01_text {
	position: absolute;
	top: 168px;
	left: 50%;
	margin-left: -130px;
}
.purchase .products01_price {
	position: absolute;
	top: 209px;
	left: 50%;
	margin-left: -130px;
}

.purchase .products02 {
	height: 283px;
	position: relative;
}
.purchase .products02_title {
	position: absolute;
	top: 1px;
	left: 50%;
	margin-left: -130px;
}
.purchase .products02_img {
	position: absolute;
	top: 72px;
	left: 50%;
	margin-left: -78px;
}
.purchase .products02_text {
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -97px;
}
.purchase .products02_price {
	position: absolute;
	top: 236px;
	left: 50%;
	margin-left: -130px;
}
.purchase .purchase_link {
	text-align: center;
	padding: 40px 0 40px;
}
.purchase .purchase_text {
	margin: 0 0 10px 0;
	line-height: 0;
}
.purchase .purchase_btn {
	margin: 0;
}




.purchase .section02 {
	height: 306px;
	position: relative;
}
.purchase .section02_title {
	position: absolute;
	top: -3px;
	left: 50%;
	margin-left: -130px;
}
.purchase .section02_text {
	position: absolute;
	top: 63px;
	left: 50%;
	margin-left: -130px;
}
.purchase .section02_btn {
	position: absolute;
	top: 177px;
	left: 50%;
	margin-left: -130px;
}
.purchase .section03_btn {
	position: absolute;
	top: 230px;
	left: 50%;
	margin-left: -130px;
}


.purchase .close_btn {
	text-align: center;
}

