/*
 * Font
 */

/*  */
body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", Helvetica, sans-serif;
  position: relative; /* For scrollspy */
  color: #373A3C;
  background-color: #fff;
/*  padding-top: 50px;*/
}

a {
  color: #109CEB;
}
a:hover,
a:focus {
  color: #0093d0;
}
a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
}



.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  color: #fff;
  background-color: #109CEB;
  border-color: #109CEB;
}
.pagination > li > a,
.pagination > li > span {
  color: #109CEB;
}



.table-border-none > thead > tr > th,
.table-border-none > tbody > tr > th,
.table-border-none > tfoot > tr > th,
.table-border-none > thead > tr > td,
.table-border-none > tbody > tr > td,
.table-border-none > tfoot > tr > td {
  border-style: none;
  padding: 3px;
}


/*
 * Main navigation
 */

/* Turn the `.navbar` at the top of the docs purple. */
/* 初期化 */
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.bs-docs-nav {
  margin-bottom: 0;
  background-color: #221815;
  border-top: 0;
  border-bottom: 0;
}

.bs-navbar-top {
  -webkit-filter: drop-shadow(0 1px 0px rgba(244, 235, 235, 0.3));
  -webkit-transform: translateZ(0);
}
.bs-navbar-bottom {
  -webkit-filter: drop-shadow(0 -1px 0px rgba(244, 235, 235, 0.3));
  -webkit-transform: translateZ(0);
}


.breadcrumb-nav {
  font-size: 12px;
  float: left;
  margin: 0;
}
.breadcrumb-nav > li {
  float: left;
}
.breadcrumb-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.breadcrumb-nav > li.glue {
  margin-right: 3px;
  margin-left: 3px;
}

.bs-home-nav .bs-nav-b {
  display: none;
}
.bs-docs-nav .navbar-brand {
  font-size: 14px;
  color: #fafafa;
  height: 50px;
  padding: 15px 15px;
  line-height: 20px;
}
.bs-docs-nav .navbar-snsicon {
  font-size: 14px;
  color: #fafafa;
  height: 50px;
  padding: 15px 15px;
  line-height: 20px;
}

.bs-docs-nav .navbar-nav > li > a {
  font-weight: 500;
  color: #ddd;
}
.bs-docs-nav .navbar-brand:hover,
.bs-docs-nav .navbar-brand:focus {
  color: #fff;
  background-color: #404040;
}
.bs-docs-nav .navbar-text {
  color: #fafafa;
}
.bs-docs-nav .navbar-nav > li > a {
  color: #fafafa;
}
.bs-docs-nav .navbar-nav > li > a:hover,
.bs-docs-nav .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #404040;
}
.bs-docs-nav .navbar-nav > .active > a,
.bs-docs-nav .navbar-nav > .active > a:hover,
.bs-docs-nav .navbar-nav > .active > a:focus {
  color: #ccc;
  background-color: #101010;
}
.bs-docs-nav .navbar-nav > .disabled > a,
.bs-docs-nav .navbar-nav > .disabled > a:hover,
.bs-docs-nav .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.bs-docs-nav .navbar-toggle {
  border-color: #333;
}
.bs-docs-nav .navbar-toggle:hover,
.bs-docs-nav .navbar-toggle:focus {
  background-color: #333;
}
.bs-docs-nav .navbar-toggle .icon-bar {
  background-color: #fff;
}
.bs-docs-nav .navbar-collapse,
.bs-docs-nav .navbar-form {
  border-color: #101010;
}
.bs-docs-nav .navbar-nav > .open > a,
.bs-docs-nav .navbar-nav > .open > a:hover,
.bs-docs-nav .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #101010;
}
@media (max-width: 767px) {
  .bs-docs-nav .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #101010;
  }
  .bs-docs-nav .navbar-nav .open .dropdown-menu .divider {
    background-color: #101010;
  }
  .bs-docs-nav .navbar-nav .open .dropdown-menu > li > a {
    color: #fafafa;
  }
  .bs-docs-nav .navbar-nav .open .dropdown-menu > li > a:hover,
  .bs-docs-nav .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .bs-docs-nav .navbar-nav .open .dropdown-menu > .active > a,
  .bs-docs-nav .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bs-docs-nav .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #101010;
  }
  .bs-docs-nav .navbar-nav .open .dropdown-menu > .disabled > a,
  .bs-docs-nav .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bs-docs-nav .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}


