@charset "UTF-8";
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
html, body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 100%;
}

/*---------------------------------------------------------
   ここの中では全体のレイアウトで使用するCSSを定義する
----------------------------------------------------------*/
/* ヘッダー */
.navbar-myportal {
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-myportal .navbar-header {
  width: 100%;
}
.navbar-myportal .navbar-brand {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .navbar-myportal .navbar-brand img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-myportal ul.navbar-loggedin {
    float: right;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.navbar-myportal ul.navbar-loggedin > li:first-child {
  margin-right: 15px;
}
.navbar-myportal ul.navbar-loggedin span.glyphicon {
  font-size: 1.6rem;
  vertical-align: middle;
  margin-right: 10px;
}
.navbar-myportal ul.navbar-loggedin .account {
  color: #D9D9D9;
}

/* ボディ */
/* Next用背景色 */
.nextbackground {
  background-color: #FAF7F5;
  /* コンテンツ部背景色 */
  /* コンテンツパディング設定：ナビゲーションバーなし画面用 */
  /* コンテンツパディング設定：ナビゲーションバーあり画面用 */
}
.nextbackground .contents-background {
  background-color: #fff;
}
.nextbackground .contents-padding-not-navigation {
  margin-top: 40px;
  margin-bottom: 40px;
}
.nextbackground .contents-padding-navigation {
  margin-bottom: 40px;
}

/* ↓↓↓ フッター（弥生HPのトップページと同等） */
.footer-utility-inner:before,
.footer-utility-inner:after {
  content: "";
  display: table;
}

.footer-utility-inner:after {
  clear: both;
}

.footer-utility {
  text-align: center;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-utility-inner {
  max-width: 980px;
  text-align: left;
  margin: 0 auto;
}

@media only screen and (max-width: 860px) {
  .footer-utility-inner {
    width: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .footer-utility-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.footer-utility {
  background: #005BAC;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.footer-utility-inner {
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-footer-utility {
  text-align: center;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.nav-footer-utility > li {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 0 37px;
  display: inline-block;
}

.nav-footer-utility > li:first-child {
  margin-left: 0;
}

.nav-footer-utility a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.nav-footer-utility a:hover,
.nav-footer-utility a:active,
.nav-footer-utility a:focus {
  text-decoration: underline;
  opacity: 0.6;
}

@media only screen and (max-width: 640px) {
  .nav-footer-utility {
    float: none;
    text-align: center;
    margin: 0 0 10px;
  }
  .nav-footer-utility > li {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 0 0 30px;
  }
}
.copyright {
  float: none;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
}

.copyright small {
  font-size: inherit;
}

@media only screen and (max-width: 640px) {
  .copyright {
    float: none;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
  }
}
/* ↑↑↑ フッター */

/*# sourceMappingURL=common.css.map */
