@charset "UTF-8";
body{
  background: url(../img/common/bg_chara_yerrow.png) 0 0;
  -webkit-background-size: 322px auto;
          background-size: 322px auto;
  min-height: initial;
  padding: 0 0 50px 0;
}
.logo{
  width: 310px;
  margin: 0 auto 40px auto;
  padding-top: 20px;
}
.logo a{
  display: block;
  width: 100px;
}
.page-content{
  width: 310px;
  border-radius: 10px;
  background: #FFF;
  margin: 0 auto 35px auto;
  padding-bottom: 20px;
}

.title{
  width: 100%;
  height: 51px;
  position: relative;
}
.title span{
  position: absolute;
  left: 0;
  top: -30px;
  display: block;
  width: 291px;
}
.table-header{
  width: 290px;
  height: 40px;
  margin: 0 auto;
  display: table;
  border-top:#d6d6d6 2px solid;
  line-height: 0;
}
.table-header h2{
  display: table-cell;
  vertical-align: top;
  text-align: center;
  width: 198px ;
  padding: 2px 0;
  line-height: 0;
  font-size: 0;
}
.table-header h2 span{
  display: inline-block;
  width: 25px;
}
.table-header-wiiu{
  display: table-cell;
  padding: 2px 1px 2px 0;
  vertical-align: top;
  text-align: left;
}
.table-header-wiiu span{
  display: inline-block;
  width: 43px;
  background: #0096c8;
}
.table-header-3ds{
  display: table-cell;
  padding: 2px 0 2px 1px;
  vertical-align: top;
  text-align: right;
}
.table-header-3ds span{
  display: inline-block;
  width: 43px;
  background: #CE181E;
}

.table-body{
  width: 290px;
  margin: 0 auto;
  border-top:#d6d6d6 2px solid;
}
.table-body table{
  border-bottom:#d6d6d6 2px solid;
}
.table-title{
  background: #facd00;
  vertical-align: middle;
  width: 25px;
}

.table-info{
  padding: 12px 6px 12px 8px;
  border-bottom: #d6d6d6 1px dotted;
}
.table-info-title{
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: bold;
  color: #692800;
  border-left:#692800 4px solid;
  padding-left: 5px;
}
.table-info-text{
  font-size: 11px;
  line-height: 1.4;
}
.table-info-text a{
  color: #692800;
  text-decoration: underline;
}
.table-info-text a:before{
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../img/difference/ico_link.png) 0 0 no-repeat;
  -webkit-background-size: 11px;
          background-size: 11px;
  margin: 1px 5px -1px 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;
  -webkit-background-size: 12px;
          background-size: 11px;
  margin: 1px 3px -1px 5px ;
}
.table-wiiu{
  border-left: #d6d6d6 1px solid;
  width: 45px;
  text-align: center;
  vertical-align: middle;
  border-bottom: #d6d6d6 1px dotted;
}
.table-3ds{
  border-left: #d6d6d6 1px solid;
  width: 45px;
  text-align: center;
  vertical-align: middle;
  border-bottom: #d6d6d6 1px dotted;
}
.table-wiiu img,
.table-3ds img{
  display: inline-block;
  width: 16px;
}
.last-cell{
  border-bottom: none;
}
.btn-close{
  width: 195px;
  margin: 0 auto;
}

