@charset "UTF-8";

/*
===========================================================================
|           site common style
===========================================================================
*/

/*----------------------------------------------------------------------
/   newsIndex
/----------------------------------------------------------------------*/

#newsEventIndex #introduction,
#newsProductIndex #introduction,
#channelIndex #introduction,
#newsIndex #introduction {
    background-color: #f9f9f9;
    background-color: #000;
    background-image: url("/news/images/index/top_image.jpg");
    background-position: left 0 !important;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #000;
    color:#ccc;
    height: 200px;
}

#newsEventIndex #introduction div.copy,
#newsProductIndex #introduction div.copy,
#channelIndex #introduction div.copy,
#newsIndex #introduction div.copy {
    float: right;
    width: 46%;
}

#newsEventIndex #introduction div.copy p,
#newsProductIndex #introduction div.copy p,
#channelIndex #introduction div.copy p,
#newsIndex #introduction div.copy p{
    font-size:100%;
}

#newsEventIndex #introduction div.copy  h1,
#newsProductIndex #introduction div.copy  h1,
#channelIndex #introduction div.copy  h1,
#newsIndex #introduction div.copy h1 {
    color: #0a81ba;
    color:#fff;
    margin-bottom: 20px;
}

#newsEventDetail #introduction_detailpage,
#newsProductDetail #introduction_detailpage,
#channelDetail #introduction_detailpage,
#newsDetail #introduction_detailpage {
    background-color: #f9f9f9;
    background-color: #000;
    background-image: url("/news/images/index/top_image.jpg");
    background-position: left 0 !important;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #000;
    color:#ccc;
    height: 200px;
}

#newsEventDetail #introduction_detailpage div.copy,
#newsProductDetail #introduction_detailpage div.copy,
#channelDetail #introduction_detailpage div.copy,
#newsDetail #introduction_detailpage div.copy {
    float: right;
    width: 46%;
}

#newsEventDetail #introduction_detailpage div.copy p,
#newsProductDetail #introduction_detailpage div.copy p,
#channelDetail #introduction_detailpage div.copy p,
#newsDetail #introduction_detailpage div.copy p{
    font-size:100%;
}

#newsEventDetail #introduction_detailpage div.copy  h1,
#newsProductDetail #introduction_detailpage div.copy  h1,
#channelDetail #introduction_detailpage div.copy  h1,
#newsDetail #introduction_detailpage div.copy h1 {
    color: #0a81ba;
    color:#fff;
    margin-bottom: 20px;
}


/*----------------------------------------------------------------------
/   about
/----------------------------------------------------------------------*/
#aboutIndex{

}
#aboutIndex section{
    border-bottom:1px dotted #ccc;
}
span.m{
    margin-left:10px;
    display: inline-block;
    font-weight: normal;
    font-size:80%;
}

/*----------------------------------------------------------------------
/   EVENT
/----------------------------------------------------------------------*/
#newsEventIndex table.calendar{
    margin-top:0;
}
#newsEventIndex div.prev{
    //width:30px;
    float: left;
     padding: 0;
}
#newsEventIndex div.next{
    //width:30px;
    float: right;
    padding: 0;
}
#newsEventIndex div.prev a,
#newsEventIndex div.next a{
    width: auto;
    color:#000;
    padding: 0 .5em;
}
#newsEventIndex table.calendar td.detail{
        text-align: center;
}
#newsEventIndex div.selectSchedule{
    text-align: center;
    background: #000;
    padding:8px 8px;
    overflow: hidden;
}
ul.meta{
    text-align: left;
    margin: 0 0 20px 0;
}

#newsEventDetail div.category{
    margin:0 0 10px 0;
}
#newsEventDetail div.category span{
    display: inline-block;
    background: #000;
    color:#fff;
    padding:5px 12px;
}
#newsEventDetail div.place{
    background: #f5f5f5;
    padding:10px;
    margin:0 0 10px 0;
}


