/*ナビゲーション----------------------------------*/
.navbox {
  background: #FFFFFF;
}
a {
  color: #333 !important;
}
a:hover {
  color: #000 !important;
}
.blog-p .blog-a {
  color: #000;
}
/*aside---------------------------------------*/
aside .nav > li {
  border-bottom: 1px dotted #CCC;
}
aside .garally_list .item {
  border-bottom: dotted 1px #CCC;
}
aside .blog_listbox {
  border-bottom: dotted 1px #CCC;
}
aside .event_list {
  border-bottom: dotted 1px #CCC;
}
/*パネル----------------------------------------*/
.panel .block_box h1, .panel .block_box h2 {
  border-bottom: 3px solid #cccccc;
}
.cal_box {
  background-color: #fff;
}
.blog_card .blog_title {
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
}
/*ヘッダー--------------------------------------*/
.navbox .navbar-nav > li > a:focus, .navbox .navbar-nav > li > a:hover {
  background-color: #fff !important;
}
.navbox .navbar-nav > li > a::after {
  background: #f5ce76;
}
/*ヘッダーメニュー*/
.navbar-nav .member_login {
  background-color: #f1b714;
  color: #fff !important;
}
.navbar-nav .member_login:hover {
  background-color: #e2a701 !important;
}
/*フッター--------------------------------------*/
footer {
  background-color: #494949;
}
footer .copyright {
  color: #fff;
}
/*トップページ-----------------------------------*/
/*fsv*/
@media (min-width:640px) {
  .fsv_bgc {
    background-color: #f1b714;
  }
}
.fsv_title {
  color: #fff;
}
.fsv_txt {
  color: #fff;
}
/*ブログ機能(お知らせ)*/
.blog_list .blog_listbox, .blog_listside .blog_listbox {
  border-bottom: dotted 2px #e8e8e8;
}
.blog_list .date {
  color: #bfbfbf;
}
.others_news {
  background-color: #f7f7f7;
  border-right: solid 8px #fff;
}
.students_news {
  background-color: #f7f7f7;
  border-left: solid 8px #fff;
}
/*タグ*/
.blog_tag {
  background-color: #f5ce76 !important;
}
.blog_tag {
  background-color: #f5ce76 !important;
}
.blog_tag a {
  color: #fff !important;
}
/*h1〜h5*/
h2 {
  background-color: #fff;
}
.color_tit{
    color: #e19201;
}
/*動画*/
.movie_listbox .caption {
  background-color: #fff;
}
#page-movei_ordinary-body .movie_listbox .caption {
    background-color: none!important;
}
.movie_listbox .blog_description {
  color: #1f1f1f;
}
/*もっとみる ボタン*/
.link-text.btn_movei a {
  border-bottom: 2px dotted #e29200;
  color: #e29200 !important;
}
/*ホバー*/
.link-text.btn_movei a:hover {
  background-color: #e29200;
  color: #fff !important;
}
/*動画背景色*/
.bg_color01 {
  background-color: #f1f1f1;
}
.bg_color02 {
  background-color: #f7f7f7;
}
.bg_color03 {
  background-color: #ececec;
}
/*ライブ動画*/
.event_tag {
  background-color: #f5ce76;
}
.event_tag a {
  color: #fff !important;
}
.liveevent_list .event_title {
  border-top: solid 1px #909090 !important;
}
.liveevent_list .event_description {
  color: #cacaca;
}
.event_txt .day {
  color: #f1b714;
}
/*お問い合わせ*/
.form-horizontal .form-group .control-label .attention {
  color: #ffffff;
  background-color: #f1b714;
}
/*ボタン*/
.form-horizontal .box-footer .btn-default {
  color: #fff;
  background-color: #f1b714;
  border-color: #f1b714;
}
/*特定商取引法ページ-------------------------------*/
td {
    border: solid 1px #efd7a1;
}
th {
    background: #fff5de;
    border: solid 1px #efd7a1;
  color: #333;
}
@media screen and (max-width: 640px) {
  th, td {
    border: solid 1px #fff;
  }
}
/*会員専用ページ----------------------------------*/
.fsv_m {
  background-color: #f1b714;
}
.fsv_m::after {
  background-color: #f1b714;
}
.ab_txttitle {
  color: #fff;
}
/*会員専用ページにログインするときのページ---------------*/
.btn-info {
  color: #fff !important;
  background-color: #e29200;
  border-color: #e29200;
}
.btn-info:hover {
  color: #fff !important;
  background-color: #da8200 !important;
  border-color: #da8200 !important;
}
.btn-success {
  color: #fff !important;
  background-color: #f1b714 !important;
  border-color: #f1b714 !important;
}
.btn-success:hover {
  color: #fff !important;
  background-color: #e0a500 !important;
  border-color: #e0a500 !important;
}
.text-warning {
    color: #969696;
}
/*動画詳細ページ----------------------------------*/
.MovieContents_in .datestr {
  color: #b9b9b9;
}
.movie_tag a {
  color: #b9b9b9 !important;
}
/*ブログ詳細ページ--------------------------------*/
.blog_description {
  color: #afafaf;
}
.BlogContents h3 {
  color: #a9a9a9;
}
.BlogContents .month {
  color: #e29200;
}
/*レスポンシブ 991px-----------------------------*/
@media (max-width:991px) {
  /*お知らせ others_news*/
  .others_news {
    border-right: solid 0px #fff;
  }
  /*お知らせ students_news*/
  .students_news {
    border-left: solid 0px #fff;
  }
}
/*レスポンシブ 768px-----------------------------*/
@media (max-width:768px) {
  /*ヘッダー メニュー 背景*/
  .navbar-collapse {
    background-color: #f7f7f7;
  }
  /*ハンバーガーメニュー*/
  header .navbar-toggle {
    color: #f1b714;
  }
  /*ヘッダー メニュー li*/
  .navbox .navbar-nav > li > a {
    border-bottom: solid 1px #e2e2e2;
  }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: #e2e2e2;
}
  .navbox .navbar-nav > li > a:focus, .navbox .navbar-nav > li > a:hover {
    background-color: #f7f7f7 !important;
  }
}
/*レスポンシブ 639px-----------------------------*/
@media (max-width:639px) {
  /*fsv背景*/
  .fsv_bgc {
    background-color: #f1b714;
  }
}