@charset "UTF-8";
/*------------------------------------------------------------
  デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #d90016;
}

a:visited {
  color: #910106;
}

a:hover {
  text-decoration: underline;
  color: #ff8286;
}

/*------------------------------------------------------------
  書式設定
------------------------------------------------------------*/
/* テキストの位置 */

.inline {
  display: inline;
}

.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

/* フォントの太さ */

.small {
  font-size: .857em;
}

/* フォントの太さ */

.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
  微調整用クラス（※多用しないこと）
------------------------------------------------------------*/

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
  clearfix（float解除）
------------------------------------------------------------*/

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

/*------------------------------------------------------------
  トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/

.trackTags {
  display: none;
}

/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/

body {
  font-size: 1.4em;
  line-height: 1.5;
  padding-top: 1px;
  text-align: center;
  background-color: white;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body #container {
  width: 980px; /* width: 1280px; */
  min-width: 980px; /* width: 1280px; */
  margin: 0 auto 60px;
  text-align: left;
}

body #main {
  margin-bottom: 20px;
  padding: 0 20px;
}

/*------------------------------------------------------------
  ヘッダー
------------------------------------------------------------*/

#header {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 980px; /* width: 1280px; */
  padding-bottom: 20px;
  background: white url(//www.static.jishin.go.jp/img/common/header_bg.png) repeat-x left top;
}

#header .inner {
  width: 980px; /* width: 1100px; */
  margin: 0 auto;
}

#header .inner:after {
  display: block;
  clear: both;
  content: '';
}

#header .inner .logo {
  float: left;
}

#header .inner .controller {
  float: right;
  padding: 10px 12px 10px 0;
}

#header .inner .controller #fontSize {
  float: left;
  height: 30px;
}

#header .inner .controller #fontSize:after {
  display: block;
  clear: both;
  content: '';
}

#header .inner .controller #fontSize p {
  font-size: 12px;
  float: left;
  margin-right: 10px;
  padding: 7px 0;
  vertical-align: middle;
  color: #888;
}

#header .inner .controller #fontSize ul {
  float: left;
}

#header .inner .controller #fontSize ul:after {
  display: block;
  clear: both;
  content: '';
}

#header .inner .controller #fontSize ul li {
  line-height: 1;
  float: left;
  margin-right: 2px;
  padding: 8px;
  cursor: pointer;
  vertical-align: middle;
  color: #d90016;
  background: whitesmoke;
}

#header .inner .controller #fontSize ul li.small {
  font-size: 10px;
  padding: 10px;
}

#header .inner .controller #fontSize ul li.middle {
  font-size: 14px;
}

#header .inner .controller #fontSize ul li.large {
  font-size: 18px;
  padding: 6px;
}

#header .inner .controller #fontSize ul li.active {
  color: white;
  background: black;
}

#header .inner .controller .language {
  font-size: 12px;
  float: left;
  margin-left: 18px;
  padding: 7px 0 5px;
}

#header .inner .controller .language li {
  line-height: 1;
  display: inline-block;
  cursor: pointer;
  color: #d90016;
}

#header .inner .controller .language li span {
  color: #ccc;
}

#header .inner .controller .language li.active {
  font-weight: bold;
  cursor: default;
  color: black;
}

#header .inner .controller #cse-search-box {
  float: left;
  margin-left: 24px;
}

#header .inner .controller #cse-search-box:after {
  display: block;
  clear: both;
  content: '';
}

#header .inner .controller #cse-search-box input {
  float: left;
  width: 150px;
  height: 20px;
  padding: 6px 5px 2px;
  margin-right: 4px;
  vertical-align: middle;
  font-size: 120%;
  border: 1px solid #ccc;
}

#header .inner .controller #cse-search-box button {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0 none;
}

#header .inner #gNav {
  position: relative;
  float: left;
  clear: right;
  margin-left: 19px;
}

#header .inner #gNav .mainMenu:after {
  display: block;
  clear: both;
  content: '';
}

#header .inner #gNav .mainMenu li {
  float: left;
}

