@charset "UTF-8";
/* ******************************
 common.css
****************************** */

/* section_contents */

#section_contents {
  /* 	background: #D7DFE2; */
  color: #282828;
}

#section_contents a, #section_contents a *, ul#playlist li a, ul#playlist li a * {
  color: #0D3863;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  outline: none!important;
}

#section_contents .inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* parts */

#section_contents img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.table {
  display: table;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

/* title */

#section_contents h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

/* banner
------------------------------ */

div#banner {
  padding: 65px 0 55px;
  background: #000;
}

div#banner ul {
  margin: 0 -3px;
}

div#banner ul li {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 0 3px;
  margin-bottom: 10px;
}

div#banner ul li img {
  width: 100%;
}

div#banner ul li a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* loadList
------------------------------ */

.js-load {
  display: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.js-load.active {
  display: block;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

/* footer
------------------------------ */

div.footer {
  padding-top: 0;
}

/* colorbox
------------------------------ */

#istModal-close, #cboxClose {
  background-image: url(../img/btn_close01.png);
}

/* youtube
------------------------------ */

.features_detail .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.features_detail .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}