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

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

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body { 
	font-size: 16px;
	background-color:#17234c;
	 }

ul,li { padding:0; }

img {
	border: none;
	vertical-align: bottom;
	}

strong { font-weight: bold !important; }

.txt_b_r { font-weight:bold; color:#900; }

a:link { color:#900; text-decoration: underline;}
a:visited { color: #900; underline;}
a:hover { color:#f00; text-decoration: none;}
a:active { color: #f00; }

.clear { clear: both; }

.note dt { position: relative; }
.note dt span { position: absolute; }
.note dd { padding-left: 1em;}

/* Style
=======================================*/

#c_box{
	width:600px;
	margin:0 auto;
	background:url(/dol/live_event/image/151020/c_main.png) top center;
	}


#header{
	width:600px;
	height:328px;
	margin:0 auto;
	background:url(/dol/live_event/image/151020/header.png) top center no-repeat;
	}

#leader{
	width:600px;
	height:209px;
	margin:0 auto;
	background:url(/dol/live_event/image/151020/leader.png) top center no-repeat;
	}

#c_header{
	width:600px;
	margin:0 auto;
	background:url(/dol/live_event/image/151020/c_header.png) top center no-repeat;
	}
	
#c_footer{
	width:600px;
	height:118px;
	margin:0 auto;
	background:url(/dol/live_event/image/151020/c_footer.png) top center no-repeat;
	}
	
	
#con_box01{
	width:600px;
	margin:0 auto;
	padding-top:80px;
}

#con_box02{
	width:600px;
	margin:0 auto;
}


.txt_box{
	width:520px;
	padding-left:45px;
	text-align:left;
	line-height:1.5;
	}

.s_title_top{
	width:368px;
	height:32px;
	margin:0px 0px 0px 40px;
	}
	
.s_title{
	width:368px;
	height:32px;
	margin:20px 0px 0px 40px;
	}
	
.img_box{ margin: 5px auto 0px auto; }

/* garally */


.garally {
	margin:0 auto;
	text-align:left;
	width:520px;
	height: 396px;
	position:relative;
}

.garally .fl{
	width:520px;
	height: 396px; 
	background:url(/dol/live_event/image/151020/ss01_f.png);
	position:absolute;
	top:0px;
	left:0px;
	z-index:90;
}
.g_cont {
}

.controls {
	margin-top:-35px;
	margin-left:460px;
}

.controls a {
	height:15px;
	width:15px;
	background:#933;
	border:#fff;
	display:block;
	z-index:1000;
	float:left;
	border:#fff solid 1px;
	margin-left:5px;
}

.controls a:hover {
	background:#ccc;
	color:#000;
}

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

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