/*
 * Dropdown menus
 */

/* Turn the `.navbar` at the top of the docs purple. */
.bs-docs-nav .dropdown-menu {
  background-color: #181818;
  border: 1px solid #181818;
  border: 1px solid rgba(24, 24, 24, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(24, 24, 24, .175);
          box-shadow: 0 6px 12px rgba(24, 24, 24, .175);
}
.bs-docs-nav .dropdown-menu .divider {
  background-color: #444;
}
.bs-docs-nav .dropdown-menu > li > a {
  color: #ddd;
}
.bs-docs-nav .dropdown-menu > li > a:hover,
.bs-docs-nav .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #404040;
}
.bs-docs-nav .dropdown-menu > .active > a,
.bs-docs-nav .dropdown-menu > .active > a:hover,
.bs-docs-nav .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #101010;
}
.bs-docs-nav .dropdown-header {
  color: #ccc;
}






/*
 * Footer
 */

/* Separated section of content at the bottom of all pages, save the homepage. */
.bs-docs-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 70px;
  color: #888;
  border-top: 1px solid #e5e5e5;
  background-color: #f4f4f4;
}
.bs-docs-footer ul {
  margin: 0 0 15px 10px;
}
.bs-docs-footer h4 {
  margin-bottom: 7px;
}
.bs-docs-footer ul.list-inline {
  margin: 0 0 0 8px;
}
.bs-docs-footer ul.list-inline > li {
  padding-left: 0;
}
.bs-docs-footer a {
  color: #888;
}
.bs-docs-footer a:hover,
.bs-docs-footer a:focus {
  color: #333;
}
@media (min-width: 768px) {
  .bs-docs-footer p {
    margin-bottom: 0;
  }
}


/*
 * Page headers
 *
 * Jumbotron-esque headers at the top of every page that's not the homepage.
 */

/* Share masthead with page headers */
.bs-docs-header {
  position: relative;
  padding: 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  background-color: #109CEB;
  margin-bottom: 40px;
}
.bs-docs-header .covertext {
  padding: 27px 0 18px 0;
}
.bs-docs-header .covertext h1 {
  margin-top: 0;
}
.bs-docs-header .covertext p {
  color: #bce3f9;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bs-docs-header .covertext {
    padding-top: 54px;
    padding-bottom: 54px;
    text-align: left;
  }
  .bs-docs-header .covertext h1 {
    font-size: 48px;
  }
  .bs-docs-header .eventbg {
    height: 250px;
    background-image:url("../img/event-header.png");
    background-repeat: no-repeat;
    background-position: right center;
  }
}
.event-tabs {
  margin-top: 20px;
  font-size: 16px;
}





/*
 * Side navigation
 *
 */
.bs-docs-sidebar {
  margin: 20px 0 0 0;
}
.banner-img {
  margin: 0;
}

