/* ----------------------------------------
  TITLE			: style.css
  OPTIMIZED FOR	: SeichiJunrei MT
  LAST MODIFIED	: 2013-07-23
----------------------------------------  */
/* =========================================
   (title)
========================================= */
body {
  padding-top: 60px;
  padding-bottom: 40px;
  background: white;
}

a {
  color: #36a4cb;
}

.navbar-inverse .navbar-inner {
  background: #dcefef;
  border-bottom: none;
  filter: none;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
  color: #159bc1;
  text-shadow: none;
}

.navbar-inverse .btn-navbar {
  background: #dcefef;
}

.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  background: #89d3ed;
}

.pagination ul {
  font-size: 0;
}
.pagination ul > li {
  font-size: 14px;
}

.pagination ul > li > a,
.pagination ul > li > span {
  background: transparent;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > li > .current_page {
  background: #fff;
}

.navbar-fixed-top .navbar-inner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
}

.navbar .nav-tabs {
  margin-top: 5px;
  margin-bottom: -5px;
  border: none;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  -moz-box-shadow: 0 2px 2px rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 2px 2px rgba(255, 255, 255, 0.5) inset;
  -o-box-shadow: 0 2px 2px rgba(255, 255, 255, 0.5) inset;
  -ms-box-shadow: 0 2px 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 2px 2px rgba(255, 255, 255, 0.5) inset;
  color: #676767;
  cursor: pointer;
}

.brand img {
  vertical-align: text-bottom;
  width: 166px;
}

#footer .copyright {
  text-align: right;
  font-size: 85%;
  color: #999;
}

.mod-archive {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid white;
}

.mod-archive-item {
  display: table;
  width: 100%;
  border-top: 1px solid white;
  border-bottom: 1px solid #dfdfdf;
}
.mod-archive-item a {
  display: table-row;
}
.mod-archive-item a:after {
  content: "";
  display: block;
  clear: both;
}
.mod-archive-item .photo {
  display: table-cell;
  width: 180px;
  padding: 15px 0;
  vertical-align: middle;
}
.mod-archive-item .text {
  display: table-cell;
  padding: 15px 0 15px 20px;
  vertical-align: middle;
  font-size: 114%;
}

.mod-content-header {
  margin: 0 0 30px;
}
.mod-content-header .title {
  position: relative;
  margin: 0 0 15px;
  padding: 2px 0 2px 28px;
  font-size: 186%;
  line-height: 1.2;
  color: #265ca5;
}
.mod-content-header .title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 12px;
  background: #89d3ed;
  border-radius: 6px;
}

.mod-breadcrumb {
  background: none;
  padding: 0;
  font-size: 85%;
}

.mod-article-full {
  margin: 0 0 45px;
}

.mod-article-header .title {
  position: relative;
  margin: 0;
  padding: 2px 0 2px 28px;
  font-size: 186%;
  line-height: 1.2;
  color: #265ca5;
}
.mod-article-header .title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 12px;
  background: #89d3ed;
  border-radius: 6px;
}

.mod-article-body {
  line-height: 1.6;
}
.mod-article-body h2 {
  position: relative;
  margin: 20px 0 15px;
  padding: 2px 5px 2px 28px;
  border: 1px solid #D2EAF2;
  border-radius: 6px;
  background: #edf5f9;
  font-size: 136%;
  color: #4E95C6;
  line-height: 1.4;
}
.mod-article-body h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  background: #89D3ED;
  border-radius: 6px 0 0 6px;
}
.mod-article-body h3 {
  margin-bottom: 15px;
  border-bottom: 1px solid #E4E4E4;
  font-size: 122%;
  color: #465569;
}

.mod-article-footer .pager a {
  background: #dceced;
  color: #4A647E;
}
.mod-article-footer .pager .disabled > a {
  background: #dceced;
  color: #97AAB5;
}
.mod-article-footer .pager .previous a::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 8px;
  margin-right: 5px;
  background: url(../img/icn_arrow_02.png) scroll no-repeat 0 0;
  background-size: cover;
  vertical-align: middle;
}
.mod-article-footer .pager .next a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 8px;
  margin-left: 5px;
  background: url(../img/icn_arrow_01.png) scroll no-repeat 0 0;
  background-size: cover;
  vertical-align: middle;
}

.mod-article-related {
  margin: 30px 0;
  padding: 20px;
  background: #f5f4f1;
}

.mod-article-related-title {
  font-size: 122%;
  color: #4b6a99;
}

.mod-article-related-body {
  margin: 0;
  list-style-type: none;
}
.mod-article-related-body li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 6px;
  margin-right: 5px;
  background: url(../img/icn_arrow_03.png) scroll no-repeat 0 0;
  background-size: cover;
  vertical-align: middle;
}

.mod-banner {
  margin: 0 0 15px;
}
.mod-banner p {
  margin: 0 0 15px;
  text-align: center;
}

.mod-banner-app {
  margin-bottom: 15px;
  text-align: center;
}

.mod-btn-back {
  width: 280px;
  margin: 50px auto;
}
.mod-btn-back a {
  display: block;
  padding: 12px;
  border: 1px solid #CECBCE;
  border-radius: 3px;
  background: #D6D3D6;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.mod-btn-back a:hover {
  opacity: .75;
  text-decoration: none;
}

.mod-btn-sns {
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 15px 0;
  border-top: 1px solid #dfdfdf;
}
.mod-btn-sns:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 1px;
  background: white;
}
.mod-btn-sns:after {
  content: "";
  display: block;
  clear: both;
}
.mod-btn-sns .btn-fb,
.mod-btn-sns .btn-tw,
.mod-btn-sns .btn-hatena {
  float: left;
  width: 120px;
}
.mod-article-header + .mod-btn-sns {
  margin-top: 20px;
}

/* Large desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .navbar .nav-tabs {
    margin-top: 10px;
  }
}
/* portrait tablet and more wide */
@media (min-width: 768px) {
  #footer .copyright {
    text-align: right;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .mod-banner-app div {
    margin: 0 0 15px;
  }

  .navbar .nav.pull-right {
    margin: 0 auto;
    text-align: center;
    float: none;
    clear: both;
  }
  .navbar .nav.pull-right li {
    display: inline-block;
    float: none;
  }
  .navbar .nav-tabs {
    margin-bottom: -5px !important;
    position: static;
  }

  #footer .copyright {
    text-align: center;
  }
}
/* Landscape phones and down */