@charset "UTF-8";
/* 1 トップページ
------------------------------------------------------------------------------------------ */
/* 要素の中から文字だけを飛ばす */
/* 要素を天地中央で表示する */
/* 要素を天地中央で表示する（サイズを指定しない） */
/* 擬似要素を作成するときに・・・ */
/* フロートの解除用・・・ */
/* box-sizing: border-box */
/* Reset
------------------------------------------------------------------------------------------ */
body, div, p, h1, h2, h3, h4, h5, h6, ol, ul, li, dt, dd, form, nav, header, footer, main, article, section, aside, figure, figcaption {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul, li {
  list-style: none;
}

main {
  display: block;
}

main, nav, aside, header, article, section, footer, figure, ul, li, div, p, a, span {
  box-sizing: border-box;
}

img {
  border: 0;
}

a {
  color: #111;
  text-decoration: none;
}
a:hover {
  opacity: 0.9;
}

a > img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td, table th {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.noto100 {
  font-weight: 100;
}

.noto200 {
  font-weight: 200;
}

.noto300 {
  font-weight: 300;
}

.noto400 {
  font-weight: 400;
}

.noto500 {
  font-weight: 500;
}

.noto600 {
  font-weight: 600;
}

.noto700 {
  font-weight: 700;
}

.noto800 {
  font-weight: 800;
}

.noto900 {
  font-weight: 900;
}

* {
  box-sizing: border-box;
}

/* =============================================================================
   基本定義
   ========================================================================== */
body {
  background: #FFF url(../img/main.jpg) no-repeat top center;
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 14px;
  color: #333;
}

p {
  line-height: 170%;
}

#content {
  width: 100%;
  background: #FFF;
}
#content #content_in {
  width: 1040px;
  margin: 0 auto;
  padding: 50px 0;
}
#content #content_in h2 {
  margin-bottom: 30px;
}
#content #content_in h2.title {
  border-top: 1px solid #003366;
  border-bottom: 1px solid #003366;
  font-size: 20px;
  font-weight: normal;
  padding: 15px 0;
}
#content #content_in h2.title small {
  font-size: 15px;
}
#content #content_in #search_easy {
  background: #F3F9DF;
  padding: 18px 20px;
  margin-bottom: 50px;
}
#content #content_in #search_easy h3 {
  background: #E4E7A5;
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  font-weight: normal;
}
#content #content_in #search_detail {
  background: #E3F2FB;
  padding: 18px 20px;
  margin-bottom: 30px;
}
#content #content_in #search_detail h3 {
  background: #BFD0E6;
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  font-weight: normal;
}
#content #content_in #search_detail table th {
  text-align: right;
  font-weight: normal;
  width: 130px;
  padding-right: 10px;
}
#content #content_in .btn_search {
  display: inline-block;
  width: 150px;
  height: 34px;
  background: #003366;
  color: #FFF;
  line-height: 34px;
  margin-left: 30px;
}
#content #content_in .btn_search_big {
  display: inline-block;
  width: 254px;
  height: 34px;
  background: #003366;
  color: #FFF;
  line-height: 34px;
}
#content #content_in #search_area {
  display: none;
}
#content #content_in .result_info::after {
  clear: both;
  display: block;
  content: "";
}
#content #content_in .result_info .left {
  padding-top: 20px;
  float: left;
  width: 60%;
}
#content #content_in .result_info .right {
  text-align: right;
  float: right;
  width: 40%;
}
#content #content_in .result_info .right .pager {
  margin-right: 0;
  margin-top: 10px;
  text-align: right;
}
#content #content_in .result_info .right .pager li {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  min-width: 24px;
  text-align: center;
  border: 1px solid #003366;
  margin: 0 2px;
  color: #ccc;
}
#content #content_in .result_info .right .pager li a {
  display: block;
  width: 100%;
  height: 23px;
  color: #000;
}
#content #content_in .result_info .right .pager li.prev, #content #content_in .result_info .right .pager li.next {
  padding: 0 5px;
}
#content #content_in .result_info .right .pager li.active a {
  background: #003366;
  color: #FFF;
}
#content #content_in .result_info .right .pager li.dots {
  border: none;
  margin: 0;
}
#content #content_in .search_result table {
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
#content #content_in .search_result table th, #content #content_in .search_result table td {
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
#content #content_in .search_result table th {
  font-weight: normal;
  background: #003366;
  color: #FFF;
  padding: 10px 0;
  line-height: 120%;
}
#content #content_in .search_result table td {
  padding: 5px;
  line-height: 135%;
}
#content #content_in .btn_detail {
  display: block;
  width: 50px;
  height: 30px;
  line-height: 30px;
  background: #e0e0e0;
  border: 1px solid #c6c6c6;
  text-align: center;
  margin: 0 auto;
}
#content #content_in .navi {
  margin: 10px 0;
  text-align: right;
}
#content #content_in .navi li {
  display: inline-block;
}
#content #content_in .navi li a {
  display: block;
  width: 105px;
  height: 30px;
  line-height: 30px;
  background: #e0e0e0;
  border: 1px solid #c6c6c6;
  text-align: center;
}
#content #content_in #detail {
  border-bottom: 1px solid #003366;
}
#content #content_in #detail::after {
  clear: both;
  display: block;
  content: "";
}
#content #content_in #detail #photo {
  margin: 10px auto;
}
#content #content_in #detail #photo::after {
  clear: both;
  display: block;
  content: "";
}
#content #content_in #detail #photo li {
  position: relative;
  width: 188px;
  height: 150px;
  margin: 0 10px;
  padding: 4px;
  float: left;
  background: url(../img/noimage.png) no-repeat top center;
}
#content #content_in #detail #photo li span {
  display: block;
  position: absolute;
  width: 188px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  bottom: 0;
}
#content #content_in #detail .left {
  float: left;
  width: 500px;
}
#content #content_in #detail .right {
  float: right;
  width: 500px;
}
#content #content_in #detail table {
  margin: 20px 0 50px;
}
#content #content_in #detail table tr th, #content #content_in #detail table tr td {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-weight: normal;
  line-height: 135%;
}
#content #content_in #detail table tr th {
  width: 147px;
}
#content #content_in #detail table tr:nth-child(1) th, #content #content_in #detail table tr:nth-child(1) td {
  border-top: 1px solid #ccc;
}

/*  ヘッダー
------------------------------------------------------------------------------*/
header {
  background: url(../img/header_bg.png) repeat-x top center;
  min-width: 1040px;
  height: 500px;
  width: 100%;
}
header #header_in {
  width: 1040px;
  margin: 0 auto;
  height: 100px;
  position: relative;
}
header #header_in h1 {
  position: absolute;
  top: 15px;
  left: 0;
}
header #header_in ul {
  position: absolute;
  right: 0;
  top: 30px;
}
header #header_in ul::after {
  clear: both;
  display: block;
  content: "";
}
header #header_in ul li {
  float: left;
  margin-left: 10px;
}
header.sub {
  height: 280px;
}

/*  フッター
------------------------------------------------------------------------------*/
footer {
  width: 100%;
  background: #f9f9f9;
  padding: 30px 0;
}
footer #footer_in {
  width: 1040px;
  margin: 0 auto;
}
footer #footer_in::after {
  clear: both;
  display: block;
  content: "";
}
footer #footer_in #address {
  float: left;
  width: 50%;
}
footer #footer_in #copyright {
  text-align: right;
  float: right;
  width: 50%;
}
