@charset "UTF-8";
/* CSS Document */
/*******************
 * クーポン
 *******************/
body{
	font-size: 12px;
	-webkit-print-color-adjust: exact;
}
.container{
	width: 700px;
	margin: 30px auto;
}
.shop-name{
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	color: #333;
	background-color: #E6E3C6 !important;
	padding: 7px 10px;
}
.info-table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.info-table p{
	margin: 0;
}
.info-table th,td{
	padding: 5px;
	border: 1px solid #E6E3C6;
}
.info-table th{
	background-color: #F5F4E9 !important;
	width: 105px;
	text-align: left;
}

#map_canvas{
	width: 100%;
	height: 350px;
}

.coupon {
	position: relative;
	margin: 10px auto 20px;
}
.coupon .coupon-label {
	position: absolute;
	top: 0;
	right: 25px;
}
.coupon .title{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
	background-color: #E6E3C6 !important;
	padding: 7px 10px;
}
.coupon .coupon-box {
	border: 1px solid #E6E3C6;
	margin-bottom: 20px;
	border-bottom: none;
}
.coupon .content {
	padding:10px 20px;
	border-bottom: 1px solid #E6E3C6;
}
.coupon .content .price {
	font-size: 120%;
	font-weight: bold;
	color: #E63B73;
}
.coupon hr {
	margin: 0;
}
.coupon .btn {
	width: 200px;
	display: block;
	margin: 10px auto;
	background-color: #A48B78;
	padding: 7px 0;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
}

@media print{
	.coupon .btn {
		display: none;
	}
}
