@charset "utf-8";

/*--------------- プリント用 ---------------*/
html{
	width: 100%;
	height: 100%;
}

body{
	background: #ffffff;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #7c6d59;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #7c6d59;
	text-decoration: none;
	outline: none;
}

.clearfix {
	*zoom: 1;
	clear: both;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}


#wrapper{
	width: 760px;
	height: 100%;
	margin: 0 auto;
}


#header{
	text-align: center;
	padding: 10px 0 10px;
}

#print_btn{
	text-align: center;
	padding: 0px 0 20px;
}

.contents{
	padding-bottom: 0;
}


h1{
	font-size: 12px;
}



h3.title{
	background: url("../img/all/title_bg.png") repeat-x #fe3b99;
	height: 40px;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0 0 15px;
	text-align: left;
}

h3.title span.icon{
	display: inline-block;
	padding: 4px 4px 0;
}

h3.title span.icon img{
	vertical-align: middle;
}

h3.title span.title_inner{
	color: #ffffff;
	background: url("../img/all/title_pat.png") repeat-y top right;
	display: block;
	width: 100%;
	height: 100%;
}

h3.title a.icon_more{
	float: right;
	display: inline-block;
	padding: 0 0px 0 0;
}

h3.title a.icon_more img{
	vertical-align: middle;
}

.shop_box{
	border: 1px solid #95806d;
	background: #ffffff;
	margin: 0 0 15px;
	box-sizing: border-box;
	text-align: left;
	padding: 5px;
}

.coupon_detail{
	float: left;
	width: 500px;
	display: inline;
}

.coupon_shoptype{
	
}

.coupon_area{
	display: inline-block;
	background: #00dae3;
	color: #ffffff;
	padding: 1px 4px 0;
	margin-right: 5px;
}

.coupon_shopname{
	color: #00dae3;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	padding: 0px 5px 3px;
}

.coupon{
	background: #daf6ff;
	border: 2px solid #a1e1ff;
	padding: 5px 10px 2px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #ff0000;
}

.coupon_info{
}

.coupon_desc{
	padding: 5px 0 3px;
	border-top: 1px dotted #cccccc;
	float: left;
	display: inline;
	width: 100%;
}

.coupon_info ul{
	list-style: none;
	padding: 3px 0 0 0;
	float: left;
	display: inline;
	width: 556px;
}

.coupon_info li{
	margin-bottom: 3px;
}

.coupon_info li span{
	font-weight: bold;
}

.coupon_text{
	clear: both;
	border: 1px solid #95806d;
	padding: 5px 10px 4px;
	margin: 0 0;
}

.shop_info{
	float: left;
	display: inline;
	margin:  0 0 0 10px;
	width: 236px;
}

.shop_info dt{
	font-weight: bold;
}

.shop_info dd{
	padding: 0 0 5px 10px;
	line-height: 16px;
	word-wrap:break-word;
}

#google_map{
	height: 440px;
}


