@media screen and (min-width: 600px) {
  #hotTopics {
    font-size: 0;
  }
  #hotTopics .mainBlock {
    display: inline-block;
    width: 63.78%;
    background: #fff;
  }
  #hotTopics .mainPost {
    margin: 14% auto 0 auto;
    width: 95%;
    vertical-align: top;
    font-size: 14px;
  }
  #hotTopics .postList {
    margin: 0 0 0 1.5%;
    width: 30%;
    display: inline-block;
    font-size: 14px;
  }
  #hotTopics .postList li {
    padding: 5% 4%;
    width: 100%;
    float: none;
  }
  #hotTopics .postList li:first-child {
    margin: 0 0 3.6%;
  }
  #hotTopics .postList.two-column{
      width:100%;
      margin:0;
      padding:0;
  }
  #hotTopics .postList.two-column li{
      display:blocktop.css;
      width:47.5%;
      padding: 1% 1%;
      margin-bottom:0;
      float:left;
  }
  #hotTopics .postList.two-column li:first-child{
    margin-right:1%;
  }
  #hotTopics .postList.two-column li:last-child{
    margin-right:0;
  }
  #hotTopics .postList li.hotTopicsHeight:last-child{
    margin-bottom:0;
  }
}
@media screen and (max-width: 599px) and (min-width: 1px) {
  #hotTopics .mainBlock {
    min-height: auto !important;
  }
  #hotTopics .sideList {
    min-height: auto !important;
  }
  #hotTopics .innerArea {
      margin:0;
  }
}

/* newsTopics  PC*/
@media screen and (max-width: 870px) and (min-width: 600px) {
  #newsTopics .postList li .genreArea .genreTag {
    display: none;
  }
}

/* postList module */
@media screen and (min-width: 600px) {
  #newsTopics .postList li:nth-last-child(3) {
    margin-bottom: 0;
  }
  #newsTopics .postList li:nth-last-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) and (min-width: 1px) {
    #newsTopics .plusBtn {
        margin:5px 0 0 0;
    }
}

/* feature PC */
#feature .topPost {
  background: #fff;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  #feature .topPost {
    margin: 0 0 1.5%;
    width: 49.3%;
    float: left;
  }
  #feature .topPost:nth-child(odd) {
    float: left;
    clear: left;
  }
  #feature .topPost:nth-child(even) {
    float: right;
  }
}
@media screen and (max-width: 599px) and (min-width: 1px) {
  #feature .topPost {
    margin: 0 0 1.5%;
  }
  #feature .topPost:last-child {
    margin: 0 0 12px 0;
  }
}
#feature .topPost .imgArea {
  padding-top: 33.5%;
  position: relative;
}
#feature .topPost .imgArea a {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#feature .topPost .imgArea a img {
  width: 100%;
}
#feature .topPost .new:before {
  content: "NEW";
  padding: 3px 15px;
  display: block;
  background: #e60012;
  color: #fff;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#feature .topPost .txtArea {
  background: #fff;
  padding: 3.3333333333333335%;
}
#feature .topPost .txtArea a {
  color: #5f5f5f;
}

/* rank PC */
@media screen and (min-width: 600px) {
  #rank .sectionTitle .rankDataPC {
    display: block;
    margin: 1% 10px 0 0;
    font-weight: normal;
    font-size: 11px;
    text-align: right;
    display: inline-block;
    float: right;
  }
  #rank .rankDataSP {
    display: none;
  }
}
@media screen and (max-width: 599px) and (min-width: 1px) {
  #rank .rankDataPC {
    display: none;
  }
  #rank .rankDataSP {
    margin: 0 0 15px;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
  }
}
@media screen and (max-width: 625px) and (min-width: 600px) {
  #rank .sectionTitle .rankDataPC {
    font-size:10px;
  }
}



.selectArea {
  padding: 3.3333333333333335%;
  background: #fff;
  font-weight: normal;
  text-align: center;
}
.selectArea .txtArea {
  margin: 0 0 10px;
}
.selectArea #selectBox {
  position: relative;
}
.selectArea #selectBox:after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: transparent url("../../images/common/icon_select.png") center center no-repeat;
  background-size: 10px 8px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.selectArea #selectBox select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  background: #fff;
  border: 1px solid #dddddd;
  font-size: 16px;
  color: #5f5f5f;
  text-indent: 10px;
}
.selectArea #selectBox select::-ms-expand {
  display: none;
}

.underConstruction {
    padding: 30px 10px;
    margin-bottom: 20px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #999;
    letter-spacing: 2px;
}

.txtBox {
    margin: 10px 0 10px;
    font-weight: normal;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    box-shadow: -1px 2px 3px 0px rgba(0,0,0,0.2);
    position: relative;
    font-size: 12px;
    font-weight: bold;
}
.linkArea .txtBox span{
  display:block;
  font-weight:normal;
  font-size: 10px;
}
