@charset "UTF-8";
@import "../../../../../css/common.css";
/*==================================================================*/
/* contact css　*/
/*==================================================================*/
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

#titlearea {
  background: url("../image/title_bg_blog.jpg") 0 0 no-repeat;
  background-size: cover;
}

#contents {
  margin: 0 auto;
}

#main-inbox {
  margin: 0 auto 2em;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
#main-inbox #content {
  width: 70%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main-inbox #sidebar {
  margin: 0 auto 6em;
  float: right;
  padding: 0;
  width: 25%;
  word-wrap: break-word;
}
#main-inbox #sidebar section {
  margin-bottom: 2em;
}
#main-inbox #sidebar section .side-category {
  font-size: 1em;
  text-align: left;
}
#main-inbox #sidebar section .side-category h2 {
  margin-bottom: 0.7em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #333;
}
#main-inbox #sidebar section .side-category h2:before {
  content: "\f138";
  font-family: "FontAwesome";
  padding: 0 7px 0 0;
}
#main-inbox #sidebar section ul {
  padding: 0;
  margin-bottom: 2em;
}
#main-inbox #sidebar section ul li {
  margin: 0 0 5px 5px;
  text-indent: -0.8em;
  padding-left: 0.98em;
}
#main-inbox #sidebar section ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  padding: 0 7px 0 0;
}
#main-inbox #sidebar section select {
  padding: 5px 3px;
  width: 100%;
}

/* clear hack */
#main-inbox {
  zoom: 1;
}

#main-inbox:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.listbox {
  margin-bottom: 1.8em;
  word-wrap: break-word;
}
.listbox a {
  display: block;
  padding: 1.5em;
  text-decoration: none;
  border-bottom: 1px solid #333;
}
.listbox a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.listbox dl {
  margin-bottom: 0.5em;
}
.listbox dl dt {
  padding: 0 0.5em;
  border: 1px solid #0068b7;
  color: #0068b7;
  font-weight: bold;
  font-size: 1em;
}
.listbox dl dt, .listbox dl dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0.9em;
}
.listbox dl dd {
  margin: 0 0.5em;
}
.listbox dl dd span {
  margin-left: 0.5em;
  color: #a4070a;
  font-weight: bold;
}
.listbox h2 {
  margin-bottom: 0.5em;
  font-size: 1.3em;
}
.listbox h2:hover {
  text-decoration: underline;
}
.listbox p.description {
  font-size: 1em;
  margin-bottom: 0.5em;
}
.listbox .l-area {
  width: 60%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listbox .photo {
  width: 35%;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listbox .photo img {
  max-width: 100%;
}
.listbox .photo-none {
  width: 100%;
  float: none;
}
.listbox .more {
  margin: 0;
  font-weight: bold;
  font-size: 0.9em;
  text-align: right;
  color: #0068b7;
}
.listbox .more:hover {
  text-decoration: underline;
}

.listbox .more .listbox {
  zoom: 1;
}

.listbox:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.pagenation {
  position: relative;
  overflow: hidden;
  margin: 0 auto 3em;
  padding: 10px;
}
.pagenation ul {
  position: relative;
  left: 50%;
  float: left;
}
.pagenation ul li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0;
  color: #a4070a;
  font-weight: bold;
}
.pagenation ul li span {
  background: #fff;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 1px 8px;
  border: 1px solid #000;
  text-decoration: none;
  vertical-align: middle;
  color: #000;
}
.pagenation ul li a {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 1px 8px;
  background: #000;
  border: 1px solid #000;
  text-decoration: none;
  vertical-align: middle;
  color: #fff;
}
.pagenation ul li a:hover {
  background: #fff;
  color: #000;
}

/* 詳細ページ
---------------------------------------------------------------------------- */
#single-blog {
  margin-bottom: 3em;
  -webkit-box-shadow: 0px 0px 4px #d3d3d3;
  box-shadow: 0px 0px 4px #d3d3d3;
}
#single-blog .topicpath {
  margin-bottom: 0.5em !important;
}
#single-blog .title-box {
  margin-bottom: 1em;
  word-wrap: break-word;
}
#single-blog .title-box dl {
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  border-bottom: 2px solid #333;
}
#single-blog .title-box dl dt {
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.1em;
  padding: 2px 0.5em;
  background: #00356a;
  -webkit-box-shadow: 0px 0px 4px #d3d3d3;
  box-shadow: 0px 0px 4px #d3d3d3;
  color: #fff;
}
#single-blog .title-box dl dd {
  font-size: 0.8em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#single-blog .title-box h2 {
  margin-bottom: 1.5em;
  font-size: 1.4em;
  line-height: 1.2em;
}
#single-blog .entry-format {
  font-size: 1.1em;
  padding: 1.5em;
  border: 1px solid #ededed;
}
#single-blog .entry-format p {
  margin-bottom: 0.7em;
}

