@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------- */
/* 全体枠 */
/* ----------------------------------------------------------- */

body {
	font-size: 75%;
	letter-spacing: 0.1em;
	line-height: 150%;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin: 0;
	padding: 0;
	height:100%;
}

p,li,dd,dt,td {
	line-height: 150%;
	font-size: 12px;
}

#wrapper { margin: 10px; border: dotted 1px #CCC; }
.inner { padding: 10px; }
.shop-name { font-size: 20px; }
.coupon-area {

}

.coupon-name {
	font-weight: bold;
}

.coupon-detail {
	background: #EEE;
	font-size: 10px;
}

#map {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	padding: 10px;
}