<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "EUC-JP";   /*   文字コード   */

/* Reset
=======================================*/

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
	color: #fff;
}

body {
	font: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: small;
	font-size: 12px;
}

table {
	font: 100%;
	font-size: inherit;
}

hr {
	margin: 20px 0;
	border-width: 0;
	border-top: 1px solid #333;
}

img {vertical-align: bottom;}



strong {
	font-weight: bold;
}

/* Layout
=======================================*/

#container{
	width: 800px;
	background:#000;
	color: #fff;
	border: solid 1px #fff;
}

#header{
	width: 800px;
	height: 580px;
	margin: 0 auto;
	text-align: left;
	background:url(/nol/event/timescoop/img/header.jpg) top center no-repeat;
}

#ss_box{
	width: 680px;
	height: 220px;
	margin: 0 auto;
	text-align: left;
	padding: 0 50px 0 70px;
	background:url(/nol/event/timescoop/img/ss_box.jpg) top center no-repeat;
}

.item_movie{
	width: 800px;
	height: 470px;
	margin: 0 auto;
	text-align: left;
	background:url(/nol/event/timescoop/img/item_movie.jpg) top center no-repeat;
}

.info_box{
	width: 370px;
	height: 220px;
	margin: 0 auto;
	text-align: left;
	padding: 100px 0 0 430px;
	background:url(/nol/event/timescoop/img/info.jpg) top center no-repeat;
}

.han_info_box{
	width: 370px;
	height: 220px;
	margin: 0 auto;
	text-align: left;
	padding: 100px 0 0 430px;
	background:url(/nol/event/timescoop/img/han_info.jpg) top center no-repeat;
}



/* btn_movie
-------------------------------------------------------------------------- */

#btn_movie{
	width: 378px;
	height: 130px;
	padding: 300px 0 0 400px;
}


#btn_movie a{
	background: url(/nol/event/timescoop/img/btn_movie.png);
	width: 378px;
	height: 130px;
	display: block;
}

#btn_movie a:hover{
	background: url(/nol/event/timescoop/img/btn_movie.png) 0px -130px;
}

#btn_movie strong{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* btn_tc
-------------------------------------------------------------------------- */

.btn_box{
	width: 365px;
	height: 100px;
	padding: 315px 0 0 400px;
}


.btn_tc{
	width: 365px;
	height: 45px;
	margin-bottom: 3px;
}


.btn_tc a{
	background: url(/nol/event/timescoop/img/btn_tc.png);
	width: 365px;
	height: 45px;
	display: block;
}

.btn_tc a:hover{
	background: url(/nol/event/timescoop/img/btn_tc.png) 0px -45px;
}

.btn_tc strong{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}




/* btn_tc
-------------------------------------------------------------------------- */

.btn_of{
	width: 365px;
	height: 45px;
}


.btn_of a{
	background: url(/nol/event/timescoop/img/btn_of.png);
	width: 365px;
	height: 45px;
	display: block;
}

.btn_of a:hover{
	background: url(/nol/event/timescoop/img/btn_of.png) 0px -45px;
}

.btn_of strong{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}







.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}</pre></body></html>