/* =================================
TOP CSS
================================= */
/*	header
============================== */
.blue-title{color:#46a0f8;font-weight: bold;font-size:120%; line-height: 2.0;text-align: center; }
.blue{color:#46a0f8;font-weight: bold; }
.red{color:#9a2a26;font-weight: bold; }
h2.title{height:50px;margin-top:5px;background-image:url(../img/title.jpg);background-position:0 0px;text-indent:-9999px;}
div.txt_area{ padding: 20px;  margin: 0 0px 15px; line-height: 2.0;}

@media all and (min-width: 768px) {
	header.header span.poster,
	header.header span.poster img {display:block;
	}
	
	header.header span.lazy-done {
		-webkit-animation: bounceInRight 700ms;
		animation: bounceInRight 700ms;
	}
	
	header.header span.poster,
	header.header span.poster > img {
		width:980px;
		height:500px;
	}
	
	header.header span.poster {
		margin:0 auto 30px;
	}
	
	header.header {
		background-image:url(../img/bg.jpg);
		padding-top: 30px;

	}

.thumb{width:480px;height:270px;margin:5px auto;background-image:url(../img/img01.jpg);text-indent:-9999px;}
.thumb2{float:left;width:280px;height:158px;margin-right:8px;background-image:url(../img/img02.jpg);text-indent:-9999px;}

}


@media all and (max-width: 767px) {

header.header span.poster {margin:0 auto;	}
header.header span.poster{background-size:cover;position:relative;	height:0;padding-top:51.020408163265306%!important;}
header.header span.poster > img {	position: absolute;	left:0;		top:0;		width:100%!important;		height:100%!important;	}
div.midokoro{background:#FFFFFF;	color:#030303;		text-align:left;	}
.thumb{width:100%; height:0; background: url(../img/img01.jpg) no-repeat;padding:60% 0 0; background-size: contain; position:relative;margin:5px auto;text-indent: -9999px;}
.thumb2{margin:0px;text-indent: -9999px;}
}



@media all and (min-width: 768px) {
#Container{	width: 980px;	margin: 10px auto;}
div#left{width: 620px;height: auto;float: left;}
div.top-movie{width: 620px;	margin-bottom:15px;}
div.midokoro{background:#FFFFFF;width: 620px;	color:#030303;	text-align:left;}
div#right{	width: 320px;float: right;}

}

@media all and (max-width: 767px) {

div#right{	width: 320px;margin:5px auto;}
}

