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

/** ページごとに違うのはなるべくここに置く **/

/*PLESE DO NOT RESET CSS AT THIS LEVEL. The Rest is done at global.css level, doing this can break component.
Please contain reset scope within the contents of the page*/
/*
*{font-family: verdana ,MS UI Gothic, arial, ＭＳ Ｐゴシック, sans-serif,Osaka‐等幅;} 
body{padding:0px; margin:0; font-size:12px; background-color:#000; line-height:20px; color:#252525;}
*/

#wrap{width:806px; margin:0 auto; padding:0; background-color:#FFF;}

.img1 {	width: 806px; height:268px;	display: block;	background: top left url(img1.jpg) no-repeat ; margin:0; padding:0;}
.img2 {	width: 806px; height:268px;	display: block;	background: top left url(img2.jpg) no-repeat ; margin:0; padding:0;position: relative;}
.img3 {	width: 806px; height:485px;	display: block;	background: top left url(img3.jpg) no-repeat ; margin:0 auto 16px; padding:0;position: relative;}



#addinfo{color: #512C1A; font-size:14px;text-align:left;line-height:130%; margin-left:30px; width:770px; margin-bottom: 36px;}
#addinfo span{ color: #512C1A; font-weight:bold;}
#addinfo a{color: #ed145b; text-decoration:none;}
#addinfo a:hover{color: #00bff3; text-decoration:none;}
.btn {
  background: #c20a91;
  background-image: -webkit-linear-gradient(top, #c20a91, #ff70fa);
  background-image: -moz-linear-gradient(top, #c20a91, #ff70fa);
  background-image: -ms-linear-gradient(top, #c20a91, #ff70fa);
  background-image: -o-linear-gradient(top, #c20a91, #ff70fa);
  background-image: linear-gradient(to bottom, #c20a91, #ff70fa);
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  text-shadow: -1px -1px 1px #000000;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.eventBtn {
  
	position: absolute;
	top: 210px;
	left: 271px;

  background: #c20a91;
  background-image: -webkit-linear-gradient(top, #c20a91, #ff70fa);
  background-image: -moz-linear-gradient(top, #c20a91, #ff70fa);
  background-image: -ms-linear-gradient(top, #c20a91, #ff70fa);
  background-image: -o-linear-gradient(top, #c20a91, #ff70fa);
  background-image: linear-gradient(to bottom, #c20a91, #ff70fa);
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  text-shadow: -1px -1px 1px #000000;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 22px;
  line-height: 22px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-align: center;
}

.eventBtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.bonusTableOlter {
	position: absolute;
	top: 44px;
	left: 46px;
	background:0 0 url(tableBg.png) repeat;/*for ie8*/
	padding: 10px;
	width: 300px;
}

.bonusTable { width:300px; color: #fff}
.bonusTable th {
	height: 18px;
	line-height: 18px;
}
.bonusTable td {
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.lrgFnt {
	font-size: 16px;
	font-weight: bold;

}
.mdlTd {
	font-size: 10px;
}
.borderBtm { 
	border-bottom: 1px solid rgb(255,255,255); 
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.borderBtm.lastRow { border-bottom: 0;}

img a { border:0}
img a:hover { border:0}
.icons { padding: 298px 255px 0px 0px; margin:0px; float:right; }



img{border:none;}
a{ outline:none;}
a:hover{ outline:none;}
.end{ clear:both; margin:0; padding:0;}
.home { margin:0; padding:5px 10px 0 0;}
.clear { margin:0px; padding:0px; clear:both; width:100%; font-size:1px;}
.spacer {display:block; height:1px;}</pre></body></html>