@charset "UTF-8";
/* CSS Document */
/*************************
共通
*************************/
.pb0 {
  padding-bottom: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

/*----------------------------
 bootstrap を上書き
----------------------------*/
#main_contents #main_module {
  padding-top: 0;
}

hr {
  border-top: 1px solid #ddd;
}

a {
  color: #333333;
}
a:hover {
  color: #333333;
}

/*
 modal
----------------------------*/
.modal-backdrop {
  background-color: #C5C5C5;
}
.modal-backdrop.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

.modal-content {
  -moz-box-shadow: 0 2px 1px 0 #cccccc;
  -webkit-box-shadow: 0 2px 1px 0 #cccccc;
  box-shadow: 0 2px 1px 0 #cccccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
}
.modal-content iframe {
  width: 100%;
  vertical-align: bottom;
  margin-bottom:4px;
}
.modal-content .modal-header {
  border: none;
  padding: 0;
  *zoom: 1;
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 3;
}
.modal-content .modal-header:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.modal-content .modal-header .close {
  color: #fff;
  font-size: 16px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  line-height: 1;
  text-shadow: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  display: block;
  height: 26px;
  width: 26px;
  text-align: center;
  background: #000;
  margin: 0;
}
.modal-content .modal-header .close .fa {
  width: 22px;
  display: block;
}
.modal-content .modal-body {
  padding: 0;
  min-height: 500px;
  position: relative;
}
.modal-content .modal-body .loading {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.modal-content .modal-body #modal-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  padding: 8px;
  overflow-y: scroll;
}

/*
 form-control
----------------------------*/
.form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px;
  height: 30px;
}
.form-control.placeholder {
  color: #cccccc;
}
.form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.form-control:-moz-placeholder {
  color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #cccccc;
}
.form-control:placeholder-shown {
  color: #cccccc;
}
@media screen and (max-width: 480px) {
  .form-control {
    font-size: 16px;
    height: 36px;
  }
}

/*
 btn
----------------------------*/
.btn-primary {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background: #000000;
  border-color: #000000;
}

.btn-option {
  color: #ffffff;
  background: #999999;
  border-color: #999999;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.btn-option:hover, .btn-option:focus, .btn-option:active, .btn-option.active {
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background: #999999;
  border-color: #999999;
}

.btn-red {
  color: #ffffff;
  background: #F00;
  border-color: #F00;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background: #F00;
  border-color: #F00;
}

.btn {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 15px;
  font-weight: bold;
}

.btn-md {
  padding: 10px 20px;
  min-width: 120px;
}

.btn-block {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 15px 0;
}

/*
 btn-group
----------------------------*/
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/*
 label
----------------------------*/
.label-info {
  background-color: #5bc0de;
}

