@charset "Shift_JIS";

@import "reset.css";

/*■トップページ */

body {
	background-color:#086380;
:#0a6383;;
}

h1 {
	margin:0;
	padding:0;
	height:190px;
}

#main {
	width:640px;
	margin:0 auto;
	padding:10px;
	text-align:left;
	background:#FFF;
	border:1px solid #959EBF;
}

#main strong {
	font-weight:bold;
}

#main .top_copy {
	width:100%;
	font-size:22px;
	line-height:140%;
}

.description {
	display:none;
}

.banner {
	clear: both;
	text-align: center;
	margin: 16px;
	font-size: 14px;
}

#footer {
	margin-top:8px;
}

/*■ナビゲーション */

#navi {
	width:640px;
}

#navi ul {
	overflow:hidden;
/*	display:table;*/
}

#navi li {
/*	display:table-cell;*/
 float:left;
	line-height:0;
	height:59px;
}

/*■SNS */

#sns {
	clear:both;
}

#twitter {
	margin:8px 0;
}

#facebook {
	margin:8px 0;
}

#youtube {
	margin:8px 0;
}

/*■サブページ*/

/*お店の情報*/

#sub {
	clear:both;
	margin:12px 0;
}

#sub table {
	border-collapse: collapse;
	width:100%;
	text-align:left;
}

#sub table td {
	border-bottom:solid 2px #E18640;
	padding:4px 12px;
	font-size:16px;
}

#sub table th {
	border-bottom:solid 2px #E18640;
	padding:4px 12px;
	font-size:16px;
	font-weight:bold;
	white-space:nowrap;
}

/*地図*/

#map {
	clear:both;
	margin:12px 0;
	text-align:center;
}
