@charset "UTF-8";

/*クーポンページ*/

img#ticket {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

div.box_coupon {
	width: 510px;
	margin: 0 auto;
}

div#img_coupon {
	width: 510px;
	height: 240px;
	position: relative;
	margin: 40px 0;
}

p#discount {
	position: absolute;
	top: 60px;
	left: 10px;
	font-size: 62px !important;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	color: #CC0000;
	width: 100%;
	text-align: center;
}

p#c_date {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 145px;
	line-height: 40px;
	text-align: center;
	width: 100%;
}

p#place {
	font-size: 16px;
	position: absolute;
	top: 180px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

/*Firefox用調整*/

html>/**/body p#discount {
	top: 0;
}
html>/**/body p#c_date {
	top: 130px;
}
html>/**/body p#place {
	top: 165px;
}



/*非表示*/

div#left,
p#top_access,
div.bg_black,
div#basepage_footer,
#h4coupon,
ul.coupon_note,
#print_coupon,
#about_coupon,
#ame_image
{
	display: none;
}
