@charset "UTF-8";

ul li{
	margin-bottom: 10px
}
header h1{
    width: auto;
}
h1#ttl{
	position: relative;
	height: 120px;
	margin: -30px 0 40px;
	padding: 80px 0 0 70px;
	background: url(../../../img/contents/bg_logo.png) 98% 20px no-repeat #eee;
	font-size: 34px;
	color: #333;
	box-sizing: content-box;
}
h1#ttl.ttl15th{
	background-image: url(../../../img/contents/movies/bg_logo15th.png)
}

#mCol h2{
    margin: 30px 0 10px;
    font-size: 1.4em;
}
#mCol h3{
    margin: 30px 0 10px;
    font-size: 1em;
    border: none;
    padding: 0;
}

.lBox{
    float: left;
    width: 335px;
}
.rBox{
    float: right;
    width: 335px;
}

footer{
	padding-top: 5px
}
#toTop{ top: -40px}
footer .inner .bloc{
	display: none
}
#fAddress{
	border-top: none
}

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

h1#ttl{
	height: auto;
	margin-top: -20px;
	padding: 80px 20px 40px 20px;
	font-size: 16px;
}
h1#ttl span{
	top: 50px;
    left: 20px;
	font-size: 10px
}

.lBox, .rBox{
    float: none;
    width: 100%;
}
#mCol iframe{
    width: 100%;
    height: auto;
}

}
