<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: #000;
}

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 {
	border: none;
	vertical-align: bottom;
}



strong {
	font-weight: bold;
}

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

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

.h2_box{
	width: 750px;
	margin: 0 auto;
	text-align: center;
}

.text_box{
	color: #fff;
	/* border: solid 1px #fff; */
	width: 680px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 20px;
}

.text_box2{
	color: #fff;
	/* border: solid 1px #fff; */
	width: 500px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 20px;
	padding-right: 240px;
}

.ss_box{
	width: 740px;
	margin: 0 auto;
	text-align: center;
}


.cont2_box{
	width: 800px;
	height: 240px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	padding-top: 90px;
	background:url(/nol/event/fireworks2013/img/cont1.jpg) top center no-repeat;
}
.cont3_box{
	width: 450px;
	height: 420px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	background:url(/nol/event/fireworks2013/img/ss_bg.jpg) top center no-repeat;
	padding:0 300px 0 50px;
}


/* garally
-------------------------------------------------------------------------------------- */

#garally {
	width: 740px;
	height:410px;
	margin: 0 auto;
	text-align: left;
	/* border: solid 1px #712b21; */
}


.controls {
	margin:-40px 10px 10px 20px;
}


.controls a {
	padding:8px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#fff;
	width:28px;
	border:#ff00cd solid 1px;
	text-decoration:none;
	color: #ff00cd;
}

.controls a:hover {
	background:#333;
	color:#fff;
	border:#fff solid 1px;
}


div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 740px; 
	height: 410px;
	overflow: hidden;
}
div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 740px; 
	height: 410px;
	overflow:hidden;
	float:left;
}

div.scroller div.content {
	width: 10000px;
}


.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>