<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*----Init----*/
.clearfix:after {
  content: "　";  
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}



html,body{ height:100%; }

img{
	border:0;
}

p.sub{
	font-size:80%;
	text-indent:-1em;
	margin-left:1em;
}

/*-------Base--------------*/
body{
	margin:0;
	font-size:14px;
	color:#FFF;
	background-repeat:no-repeat;
	background-color:#000;
	background-position:center top;
	background-image:url(../images/body-bg.jpg);
	line-height:1.5;
}

#wrapper{
	width:814px;
	background-image:url(../images/wrap-bg.png);
	background-repeat:repeat-y;
	min-height:100%;
	margin:0 auto;
}


#container,
#header,
#contents,
#footer{
	width:800px;
	margin:0 auto;
}

#container{
	background-image:url(../images/main.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
}

#header{
	position:relative;
}

#header #header-space{
	width:100%;
}

#header .bt-share{
	position:absolute;
	top:0;
	right:10px;
}

#header #share{
	display:block;
}

#header #share-m{
	display:none;
}

#header #link-dl{
	position:absolute;
	bottom:48px;
	right:15px;
}
#header #link-dl{
	display:block;
	width:42%;
	top:79%;
	right:2.5%;
}

#header #link-dl img{
	width:47%;
	margin-top:3%;
	/*margin-left:14px;
	margin-top:76px;*/
}

#links{
	display:block;
	width:100%;
	margin:0px auto;
	text-align:center;
	position:relative;
	background-image:url(../images/movie-base.png);
	background-size:100%;
	background-repeat:no-repeat;
	padding-top:11%;
	padding-bottom:5%;
	
}

#links img#base{
	width:100%;
}

#links img#link-detail{
	width:35%;
	position:absolute;
	top:1%;
	right:2%;
}

#links img.link-mov{
	width:45%;
	margin:0 5px;
}




#contents{
	margin-top:-10px;
}

#footer{
	margin-top:30px;
}

#footer #copyright{
	display:block;
	margin:10px auto;
}


/*----Contents-----*/
.section{
	margin-top:50px;
}

.section .section-p{
	width:100%;
}

.section .section-text{
	width:95%;
	/*float:left;*/
	margin:0 auto;
}


.section .section-cap{
	width:95%;
	margin:0 auto;
	margin-top:10px;
	text-align:center;
}
	

.section .section-cap img{
	width:32%;
	/*float:left;*/
	margin:0 3px;
	margin-bottom:10px;
}

.section .bnn{
	width:94%;
	display:block;
	margin:8px auto;
}

#pickup,
#pickup-m{
	width:100%;
	margin-top:30px;
}

#pickup{
	display:block;
}

#pickup-m{
	display:none;
}


table#spec{
	width:95%;
	border-collapse:collapse;
	margin:0 auto;
	margin-top:10px;
}

table#spec tr{
	border:1px #999 dotted;
	border-width:1px 0 0 0;
}

table#spec tr:first-child{
	border-width:0;
}

table#spec th,
table#spec td{
	background-color:#CCC;
	color:#333;
	vertical-align:top;
	padding:5px;
}

table#spec th{
	width:65px;
	font-weight:normal;
	text-align:left;
}

table#spec td .bt-access{
/*	float:right;*/
	width:134px;
	margin-top:5px;
}

/*---MEdia Query ----*/

@media screen and (max-width:799px){
	body{
		font-size:16px;
		background-image:none;
		line-height:1.5;
	}

	
	#wrapper,
	#container,
	#header,
	#contents,
	#footer{
		width:100%;
	}
	
	#wrapper{
		background-image:none;
	}
	
	table#spec{
		font-size:14px;
	}
	
	.section .section-cap img{
/*		display:block;*/
		width:31%;
		margin:0 2px;
	}
	.section .bnn{
		width:92%;
	}
}

@media screen and (max-width:639px){
	/*#container{
		background-image:url(../images/main-m.jpg);
	}*/
	#header #link-dl img{
		margin-top:2%;
	}
	.section{
		margin-top:30px;
	}

}


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

	#header #share{
		display:none;
	}

	#header #share-m{
		display:block;
	}

	#header #link-dl img{
		margin-top:1%;
	}
	
	#pickup{
		display:none;
	}

	#pickup-m{
		display:block;
	}



	.section{
		margin-top:20px;
	}

	.section .section-cap img{
/*		display:block;*/
		width:95%;
		margin:3px auto;
		float:none;
	}
}


	</pre></body></html>