@charset "UTF-8";
/* 要素リセット */
body{
  margin: 0;
  padding: 0;
  font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
  /* 標準文字色 */
  min-width: 950px;
  background-color : white;
  font-size : 90%;
  /*   width : 250px;
*/
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
#html:first-child body{
  font-size: 90%;
}
/* end */

img{
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
#information img{
  margin:1px 0px -3px 3px;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
  background-repeat: repeat-x;
  background-position: top left;
  background-image : url(headerBg_1F1b_02+.png);
}
#hpb-header{
  height : 153px;
  overflow: hidden;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#hpb-inner{
  position: relative;
  width : 950px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: repeat-y;
  background-position: top left;
  margin-top: -1px;
  background-color : white;
}
#hpb-wrapper{
  width : 720px;
  float: left;
  margin-top : -1px;
}
#hpb-main{
  width : 690px;
  float: left;
  padding-bottom : 30px;
  padding-left : 18px;
  padding-right: 18px;
  background-color : white;
}
.hpb-layoutset-01 #hpb-main{
  padding-top: 20px;
}
.hpb-layoutset-02 #hpb-main{
  padding-top: 10px;
}
#hpb-aside-top{
  width : 224px;
  float: right;
  padding-bottom: 20px;
  padding-top : 10px;
  padding-right: 6px;
  margin-top : 227px;
}
#hpb-aside{
  width : 224px;
  float: right;
  text-align: left;
  padding-bottom: 20px;
  padding-top : 0px;
  padding-right: 6px;
  margin-top : 110px;
}
#hpb-footer{
  clear: both;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

.hpb-layoutset-01 #hpb-title{
  width : 950px;
  height : 230px;
  text-indent: -9999px;
  overflow: hidden;
  background-image : url(img_eyecatch.jpg);
  background-position : center center;
  background-repeat: no-repeat;
  background-color : #06478b;
}
.hpb-layoutset-02 #hpb-title{
  width : 950px;
  height : 111px;
  background-image : url(titleBg_1F1b.png);
  background-position : center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
/* ナビゲーション */

#hpb-nav{
  width: 100%;
  position: absolute;
  top : -56px;
  left: 0;
}
#hpb-nav ul{
  margin-top: -1px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0px;
  padding-bottom: 0;
  list-style-type: none;
  text-align: left;
  width: 960px;
  height: 51px;
  overflow: hidden;
  letter-spacing: -0.4em;
}
#hpb-nav li{
  display: inline-block;
  font-size: 12px;
  letter-spacing : 0.1em;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-right : 1px solid #bdcfdc;
  background-image : url(mainmenu_1A_01.png);
}
#hpb-nav li:first-child{
  border-left: 1px solid #bdcfdc;
}
#hpb-nav li a{
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  height: 51px;
  overflow: hidden;
  line-height: 51px;
  font-size: 1.2em;
}
#hpb-nav li a:hover{
  background-color: #06478b;
  background-image : url(mainmenu_1F1b_02.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
/*トップページ*/

#toppage p.large{
  }
/*Googleマップ*/
.gmap{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* =======================================================
  レスポンシブ設定
======================================================= */
@media screen and (max-width: 568px) {
  body{
  min-width: 100%;
}
/*--------------------------------------------------------
	  レイアウト設定
--------------------------------------------------------*/
#hpb-inner{
  background-image: none;
  width: 100%;
}
#hpb-wrapper{
  width: 100%;
}
#hpb-main{
  width: 96%;
  float: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.hpb-layoutset-01 #hpb-main{
  padding-top: 0;
  margin-top: -10px;
}
.hpb-layoutset-02 #hpb-main{
  padding-top: 0;
}
#hpb-aside-top{
  width: 96%;
  float: none;
  padding-left: 0;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
#hpb-aside{
  width: 96%;
  float: none;
  padding-left: 0;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.hpb-layoutset-01 #hpb-aside{
  padding-top: 0;
}
.hpb-layoutset-02 #hpb-aside{
  padding-top: 0;
}
#hpb-nav{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  background-color: #2862ab;
}
#hpb-nav ul{
  width: 100%;
}
#hpb-nav li{
  border-bottom: 1px solid #bdcfdc;
  text-align: center;
}
/*--------------------------------------------------------
	  デザイン設定
--------------------------------------------------------*/
	/* タイトル */
.hpb-layoutset-01 #hpb-title{
  width: 100%;
  height: 170px;
  overflow: hidden;
  background-size: contain;
  position: relative;
  top: 0;
  left: 0;
}
.hpb-layoutset-02 #hpb-title{
  width: 100%;
  background-size: contain;
  background-position: top right;
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  background-color: #06478b;
}
.hpb-layoutset-02 #hpb-title h2{
  line-height: normal;
  padding: 14px 0px 0px 10px;
  font-size: 1.3em;
}
/* ナビゲーション */
#hpb-nav ul{
  display: none;
  height: auto;
  background-color: #fff;
  margin: 0;
}
#hpb-nav ul.toggled-on{
  display: block;
  padding-left: 0;
}
#hpb-nav li{
  display: block;
  background-image: none;
}
#hpb-nav li a{
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  line-height: 1.4;
}
#hpb-nav li a:hover{
  background-image: none;
}
/*トップページ*/
#toppage p.large{
  margin-bottom: 10px;
}
.enkaku{
  overflow-x: scroll;
}
.enkaku table{
  table-layout: fixed;
}
.toiawase{
  table-layout: fixed;
}