#header .inner #gNav .mainMenu li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  display: block;
  width: 146px;  /* width: 170px; */
  padding: 9px 0;
  text-align: center;
  color: white;
  border-bottom: 2px solid white;
}

#header .inner #gNav .mainMenu li a:hover {
  text-decoration: none;
}

#header .inner #gNav .mainMenu li a.active {
  position: relative;
  z-index: 100;
  width: 142px; /* width: 166px; */
  border-right: 2px solid white;
  border-bottom: 2px solid #444;
  border-left: 2px solid white;
  background: #444;
}

#header .inner #gNav .mainMenu li a span {
  display: block;
  padding: 9px 0;
  border-left: 1px solid #333;
}

#header .inner #gNav .mainMenu li:last-child a span {
  display: block;
  padding: 9px 0;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header .inner #gNav .subMenu {
  position: absolute;
  z-index: 50;
  top: 52px;
  left: -21px;
  display: none;
  width: 720px; /* width: 860px; */
  padding: 20px 20px 40px;
  text-align: left;
  border: 2px solid white;
  border-top: none;
  background: #444;
}

#header .inner #gNav .subMenu:after {
  display: block;
  clear: both;
  content: '';
}
#header .inner #gNav .subMenu p.level1 {
  margin-bottom: 30px;
}

#header .inner #gNav .subMenu .level1 a {
  font-size: 1.286em;
  font-weight: bold;
  color: white;
}

#header .inner #gNav .subMenu .desc {
  font-size: .857em;
  margin-bottom: 16px;
  padding-bottom: 18px;
  color: white;
  border-bottom: 2px solid #888;
}

#header .inner #gNav .subMenu .box p {
  font-size: 100%;
}

#header .inner #gNav .subMenu .box {
  float: left;
}

#header .inner #gNav .subMenu .box.box1 {
  width: 37%;
}

#header .inner #gNav .subMenu .box.box2 {
  width: 37%;
}

#header .inner #gNav .subMenu .box.box3 {
  width: 26%;
}

#header .inner #gNav .subMenu .box ul li {
  line-height: 1.45;
}

#header .inner #gNav .subMenu .box ul li a {
  font-size: .857em;
  color: white;
}

#header .inner #gNav .subMenu .box ul li.level2,
#header .inner #gNav .subMenu .box p.level2 {
  margin-bottom: 5px;
}

#header .inner #gNav .subMenu .box ul li.level2 a,
#header .inner #gNav .subMenu .box p.level2 a {
/*  font-size: 1em; */
  font-size: 100%;
  font-weight: bold;
}

#header .inner #gNav .subMenu .box p a {
/*  font-size: .857em; */
  color: white;
}

#header .inner #gNav .subMenu .box .unit {
  margin-bottom: 10px;
}



/*------------------------------------------------------------
  パンクズリスト
------------------------------------------------------------*/

#pagePath {
  margin-bottom: 10px;
}

#pagePath li {
  font-weight: bold;
  display: inline;
  margin-right: 2px;
}

#pagePath li a {
  margin-right: 5px;
}


#pagePathBread {
  width: 980px; /* width: 1100px; */
  margin: 0 auto 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid  #000;
}

#pagePathBread ol li {
  font-size: 85.71429%;
  position: relative;
  font-weight: bold;
  display: inline;
  margin-right: 2px;
}

#pagePathBread ol li > img {
  margin-right: 9px;
  margin-bottom: 1px;
  vertical-align: baseline;
}

#pagePathBread ol li.home {
  margin-left: 13px;
}

#pagePathBread ol li.home img {
  margin-top: 1px;
  margin-bottom: 0;
}

#pagePathBread li a {
  margin-right: 5px;
}

#pagePathBread li:before {
  content: " > ";
  margin-right: 9px;
}

#pagePathBread li:first-child:before {
  content: none;
}

@media only screen and (max-width: 767px)
{
  #pagePathBread {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px 16px;
    border-bottom: none;
  }
  #pagePathBread ol li {
    font-weight: bold;
    padding-left: 15px;
  }
  #pagePathBread ol li.home {
    padding-left: 0;
  }
}

