/*
 * 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;*/
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3;
}

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


.table > thead > tr > td.media-bottom,
.table > tbody > tr > td.media-bottom,
.table > tfoot > tr > td.media-bottom {
  vertical-align: bottom;
}



.alert {
  padding: 10px 15px;
}


.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 td p {
  margin: 0 0 4px;
}
.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;
}

.table-auto {
  width: auto;
}


/*
 * 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;
}


.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ccc;
  border-color: #ddd;
}



/*
 * 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 10px 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: 45px;
    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;
}


@media (min-width: 992px) {
  .bs-docs-sidebar {
    margin-left: 20px;
  }
}
@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.3;
}
.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: 992px) {
  .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 {
  white-space: normal;
}


.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;
}
.mt35 {
  margin-top: 35px;
}
.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;
}
.mb35 {
  margin-bottom: 35px;
}
.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;
}
.ml35 {
  margin-left: 35px;
}
.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;
}
.mr35 {
  margin-right: 35px;
}
.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;
}

@media (max-width: 767px) {
  .mb10-xs {
    margin-bottom: 10px;
  }
  .mb15-xs {
    margin-bottom: 15px;
  }
  .mb20-xs {
    margin-bottom: 20px;
  }
}

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.3;
  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 #ddd;
}




.panel-square {
  border-radius: 0;
}
.panel-square > .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-square > .panel-footer {
  background-color: #fff;
  border-top: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel-square > .panel-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-square .badge {
  background-color: #fefefe;
  border: 1px solid #acacac;
  color: #888;
  font-weight: normal;
}



.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;
  }
}


a.panelarea {
  display: block;
  margin: 0 auto;
  padding: 0;
  color: #59574d;
}
a.panelarea:hover,
a.panelarea:focus {
  color: #72705f;
  text-decoration: none;
}
.panel-title > a, .panel-title > small,
.panel-title > .small {
  font-size: 80%;
}




.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 {
  max-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: 20px;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.4;
}


#ticker {
  margin: 15px 0 0 7px;
  position: relative;
  overflow: hidden;
}
#ticker .new {
  color: #f79b30;
  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: #faa42d;
}



.media-circle {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50%;
  background-color: #ccc;
}




.label {
  display: inline-block;
  padding: 0.25em .3em 0.15em;
  vertical-align: 0.15em;
  border-radius: 0.1em;
}
.label-new {
  background-color: #f79b30;
}
.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;
}

.label-important {
  color: #fff;
  background-color: #e3444b;
}

.label-important[href]:focus, .label-important[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #c13740;
}

.label-light {
  color: #111;
  background-color: #f8f9fa;
}

.label-light[href]:focus, .label-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

.label-dark {
  color: #fff;
  background-color: #343a40;
}

.label-dark[href]:focus, .label-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}


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

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

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.text-red {
  color: #e3444b;
}
.text-black {
  color: #231815;
}


.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;
  }
}

*/
















.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;
}





.text-ellipsis {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}




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


@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}


.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}


.label-list {
  line-height: 1;
  font-size: 16px;
}
.font-weight-normal {
  font-weight: 400 !important;
}


@media (min-width: 768px) {
  .navbar-sns {
    margin-right: -5px;
  }
}
.navbar-sns > li > a {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .navbar-sns > li > a {
    padding-right: 10px;
    padding-left: 10px;
  }
}


/*
 * photoswipe
 */
.gallery > figure {
  margin: 0;
}
.gallery figcaption {
  display: none;
}
.pswp__caption__center {
  max-width: 500px;
  font-size: 80%;
  line-height: 1.2;
}




@media (max-width: 299px) {
  .media-mw300>.media-left,
  .media-mw300>.media-right,
  .media-mw300>.media-body {
    display: table-row;
  }
}
@media (min-width: 300px) {
  .media-mw300>.media-left,
  .media-mw300>.media-right,
  .media-mw300>.media-body {
    display: table-cell;
  }
}




.position-absolute {
  position: absolute !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}