@charset "utf-8";

/*ページタイトル*/

h2.h2PageTitle {
	background-image: url(../img/coupon/h2PageTitle_2.jpg);
}

/*コンテンツ*/

div.couponBox {
	height: auto;
	width: 700px;
	margin: 0px auto;
	padding-bottom: 60px;
}

div.couponBox h3 {
	height: 100px;
	width: 700px;
	text-indent: -9999px;
	overcoupon: hidden;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}

h3.couponTitle01 {
	background-image: url(../img/coupon/couponTitle01_2.jpg);
}

div.ticketBox {
	height: auto;
	width: 600px;
	margin: 50px auto 0px auto;
}

p.couponText01 {
	padding: 40px 20px 0px 20px;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
	text-align: center;
}

p.couponText02 {
	padding: 20px 20px 0px 20px;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
	text-align: center;
}

span.redText {
	font-size: 14px;
	line-height: 36px;
	color: #FF0004;
	font-weight: bold;
}

p.pagetopText {
	padding-top: 25px;
	padding-bottom: 35px;
	text-align: right;
}

p.pagetopText a {
	text-decoration: none;
	color: #666;
}

p.pagetopText a:hover {
	color: #999;
}


/*-------------640以下ここから-------------*/

@media screen and (max-width: 640px){


div.couponBox {
	height: auto;
	width: 100%;
	margin: 0px auto;
	padding-bottom: 60px;
}

div.couponBox h3 {
	height: auto;
	width: 95%;
	margin: 0px auto;
	padding: 1em 0 0.8em 0.75em;
	border-left: 6px solid #009143;
	border-bottom: 1px solid #009143;
	background-image: none;
	background-color: #F5FBF9;
	text-indent: inherit;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	background-image: none;
	background-color: #F5FBF9;
}

div.ticketBox {
	height: auto;
	width: 95%;
	margin: 50px auto 0px auto;
}

div.ticketBox img {
	height: auto;
	width: 100%;
	background-size: contain;
}

}