/* 詳細ページ　ページ移動
------------------------------------------------*/
.pagenav {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 4em;
  position: relative;
}
.pagenav .prev {
  display: inline-block;
  float: left;
  width: 180px;
  word-wrap: break-word;
}
.pagenav .next {
  display: inline-block;
  float: right;
  width: 180px;
  text-align: right;
  word-wrap: break-word;
}
.pagenav .back {
  margin: 0 auto 4em !important;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  background: #00356a;
}
.pagenav .back a {
  position: relative;
  width: 250px;
  margin: 0 auto;
  display: block;
  padding: 5px 25px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
.pagenav .back a:before {
  content: "\f104";
  font-family: "FontAwesome";
  padding: 0 10px 0 0;
}

/* clear hack */
.pagenav {
  zoom: 1;
}

.pagenav:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* カテゴリー
------------------------------------------------*/
.category {
  margin: 0 auto 1.5em;
  padding: 3px 10px;
  max-width: 1200px;
  border: 3px solid #00356a;
  font-size: 1.5em;
  font-weight: bold;
}

/*  media quary:1000px  */
/*===========================================================================*/
/*===========================================================================

media quary:sp;

=============================================================================*/
@media only screen and (max-width: 767px) {
  #main-inbox #content {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main-inbox #sidebar {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  #main-inbox #sidebar .side-category {
    padding: 0.5em 1em;
    margin-bottom: 1em;
  }
  #main-inbox #sidebar select {
    width: 100%;
    font-size: 1.2em;
  }
  .listbox {
    margin-bottom: 1.5em;
  }
  .listbox .l-area {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  .listbox .l-area dl dt, .listbox .l-area dl dd {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .listbox .l-area dl dd {
    font-weight: bold;
  }
  .listbox .l-area h2 {
    font-size: 1.3em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
  }
  .listbox .l-area .photo {
    width: 100%;
    float: none;
    text-align: center;
  }
  .listbox .l-area a {
    display: block;
    padding: 15px;
    text-decoration: none;
  }
  .listbox .l-area dl .listbox .l-area dl dd span {
    padding-left: 1em;
    color: #f20000;
  }
  .listbox .photo {
    margin: 0 auto;
    width: 70%;
    float: none !important;
    text-align: center !important;
  }
  .pagenav {
    _zoom: 1;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 6em 0;
    position: relative;
  }
  .pagenav .prev {
    display: inline-block;
    float: left;
    width: 40%;
    margin-bottom: 0.5em;
  }
  .pagenav .next {
    display: inline-block;
    float: right;
    width: 40%;
    margin-bottom: 0.5em;
  }
  .pagenav .back {
    margin: 0 auto !important;
    text-align: center;
  }
  #sidebar ul {
    padding: 0 1em !important;
  }
  #sidebar select {
    margin: 0 0.5em !important;
    width: 85% !important;
  }
}
/*===========================================================================
media quary:sp;
=============================================================================*/