@charset "utf-8";
/* CSS Document */

a{
	text-decoration:none;
	color:#CCC;
}	

/*ポイント時のリンク*/
a:hover{
	text-decoration:underline;
	color:#FCF;
}

h1{
	font-size:15px;
	font-weight:bold;
}


@media screen and (min-width: 481px) {

#main{
	width: 1000px;
	min-height:100vh;
	background-color:#FFC;
	position: relative;
	overflow: hidden;
	background-image:url(../img/show/show_back.gif);
	background-repeat:repeat-y;
	background-color:#F0EFC4;
}

#title{
	width: 200px;
	height:50px;
	padding:20px 0 0 20px;
}

#movie{
	width:1000px;
	min-height:100vh;
	margin:120px 0 0px 0px;
}

.youtube{
	background-image:url(../img/music/tv.gif);
	background-repeat:no-repeat;
	padding:58px 0px 0 10px;
	margin:20px 0 0 20px;
	width:300px;
	height:270px;
	float:left;
}

}

/*480px以下で表示*/
@media screen and (max-width: 480px) {

#main{
	width: 100%;
	min-height:auto;
	background-color:#FFC;
	position: relative;
	overflow: hidden;
	background-image:url(../img/show/show_back.gif);
	background-repeat:repeat-y;
}

#title{
	width: 100%;
	height:auto;
	padding:20px 0 0 20px;
}

#title img{
	width:50%;
	height:auto;
}

#illust{
	display:none;
}

#movie{
	width:100%;
	min-height:auto;
	height:auto;
	margin:20px 0 50px 0px;
}

.youtube{
	background-image:url(../img/music/tv.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding:0 auto;
	margin:0 auto;
	width:100%;
	height:auto;
	float:none;
	text-align:center;
}

.youtube iframe{
	padding:82px 0px 0 0px;
	text-align:center;
	margin:0 auto;
}

}