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

/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
#hoge:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}


/*------------------------------------------------------------------------------

							テキスト画像代替

------------------------------------------------------------------------------*/
h2,#leading p,
#concertBody dt,#concertBody dd,
#liveInfo p,
#liveInfo dt,#liveInfo dd,
#liveInfo2 h3, #liveInfo2 p, #liveInfo2 dt, #liveInfo2 dd, #liveInfo2 li
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

							#container

------------------------------------------------------------------------------*/
#container{
	min-height: 4130px;
	padding-top: 1px;
	background: #000000 url(../images/bg.jpg) no-repeat scroll center bottom;
}

.wrapper{
	width: 850px;
	margin: 0 auto;
}

h1{
	width: 548px;
	margin: 36px auto 0 auto;
}

#liveInfo{
	position: relative;
	width: 556px; height: 691px;
	margin: 52px auto 0 auto;
	background: url(../images/live_info.png) no-repeat scroll center top;
}

#liveInfo a{
	position: absolute;
	bottom: 80px; left: 100px;
	display: block;
	width: 362px; height: 75px;
	background: url(../images/buy_button.png) no-repeat scroll center top;
}
#liveInfo a:hover{
	background-color: rgba(255,255,255,0.4);
}


#liveInfo2{
	position: relative;
	width: 555px; height: 1052px;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #4d4d4d;
	background: url(../images/live_info2.png) no-repeat scroll center top;
}

#liveInfo2 a{
	position: absolute;
	display: block;
	height: 19px;
}
#liveInfo2 a:hover{
	background-color: rgba(255,255,255,0.3);
}

a#goodsButton{
	position: absolute;
	top: 553px; left: 100px;
	display: block;
	width: 362px; height: 75px;
	background: url(../images/goods_button.png) no-repeat scroll center top;
}
a#goodsButton:hover{
	background-color: rgba(255,255,255,0.4);
}

#link_liveinfo2_1{
	top: 190px;
	left: 211px;
	width: 183px;
}

#link_liveinfo2_2{
	top: 759px;
	left: 211px;
	width: 248px;
}

#link_liveinfo2_3{
	top: 965px;
	left: 147px;
	width: 224px;
	height: 14px !important;
}


#leading{
	width: 850px; height: 472px;
	margin-top: 84px;
	background: url(../images/leading.png) no-repeat scroll center top;
}

#concertBody{
	position: relative;
	width: 646px; height: 1260px;
	margin: 80px auto 0 auto;
	background: url(../images/body.png) no-repeat scroll center top;
}

#concertBody a{
	position: absolute;
	left: 240px;
	display: block;
	height: 19px;
}
#concertBody a:hover{
	background-color: rgba(255,255,255,0.3);
}

#link_eplus_1{
	top: 775px;
	width: 176px;
}
#link_pia_1{
	top: 805px;
	width: 190px;
}
#link_l-tike_1{
	top: 835px;
	width: 216px;
}
#link_eplus_2{
	top: 925px;
	width: 176px;
}
#link_pia_2{
	top: 955px;
	width: 190px;
}
#link_l-tike_2{
	top: 1015px;
	width: 216px;
}


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