
/* ***********************
本文の基本フォント
*********************** */
html {
 font-size : 78.6%;
 font-family:’Lucida Grande’, ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, Meiryo, メイリオ, sans-serif;
 color: #555;
}
A:link, A:visited {
 color:#4169e1;
}
A:hover {
 color:#87ceeb;
}

/* ***********************
iPhone文字サイズ対策
*********************** */

body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
}




/* ***********************
レイアウト定義
*********************** */

/*ページトップイメージ*/

header {
	height: 15px;
  background: #3899c4 url("./../img/hankodo-mtop.png") no-repeat center top fixed;
  margin: 0px;
  padding: 0.5em 1em 0.5em 1em;
  box-shadow:0px 2px 5px 0px #666666 ;
  border-bottom:3px solid #456a8a;
}



/* ***********************
メニューレイアウト定義
*********************** */





/*サブメニュー（店舗情報下部）*/
.s_menu {
	width: 86%;
	margin-left:7%;
	padding: 0px;
	list-style-type: none;
}
.s_menu li{
	width:50%;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
}
.s_menu li a {
	width:auto;
	color:#fff;
	font-size: 86%;
	font-weight:bold;
	padding:5px 0;
	text-decoration:none;
	display:block;
	background:#777;
	background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
	text-shadow:0 -1px 0px #333,0 1px 0px #555;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:2px solid #fff;
}
.s_menu li a:hover {
	background:#567;
	background-image: -moz-linear-gradient(top, #567 0%, #444 50%, #345 50%, #456 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #567), color-stop(0.50, #456), color-stop(0.50, #345), color-stop(1, #456));
}


/* ***********************
見出し
*********************** */
/* ページトップ見出し */
h1 {
	font-size: 2em;
	color: #eee;
}
h1 a {text-decoration:none;} 			/*リンクの下線を無くす*/

.body {
	margin: 1em;
}

/* 角丸オビ */
h2 {
	position:relative;
	padding:9px;
	padding-left:15px;
	font-weight: bold;
	font-size: 1.43em;
	background-color: #a1cfdf;
	color: #fff;
	text-shadow: 0.1em 0.1em 0.1em #547698;
	border-radius:3px;
}

/* 左オビ付き下線（破線） */
h3{
    margin: 0 0 1.5em;
    padding: 0.3em 0.7em;
    border-left: 7px solid #d91;
    border-bottom: 1px dashed #d91;
    font-size: 1.143em;
    font-weight: bold;
    color: #666;
}


/* ***********************
文字装飾
*********************** */

/* 赤丸付き赤文字注意書き(●の位置の関係上フォントサイズは固定） */
.dot01{
 position:relative;
 padding-left:12px;
 color:#a11;
 font-size: 10px;
 line-height: 12px;
}
.dot01:before{
 content:'';
 border-radius:12px;
 -webkit-border-radius:12px;
 -moz-border-radius:12px;
 height:8px;
 width:8px;
 display:block;
 position:absolute;
 top:1px;
 left:1px;
 background-color:#d22;
 box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}

/* 下線 */
.underline01 {
	text-decoration: underline;
}

/* ***********************
テーブル
*********************** */

/* テーブル01 */
.t01 {
	width:97%;
	table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #bbb;
  margin: 0em 1em 1em 1em;
  color: #567;
}
.t01 tr td {
	padding: 0.3em 0.7em;
}
.t01 td:first-child {
  background-color: #e5f9f7;
  font-weight: bold;
  vertical-align: top;
	border-left: 3px solid #456a8a;
	width: 30%;
	}


.t01 td {
  border: 1px solid #bbb;
  background-color: #fff;
}



/* テーブル02 */
.t02 {
	width:97%;
	table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #bbb;
  margin: 1em 1em 1em 1em;
  color: #567;
}
.t02 tr td {
	padding: 0.3em 0.7em;
}
.t02 th {
  background-color: #e5f9f7;
  font-weight: bold;
  text-align: center;
	border-top: 3px solid #456a8a;
	border-right: 1px solid #bbb;
	padding: 5px 10px;
}
.t02 td {
  border: 1px solid #bbb;
  background-color: #fff;
}


