@charset "UTF-8";

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}
.font-b {font-weight: bolder;}
.font-red {color: #F00;}
.mgb-5 {margin-bottom: 5px !important;}
.font-20 {font-size: 153.9%;}
.mgt-30 { margin-top: 30px !important;}
.mgb-30 { margin-bottom: 30px !important; }

#whats {
  width:710px;
  height:200px;
  position:relative;
  float:left;
}
#whats #text{
  font-size:14px;
  line-height:1.8;
}


#loginBg {
  width:240px;
  height:145px;
  margin:30px 0;
  float:right;
}
#loginBg #loginBtn,#entryBtn {
  text-align:center;
  margin-top:10px;
}
#loginBg #remindLink {
  text-align:center;
  margin-top:5px;
}

#news {
  width:700px;
  height:200px;
  float:left;
}
#news table th, td{
  padding:0 10px 3px 0;
}
#news table th{
  color:#FFCC1D;
  font-weight:bold;
}
#coin {
  width:240px;
  margin-top:20px;
  float:right;
}
#coin #coinBg {
  width:240px;
  height:145px;
  background:url('./common/pc/images/coin_bg.png');
  position:relative;
}
#coin #txt {
  position:absolute;
  top:20px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
  font-weight:bold;
}
#coin #btn {
  position:absolute;
  bottom:20px;
  left:1px;
}

#mainImage {
  text-align:center;
}
#japan {
  width:750px;
  height:200px;
  margin:10px auto;
}
.slider li {
  width: 294px;
}
.bx-prev, .bx-next {
  display:none;
}
.noticeCol-top {
  clear:both;
  border: 2px solid #F00;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px;
  margin: 30px auto auto auto;
  font-size: 15px;
  color: #777;
}
.noticeCol-top.movie {
  border: 2px solid #009900;
  padding: 15px;
}
.noticeCol-top dt{
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom: 2px solid #f00;
  background: #FF9899;
  color: #fff;
  margin: -10px -10px 10px -10px;
  padding:10px 10px 10px 2.5em;
  line-height: 120%;
  font-weight: bolder;
  font-size: 140%;
  text-indent: -2em;
}
.noticeCol-top.movie dt{
  border-bottom: 2px solid #009900;
  background: #6CB748;
  color: #fff;
  margin: -15px -15px 10px -15px;
}
.error{
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #f00;
  margin-right: 5px;
  color: #f00;
  text-align: center;
  vertical-align: baseline;
  line-height: 120%;
  font-size: 130%;
  text-indent: 0;
}