body{
	/*font-family:’Meiryo, sans-serif;	*/
    font-family: Verdana, "Hiragino Maru Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/* image css */
.img-logo {
  height: 45px;
}

.img-genre {
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.img-hedline {
  height: 25px;
}

.img-howto {
  height: 50px;
}

.padding-top-15 {
  padding-top: 15px;
}

/* style over ride */
.row-mt-10em {
  margin-top: 10em;
}
@media screen and (max-width: 992px) {
  .row-mt-10em {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .row-mt-10em {
    margin-top: 1em;
  }
}

.tab-content-hight {
    height: 650px;
}
@media screen and (max-width: 992px) {
  .tab-content-hight {
    height: 650px;
  }
}
@media screen and (max-width: 768px) {
  .tab-content-hight {
    height: 550px;
  }
}


/* breadcast */

.breadcast {
  margin: 0;
  padding: 0;
  font-size: 8px;
}
.breadcast li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.breadcast li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #F85A16;
  padding-left: 10px;
  padding-right: 10px;
}
.breadcast li a i {
  font-size: 8px;
}

/* header override */

.gtco-cover.gtco-cover-xss {
  height: 80px;
}



/* card */

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}














/* author */
.author {
  line-height: 20px;
  font-size: 16px;
  margin-left: 20px;
  font-weight: 400;
}
.author > figure {
  float: left;
  margin-right: 10px;
}
.author > figure img {
  width: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.author p {
  float: right;
  margin-top: 10px;
}
.author .area {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400 !important;
}
.author .subtext {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400 !important;
}


/* h tag exchenge */

.h-font-size-8{
  font-size: 8px;
}
.h-font-size-10{
  font-size: 10px;
}
.h-font-size-12{
  font-size: 12px;
}
.h-font-size-13{
  font-size: 13px;
}
.h-font-size-14{
  font-size: 14px;
}
.h-font-size-15{
  font-size: 15px;
}
.h-font-size-16{
  font-size: 16px;
}
.h-font-size-18{
  font-size: 18px;
}
.h-font-size-20{
  font-size: 20px;
}
.h-font-size-23{
  font-size: 23px;
}
.h-font-size-24{
  font-size: 24px;