/*----------------------------------------------------------------------
/   newsProductIndex
/----------------------------------------------------------------------*/
#newsProductIndex table.newsList{
    width:100%;
}
#newsProductIndex table.newsList th {
    //width:60px;
    text-align: center;
}
#newsProductIndex table.newsList th img{
    width:100%;
    display: block;
    //min-height:60px;
}
#newsProductIndex table.newsList td a{
    padding:0;
}
#newsProductIndex table.newsList td,
#newsProductIndex table.newsList th {
    border-top:1px solid #ddd;
    vertical-align: middle;
}

#newsProductIndex table.newsList tr{
    background: transparent
}
#newsProductIndex table.newsList td{
    padding: 3px 0 3px 20px;
}

#newsProductDetail div.mainPhoto{

}
#newsProductDetail div.mainPhoto img{
    max-width:60%;
    margin:0 auto 30px auto;
    display: block;
}
/*=====================================================
    channelIndex
=======================================================*/
#channelIndex{
    background: #000;
    background: #fff;
    color:#fff;
    color:#000;
}
#channelIndex h1{
    color:#fff;
    color:#000;
}

#channelIndex ul#channelNav{
    border-left:1px solid #333;
    border-left:1px solid #ccc;
    margin:0 0 30px 0;
}
#channelIndex ul#channelNav li{
    display: inline-block;
}
#channelIndex ul#channelNav li a{
    color:#fff;
    color:#000;
    display: inline-block;
    padding: 6px 30px;
    border-right:1px solid #333;
     border-right:1px solid #ccc;
}
#channelIndex ul.channelList{
    overflow: hidden;
}
#channelIndex ul.channelList li{
    width:29.3%;
    margin:0  2% 4% 2%;
    float: left;
    position: relative;
    cursor: pointer;
}
#channelIndex ul.channelList li div.thumb{
    display: block;
    border:1px solid #000;
    margin:0 0 12px 0;
}
#channelIndex ul.channelList li img{
    display: block;
    width:100%;
}
#channelIndex ul.channelList li iframe{
    border:1px solid #333;
    margin:0 0 10px 0;
    width:100%;
}

#channelIndex ul.channelList li div.icon{
    position: absolute;
    width:65px;
    height:45px;
    z-index: 10;
    left:50%;
    top:50%;
    margin-left:-32px;
    margin-top:-50px;
    opacity:0.9;
    background: url(/news/channel/images/common/YouTube-icon-dark.png) no-repeat;
    background-size:  auto 100% ;
}
#channelIndex ul.channelList li:hover div.icon{
  background-image: url(/news/channel/images/common/YouTube-icon-red.png);
}
#channelIndex ul.channelList li div.icon img{
    display: block;
    width:60px;
    margin:0 auto;
}
.featherlight .featherlight-content{
    border:none;
    padding:0;
    overflow: hidden;
}
.featherlight .featherlight-inner{
    background: #000
}

/*=====================================================
    device
=======================================================*/

/*
    TAB
    */
@media screen and (max-width: 991px) {

}
/*
    iphone landspcae
*/
@media only screen and (max-width: 736px) {
    #channelIndex ul.channelList li{
        width:46%;
    }
}

/*
    SPHONE
    */
