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

#content1{
	margin: 0 auto;
	width: 728px; !important;
	padding:60px 0 50px 0;
}

#content2{
	width: 790px; !important;
	text-align:center;
}

/* グローバルメニュー
------------------------------------------------------*/

.main_top{
	height:41px;
	list-style-type:none;
	position: absolute;
	z-index:100;
}
.main_top li {
	width:263px;
	float: left;
}
.main_top li ul li{
	list-style-type:none;
	background-color:#fff;
	padding:5px 2px;
	width:256px;
}

#youTube{
	width:640px;
	margin:0 auto;
	border: 2px solid #EC1F7A;
}



/* ニュース
------------------------------------------------------*/

#news {
	width:728px;
	height:141px;
	margin:10px 0 0 30px;
	padding-top:20px;
	background: url(../images/top/news_bg.png) ;
}

#news dl {
	overflow: auto;
	margin:0 auto;
	width: 680px;
	height: 125px;
	color: #003;
	font-size: 92%;
}
#news dt {
	padding-top: 0.5em;
}
#news dd {
	margin-bottom: 0.25em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #FF3399;
}


/* ラインナップ
------------------------------------------------------*/

#lineup {
	width:770px;
	margin:10px 0 15px 40px;
	
}

#lineup li {
	float: left;
	margin:0 2px 20px 0;
}

#btn li {
	float: left;
	margin:0 10px 30px 0;
}

a.gn_btn  {
	background: url(../images/common/btn.jpg);
	display: block;
	width: 170px;
	height: 40px;
	text-indent:-9999px;
	margin-top: 10px;
}

.gn_btn a:hover {
	background-position: 0 -40px;
}

.gn_btn .end {
	background: url(../images/common/btn_off.jpg);
	display: block;
	width: 170px;
	height: 40px;
	text-indent:-9999px;
	margin-top: 10px;
}

.gn_btn_katei {
	clear: both;
}

.gn_btn_katei a {
	background: url(../images/common/btn_katei.jpg) no-repeat;
	display: block;
	width: 710px;
	height: 40px;
	text-indent:-9999px;
}

.gn_btn_katei a:hover {
	background-position: 0 -40px;
}

#footer {
	min-width: 790px;
	text-align:left;
}

/* 汎用クラス
------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	top: 100px;
}

.fl-left { float: left; }
.fl-right { float: right; }

.mgt-10 { margin-top: 10px !important; }
.mgt-15 { margin-top: 15px !important; }
.mgb-10 { margin-bottom: 10px !important; }
.mgb-15 { margin-bottom: 15px !important; }
.mgb-20 { margin-bottom: 20px !important; }

/*テキスト
----------------------------------------------------------------*/
.font-10 { font-size: 77%; }
.font-11 { font-size: 85%; }
.font-12 { font-size: 93%; }
.font-13 { font-size: 100%; }
.font-14 { font-size: 108%; }
.font-15 { font-size: 116%; }
.font-16 { font-size: 123.1%; }
.font-17 { font-size: 131%; }
.font-18 { font-size: 138.5%; }
.font-19 { font-size: 146.5%; }
.font-20 { font-size: 153.9%; }
.font-21 { font-size: 161.6%; }
.font-22 { font-size: 167%; }
.font-23 { font-size: 174%; }
.font-24 { font-size: 182%; }
</pre></body></html>