
/***************************************
 *  25th
html,body{
    height: 100%;
}

.tf-body{
    background: #FFF;
}

.tf-body #wrapper{
    visibility: none;
}


#tf-frame{
    background: #FFF;
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:fixed;
    z-index:10000;
}

#tf-motion-area{
    position:absolute;
    top:0;
    left:0;
    width:1280px;
    height:720px;

    transform-origin:0 0;
}

#tf-image{
    position: absolute;
    display: none;
}

#tf-image #tf-kv{
    width:100%;
    height:100%;
}

#tf-footprints{
    position: absolute;
    display: none;
}
 */

/***************************************
 *  topics
 */


.topics{
    background-color:#333;
    padding: 14px;
    position: relative;
}

.topics_count_box{
    float:left;
    width: 50px
}

.topics header{
    width:40px;
    padding:5px;
    text-align: center;
    border-radius: 3px 3px 0 0;
    background-color: #999;
    font-weight: bold;
    font-size:9px;
    color:#000;
}

.topics .topics_count{
    width:40px;
    padding:4px;
    font-size:9px;
    text-align: center;
    color:#999;
    border: 1px solid #999;
    border-radius: 0 0 3px 3px;
}

.topics .navi{
    position: absolute;
    right:8px;
    top:12px;
    width:31px;
}

.topics .navi a{
    box-sizing:content-box;
    display: block;
    height: 19px;
    margin-top:4px;
    padding:0px 6px 6px;
}

.topics .navi a:first-child{
    margin-top:0px;
    padding:6px 6px 0;
}

#topics_list{
    margin: 0;
    margin-left:60px;
    margin-right: 25px;
    padding:0;
    height:50px;
    position: relative;
    overflow: hidden;
    line-height: 1.4em;
}

#topics_list li {
    display: none;
    position: absolute;
    width:100%;
    height:45px;
    overflow: hidden;
    font-size:11px;
    margin:0;
    padding:0;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}

#topics_list li:first-child{
    display: block;
}



/***************************************
 *  共通
 */

.white{
    background-color: #FFF;
}

section header h2{
    text-align: center;
    font-size:18px;
    line-height: 1.0em;
    margin:10px;
    font-weight: bold;
}

.white h2{
    color:#333;
}


/***************************************
 *  billboard
 */

#billboard_info{
	/*display: none;*/
    line-height: 1.2em;
    height: 100px;
    background-color:#333;
}

#billboard_info .bill_info{
	/*display: none;*/
    position: absolute;
    padding:12px 12px 0;
    background-color:#333;
    font-size:11px;
    color:#BBB;
    width:100%;
    box-sizing:border-box;
}

#billboard_info .bill_info header{
    font-size:12px;
    font-weight: bold;
    color:#FFF;
}

#billboard_info .bill_info .bill_info_body{
    margin-top:5px;
}

#billboard_info .bill_info a.more_info{
    margin-top: 5px;
    display: inline-block;
    border-radius: 2px;
    padding:3px 6px 3px 18px;
    color:#333;
    text-decoration: none;
    font-weight: bold;

    background: #999 url("../img/common/navi_allow_more_info.png") 6px center no-repeat;
    background-size:9px 8px;
}

.billboard_nav_bar{
    height:40px;
    background:url("../img/common/news_nav_bg.png") repeat-x left top;
}

.billboard{
    line-height: 0;
    position: relative;
}

.billboard_list div{
    position: absolute;
    top:0;
    left:0;
}

.billboard_nav_bar{
    position: relative;
}

.billboard_nav{
    margin:0 auto;
    padding: 0;
}

.billboard_nav li{
    cursor: pointer;
    position: relative;
    width: 20px;
    height:40px;
    background: url("../img/common/kv_selector.png") no-repeat center center;
    background-size:20px;
    list-style: none;
    padding:0;
    margin:auto;

    float:left;
    margin: 0 2px;
}

.billboard_nav li.current{
    background-image: url("../img/common/kv_selector_current.png");
}

.billboard_nav_bar .prev{
    display: block;
    width:20px;
    height: 20px;
    position: absolute;
    left:10px;
    padding:10px 0;
    top:0;
    bottom:0;
    margin:auto;
}