/*
 logo
----------------------------*/
.logo a {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*
 loading
----------------------------*/
.loading .fa,
.loading .text {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.loading .text {
  font-weight: bold;
  font-size: 16px;
}

/*
 fav_btn
----------------------------*/
.rcms_fav_btn {
  vertical-align: top;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.rcms_fav_btn .btn_add {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}
.rcms_fav_btn .btn_remove {
  display: none;
}
.rcms_fav_btn, .rcms_fav_btn a {
  color: #cccccc !important;
}
.rcms_fav_btn.added .btn_add {
  display: none;
}
.rcms_fav_btn.added .btn_remove {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}
.rcms_fav_btn.added, .rcms_fav_btn.added a {
  color: #000000 !important;
}

/*
 list
----------------------------*/
.list-group {
  margin: -15px 0 -5px;
  padding: 0;
}
.list-group .list-group-item {
  border: none;
  padding: 10px 0 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
.list-group .list-group-item:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.list-group .list-group-item .label {
  min-width: 80px;
  padding: 4px 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.list-group .list-group-item a {
  display: block;
  color: #000000;
  margin-top: 3px;
  float: right;
  width: -webkit-calc(100% - 170px);
  width: -moz-calc(100% - 170px);
  width: calc(100% - 170px);
}
@media screen and (max-width: 480px) {
  .list-group .list-group-item {
    font-size: 10px;
  }
  .list-group .list-group-item .label {
    font-size: 10px;
  }
  .list-group .list-group-item a {
    float: none;
    width: auto;
  }
}

/*
 title
----------------------------*/
.module_title {
  font-weight: bold;
  font-size: 17px;
  margin: 10px 0 25px;
}

.module_contents {
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 30px;
  -moz-box-shadow: 0 2px 1px 0 #cccccc;
  -webkit-box-shadow: 0 2px 1px 0 #cccccc;
  box-shadow: 0 2px 1px 0 #cccccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/*
 form
----------------------------*/
input[type="checkbox"] {
  margin-right: 5px;
}

input[type="radio"] {
  margin-right: 5px;
}

.form-register {
  max-width: 480px;
  margin: 0 auto;
}
.form-register .login_save {
  margin-bottom: 20px;
}

.form-done {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0;
  line-height: 1.6;
}
.form-done.form-block {
  text-align: center;
}

.table-form {
  width: 100%;
  margin-bottom: 5px;
}
.table-form th, .table-form td {
  padding: 5px;
}
.table-form th {
  padding-top: 10px;
  vertical-align: top;
  white-space: nowrap;
}
.table-form .form-inline {
  *zoom: 1;
}
.table-form .form-inline:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.table-form .form-inline .form-control {
  float: left;
  width: 47%;
}
.table-form .form-inline .form-control:last-child {
  float: right;
}
@media screen and (max-width: 480px) {
  .table-form, .table-form tbody, .table-form thead, .table-form tfoot, .table-form tr, .table-form th, .table-form td {
    display: block;
  }
  .table-form th, .table-form td {
    width: auto;
    padding: 0;
  }
  .table-form tr {
    margin-bottom: 10px;
  }
}

.form-btns {
  text-align: center;
}
.form-btns .btn {
  margin: 0 5px;
}
@media screen and (max-width: 480px) {
  .form-btns .btn {
    display: block;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/*
 レイアウト
----------------------------*/
html {
  position: relative;
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  min-width: 1024px;
  background-color: #e9e9e9;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  color: #000000;
  line-height: 1.4;
  font-size: 14px;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1012px) {
  body {
    min-width: 100%;
  }
}

.container {
  width: 1000px;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1012px) {
  .container {
    width: 92%;
    padding-left: 0;
    padding-right: 0;
    width: -webkit-calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: calc(100% - 12px);
  }
}

/*
 rcms bar
----------------------------*/
@media screen and (max-width: 480px) {
  .rcms-bs-navbar {
    display: none;
  }
}
/*
 contents
----------------------------*/
#contents {
  padding-top: 30px;
  padding-bottom: 180px;
}
@media screen and (max-width: 480px) {
  #contents {
    padding-top: 15px;
    padding-bottom: 220px;
  }
}

/*
 header
----------------------------*/
#header {
  height: 70px;
  background-color: #333333;
}
#header .sp_only {
  display: none;
}
#header .header_left,
#header .header_center {
  float: left;
}
#header .header_right {
  float: right;
}
#header .logo {
  margin: 0;
  padding: 11px 30px 0 0;
}
#header .logo img {
  width: 150px;
}
@media screen and (max-width: 1012px) {
  #header .logo {
    padding-right: 10px;
  }
}
#header .cats {
  float: left;
  padding: 25px 10px 0;
  min-width: 150px;
  text-align: right;
}
#header .cats .dropdown-toggle {
  font-size: 13px;
  color: #fff;
}
#header .cats .dropdown-toggle:hover {
  text-decoration: none;
}
#header .cats .has_parent a {
  padding-left: 37px;
}
#header .cats .has_parent .fa {
  font-size: 10px;
}
#header .order {
  float: left;
  padding: 20px 10px 0;
}
#header .order .btn-sm {
  color: #999999;
  padding: 3px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 950px) {
  #header .order .btn-sm {
    padding: 3px 10px;
  }
}
#header .order .btn-sm.btn-active {
  border-color: #999999;
  background-color: #999999;
  color: #fff;
}
#header .search {
  float: left;
  padding: 20px 10px 0;
  width: 220px;
}
@media screen and (max-width: 1012px) {
  #header .search {
    width: 180px;
  }
}
@media screen and (max-width: 950px) {
  #header .search {
    width: 150px;
  }
}
#header .search .form-control {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 11px;
  padding: 6px 8px;
  line-height: 1.5;
  height: 26px;
}
#header .search .form-control.placeholder {
  color: #cccccc;
}
#header .search .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
#header .search .form-control:-moz-placeholder {
  color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#header .search .form-control::-moz-placeholder {
  color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#header .search .form-control:-ms-input-placeholder {
  color: #cccccc;
}
#header .search .form-control:placeholder-shown {
  color: #cccccc;
}
#header .search .btn {
  color: #fff;
  border-color: #999999;
  background-color: #999999;
  font-size: 14px;
  padding: 0;
  width: 26px;
  height: 26px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#header .gnav {
  margin: 16px 0 0;
  font-size: 10px;
}
#header .gnav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#header .gnav ul {
  list-style: none;
}
#header .gnav ul, #header .gnav li {
  padding: 0;
  margin: 0;
}
#header .gnav a {
  color: #fff;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#header .gnav a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#header .gnav .fa {
  display: block;
  margin-bottom: 4px;
}
#header .menu {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
#header .menu a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 10px;
  height: 60px;
  width: 60px;
  padding-top: 14px;
}
#header .menu a:hover {
  text-decoration: none;
}
#header .menu .action_close {
  display: none;
}
#header .menu img {
  display: block;
  margin: 0 auto 2px;
}
@media screen and (max-width: 880px) {
  #header {
    height: auto;
    text-align: center;
    background: none;
    position: relative;
  }
  #header .sp_only {
    display: block;
  }
  #header .pc_only {
    display: none;
  }
  #header .container {
    width: auto;
  }
  #header .header_left,
  #header .header_center {
    float: none;
  }
  #header .header_right {
    float: none;
  }
  #header .logo {
    float: none;
    padding: 8px 0 0;
  }
  #header .header_left {
    height: 60px;
    background: #333333;
  }
  #header .header_center {
    *zoom: 1;
    background: #fafafa;
    -moz-box-shadow: 0px 2px 1px 0px #cccccc;
    -webkit-box-shadow: 0px 2px 1px 0px #cccccc;
    box-shadow: 0px 2px 1px 0px #cccccc;
    padding: 8px 10px;
  }
  #header .header_center:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  #header .menu {
    display: block;
  }
  #header .gnav {
    display: none;
    background: rgba(250, 250, 250, 0.9);
    border-bottom: 1px solid #D6D6D6;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 10;
  }
  #header .gnav li {
    display: block;
  }
  #header .gnav .fa {
    width: 24px;
    vertical-align: 0;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #header .gnav a {
    margin: 0;
    text-align: left;
    color: #000;
    display: block;
    font-size: 14px;
    padding: 12px 15px;
    border-top: 1px solid #D6D6D6;
  }
  #header .cats {
    padding: 6px 0 0 0;
    float: left;
    width: 100px;
    min-width: 0;
  }
  #header .cats .dropdown-toggle {
    font-weight: bold;
    font-size: 15px;
    color: #000;
  }
  #header .search {
    padding: 0;
    float: right;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
  }
  #header .search .form-control {
    font-size: 16px;
    height: 34px;
  }
  #header .search .btn {
    height: 34px;
    width: 34px;
    background-color: #000;
    font-size: 18px;
    line-height: 10px;
  }
  #header .order {
    display: none;
  }
}

