@charset "UTF-8";
body{
  background: url(../img/common/bg_chara_yerrow.png) 0 0;
  min-height: initial;
  padding: 0 0 60px 0;
}
.logo{
  width: 900px;
  margin: 0 auto 60px auto;
  padding: 20px 0 0 0;
}
.page-content{
  width: 900px;
  border-radius: 16px;
  background: #FFF;
  min-height: 1400px;
  margin: 0 auto 60px auto;
  padding-bottom: 60px;
}

.title{
  width: 100%;
  height: 157px;
  position: relative;
}
.title span{
  position: absolute;
  left: 0;
  top: -53px;
}
.table-header{
  width: 780px;
  margin: 0 auto;
}
.table-body{
  width: 780px;
  margin: 0 auto;
}
.table-body table{
  border-bottom:#d6d6d6 2px solid;
}
.table-title{
  background: #facd00;
  vertical-align: middle;
}
.table-info{
  padding: 15px;
  background: url(../img/difference/dot.png) 0 100% repeat-x;
  width: 462px;
}
.table-info-title{
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
  color: #692800;
}
.table-info-title:before{
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #692800;
  margin: 0 8px 0 0 ;
}
.table-info-text{
  font-size: 13px;
  line-height: 1.5;
}
.table-info-text a{
  color: #692800;
}
.table-info-text a:hover{
  color: #96694d;
}
.table-info-text a:before{
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../img/difference/ico_link.png) 0 0 no-repeat;
  margin: 1px 5px 0 3px ;
}
.table-info-text a.blank:after{
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  background: url(../img/difference/ico_blank.png) 0 0 no-repeat;
  margin: 1px 3px 0 5px ;
}

.table-wiiu{
  border-left: #d6d6d6 1px solid;
  width: 124px;
  text-align: center;
  vertical-align: middle;
  background: url(../img/difference/dot.png) 0 100% repeat-x;
}
.table-3ds{
  border-left: #d6d6d6 1px solid;
  width: 122px;
  text-align: center;
  vertical-align: middle;
  background: url(../img/difference/dot.png) 0 100% repeat-x;
}
.last-cell{
  background: none;
}
.btn-close{
  width: 260px;
  margin: 0 auto;
}
.btn-close span{
  width: 260px;
  height: 64px;
  display: block;
  background-image: url(../img/difference/btn_close.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.btn-close a:hover span{ background-position: 0 -64px;}