@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
	width: 100%;
	background-color:#FFFFFF;
	background-repeat: repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	margin: 0px;
	padding: 0px;	
}

.clear{
	overflow:hidden;
}



/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
  text-align:center;
}
header h1 {
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  
}

header h1 img{
	max-width: 60%;
	height: auto;
}


/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/

#head_navi{
	background-image: url(../images/back_navy.jpg);
	background-repeat: repeat;
	overflow:hidden;
	margin-bottom: 0px;
}
nav ul {
	margin: 0px;
	padding: 0px;
}

nav ul img{
	max-width: 90%;
	
	
}
nav ul li {
	text-align: center;
	float: left;
	width: 33%;
	border-bottom: 1px solid #FFF;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right: 1px dotted #FFF;
}
nav ul li:nth-child(3) {
	width: 33%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
}

nav ul li:nth-child(6) {
  width: 33%;
 	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
  
}
nav ul li a{
  display: block;
  width: 100%;
}





/*==========================================
 ページトップへボタンのスタイル
===========================================*/
a#pagetopBtn img {
  position: fixed;
  bottom: 10px;
  right: 1px;
}

/*==========================================
 電話でのお問合せ
===========================================*/
#footer_tel{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	padding-top: 15px;
}

#footer_tel p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

#footer_tel img{
	max-width:100%
	

}
/*==========================================
 フッターのスタイル
===========================================*/
footer {
	background-image: url(../images/back_navy.jpg);
	background-repeat: repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}

footer p{
	margin-bottom:20px;
}
footer a{
	color: #FFF;
	text-decoration: underline;
}

footer a:hover{
	color: #FFF;
	text-decoration: none;
}

footer a:active{
	color: #FFF;
	text-decoration: none;
}

footer a:visited{
	color: #FFF;
	text-decoration: underline;
}
.waku_menu_table {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
}
.td_menu_l {
	color: #FFF;
	font-size: 0.8em;
	margin-top: 10px;
	line-height: 150%;
	text-align: left;
	padding: 0px;
}
