

html, body {
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.25;
	background: #dadada;
	margin: 0;
	font-size: 14px;
}
p {
	margin: 5px 0;
}
#wrap {
	padding: 0 10px;
    box-sizing: border-box;

}
#container {
    max-width: 480px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 10px;
    box-shadow: 3px 3px 10px #ababab;
}
#title {
	text-align: center;
	background: #bd0016;
	color: #ffe14d;
	margin: 0;
	padding: 5px 0;
	font-size: 150%;
}
.title_2 {
	margin: 15px 0 0px;
	font-size: 130%;
}
#time {
    text-align: center;
    margin-bottom: 15px;
    display: none;
}
#time .text {
	font-size: 110%;
	font-weight: bold;

}
#time #timer {
	font-size: 170%;
    font-weight: bold;
	color: #ff0000;
}
.btn {
	text-align: center;
    width: 90%;
    margin: 0 auto;
    max-width: 380px;
}
.btn .use {
    background: #ffe14d;
    padding: 15px 0;
    display: block;
    color: #841e00;
    text-decoration: none;
    font-weight: bold;
    font-size: 120%;
    border-radius: 5px;
}
.btn .disable {
	display: none;
	background: #841e00;
    padding: 15px 0;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 120%;
    border-radius: 5px;
}
.img_coupon_box {
	position: relative;
}
.img_coupon_box .set_bg {
	background: rgba(255,255,255,0.8);
    height: 100%;
}
.img_coupon_box .set {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
}
.img_coupon_box .set.active {
    display: block;
}
.img_coupon_box .set img {
    position: absolute;
}
.img_coupon_box img {
	width: 100%;
	vertical-align: bottom;
}
#contents_wrap {
    background: #bd0016;
    padding: 10px;
}
#contents {
	padding: 30px 10px;
	box-sizing: border-box;
	background-color: #ffffff;
	background-image: url(../img/bg_tama_mcd.jpg);
	border-radius: 10px;
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 300px;
    background-size: 240px;
}