@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.wrapper img{
	display: block;
	line-height: 0;
}

.font__times{
	font-family: "Times New Roman", Times, "serif";
}

.lead{
	text-align: center;
	font-size: 13px;
	line-height: 2;
	margin: 8% auto;
	font-weight: 600;
}

.box{
	margin: 10% auto 20%;
	width: 95%;
}

.item__no{
	text-align: center;
}

.item__no span{
	line-height: 1;
	display: block;
}

.item__no .item{
	font-size: 13px;
}

.item__no .no{
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -0.4px;
	text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000;
	color: #fff;
}

.box h1{
	font-size: 22px;
	margin: 3% 0;
	line-height: 1.4;
	text-align: center;
}

.box h1 span{
	font-size: 15px;
}

.box .lead{
	text-align: center;
	margin: 10% auto 5%;
}

.buy{
	display: block;
	width: 30%;
	margin: 0 auto 10%;
	text-align: center;
	border: solid 1px #000;
	color: #000;
	text-decoration: none;
	font-size: 15px;
}

.credit{
	width: 80%;
	margin: 8% auto;
}

.credit a{
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 2;
	text-decoration: none;
	margin: 3% auto 7%;
	border-bottom: solid 1px #000;
}

.credit a span{
	float: right;
}

.credit a span:after{
	content: "(税込)";
	font-size: 12px;
	vertical-align: baseline;
	float: right;
	padding-top: 2px;
}

.bg{
	background-color: #FFFDF7;
	padding: 5% 0 3%;
}

.bg .item__no .no{
	color: #FFFDF7;
}

.all{
	display: block;
	width: 65%;
	margin: 15% auto 10%;
	border: solid 1px #000;
	color: #000;
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	padding: 2% 0;
	text-decoration: none;
}

@media(min-width:750px){
	.bnr{
		width: 90%;
		margin: 0 auto;
	}
	.box{
		width: 85%;
	}
}
