<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:283px;	display: block;	background: top left url(/i/ch/img1.jpg) no-repeat ; margin:0; padding:0;position: relative; text-align: center;}
.img2 { width: 806px; height:283px; display: block; background: top left url(/i/ch/img2.jpg) no-repeat ; margin:0; padding:0;}
.img3 { width: 806px; height:283px; display: block; background: top left url(/i/ch/img3.jpg) no-repeat ; margin:0; padding:0;position: relative; text-align: center;}
.img4 { width: 806px; height:283px; display: block; background: top left url(/i/ch/img4.jpg) no-repeat ; margin:0; padding:0;position: relative; text-align: center;}
.img5 { width: 806px; height:283px; display: block; background: top left url(/i/ch/img5.jpg) no-repeat ; margin:0; padding:0; }
.img6 { width: 806px; height:283px; display: block; background: top left url(/i/ch/img6.jpg) no-repeat ; margin:0; padding:0;}

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

a.dxstudioBtn {

  width: 162px;
  height: 33px;
  display: block;
  position: absolute;

top: 82px;
  left: 174px;

  margin: 0 auto;
  background: top center url(/i/ch/dxstudioBtn.png) no-repeat scroll;
  text-indent: -9999px;

}
a.dxstudioBtn,
a.zatsudanBtn,
a.btn1,
a.btn2{
    -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -ms-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
}

a.zatsudanBtn {

  width: 66px;
  height: 29px;
  display: block;
  position: absolute;

  top: 152px;
  right: 28px;

  margin: 0 auto;
  background: top center url(/i/ch/zatsudanBtn.png) no-repeat scroll;
  text-indent: -9999px;

}

a.btn1  {
  width: 550px;
  height: 72px;
  display: block;
  position: absolute;

  top: 32px;
  left: 130px;

  margin: 0 auto;
  background: top center url(/i/ch/btn1.png) no-repeat scroll;
  text-indent: -9999px;
}
a.btn2  {
  width: 96px;
  height: 29px;
  display: block;
  position: absolute;
top: 218px;
right: 118px;
  background: top center url(/i/ch/btn2.png) no-repeat scroll;
  text-indent: -9999px;
}
a.dxstudioBtn:hover,
a.zatsudanBtn:hover,
a.btn1:hover,
a.btn2:hover { 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7
}


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