.billboard_nav_bar .next{
    display: block;
    width:20px;
    height: 20px;
    position: absolute;
    right:10px;
    padding:10px 0;
    top:0;
    bottom:0;
    margin:auto;    
}



/***************************************
 *  ニュースアーカイブ
 */

.news .caption{
    margin:1px 0 0;
    border-top: 1px solid #444;
    padding:10px 0;
}

.news_list{
    list-style: none;
    margin: 0;
    padding: 0
}

.news_list li{
    margin: 0;
    padding: 10px;
    border-top: 1px solid #444;
}

.news_list li a{
    color:#CCC;
    text-decoration: none;
}
.news_list li .date{
    font-size:12px;
    color: #666;
    text-decoration: none;
    font-weight: bold;
    margin-left: 90px;
}


.news_list li p{
    margin:0;
    color: #FFF;
    margin-left: 90px;
    line-height: 1.25em;
    letter-spacing: 0.0em;
}
.news_list li p br{
	display: none;
}
.news_thumb{
    float:left;
    width:80px;
    height:60px;
    border-radius: 3px;
}

.news_thumb.border{
    border:0.5px solid #444;
}

.news_archive_link{
    text-align: center;
    border-top:1px solid #444;
    padding:10px;
}

.news_archive_link a{
    font-size:16px;
    color:#888;
    text-decoration: none;
    font-weight: bold;
}

.news_archive_link a img{
    position: relative;
    top:-2px;
    vertical-align: middle;
}


/***************************************
 *  video
 */
section.video{
    padding-bottom: 10px;
    overflow: hidden;
}

section.video .header{
    padding:10px;
}


section.video .header .prev,
section.video .header .next{
    display: block;
    width:  20px;
    height: 20px;
    float: left;
}

section.video .variable_frame{
    position: relative;
}

section.video .header .next{
    float: right;
}

section.video .header h2{
    margin:0;
    margin-left:20px;
    margin-right:20px;
}

.video_list{
    margin:0 10px;
    padding:0;
    position: relative;
    z-index:1;
    pointer-events:none;
}

.video_list li{
    width:100%;
    padding:0;
    position: absolute;
}

.video_list .large_thumb{
    width:100%;
    border-radius: 3px;
}


.video_list li a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    width:100px;
    height:100px;
    margin:auto;
}

.video_list li .play_btn{
    width: 100px;
    height: 100px;
}

#video_wrapper{
    box-sizing:border-box;
    position: absolute;
    top:0;
    left:10px;
    right:10px;
    bottom:0;
    margin:auto;
    z-index: 0;
}

#video_frame{
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
}

.video_thumb{
    list-style: none;
    margin:10px auto 0;
    padding:0;
    height:26px;

}

.video_thumb li{
    padding:2px;
    border:1px #CCC solid;
    width:25px;
    height:20px;
    float:left;
    margin-left:4px;
    border-radius: 3px;
}

.video_thumb li:first-child{
    margin-left: 0;
}

.video_thumb li.current{
    padding:2px;
    border:1px #000 solid;
}

.video_thumb img {
    width:25px;
    height:20px;   
}


/***************************************
 *  fanclub
 */

.fanclub{
    margin: 10px;
}

.fanclub img.banner{
    width:100%;
    border-radius: 3px;
}

.fanclub h2{
    color:#EEEEDD;
}


/***************************************
 *  EMERGENCY
 */
#emergency_frame{
    background: #FFF;
    padding: 10px;
}

#emergency_frame strong{
    color:#D00;
    font-weight: bold;
}

#emergency_frame a        { color : #225588; }
#emergency_frame a:hover  { color : #000000; text-decoration: none; }

#emergency_inner{
    /*border:2px solid #D00;*/
    padding: 8px 8px 20px;
}

#emergency_inner

#emergency_header{
    text-align: center;
    font-size:14px;
    font-weight: bold;
    color:#D00;
}

#emergency_body{
    padding-bottom: 0;
    margin-top:15px;
    line-height: 1.25em;
    font-size: 12px;
    color :#333;
}

#emergency_body img{
    display: inline-block;
    margin-top:15px;
    width: 80%;
}

#emergency_body a img{width: 40%;}


