@charset "utf-8";
/* 各コンテンツ用 */
/* 基本要素 */
body {
  margin: 0;
  padding: 0;
  color: #333;
}
a { color: #0075c2; }
a:visited { color: #8d93c8; }
a:hover {
  color: #264180;
/*  font-weight: bold; */
  text-decoration: none;
}
a img { transition: opacity 0.2s linear; }
a:hover img { opacity: 0.7; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; }
p {
  margin-top: 0;
  margin-left: 15px;
  line-height: 1.6;
}
img { vertical-align: bottom; }
#main h1 {
  background-color: #c8e7fa;
  padding: 13px 30px 10px 20px;
  font-size: 26px;
  color: #44382d;
  border-bottom: solid 3px #716961;
}
#main h2 {
  font-size: 22px;
  border: 1px solid #26499d;
  padding: 11px 22px;
  border-radius: 5px;
}
#main h3 {
  background-color: #e6fbff;
  font-size: 18px;
  border-left: solid 3px #26499d;
  padding: 4px 9px 4px 14px;
}
/* ヘッダー */
header {
  width: 980px;
  margin: 0 auto;
}
header h1 {
  float: left;
  margin: 5px 0 10px;
}
header #header_contact {
  float: right;
  margin: 20px 0;
}
/* ナビゲーション */
#global_navi {
  width: 980px;
  clear: both;
  overflow: hidden;
  margin: 16px auto;
}
#global_navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#global_navi ul li {
  width: 162px;
  float: left;
  margin-right: 1px;
  text-align: center;
}
#global_navi ul li a {
  display: block;
  padding: 16px;
  background-color: #001e43;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s linear;
}
#global_navi ul li.current a {
  background-color: #8d93c8;
}
#global_navi ul li a:hover {
  background-color: #26499d;
}
/* コンテンツ全体 */
#wrapper {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
/* メイン部分 */
/*
#main {
  width: 730px;
  float: center;
}
 */

 */
#main table {
  width: 500;
  border-collapse: collapse;
  margin-bottom: 16px;
}
#main th,
#main td {
  border: 1px solid #c7c7c7;
  padding: 8px;
}
#main th {
  background-color: #f1ede4;
  text-align: center;
  width: 5em;
}
p.caution{
    color: crimson;
    font-size: 10pt;
    font-weight: bold;
}
span.caution{
    color: crimson;
    font-size: 10pt;
    font-weight: bold;
}
/* フッター */
footer {
  background-color: #001e43;
  text-align: center;
}

footer #footer_nav {
  background-color: #f8f4e6;
  padding: 10px 0;
}
footer #footer_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #footer_nav li {
  display: inline;
  border-left: solid 1px #aaa;
  margin-left: 8px;
  padding-left: 8px;
  font-size: smaller;
}
footer #footer_nav li:last-child {
  border-right: solid 1px #aaa;
  padding: 0 8px;
}
footer small {
  display: block;
  padding: 8px 0;
  color: #fff;
}


/* トップページ */
#main_visual {
  width: 980px;
  height: 440px;
  margin: 0 auto 25px;
}
/* TOPICS */
#point  { margin-bottom: 30px; }
#point section {
  margin-bottom: 10px;
  overflow: hidden;
}
#point figure {
  float: right;
  margin: 0 0 0 16px;
}
#point figcaption {
  font-size: 11px;
  color: #000;
  text-align: center;
}
/* ニュース */
#news dl { overflow: hidden; }
#news dt {
  float: left;
  width: 8em;
  margin-bottom: 10px;
  clear: both;
}
#news dd {
  margin-left: 8em;
  margin-bottom: 10px;
}

/* table */
#table dl,
#table dt,
#table dd {
  box-sizing: border-box;
}
#table dl {
  width:520px;
  background-color:#f1ede4;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0 auto;
}
#table dt,
#table dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}
#table dt {
  width: 20%;
  float: left;
  
  font-weight:bold;
  text-align:center;
}
#table dd {
  background: #fff;
  margin-left: 20%;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
#table dd:after {
  content: '';
  display: block;
  clear: both;
}

/* googlemap */
.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 : 767px){
  /* 基本要素 */
  img {
    max-width: 100%;
  }
  /* Layout */
  header,
  #global_navi,
  #sidebar,
  #wrapper{
    width: 100%;
  }
  /* ヘッダー */
  header h1 {
    float: none;
    text-align: center;
  }
  header h1 img {
    width: 240px;
  }
  /* 100% %表記で自動拡大縮小 */
  header #header_contact {
    display: none;
  }
  /* ナビゲーション */
  #global_navi ul li {
    width: 50%;
    padding: 0.5px;
    margin: 0;
    box-sizing: border-box;
  }
  #global_navi ul li a {
    margin: 0;
  }
/*  #global_navi ul li:last-child {
    width: 100%;
  } メニューの数が奇数のときのみ */

    
/* メイン部分 */
  #main {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
  #main figure {
    text-align: center;
  }

/* トップページパーツ */
  #main_visual {
    width: 100%;
    height: auto;
  }
  #point figure {
    float: none;
    margin: 0 0 11px 0;
  }
/* サイドバー */
  #side_banner ul li {
    text-align: center;
    margin: 11px auto;
  }
  #side_contact address img {
    width: 14px;
    height: 20px;
  }