@charset "utf-8";

.TSS_headtop{
    display: flex;
    flex-direction: row nowrap;
    justify-content:flex-end;
    align-content: center;
    align-items:stretch;
}

.TSS_headtop h1{
   flex-grow: 1;
   text-align: left;
}

.TSS_headtop h1 a{
    display: inline-block;
}

.TSS_headtop h1 img{
    height: 56px;
    width:auto;
    vertical-align: middle;
}

.TSS_gnav ul{
    background-color: #e83d52;
}

.TSS_gnav li a{
    background-color: #c00000;
    background-repeat: no-repeat;
    background-position: center 6px;
    background-size: 32px auto;
    border-radius: 2px;
}

.TSS_gnav li:first-of-type a{
    background-image: url(../img/top2017/ic_gc_tv.svg);
}
.TSS_gnav li:nth-of-type(2) a{
    background-image: url(../img/top2017/ic_gc_news.svg);
}
.TSS_gnav li:nth-of-type(3) a{
    background-image: url(../img/top2017/ic_gc_weather.svg);
}
.TSS_gnav li:nth-of-type(4) a{
    background-image: url(../img/top2017/ic_gc_sports.svg);
}
.TSS_gnav li:nth-of-type(5) a{
    background-image: url(../img/top2017/ic_gc_club.svg);
}
.TSS_gnav li:nth-of-type(6) a{
    background-image: url(../img/top2017/ic_gc_ann.svg);
}
.TSS_gnav li:nth-of-type(7) a{
    background-image: url(../img/top2017/ic_gc_event.svg);
}
.TSS_gnav li:nth-of-type(8) a{
    background-image: url(../img/top2017/ic_gc_shop.svg);
}
.TSS_gnav li:nth-of-type(9) a{
    background-image: url(../img/top2017/ic_gc_msg.svg);
}

.TSS_gnav li a:hover{
    background-color: #fff;
    color: #d10000 !important;
}

.TSS_gnav li a:hover img{
    visibility: hidden;
}

/* tss_SNS------------------------------------------*/
.TSS_snsbox{
    align-self: center;
    text-align:right;
    margin-right: 16px;
}

.TSS_snsbox li{
    display:inline-block;
    vertical-align: top !important;
    line-height: 1;
    padding-top:8px;
}

/* tss_SNS------------------------------------------*/

.TSS_headtop > a{
    display: block;
}

.TSS_headtop > a:hover img{
    opacity: 0.8;
}