/*
 footer
----------------------------*/
#footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fafafa;
  border-top: 2px solid #d4d4d4;
  color: #fff;
}
#footer > .container {
  padding: 20px 0 30px;
}
#footer .logo {
  float: left;
}
#footer .logo img {
  width: 250px;
}
#footer .actions {
  float: left;
}
#footer .actions ul {
  list-style: none;
}
#footer .actions li {
  margin-bottom: 3px;
}
#footer .actions a {
  color: #000000;
}
#footer .actions .fa {
  width: 18px;
}
#footer .sns {
  float: right;
}
#footer .sns ul {
  margin: 0;
  padding: 0;
}
#footer .sns li {
  margin-left: 10px;
  display: inline-block;
}
#footer .sns a {
  color: #cccccc;
}
#footer .sns a .fa {
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#footer .sns a:hover .fa-facebook-square {
  color: #3b5998;
}
#footer .sns a:hover .fa-twitter-square {
  color: #2290bf;
}
@media screen and (max-width: 480px) {
  #footer .logo {
    float: none;
    margin-bottom: 15px;
  }
  #footer .logo img {
    width: 160px;
  }
  #footer .actions ul {
    padding: 0;
    margin: 0;
  }
  #footer .sns {
    float: none;
    position: absolute;
    right: 10px;
    top: 20px;
  }
}

