<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

h2{
	    color: #ff1961;
    font-style: italic;
    font-size: 22px;
    letter-spacing: 0.3em;
    width: 100%;
    text-align: center;
    margin: 230px auto 10px;
}

h2 strong{
	font-size: 33px;
	font-family: futura-pt, sans-serif;
	font-weight: 900;
	
	
}

#header_logo{
	visibility: hidden;
}

#page_navi{
    display: flex;
    width: 1000px;
    /* max-width: 1000px; */
    /* margin: 10px auto; */
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    float: none;
}


.navi_btn,.navi_btn_l2
{
	/*width: 33%;*/
}

.navi_btn a,.navi_btn_l2 a
{
    display: block;
    width: 273px;
    height: 88px;
    text-align: center;
}

#content_container{
    width: 100%!important;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}


.youtube_container{
        /* width: 1000px; */
    /* height: 700px; */
    float: left;
    color: #000000;
    margin: 6px auto;
    text-align: left;
    display: flex;
    justify-content: center;
    background-color: #FFF;
    padding: 10px;
    font-size: 25px;
	 box-shadow: 4px 5px #00000099;
}

.thumbnail_box{
	width: 350px;
}

.thumbnail_box img{
	width: 100%;
}


.youtube_detail{
	padding: 10px;
}

.onair{
	font-weight: 900;	
}

.cast{
	    margin: 20px auto;
    width: 401px;
}

.cast span{
	font-size:0.8em;
}

</pre></body></html>