@charset "utf-8";

/* 共通設定
---------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
img {
	border:none;
}
body {
	font: 14px "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka－等幅", sans-serif;
	color: #333333;
	background: #fafaf5;
	padding: 10px 15px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}
p {
	margin-bottom: 20px;
	line-height: 120%;
	margin-left: 10px;
}
ol, ul {
	margin: 0px 0px 30px 30px;
}
li {
	margin-bottom: 5px;
}

/* 店舗案内
---------------------------------------- */
p.shop_info {
	font-size: 16px;
}
div.calendar {
	margin-bottom: 15px;
}
div#map {
	height: 400px;
	width: 500px;
}
.off {
	font-size: 14px;
}

/* FAQ
---------------------------------------- */
dt {
	background: #CCCCCC;
	border: 1px solid #666666;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 14px;
	cursor: pointer;
}
dd {
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 120%;
	margin-right: 10px;
	font-size: 14px;
}
