@charset "utf-8";

.titlebox{
background-image: url("../images/bg.jpg");
}

@media screen and (min-width: 979px), print {


}
@media screen and (max-width:978px){


}



.top_menu02 {

    padding-top: 20px;
    padding-bottom: 20px;
}

.top_menu02 .bgtit02 {
    color: #333;
    font-weight: 900;
    font-size: 2.0rem;
    border-bottom: 2px solid #cbc5b4;
    margin-bottom: 30px;
    padding-top: 40px;
}

.top_menu02_inn{
width: 960px;
margin:0 auto;
padding:0 0 50px 0;
    color: #333;
}

.top_menu02_inn a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


.top_menu02_inn .menu_movie_inn{
float: left;
width: 50%;
text-align: center;
}

.top_menu02_inn .menu_movie_inn .left_con{
padding-top: 85px;
}




@media screen and (max-width: 768px) {


.top_menu02 {
background-image: url(/images/moviebg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}

.top_menu02 .bgtit02 {
    color: #ffffff;
    font-weight: 900;
    font-size: 1.8rem;
    border-bottom: 2px solid #cbc5b4;
    margin-bottom: 20px;
    padding-top: 20px;
}

.top_menu02_inn{
width: 100%;
margin:0 auto;
padding:0 0 50px 0;
color: #fff;
}
.top_menu02_inn .menu_movie_inn{
float: none;
width: 100%;
text-align: center;
margin-bottom: 20px;
}

.top_menu02_inn .menu_movie_inn .left_con{
padding-top: 10px;
}

}





