i {
  margin-top: 3px;
}
hr {
  margin: 10px 0;
}
small {
  display: block;
}



/* All
* ============= */

.title {
  font-size: 18px;
  margin-bottom: 10px !important;
}

.section {
  background: white;
  padding: 20px 20px;
}

/* font-awesome
 * ============= */
.fa-youtube-play:before,
.fa-star-o:before,
.fa-tag:before,
.fa-folder-open-o:before,
.fa-television:before,
.fa-clock-o:before,
.fa-eye:before
 {
  font-family: FontAwesome;
  margin-right: 4px;
}

.button.is-small {
  margin-bottom: 4px;
}

.button-toggle {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: block;
  height: 50px;
  width: 50px;
  font-size: 25px;
  margin-top: 6px;
}
.header-toggle-menu {
  margin: 10px;
}

/* toggle-menu
 * ============================== */
.toggle-menu {
  display: block;
  margin-bottom: 8px;
}



/* media
 * ============================== */
.is-112x63 {
  width: 112px;
  height: 63px;
}
.media-li {
  border: 1px solid #d3d6db;
  margin-bottom: 8px;
  /*box-shadow: 2px 2px 2px rgba(0,0,0,0.2);*/
}
.media-a {
  margin: 4px;
}
.media-title {
  color: #000;
  font-weight: bold;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 14px;
}
.content p:not(:last-child) {
    margin-bottom: 0em;
}

.media-relative {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}
.time {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 2px 3px 0 3px;
  background-color: rgba( 0,0,0,0.6 );
  color: #fff;
  font-size: 10px;
}
small.media-channel {
  color: #323232;
  margin-bottom: 0.1em;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
small.media-infomation {
  color: #323232;
}

/* category
 * ============================== */
.menu-block>p {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}


 /* tag-list
  * ============================== */
.tag-list-box49,
.tag-list-box32
 {
    text-align: center;
    margin-bottom: 10px;
}
.tag-list-box49>button {
  width: 49%;
  font-size: 12px;
  margin-bottom: 6px;
  border-radius: 1px;
  overflow : hidden;
  text-overflow: ellipsis;
}
.tag-list-box32>button {
  width: 32%;
  font-size: 12px;
  margin-bottom: 6px;
  border-radius: 1px;
  overflow : hidden;
  text-overflow: ellipsis;
}


/* video-player
 * ============================== */
.video-player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 12px;
}

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

/* content-sub
 * ============================== */

.media-related {
  margin-top: 20px;
}

dl.content-dl {
  width:100%;
  border-bottom:1px solid #fff;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  background-color:#ddeeff;
  margint:5px;

}
dl.content-dl dt {
  text-align: center;
  vertical-align: middle;
  float:left;
  clear: left;
  width:100px;
  font-weight:bold;
  background-color:#ddeeff;
  border-top:1px solid #fff;
  padding:8px;
}
dl.content-dl dd {
  background-color:#ffffff;
  border-top:1px solid #fff;
  margin-left:100px;
  padding:8px;
}

.content-infomation {
  margin-bottom: 12px;
}

.highlight {
  color: #222324;
  background-color: #f5f7fa;
  padding: 12px;
}

.text-centerd {
  text-align: center;
}

/*
*** RESPONSIVE STYLE ***
============================================================
*/

/* 769px以上
=====*/
@media screen and (min-width: 769px){
  .button-toggle {
    display: none;
  }
  .header-toggle-menu {
    display: none;
  }

}

/* 768pxまで
=====*/
@media screen and (max-width: 768px){


  .section {
    background: white;
    padding: 12px 4px;
  }

  .tabs.is-fullwidth li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
}