/*------------------------------------------------------------
  コンテンツ
------------------------------------------------------------*/
div.wp-pagenavi
{
  padding-top: 1.6em !important;
  padding-bottom: 1.6em !important;
}

div.wp-pagenavi > a,
div.wp-pagenavi > span
{
  border: none !important;
  margin: 3px !important;
  padding: 4px !important;
  font-size: 16px !important; 
  font-weight: bold;
}

div.wp-pagenavi > span.pages {
  padding: 6px !important
  margin-right: 0.6em !important;
}

/*------------------------------------------------------------
  サイドバー
------------------------------------------------------------*/
/*------------------------------------------------------------
  フッター
------------------------------------------------------------*/

#footer {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 980px; /* width: 1280px; */
  background: black;
}

#footer .inner {
  width: 980px; /* width: 1100px; */
  margin: 0 auto;
  padding: 25px 0 30px;
  color: white;
}

#footer .inner .footerConts:after {
  display: block;
  clear: both;
  content: '';
}

#footer .inner .footerConts .firstUnit {
  float: left;
  width: 56%; /* 50%; */
}

#footer .inner .footerConts .firstUnit:after {
  display: block;
  clear: both;
  content: '';
}

#footer .inner .footerConts .firstUnit .subNav {
  float: left;
  width: 400px;
}

#footer .inner .footerConts .firstUnit .subNav:after {
  display: block;
  clear: both;
  content: '';
}

#footer .inner .footerConts .firstUnit .subNav li {
  line-height: 1.75;
  float: left;
  width: 50%;
  text-align: left;
}

#footer .inner .footerConts .firstUnit .subNav li a {
  color: white;
}

#footer .inner .footerConts .firstUnit .sns {
  float: right;
  width: 100px;
  text-align: left;
}

#footer .inner .footerConts .firstUnit .sns .fb {
  margin-bottom: 10px;
}

#footer .inner .footerConts .about {
  float: right;
  width: 380px;
  text-align: left;
}

#footer .inner .footerConts .about .company {
  font-size: 1.500em;
  line-height: 1;
  margin-bottom: 5px;
}

#footer .inner .footerConts .about .company span {
  font-size: .571em;
}

#footer .inner .footerConts .about .post, #footer .inner .footerConts .about .address, #footer .inner .footerConts .about .tel {
  font-size: .857em;
  line-height: 1.75;
}

#footer .inner .footerConts .about .post .map, #footer .inner .footerConts .about .address .map, #footer .inner .footerConts .about .tel .map {
  margin-left: 4px;
  padding: 2px;
  color: #fff;
  background: #444;
}

#footer .inner .footerConts .about .post .map:hover, #footer .inner .footerConts .about .address .map:hover, #footer .inner .footerConts .about .tel .map:hover {
  text-decoration: none;
  background: #888;
}

#footer .inner .copyright {
  font-size: .857em;
  clear: both;
  margin-top: 50px;
  text-align: left;
}

body.fsLarge #footer .inner .footerConts .firstUnit .subNav {
  width: 435px;
}

/*------------------------------------------------------------
  ブレイクポイントごとの設定
------------------------------------------------------------*/
/* 768px以下 */
@media only screen and (max-width: 767px)
{
  body.respond {
    margin: 0;
    background: white;
  }
  body.respond #container {
    width: auto;
    min-width: 100%;
  }
  body.respond #header .banner, body.respond #header .otherNavi {
    display: none;
  }
  body.respond #gNavi {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  body.respond #gNavi li {
    border-top: 1px solid white;
    border-bottom: 1px solid #ddd;
  }
  body.respond #gNavi li a {
    padding: 10px;
    text-align: left;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#eee));
    background-image: linear-gradient(#efefef, #eee);
  }
  body.respond #gNavi li,
  body.respond #liquid,
  body.respond #conts,
  body.respond #sideBar {
    float: none;
    width: auto;
  }
  body.respond #liquid,
  body.respond #conts {
    margin: 0;
  }
  body.respond #conts .width100 {
    width: 100% !important;
  }
}

.sp {
  display: none;
}
