@charset "utf-8";

.hirachannel .content .main {
    width: 100%;
    float: none;
}
.hirachannel .content .main > section {
    width: 100%;
    margin-left: 0;
}
.hirachannel .matchInfo .matchList {
    z-index: 111;
}
.mainNav ul{
    display: table;
    width: 100%;
    border-bottom: solid 3px #f49645;
    margin-bottom: 20px;
}
.mainNav ul li{
    display: table-cell;
    width: 25%;
    background: #ccc;
    color: #000;
    text-align: center;
    border-right: solid 1px #fff;
}
.mainNav ul li:last-child{
    border-right: none;
}
.mainNav ul li a{
    padding: 15px;
    box-sizing: border-box;
    background: #e8e8e8;
    font-size: 15px;
    text-align: center;
    display: block;
    color: #555;
}
.mainNav ul li a:hover{
    text-decoration: none;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
.mainNav ul li > span{
    color: #a5a5a5;
}
.mainNav ul li > span > i,
.mainNav ul li > a > i{
    font-style: normal;
}

.hirachannel_hirahatasan .nav_hirahatasan a,
.hirachannel_talk .nav_jleaguepeople a{
    background: #f49645;
    color: #fff;
}
.mainNav .notactive{
  color: #555;
}
.tweetlist {
    display: block;
    font-size: 0;
}
.tweetlist > li {
    display: inline-block;
    letter-spacing: normal;
    width: 320px;
    vertical-align: top;
    padding-right: 10px;
}
.tweetlist > li:nth-child(3) {
    padding-right: 0;
}
.about_hirachannel p{
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 15px;
}
.hirachannel .lb-nav{
    height: 50%;
}
.hirachannel .lb-caption{
    display: block;
    padding: 0 0 10px;
    line-height: 1.6em;
}
.hirachannel h3{
  background: #f49645;
  color: #fff;
  padding: 12px 16px;
  line-height: 100%;
  font-weight: bold;
  display: block;
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
}
.profile{
  width: 500px;
  float: left;
  margin-right: 35px;
}
.profile p{
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 15px;
}
.profile img{
  border-radius: 50%;
}
.profile figure{
  display: inline-block;
  vertical-align: top;
}
.profile ul li{
  margin-top: 5px;
  font-size: 14px;
}
.profile .profile_name{
  font-size: 20px;
  border-bottom: 1px solid #000000;
  width: 90px;
}
.profile .profile_text{
  display: inline-block;
  width: 63%;
  margin-left: 30px;
}
.profile .profile_text p{
  margin-bottom: 10px;
}
.profile_video{
  width: 400px;
  float: left;
}
.video_hirachannel{
  overflow: hidden;
}

/*videoList*/
.videoList{
    font-size: 0;
}
.videoList li{
    display: inline-block;
    width: 320px;
    padding-right: 10px;
    padding-bottom: 15px;
    vertical-align: top;
}
.videoList li:nth-child(3n){
    padding-right: 0;
}
.videoList li img{
    width: 320px;
}
.videoList li figure div{
    position: relative;
}
.videoList li figure div:after{
    position: absolute;
    font-size: 54px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -27px;
    font-family: "icomoon3";
    content: "\ec601";
    color: #FFF;
    line-height: 100%;
    opacity: 0.7;
}
.videoList li figure figcaption{
    font-size: 14px;
}
.profile_video li img{
  width: 380px;
}
.profile_video li{
  width: 380px;
}
