@media only screen and (min-width: 320px) {
body {
	background-color: #111111;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	color: #999999;
	line-height: 1.5;
	}

#midashibar {
	width: auto;
	height: 15px;
	font-size: 11px;
	color: white;
	padding: 5px;
	background-color: #C735F9;
	text-align: left;
	}
	
#contents2 {
	width: 100%;
	min-height: 500px;
	background-color: rgba(255, 255, 255, 0.1);
	}
	
.douga {
	text-align: center;
	width: 90%;
	padding-top: 30px;
	}

.dougatitle {
	font-size: 10px;
	color: #ffac71;

	}

}

/* 見出しボックス */

.llbox{
	width: 85%;
	height: auto;
    padding: 0.5em 1em;
    margin: 0 auto;
    margin-top: 10px;
    background: #f4f4f4;
    border-left: solid 20px #57DEBD;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
   	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	border-radius: 5px ;
}
.llbox p {
    margin: 0; 
    padding: 0;
	font-family: Meiryo, "メイリオ", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, sans-serif;
	font-size: 20px;
	color: #03a97a;
	text-shadow: 2px 2px 5px #b0ffe3;
}
/* End 見出しボックス */

#movielist {
	display: none
}

@media only screen and (min-width: 1000px) {
body {
	background-color: #fff;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #111111;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	color: #999999;
	line-height: 1.5;
	}

#midashibar {
	width: 694px;
	height: 15px;
	font-size: 11px;
	color: white;
	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	border-radius: 5px ;
	border: none ;
	margin: 0 0 10px 0;
	background-color: #C735F9;
	}
	
#contents2 {
	width: 704px;
	min-height: 500px;
	padding: 10px 0 10px 0;
	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	border-radius: 5px ;
	border: none ;
	background-color: rgba(255,  255,  255, 0.1);
	}

.douga {
	width: 220px;
	height: 190px;
	padding-left: 10px;
	float: left;
	}

.dougatitle {
	font-size: 10px;
	color: #ffac71;
	min-height: 50px;
	}


}