#copy {
  font-size: 14px;
  text-align: right;
  background-color: #000000;
  color: #ffffff;
  margin: 0;
  padding: 12px 0;
}
@media screen and (max-width: 480px) {
  #copy {
    font-size: 12px;
    text-align: center;
  }
}

/*
 module
----------------------------*/
#main_module {
  padding-top: 10px;
}

/*----------------------------
 ページ固有 のスタイル
----------------------------*/
/*
 トップページ
----------------------------*/
#page_top #main_contents .module_title {
  display: none;
}
#page_top #main_contents .modal-body .module_title {
  display: block;
}

/*
 動画一覧
----------------------------*/
.movie_summaries {
  margin-bottom: 20px;
  *zoom: 1;
}
.movie_summaries:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.movie_summaries > .movie_summary {
  width: 23.95%;
  float: left;
  clear: none;
  margin-right: 1.4%;
  margin-bottom: 15px;
}
.movie_summaries > .movie_summary:nth-child(4n-1) {
  float: left;
  clear: none;
  margin-right: 1.4%;
  margin-bottom: 15px;
}
.movie_summaries > .movie_summary:nth-child(4n-2) {
  float: left;
  clear: none;
  margin-right: 1.4%;
  margin-bottom: 15px;
}
.movie_summaries > .movie_summary:nth-child(4n-3) {
  float: left;
  clear: none;
  margin-right: 1.4%;
  margin-bottom: 15px;
}
.movie_summaries > .movie_summary:nth-child(4n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.movie_summaries > .movie_summary:nth-child(4n-1) {
  margin-right: 0;
  clear: none;
}
.movie_summaries > .movie_summary:nth-child(4n-3) {
  clear: both;
}
@media screen and (max-width: 767px) {
  .movie_summaries {
    *zoom: 1;
  }
  .movie_summaries:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .movie_summaries > .movie_summary {
    width: 48%;
    float: left;
    clear: none;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .movie_summaries > .movie_summary:nth-child(2n-1) {
    float: left;
    clear: none;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .movie_summaries > .movie_summary.movie_summary-right {
    margin-right: 0;
    float: right !important;
  }
  .movie_summaries > .movie_summary.movie_summary-left {
    float: left !important;
  }
  .movie_summaries > .movie_summary:nth-child(2n) {
    float: right;
    margin-right: 0;
    clear: none;
  }
  .movie_summaries > .movie_summary:nth-child(2n-1) {
    margin-right: 0;
    clear: none;
  }
  .movie_summaries > .movie_summary:nth-child(2n-1) {
    clear: both;
  }
}

.movie_summary {
  position: relative;
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.movie_summary > a {
  display: block;
}
.movie_summary > a:hover {
  text-decoration: none;
}
.movie_summary > a:hover .play {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.movie_summary .movie_thumbnail {
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #000;
}
.movie_summary .movie_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  min-height: 101%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.movie_summary .movie_description {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 10px;
  font-size: 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  z-index: 2;
}
.movie_summary .movie_description .title {
  padding: 0 !important;
  margin: 0 0 4px !important;
  border: none !important;
  font-size: 12px;
}
.movie_summary .movie_description .contents,
.movie_summary .movie_description .title,
.movie_summary .movie_description .username {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  line-height: 1.2;
  margin: 0;
}
.movie_summary .movie_play {
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  top: 15%;
  z-index: 3;
  text-align: center;
  color: #fff;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.movie_summary .movie_actions {
  background-color: #fff;
  color: #cccccc;
  padding: 2px 10px 0;
  height: 32px;
  line-height: 2;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.movie_summary .movie_actions a {
  color: #cccccc;
}
.movie_summary .movie_actions a:hover {
  color: #cccccc;
  text-decoration: none;
}
.movie_summary .movie_actions a:focus {
  text-decoration: none;
}
.movie_summary .movie_actions ul {
  margin: 0;
  padding: 0;
}
.movie_summary .movie_actions li {
  display: inline;
}
.movie_summary .movie_actions .txt {
  font-size: 11px;
  min-width: 10px;
  display: inline;
  vertical-align: 1px;
  word-break: break-all;
}
.movie_summary .movie_actions a.copied {
  color: #000000;
}
.movie_summary .movie_actions .rcms_fav_btn.added a {
  color: #000000;
}
@media screen and (max-width: 480px) {
  .movie_summary .movie_description {
    padding: 5px;
    font-size: 10px;
    bottom: 24px;
  }
  .movie_summary .movie_description .title {
    font-size: 10px;
  }
  .movie_summary .movie_description .title,
  .movie_summary .movie_description .username {
    line-height: 1.1;
  }
  .movie_summary .movie_play {
    top: 10%;
  }
  .movie_summary .movie_play .fa {
    font-size: 2em;
  }
  .movie_summary .movie_actions {
    height: 24px;
    font-size: 10px;
    padding-top: 0;
  }
  .movie_summary .movie_actions .txt {
    font-size: 10px;
    vertical-align: middle;
  }
}

.pageLink .load-nextpage, .pageLink .loading {
  display: none;
}

.movie_paging {
  max-width: 85%;
  margin: 0 auto;
}
.movie_paging .summary, .movie_paging nav {
  display: none;
}
.movie_paging .load-nextpage {
  display: block;
  margin-bottom: 30px;
}
.movie_paging .loading {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .movie_paging {
    max-width: 100%;
  }
}

/*
 動画詳細
----------------------------*/
.modal-content,
#page_ns_result_detail {
  background-color: #fff;
}
.modal-content .rcms-bs-navbar, .modal-content #header, .modal-content #footer, .modal-content .breadcrumbs, .modal-content #top_contents,
#page_ns_result_detail .rcms-bs-navbar,
#page_ns_result_detail #header,
#page_ns_result_detail #footer,
#page_ns_result_detail .breadcrumbs,
#page_ns_result_detail #top_contents {
  display: none;
}
.modal-content #contents,
#page_ns_result_detail #contents {
  padding: 15px 10px;
}
.modal-content #main_module,
#page_ns_result_detail #main_module {
  margin: 0;
  padding: 0;
}
.modal-content .extensions,
#page_ns_result_detail .extensions {
  margin-bottom: 15px;
}
.modal-content .extensions > dt, .modal-content .extensions > dd,
#page_ns_result_detail .extensions > dt,
#page_ns_result_detail .extensions > dd {
  display: none;
}
.modal-content #topics_mediaplayer_wrapper,
#page_ns_result_detail #topics_mediaplayer_wrapper {
  position: relative;
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25% !important;
}
.modal-content #topics_mediaplayer_wrapper > *,
#page_ns_result_detail #topics_mediaplayer_wrapper > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .modal-content #topics_mediaplayer,
  #page_ns_result_detail #topics_mediaplayer {
    position: relative;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 56.25% !important;
  }
  .modal-content #topics_mediaplayer #topics_mediaplayer_video,
  .modal-content #topics_mediaplayer #topics_mediaplayer_displayarea,
  .modal-content #topics_mediaplayer #topics_mediaplayer_jwplayer_display,
  .modal-content #topics_mediaplayer #topics_mediaplayer_video_wrapper,
  #page_ns_result_detail #topics_mediaplayer #topics_mediaplayer_video,
  #page_ns_result_detail #topics_mediaplayer #topics_mediaplayer_displayarea,
  #page_ns_result_detail #topics_mediaplayer #topics_mediaplayer_jwplayer_display,
  #page_ns_result_detail #topics_mediaplayer #topics_mediaplayer_video_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.movie_entry {
  word-break: break-all;
}
.movie_entry .module_title {
  font-size: 26px;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 10px;
}
.movie_entry .movie_about {
  *zoom: 1;
  margin-bottom: 15px;
}
.movie_entry .movie_about:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.movie_entry .movie_ymd {
  font-size: 14px;
  color: #999;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.movie_entry .movie_contents {
  margin-bottom: 15px;
  font-size: 16px;
}
.movie_entry .username {
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.movie_entry .movie_actions {
  float: right;
  font-size: 16px;
  color: #999999;
}
.movie_entry .movie_actions a {
  color: #999999 !important;
}
.movie_entry .movie_actions a:hover {
  color: #999999 !important;
  text-decoration: none;
}
.movie_entry .movie_actions a:focus {
  text-decoration: none;
}
.movie_entry .movie_actions a.copied {
  color: #000000 !important;
}
.movie_entry .movie_actions .added a {
  color: #000000 !important;
}
.movie_entry .movie_actions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.movie_entry .movie_actions li {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media screen and (max-width: 480px) {
  .movie_entry .movie_actions {
    float: none;
    margin-bottom: 10px;
  }
}
.movie_entry p {
  margin: 0;
}

.comment .module_title {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 4px;
  margin: 0 0 15px;
  color: #999;
  border-bottom: 1px solid #ccc;
}
.comment .content_list {
  display: table;
  width: 100%;
}
.comment .content_list .content_item {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.comment .content_list .content_item.content_hidden_item {
  display: none;
}
.comment .content_list .content_item .comment_author,
.comment .content_list .content_item .comment_date {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.comment .content_list .content_item .comment_author {
  font-weight: bold;
  padding-right: 5px;
  font-size: 13px;
}
.comment .content_list .content_item .comment_date {
  color: #999;
  font-size: 12px;
}
.comment .btnShowComments {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.comment hr {
  display: none;
}
.comment .form-btns {
  *zoom: 1;
  text-align: right;
}
.comment .form-btns:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.comment .form-btns .btn {
  float: right;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 480px) {
  .comment .form-btns .btn {
    float: none;
    margin: 0 0 10px;
  }
}

/*
 ログインフォーム
----------------------------*/
#page_login_form .form-btns .btn-primary {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #page_login_form .table-form th {
    display: none;
  }
}

#page_inquiry_detail .form-confirm #inquiry_item_button_send {
  float: right;
}
#page_inquiry_detail .form-confirm #inquiry_item_button_confirm {
  float: left;
}
#page_inquiry_detail .form-btns {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
#page_inquiry_detail .form-btns:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
#page_inquiry_detail .form-btns .btn {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 480px) {
  #page_inquiry_detail .form-btns {
    max-width: none;
  }
  #page_inquiry_detail .form-btns .btn {
    float: none !important;
    margin: 0 0 10px;
  }
}

/*
 ニュース詳細
----------------------------*/
#page_topics_detail12 #main_module .topics_ymd {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 15px;
}
#page_topics_detail12 #main_module .label {
  min-width: 80px;
  padding: 4px 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#page_topics_detail12 #main_module .topics_contents {
  padding-top: 10px;
}
