/* CSS Document */
#main-content { padding-bottom: 40px; }

#main-content .title-page { margin-bottom: 28px; }

.coupon {
	border: 1px solid #808080;
	padding: 18px 24px 9px;
	margin-bottom: 50px;
}

.coupon .float-left {
	width: 67.87%;
	padding-right: 30px;
}

.coupon .float-right { width: 32.13%; }

.coupon h2 {
	font-size: 17px;
	line-height: 27px;
	color: #000;
	margin-bottom: 25px;
}

.coupon .discount {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 23px;
}

.coupon .discount span {
	display: inline-block;
	padding: 5px 0 7px;
}

.coupon .discount span.box-bg {
	background-color: #FCEBE4;
	font-size: 14px;
	line-height: 1em;
	padding: 6px 0;
	min-width: 150px;
	text-align: center;
	margin-right: 15px;
	position: relative;
	top: -3px;
}

.coupon.coupon-type-1 .discount span.box-bg {
	background-color: #727272;
	color: #fff;
}

.coupon.coupon-type-2 .discount span.box-bg {
	background-color: #2D2D2D;
	color: #fff;
}

.coupon p.info-discount {
	font-size: 12px;
	line-height: 1.6em;
	border-bottom: 1px solid #808080;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.coupon p {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 19px;
}

.coupon .btn-web {
	line-height: 24px;
}

@media all and (max-width: 768px) {

	#main-content {
		padding-bottom: 46px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.coupon {
		padding: 20px 10px 0;
		margin-bottom: 26px;
	}

	.coupon .float-left {
		width: 100%;
		padding-right: 0;
		float: none;
	}

	.coupon .float-right {
		display: none;
		float: none;
	}

	.coupon h2 {
		font-size: 14px;
		line-height: 1.6em;
		margin-bottom: 22px;
	}

	.coupon .discount span.box-bg {
		min-width: 100%;
		margin-right: 0;
		font-size: 12px;
	}

	.coupon .discount {
		font-size: 16px;
		line-height: 1.6em;
		margin-bottom: 0px;
	}

	.coupon .discount span:last-child {
		display: block;
		padding: 12px 0 16px;
		text-align: center;
	}

	.coupon .fix-img {
		border-bottom: 1px solid #808080;
		padding-bottom: 8px;
		margin-bottom: 9px;
		font-size: 0;
	}

	.coupon .fix-img p.info-discount,
	.coupon .fix-img p.img-block {
		display: inline-block!important;
		vertical-align: top;
	}

	.coupon .fix-img p.info-discount {
		font-size: 11px;
		line-height: 1.6em;
		border-bottom: none;
		padding-right: 24px;
		padding-bottom: 0;
		margin-bottom: 0;
		width: 65%;
	}
	.coupon .fix-img p.img-block {
		width: 35%;
	}


	.coupon p {
		font-size: 12px;
		line-height: 1.6em;
		margin-bottom: 26px;
	}

	.coupon p > a { 
		display: block;
		padding: 0;
		float: none;
		width: 100%;
		line-height: 35px!important;
		height: 35px;
	}

}