@media (max-width: 767px) {
  .banner-img {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .bs-docs-sidebar {
    margin-left: 20px;
  }
  .banner-img {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .bs-docs-sidebar {
    margin-left: 50px;
  }
}


.banner-card-set {
  margin-bottom: 10px;
}
.banner-card {
  margin-bottom: 20px;
}
.banner-text h4,
.head-banner-text h4 {
  font-size: 16px;
}
.banner-text h4,
.head-banner-text h4,
.banner-text p {
  line-height: 1.3333333;
}
.banner-text h4 {
  margin-top: 0;
  margin-bottom: 7px;
}

@media (max-width: 991px) {
  .banner-card-set {
    margin-bottom: 20px;
  }
  .banner-card {
    margin-bottom: 10px;
  }
  .banner-text {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .banner-card-set {
    margin-bottom: 0;
  }
  .banner-text h4 {
    margin: 12px 0 5px 0;
  }
}


.head-banner-card {
  max-width: 200px;
  margin-top: 20px;
}

.head-banner-text h4 {
  margin: 12px 0 5px 0;
}

@media (max-height: 495px) {
  .head-banner-card {
    display: none !important;
  }
  .head-banner-linkage {
    display: block !important;
  }
}
@media (max-height: 690px) and (max-width: 1199px) {
  .head-banner-card {
    display: none !important;
  }
  .head-banner-linkage {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .head-banner-card {
    max-width: 250px;
    margin-left: auto;
    margin-top: 0;
  }
}







/*
 * Docs sections
 *
 * Content blocks for each component or feature.
 */

/* Space things out */
.bs-docs-section {
  margin-bottom: 40px;
}
.bs-docs-section:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
	.bs-docs-section:last-child {
	  margin-bottom: 60px;
	}
}
@media (max-width: 767px) {
	.bs-docs-section:last-child {
	  margin-bottom: 70px;
	}
}

h1[id] {
  padding-top: 20px;
  margin-top: 0;
}


/*
 * Docs Buttons
 */

.btn-ghibli {
  color: #fafafa;
  background-color: #221815;
  border-color: #008cc1;
  text-align: left;
  border-radius: 7px;
}
.btn-ghibli:focus,
.btn-ghibli.focus {
  color: #fff;
  background-color: #005091;
  border-color: #122b40;
}
.btn-ghibli:hover {
  color: #fff;
  background-color: #005091;
  border-color: #005091;
}
.btn-ghibli:active,
.btn-ghibli.active,
.open > .dropdown-toggle.btn-ghibli {
  color: #fff;
  background-color: #005091;
  border-color: #005091;
}
.btn-ghibli:active:hover,
.btn-ghibli.active:hover,
.open > .dropdown-toggle.btn-ghibli:hover,
.btn-ghibli:active:focus,
.btn-ghibli.active:focus,
.open > .dropdown-toggle.btn-ghibli:focus,
.btn-ghibli:active.focus,
.btn-ghibli.active.focus,
.open > .dropdown-toggle.btn-ghibli.focus {
  color: #fff;
  background-color: #005091;
  border-color: #122b40;
}
.btn-ghibli:active,
.btn-ghibli.active,
.open > .dropdown-toggle.btn-ghibli {
  background-image: none;
}
.btn-ghibli.disabled,
.btn-ghibli[disabled],
fieldset[disabled] .btn-ghibli,
.btn-ghibli.disabled:hover,
.btn-ghibli[disabled]:hover,
fieldset[disabled] .btn-ghibli:hover,
.btn-ghibli.disabled:focus,
.btn-ghibli[disabled]:focus,
fieldset[disabled] .btn-ghibli:focus,
.btn-ghibli.disabled.focus,
.btn-ghibli[disabled].focus,
fieldset[disabled] .btn-ghibli.focus,
.btn-ghibli.disabled:active,
.btn-ghibli[disabled]:active,
fieldset[disabled] .btn-ghibli:active,
.btn-ghibli.disabled.active,
.btn-ghibli[disabled].active,
fieldset[disabled] .btn-ghibli.active {
  background-color: #109CEB;
  border-color: #2e6da4;
}
.btn-ghibli .badge {
  color: #109CEB;
  background-color: #fff;
}


/*
 * 01 sections
 */

.mt40 {
  margin-top: 40px;
}
.mt30 {
  margin-top: 30px;
}
.mt25 {
  margin-top: 25px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mt5 {
  margin-top: 5px;
}
.mt4 {
  margin-top: 4px;
}
.mt3 {
  margin-top: 3px;
}
.mt2 {
  margin-top: 2px;
}
.mt1 {
  margin-top: 1px;
}
.mt0 {
  margin-top: 0px;
}

.mb40 {
  margin-bottom: 40px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb4 {
  margin-bottom: 4px;
}
.mb3 {
  margin-bottom: 3px;
}
.mb2 {
  margin-bottom: 2px;
}
.mb1 {
  margin-bottom: 1px;
}
.mb0 {
  margin-bottom: 0px;
}

.ml40 {
  margin-left: 40px;
}
.ml30 {
  margin-left: 30px;
}
.ml25 {
  margin-left: 25px;
}
.ml20 {
  margin-left: 20px;
}
.ml15 {
  margin-left: 15px;
}
.ml10 {
  margin-left: 10px;
}
.ml5 {
  margin-left: 5px;
}
.ml4 {
  margin-left: 4px;
}
.ml3 {
  margin-left: 3px;
}
.ml2 {
  margin-left: 2px;
}
.ml1 {
  margin-left: 1px;
}
.ml0 {
  margin-left: 0px;
}

.mr40 {
  margin-right: 40px;
}
.mr30 {
  margin-right: 30px;
}
.mr25 {
  margin-right: 25px;
}
.mr20 {
  margin-right: 20px;
}
.mr15 {
  margin-right: 15px;
}
.mr10 {
  margin-right: 10px;
}
.mr5 {
  margin-right: 5px;
}
.mr4 {
  margin-right: 4px;
}
.mr3 {
  margin-right: 3px;
}
.mr2 {
  margin-right: 2px;
}
.mr1 {
  margin-right: 1px;
}
.mr0 {
  margin-right: 0px;
}

.pt10 {
  padding-top: 10px;
}
.pr8 {
  padding-right: 8px;
}
.pr5 {
  padding-right: 5px;
}
.pr4 {
  padding-right: 4px;
}
.pl5 {
  padding-left: 5px;
}
.pl0 {
  padding-left: 0px;
}

cite {
  font-style: normal;
}

.post-date {
  display: block;
  margin: 0 0 15px;
  color: #9a9a9a;
}
.post-header,
.post-header small,
.post-header .small {
  line-height: 1.4;
  color: #333;
}
.post-header a {
  color: #333;
  text-decoration: none;
}
.post-header a:hover,
.post-header a:focus {
  color: #888;
  text-decoration: none;
}
.list-header {
  padding-bottom: 9px;
  margin: 20px 0 20px;
  border-bottom: 1px solid #eee;
}




.datelist {
  margin:  0 0 8px 0;
  display: table;
}
.datelist a {
  color: #888;
}
.datelist a:hover,
.datelist a:focus {
  color: #0093d0;
}

.datelist div {
  display:table-cell;
  font-size: 15px;
  margin: 0;
  line-height: 1.4;
}
.datelist div.datecell {
  white-space: nowrap;
  padding: 0 18px 0 0;
}

@media (max-width: 768px) {
  .datelist {
    margin:  0 0 8px 0;
    display: block;
  }
  .datelist div {
    display: block;
  }
  .datelist div.datecell {
    white-space: normal;
  }
}







.note {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
}


dd {
  margin-bottom: 5px;
}





.dl-expanded {
  margin-top: 20px;
}
.dl-expanded dt {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
}
.dl-expanded dd {
  font-family: inherit;
  font-size: 16px;
}




.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
  font-weight: 500;
  font-size: 14px;
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #777;
}






/*
 * Google カスタム検索用
 */

/* 検索結果のTABLEで左右余白が効かない対処 */
.gsc-results-wrapper-overlay table {
  border-collapse: separate;
}
/* Bootstrapで表示が崩れる対処 */
.gsc-control-cse * {
  box-sizing: content-box;
}
.gsc-input {
    line-height: 1;
}
/* デザイン加工 */
#gcse {
  width: 210px;
  margin: 0;
  height: 30px;
}
#gcse .gsc-control-cse,
#gcse .gsc-control-cse-ja,
#gcse .gsib_a {
  margin: 0 !important;
  padding: 0 !important;
}
#gcse table.gsc-search-box {
  padding: 0 !important;
  line-height: 0;
  margin-top: 1px;
}
/* テキスト入力フォームとボタンの位置 */
#gcse table.gsc-search-box td,
#gcsesc table.gsc-search-box input {
  vertical-align: top !important;
  padding: 0 !important;
}
/* テキスト入力フォーム */
#gcse input[type="text"] {
  height: 13px !important;
  padding: 5px !important;
  margin-top: 0px !important;
  border: 1px solid #E0E0E0 !important;
}
#gcse input[type="text"]:focus {
  outline: 0;  /*safariの自動フォーカスを切る */
}
/* テキスト入力フォームの影を消す */
#gcse #gsc-iw-id1 {
  border: none !important;
}
/* テキスト入力フォームの背景画像位置調整 */
#gcse #gs_tti0 input {
  background-image: none !important;
}
/* ボタンの色 */
#gcse input.gsc-input,
.gsc-input-box,
#gcse .gsc-input-box-hover,
#gcse .gsc-input-box-focus {
  border-color: #D9D9D9;
}
#gcse input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus {
  border: none;
  background-color: #CCCCCC;
  background-image: none;
  filter: none;
}
/* ボタンの位置調整と角丸消し */
#gcse .gsc-search-button {
  margin-top: 0 !important;
  border-radius: 0;
}
/* 入力時に出る「×」ボタンの位置調整 */
#gcse .gsib_b a {
  display: none;
}
/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#gcse .gsib_b span {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
}




blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '';
}
blockquote .lead {
  margin-bottom: 5px;
}


#ticker {
  margin: 15px 0 0 7px;
  position: relative;
  overflow: hidden;
}
#ticker .new {
  color: #ffb727;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 2px;
}
#ticker ul {
  margin-bottom: 0;
  padding-left: 8px;
  list-style-type: none;
  position: relative;
}
#ticker li{
  padding-left: 20px;
  background-image: url("../img/kurosuke.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: none;
}
#ticker a {
  color: #fff;
}
#ticker a:hover,
#ticker a:focus {
  color: #ffb727;
}


.label {
  padding: .2em .45em .12em;
  vertical-align: .1em;
}
.label-new {
  background-color: #f0ad4e;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #eaa13d;
}
.label-blue {
  background-color: #109CEB;
}
.label-blue[href]:hover,
.label-blue[href]:focus {
  background-color: #005091;
}
.label-glay {
  background-color: #a0a0a0;
}
.label-glay[href]:hover,
.label-glay[href]:focus {
  background-color: #ccc;
}

.label-black {
  background-color: #221815;
}
.label-black[href]:hover,
.label-black[href]:focus {
  background-color: #000000;
}

.alert-info {
  color: #888;
  background-color: #f4f4f4;
  border-color: #e5e5e5;
}
.alert-info hr {
  border-top-color: #ddd;
}

