.rankw_header_table{
    display: table;
}
.rankw_h1{
    padding: 6px 10px;
    font-weight: normal;
    margin-bottom: 10px;
    display: table-cell;
}
.rankw_h1_sub{
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
.rankw_h1_sub a{
    font-size: 15px;
    border: solid 1px #ff002d;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #ff607c;
    color: #FFF !important;
}
.rankw_row {
    display:table;
    width:100%;
    margin:0 auto
}
.rankw_cell {
    display:table-cell;
    vertical-align:top;
    padding-right:10px;
    padding-left:10px;
}
/* side menu */
.rankw_side_wrap{
    width:20%;
    padding: 10px;
}
.rankw_side_header{
    font-size: 17px;
    border-bottom: solid 2px #0077c2;
    padding: 0 5px;
    font-weight: bold;
}
.rankw_genre_list{
    list-style: none;
    margin: 0;
    padding-left: 10px;
}
.rankw_side_content{
    margin: 10px;
}
.rankw_genre_list li{
    font-size: 15px;
    line-height: 1.7;
}
.rankw_genre_list li a{
    color:#454545;
}
/* center content */
.rankw_main_wrap{

}
.rankw_item_row {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #cfcfcf;
}
.rankw_item_row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.item_wrap{
    width:100%;
    display: table;
}
.rank_num_cell{
    vertical-align: middle;
    width: 20px;
    padding: 0;
    font-size: 20px;
}
.item_image_cell{
    width:150px;
    vertical-align: middle;
}
.item_image{
    display: table;
    height: 150px;
    width: 150px;
    border: solid 1px #e0e0e0;
}
.item_image div{
    display: table-cell;
    vertical-align: middle;
}
.item_image div img{
    display: block;
    margin: 0 auto;
    max-height: 150px;
    max-width: 150px;
}
.item_info{
    padding: 10px;
}
.item_name{
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 25px;
}
.item_name a{
    color: #454545 !important;
}
.item_name_badge_18{
    padding: 0px 5px;
    background: #ff607c;
    border-radius: 5px;
    color: #FFF;
    font-size: 13px;
    vertical-align: middle;
    font-weight: bold;
}
.item_brand{
    margin-bottom: 5px;
    margin-left: 15px;
    font-size: 14px;
}
.item_price{
    padding-bottom: 10px;
    margin-left: 15px;
    font-size: 14px;
}
.item_price > div {
    display: inline-block;
    padding-right: 10px;
}
.item_release_date{
    margin-left: 15px;
    font-size: 13px;
    margin-bottom: 5px;
}
.item_novelty{
    position: relative;
    margin-top: 1em;
    margin-left: 15px;
    padding: 10px 20px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
}
.item_novelty > p{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    padding: 0 10px;
    margin: 0;
    background-color: white;
    transform: translateY(-50%) translateX(1em);
}
.item_novelty ul{
    list-style: none;
    list-style-type: decimal;
    padding: 0;
    padding-left: 1em;
    line-height: 1.5;
    margin: 0;
}
.release_date2{
    display: inline-block;
    color: #545454;
}
.limit_marker {
    font-weight: bold;
    margin-bottom: 3px;
    margin-left: 10px;
    display: inline-block;
    border-bottom: solid 1px red;
}

.checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: block;
    margin: 0;
    padding: 3px 12px 0px 25px;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox:hover {
  background-color: #d7f0ff;
}
.checkbox_checked {
  background-color: #d7f0ff;
  cursor: initial;
}
.checkbox:hover:after {
  border-color: #0077c2;
}
.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.checkbox_checked:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0077c2;
  border-bottom: 3px solid #0077c2;
  content: '';
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* rank tab */
.rank_tab_wrap{
    margin: 20px 0 30px;
    padding: 10px;
}
.rank_tab_wrap ul{
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
.rank_tab_wrap ul li{
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
    font-size: 0.9rem;
    letter-spacing: 2px;
    font-weight: 700;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
}
.rank_tab_wrap ul li a{
    display: block;
    text-decoration: none;
    color: #333;
    padding-bottom: 5px;
    border-bottom: 5px #cfcfcf solid;
}
.rank_tab_wrap ul li a.active{
    border-bottom: 5px #5ea5d2 solid;
}
.rank_tab_wrap ul li a:hover{
    border-bottom: 5px #5ea5d2 solid;
}
.rank_tab_wrap:after{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*modal*/
.modal_wrap{
    position: relative;
    margin: 10px auto;
    max-width: 600px;
    background: #fff;
    padding: 20px;
}
.modal_table{
    display:table;
    width:100%;
}
.modal_table > div{
    display: table-cell;
    vertical-align: top;
}
.modal_table > div p{
    font-size: 14px;
}
.modal_table_image{
    width:250px;
}
.modal_table_image img{
    height:250px;
}
.modal_table_form{
    height: 250px;
    position: relative;
}
.modal_table_form h1{
    margin-bottom: 10px;
    padding: 10px 0;
    color: #f06161;
}
.modal_table_form >div{
    display: table;
    width:100%;
    position: absolute;
    bottom:20px;
}
.modal_table_form >div>div{
    display: table-cell;
    text-align: center;
    width: 50%;
}
.modal_table_form >div>div a{
    font-size: 16px;
    display: inline-block;
    width: 100px;
    padding: 5px 10px;
    border-radius: 2px;
}
a.modal_table_yes{
    background-color: #ff6a9d;
    background: linear-gradient(#ff6a9d, #ff3f80);
    border: solid 1px #ff0057;
    color: #FFF !important;
}
a.modal_table_no{
    background: #e0e0e0;
    background: linear-gradient(#e0e0e0, #c5c5c5);
    border: solid 1px #949494;
    color: #454545 !important;
}
/* pager */
.rankpager_list{
    list-style: none;
    margin: 0;
    padding: 10px;
    width: 100%;
    text-align: left;
}
.rankpager_list li{
    display: inline-block;
    padding: 15px 10px;
    text-align: center;
}
.rankpager_list li div{
    border-bottom: solid 4px #cfcfcf;
    padding: 5px 10px 0px;
    font-size: 14px;
    color: #454545;
    cursor: pointer;
}
.rankpager_list li div:hover{
    border-bottom: solid 4px #5ea5d2;
}
.rankpager_list li div.active{
    border-bottom: solid 4px #5ea5d2;
}
.rank_badge{
    padding: 0px 0.5em;
    display: inline-block;
    width: 30px;
    text-align: center;
}
.rank_no1{
    background: #FFC107;
    border: solid 2px #d49f00;
    color: #FFF;
}
.rank_no2{
    background: #b5b5b5;
    border: solid 2px #7f7f7f;
    color: #FFF;
}
.rank_no3{
    background: #b17e6b;
    border: solid 2px #7f6459;
    color: #FFF;
}