.gamelist_area {
  position:relative;
  height:500px;
  margin:0px 0 20px 0;
  display:inline-block;
}
.gamelist_area li {
  position:relative;
  width:326px;
  height:400px;
  border:1px solid #ccc;
  text-align:center;
  font-size:14px;
  line-height:18px;
  background:#f7f6f4;
  transition: all 0.2s ease-in-out;
  margin:7px 8px 0 0;
  float:left;
}
.gamelist_area li:hover {
  box-shadow: 2px 5px 15px rgba(0,0,0,0.3);
}
.gamelist_area li:last-child{
  margin:7px 0 0 0;
}
.gamelist_area .game_txt {
  position:absolute;
  width:240px;
  height:40px;
  line-height:40px;
  font-size:18px;
  top:50%;
  left:70px;
  margin-top:-20px;
  font-weight:700;
  text-align:left;
}
.gamelist_area .img_area {
  width:240px;
  height:80px;
  margin:auto;
  background:url(/gamerank/img/equalizer.jpg) no-repeat;
}
.btn_down {
  position:absolute;
  width:140px;
  height:40px;
  line-height:20px;
  top:50%;
  right:50px;
  margin-top:-20px;
  font-weight:700;
}
.gamelist_area .rank_txt {
  position:absolute;
  width:40px;
  height:20px;
  line-height:20px;
  top:0;
  left:0;
  background:#4679e6;
  font-size:11px;
  color:#fff;
}
.gamelist_area .rank_txt_ {
  position:absolute;
  width:40px;
  height:20px;
  line-height:20px;
  top:0;
  left:0;
  background:#aaa;
  font-size:11px;
  color:#fff;
}

.main_bg_area_idol {
    position: relative;
    width: 328px;
    height: 400px;
    background: url(/util/img/xwall_02.jpg) no-repeat;
    margin: 0 auto;
}
.main_bg_area {
    position: relative;
    width: 328px;
    height: 400px;
    background: url(/util/img/xwall_01.jpg) no-repeat;
    margin: 0 auto;
}
.main_bg_area_sound {
    position: relative;
    width: 328px;
    height: 400px;
    background: url(/util/img/app_01.jpg) no-repeat;
    margin: 0 auto;
}
.btn_xwall {
    width: 100%;
    height: 80px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #3460cb;
    color: #fff;
    font-size: 14px;
    letter-spacing: -1px;
    cursor:pointer;
    display:inline-block;
}
.btn_xwall_down {
    position: absolute;
    width: 100%;
    height: 80px;
    padding-bottom: 5px;
    top: 320px;
    left: 0px;
    text-align: center;
    background-color: #3460cb;
    color: #fff;
    font-size: 14px;
    letter-spacing: -1px;
    cursor:pointer;
}
.btn_xwall_use {
    position: absolute;
    width: 160px;
    height: 46px;
    padding-bottom: 5px;
    bottom: 75px;
    left: 720px;
    text-align: center;
    background-color: #31313a;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    letter-spacing: -1px;
}
.btn_ttl {
  width:100%;
  height:28px;
  font-size:18px;
  margin-top:15px;
}
.btn_ttl_down {
  opacity:.5;
}


.notice_area {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    /* border: 1px solid rgb(204, 204, 204); */
}
.notice_area .board table {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #1f222a;
    border-bottom: 1px solid #1f222a;
    line-height: 40px;
    font-size:14px;
}
.notice_area .notice_detail td {
    text-align: left;
    padding: 20px 0;
    color: #343A4E;
}
.notice_area .notice_detail {
    display: none;
    background: rgba(0,0,0,.04);
}
.board .tbl_apply .career {
    width: 100px;
}
.board th, .board td {
    vertical-align: middle;
    height: 39px;
    text-align: center;
}
.board td {
    color: #999ca6;
    border-top: 1px solid #e8e8e9;
}
.page_num_box {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}
.num_page {
    position: relative;
    padding: 6px;
    width: 25px;
    height: 25px;
    font-size: 13px;
    line-height: 9px;
    text-decoration: none;
    text-align: center;
    background: #fff;
}
.num_page_on {
    position: relative;
    width: 25px;
    height: 25px;
    border: 1px solid #1e88e5 !important;

    color: #1e88e5;
}

#footer_tsw {
    clear: both;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(229, 229, 229);
    line-height: normal;
    letter-spacing: -1px;
    font-style: normal;
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    overflow:hidden;
}

#footer_tsw #info {
    clear: both;
    margin: 0px;
    padding: 11px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(229, 229, 229);
    text-align: center;
    position: relative;
    background: rgb(251, 251, 251);
}
#footer_tsw #info ul {
    width: 700px;
    margin: 0px;
    padding: 0px 0px 0px 270px;
    display: inline-block;
    text-align: left;
    overflow: hidden;
}
#footer_tsw #info ul li.frst {
    padding: 0px 10px 0px 0px;
    background: none;
}
#footer_tsw #info ul li {
    display: inline-block;
    float: left;
    position: relative;
    padding: 0px 10px 0px 12px;
    font-size: 12px;
    white-space: nowrap;
    font-weight: normal !important;
}
#footer_tsw #info2 {
    height:100px;
    clear: both;
    margin: 0px;
    padding: 20px 0px;
    text-align: center;
    position: relative;
    background: rgb(255, 255, 255);
}
#footer_tsw #info2 .info2 {
    width: 1000px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: left;
    color: rgb(85, 85, 85);
    font-size: 11px;
    line-height: 19px;
}
#footer_tsw #info2 .info2 .logo_bottom {
    float: left;
    padding-left: 40px;
    width: 160px;
    background: rgb(255, 255, 255);
}
#footer_tsw #info2 .info2 .logo_bottom span {
    width: 66px;
    height: 32px;
    overflow: hidden;
    display: block;
    margin-top: 5px;
}
#footer_tsw #info2 .info2 .logo_bottom a {
    position: relative;
    width: 66px;
    height: 32px;
    display: block;
    background: url(/new/img/middle2/all_slice.png) no-repeat -54px -139px;
    line-height: 999px;
}
#footer_tsw #info2 .info2 .txt {
    float: left;
    background: rgb(255, 255, 255);
}
#footer_tsw #info2 p {
    margin: 0px 0px 5px;
    padding: 0px;
    font-size: 11px;
    font-weight: normal !important;
}
#footer_tsw address {
    font-size: 11px;
    line-height: 14px;
    font-style: normal;
    letter-spacing: normal;
    padding: 0px;
    margin: 0px;
}
#footer_tsw .info2 span {
    display: inline-block;
    margin-left: 3px;
    padding-left: 8px;
    font-size: 11px;
    line-height: 17px;
}