@charset "UTF-8";
/*基本
-----------------------------------------*/
* {
margin: 0;
padding: 0;
}
body {
font-size: 14px;
color: #808080;
line-height: 1.2;
font-family: "Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
background: #ffffff;
min-width: 940px;
}
header, footer, section, article, figure ,figcaption {
display: block;
}
/*ヘッダー
-----------------------------------------*/
body header {
height: 136px;

position: relative;
margin: 0 auto 15px;
}
body header h1 {
padding-top:100px;
text-align:center;
top: 8px;
left: 50%;
font-family: Georgia, serif;
font-weight: normal;
color: #000000;
font-size: 50px;
line-height: 1;
}
/*フッター
-----------------------------------------*/
footer {
height: 101px;
margin-bottom: 30px;
position: relative;
z-index: 100;
}
footer small {
display: block;
padding-top: 20px;
font-size: 12px;
text-align: center;
color: #808080;
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
}
/*複数ページで使用
-----------------------------------------*/
#contents {
margin: 0 auto 0;
padding: 140px 20px 100px 20px;
width: 900px;
position: relative;
}
#contents:before,
#contents:after {
content: "";
display: block;
left: 0;
width: 940px;
position: absolute;
}
#contents:before {
height: 520px;
}
#contents:after {
top: 520px;
bottom: 0;
clear: both;
}
/*店舗のご紹介
-----------------------------------------*/
#contents h1 {
margin-left: -15px;
}

article {
margin-bottom: 50px;
position: relative;
border: 1px solid transparent;/* 見出しとテーブルのずれ防止 */
}
article:after {
content: "";
display: block;
clear: both;
}
*+html article {
min-height: 1px;
}

h2 {
height: 30px;
line-height: 30px;
text-align:center;
top: 0;
right: 10px;
font-size: 30px;
color: #572B38;
}
/*店舗のご紹介：店舗情報の表
-----------------------------------------*/
table {
border-spacing: 0;
margin-right: 20px;
margin-top: 30px;
}
th,td{
padding: 10px 15px;
font-size: 14px;
line-height: 1.4;
height: 35px;
vertical-align: middle;
}
th {
text-align:left;
white-space: nowrap;
width: 1%;
font-weight: bold;
}
td {
color: #666;
padding-left: 0;
}
td small {
display: block;
font-size: 10px;
}
td dt {
font-size: 10px;
font-weight: bold;
}
td dd {
font-size: 18px;
}

/* ストライプ */
.stripe .odd th,
.stripe .odd td {
background: #F0F0F0;
}







