@charset "utf-8";


.exchange_preset {
	display: block;
	float: left;
	width: 260px;
	padding: 5px 0;
	text-align: center;
}
.exchange_preset:hover {
	background: #FFCCCC;
	font-weight: bold;
}
	.exchange_preset .image {
		width: 220px;
		height: 100px;
		margin: 0 auto;
		background: url(../images/mall_img.jpg);
	}

	.d_50 .image { background-position: -759px -279px; }
	.d_100 .image { background-position: -759px -379px; }
	.d_200 .image { background-position: -759px -479px; }
	.d_300 .image { background-position: -759px -579px; }
	.d_500 .image { background-position: -759px -679px; }
	.d_1000 .image { background-position: -759px -779px; }
	.d_2000 .image { background-position: -759px -879px; }

	.exchange_preset .text {
		padding: 5px 0;
	}

.exchange_confirm {
	height: 36px;
	padding: 20px;
	margin: 10px auto;
	border: #FFCCCC solid 1px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	line-height: 36px;
}

.confirm_text {
	font-size:14px;
}

/* E-Pin */
#epin_box { width: 400px; margin: 0 auto 50px; }
	#epin_box #epin_title {
		width: 400px;
		height: 36px;
		background: url(../images/mall_img.png) -194px -830px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		line-height: 36px;
	}
	#epin_box ul {
		width: 390px;
		margin: 0 auto;
		background: url(../images/epin_itemlist.png) left top repeat-y;
	}
	#epin_box li { padding: 5px; text-align: center; }
	#epin_box ul p {
		padding: 10px;
		font-weight: bold;
		text-align: center;
	}
	#epin_box .epin_decoration {
		width: 400px;
		height: 20px;
		background: url(../images/mall_img.png) -194px -866px;
		font-size: 0px;
	}
	#epin_box p.confirm_text { margin: 20px 0px; text-align: center; }