@media screen and (max-width: 479px) {
    #newsEventIndex #introduction,
    #newsProductIndex #introduction,
    #channelIndex #introduction,
    #newsIndex #introduction,
    #newsDetail #introduction_detailpage,
    #newsProductDetail #introduction_detailpage,
    #newsEventDetail #introduction_detailpage {
        padding: 100px 0 0 0;
        background-size: auto 100px
    }
    #newsEventIndex #introduction div.wrapper,
    #newsProductIndex #introduction div.wrapper,
    #channelIndex #introduction div.wrapper,
    #newsIndex #introduction div.wrapper,
    #newsDetail #introduction_detailpage div.wrapper,
    #newsProductDetail #introduction_detailpage div.wrapper,
    #newsEventDetail #introduction_detailpage div.wrapper{
        border-top: 1px solid #666;
        border-top: none;
    }
    #newsEventIndex #introduction div.copy,
    #newsProductIndex #introduction div.copy,
    #channelIndex #introduction div.copy,
    #newsIndex #introduction div.copy,
    #newsDetail #introduction_detailpage div.copy,
    #newsProductDetail #introduction_detailpage div.copy,
    #newsEventDetail #introduction_detailpage div.copy{
        padding: 4% 0 ;
        width:auto;
        float: none;
        margin: 0 0;
        background: #000;
    }
    #newsEventIndex #introduction div.copy  h1,
    #newsProductIndex #introduction div.copy  h1,
    #channelIndex #introduction div.copy  h1,
    #newsIndex #introduction div.copy h1,
    #newsDetail #introduction_detailpage div.copy h1,
    #newsProductDetail #introduction_detailpage div.copy h1,
    #newsEventDetail #introduction_detailpage div.copy h1{
        right: 20%;
    }
    #newsEventIndex table.calendar{
        font-size: 90%;
    }
     #newsEventIndex table.calendar thead{
        display: none;
     }
    #newsEventIndex table.calendar th,
    #newsEventIndex table.calendar td{
        padding: 2px;
    }
    #newsEventIndex table.calendar span.m{
        display: block;
        text-align: center;
        margin:0;
    }

    #newsProductIndex table.newsList td{
        border-top:none;
        border:none;
        padding:0 0 20px 0;
    }
    #newsProductIndex table.newsList th{
        width:auto;
        border:none;
        border-top:1px solid #ccc;
    }
    #newsProductIndex table.newsList th img{
        width:60%;
        display: block;
        margin:0 auto;
    }
    #channelIndex ul#channelNav{
        margin:0 0 20px 0;
    }
    #channelIndex ul#channelNav li a{
        padding: 6px 13px;
    }
    #channelIndex ul.channelList{
        overflow: hidden;
         margin-left:0;
    }
    #channelIndex ul.channelList li{
        width:100%;
        margin:0  0 5% 0;
        float: none;
    }
    #channelIndex ul.channelList li iframe{
        margin:0 0 6px 0;
    }
    .featherlight .featherlight-content{
        border:none;
        padding:0;
        margin:0;
    }

    #newsDetail #introduction_detailpage div.copy h1,
    #newsProductDetail #introduction_detailpage div.copy h1,
    #newsEventDetail #introduction_detailpage div.copy h1 {
        margin-bottom: 5px !important;
        position: absolute;
        top: 35px;
    }

    #newsDetail #introduction_detailpage,
    #newsProductDetail #introduction_detailpage,
    #newsEventDetail #introduction_detailpage {
        height: auto !important;
    }

    #introduction_detailpage div.wrapper {
        padding: 0 5% !important;
    }

}

#introduction_detailpage p {
    font-size: 86%;
    line-height: 180%;
}
#introduction_detailpage p:last-child {
    margin: 0;
}

/*202008*/
#channelIndex ul.filterNav {
    border-left: 1px solid #333;
    border-left: 1px solid #ccc;
    margin: 0 0 30px 0;
}

#channelIndex ul.filterNav li {
    display: inline-block;
}
#channelIndex ul.filterNav li a {
    color: #fff;
    color: #000;
    display: inline-block;
    padding: 6px 30px;
    border-right: 1px solid #333;
    border-right: 1px solid #ccc;
}


#channelIndex h4.filterTitle {
    border-bottom: solid 2px black;
    font-size: 1.2rem;
    padding: .35rem 0;
    margin-bottom: 2em;
    padding-top: 120px;
    margin-top: -120px;
}


@media screen and (max-width: 479px) {
    #channelIndex ul.filterNav li a {
        padding: 6px 13px;
    }
    #channelIndex h4.filterTitle {
        padding-top: 70px;
        margin-top: -70px;
    }
}
