@charset "utf-8";

/* ========================================================
	coupon.css => COUPON
======================================================== */

/* couponlist
============================================================================================================ */
.couponlist {
	margin-top: 20px;
}
.couponlist .head_notes {
	margin-bottom: 50px;
	font-size: 12px;
	font-size: 1.2rem;
}
.couponlist .head_notes li {
	display: inline-block;
	margin-right: 0.7em;
}
.couponlist .head_notes li:before {
	content: "○";
}

.couponlist .list {
	position: relative;
}
.couponlist .list ul {
	margin: 0 -10px;
}
.couponlist .list ul li {
	float: left;
	width: 250px;
	padding: 0 10px 20px;
}
.couponlist .list ul a {
	position: relative;
	display: block;
	height: 260px;
	text-decoration: none;
}
.couponlist .list ul a span {
	display: block;
}
.couponlist .list ul a .img img {
	border: 2px solid #4cd02d;
}
.couponlist .list ul a .ico {
	position: absolute;
	right: 10px;
	top: -10px;
	z-index: 5;
}
.couponlist .list ul a .name {
	margin: 10px 0;
}
.couponlist .list ul a .more {
	display: inline-block;
	padding: 0.2em 0.5em 0.1em;
	background-color: #4cd02d;
	border-radius: 3px;
	color: #fff;
	line-height: 1.3;
}

/* detail
============================================================================================================ */
#detail {
	margin-top: 90px;
}

#detail .ph {
	float: left;
	width: 396px;
	border: 2px solid #4cd02d;
}
#detail .ph img {
	height: auto;
	max-width: 100%;
}
#detail .contents {
	float: right;
	width: 615px;
}
#detail .contents > h1 {
	margin-bottom: 25px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.3;
}
#detail .contents > h1 span {
	display: inline-block;
	margin-right: 15px;
	padding: 0.1em 0.5em 0 0.8em;
	border-radius: 3px;
	font-size: 20px;
	font-size: 2.0rem;
	background-color: #4cd02d;
	letter-spacing: 0.3em;
	color: #fff;
	vertical-align: middle;
}

#detail .txt {
	margin-bottom: 50px;
}
#detail section {
	margin-bottom: 30px;
}
#detail section h1 {
	margin-bottom: 15px;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #404040;
	font-size: 12px;
	font-size: 1.2rem;
}

#detail section.store {
}
#detail section.store li {
	display: inline-block;
	padding-right: 1em;
}
#detail section.store li:before {
	content: "- ";
}
#detail section.limit p {
	font-size: 20px;
	font-size: 2rem;
}


#detail section.mobile .qr {
	float: left;
	width: 94px;
	height: 150px;
	background: url(../images/coupon/qr_bg.png) no-repeat;
	padding-top: 30px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#detail section.mobile .qr + p {
	margin-left: 122px;
	padding-top: 10px;
}