.alert-info a {
  color: #888;
}
.alert-info a:hover,
.alert-info a:focus {
  color: #333;
}

.datelabel {
  font-size: 20px;
  line-height: 1.4;
}
.datelabel+h3 {
  margin-top: 12px;
}



#moviedata {
  margin-top: 20px;
}
#moviedata dt,
#moviedata dd {
  line-height: 1.3;
  padding: 0;
}
#moviedata dt {
  vertical-align: bottom;
  margin: 0;
}
#moviedata dd {
  font-size: 14px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  #moviedata .dl-horizontal dt {
    float: left;
    width: 155px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #moviedata .dl-horizontal dd {
    margin-left: 175px;
    margin-bottom: 5px;
  }
}




#movieicon div {
  margin: 0;
  padding: 2px;
}
#movieicon a img:hover,
#movieicon a img:focus {
  border: 3px solid #ddd;
}


#movienav img {
  margin-bottom: 5px;
  width: 50px;
  height: auto;
}
#movienav a img:hover,
#movienav a img:focus {
  border: 3px solid #ddd;

}

/*
@media (max-width: 767px) {
  #movienav img {
    width: 50px;
  }
}
@media (min-width: 768px) {
  #movienav img {
    width: 83px;
  }
}
@media (min-width: 992px) {
  #movienav img {
    width: 83px;
  }
}
@media (min-width: 1200px) {
  #movienav img {
    width: 64px;
  }
}

*/













blockquote .lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.4;
}


.head-banner-card a {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
}
.head-banner-card a:hover,
.head-banner-card a:focus {
  color: #bce3f9;
  text-decoration: none;
}
.banner-card a {
  display: block;
  margin: 0;
  padding: 0;
  color: #333;
}
.banner-card a:hover,
.banner-card a:focus {
  color: #777;
  text-decoration: none;
}





/*
 * Bootstrap4 like
 */
figcaption,
figure {
  display: block;
}
figure {
  margin: 0 0 1rem;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #636c72;
}

