* {
	box-sizing: border-box;
}


.innerWrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.purchase-bg {
    background: url(../img/common/naviBg.png), url(../img/purchase/purchaseTop.png), url(../img/common/allBg.png), url(../img/common/allBgmin.png);
    background-repeat: repeat-x, no-repeat, no-repeat, repeat;
    background-position: top left, center top, center top, top left;
    background-size: 100% 80px, 800px 375px, 100% auto, 5% auto;
    overflow: hidden;
}
.topBG {
	width: 100%;
	height: 250px;
}
.paperBackBox {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 25px;
}
.paperBackBox aside {
	background: url("../img/purchase/purchaseBg_middle.png") repeat-y top center;
	background-size: 75% auto;
	margin: -4px 0 0;
	padding: 0 24px;
}
.paperBackBox aside div {
	width: 70%;
	margin: 0 auto;
	line-height: 30px;
	font-size: 22px;
}
.paperBackBox img {
	width: 75%;
}
.burgandyTitle {
	color: #892b26;
	font-size: 25px;
	font-weight: 600;
}
.titleBar {
	background: url(../img/purchase/titlebar.png) no-repeat;
	background-size: cover;
	padding-top: 7px;
	padding-bottom: 8px;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	
}
.gameBox {padding:10px 0 10px 0}
.gameBox img {width: 50%; height: auto;}
.glamBox {padding:10px 0 10px 0}
.glamBox img {width: 100%; height: auto;}
.gameBoxSwitch img {width: 33%; height: auto;margin-top:2%;}
.burgandyTitle a, .burgandyTitle a:hover, .burgandyTitle a:visited {text-decoration: none; padding: 0 8px}
@media screen and (max-width: 786px) {
	.paperBackBox {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 25px;
	padding-top: 30px;
	}
}
@media screen and (max-width: 700px) {
	.paperBackBox {
	
	padding-top: 40px;
	}
}
@media screen and (max-width: 600px) {
	.choicesMenu {
		width: 80%;
	}
	.choicesMenu img {
		display: block;
		width: 100%;
		margin: 2% 0;
	}
	.paperBackBox aside div {
		width: 70%;
		margin: 0 auto;
		line-height: 16px;
		font-size: 13px;
	}	
	.titleBar {
		line-height: 16px;
		font-size: 14px;
	}
}
