body{
    font-size: 10.5pt;
    width:100%;
    min-width:1080px;
    margin:0;
    padding:0;
    line-height: 1.6;
    /*
    background-repeat:repeat;
    background-position:center top;
    
    font-family: 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; 
    */
}

.in{
    width:1000px;
    margin:0 auto;
}

ul{
    list-style:none;
}

a img:hover{
    opacity:0.85;
}

.indent{
    text-indent:-9999px;
}


#footer{
    background:url(../images/common/footer_bg.jpg) no-repeat center top;
    min-height:147px;
    padding-top: 1px;
    background-size:cover; 
}

#footer .in{
    position:relative;
}

#footer .f_logo1{
    position:absolute;
    top: -28px;
    left:0;
}

#footer .f_logo2{
    position:absolute;
    top:0;
    right:0;
}

#footer .f_navis{
    overflow: hidden;
    background-image: url(../images/common/footer_navi_bg.png);
    padding: 10px 30px 10px 15px;
    width: 475px;
    margin: 51px auto 0;
    line-height: 0;
}

#footer .f_navis li{
    float:left;
    padding-right: 20px;
}

#footer .f_navis li:last-child{
    padding-right:0;
}

.topbtn{
    position:fixed;
    right:10px;
    bottom:10px;
    z-index:999;
}

.inline_box{
    display:none;
}

.video_common {
    position: relative;
    z-index: 999;
    width:100%;
    height:100%;
}

.video_common > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}



.video_common video{
    width:auto;
    max-height:500px;    
}

.f_navis a img:hover {
    opacity: 0.5;
}


.moviepage.video_common > div {
    position:relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.moviepage.video_common {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: table;
}




/*
Colorbox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/* 
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#ed7eaf;}
#colorbox{outline:0;}
#cboxContent{margin-top:20px;background:#fe65a8;}
.cboxIframe{background:url(../images/common/ajax-loader.gif) no-repeat center center  #ff94c3;border: 1px solid #ff94c3;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#fe65a8; padding:50px; border:none;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxLoadingGraphic{background:url(../images/common/ajax-loader.gif) no-repeat center center #fe65a8;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxClose{position:absolute; top: -8px; right: -8px; display:block; background:url(../images/common/close.jpg) no-repeat top center; width:45px; height:45px; text-indent:-9999px; transition:0.2s;}
#cboxClose:hover{ opacity:0.85;}

