@charset "UTF-8";
/* hero-container
-------------------------------------------------------------------------- */
#page-container .hero-container {
  width: 100%;
  padding: 37px 0 37px 0;
}
#page-container .hero__text {
  color: #999;
  font-size: 85.71429%;
  line-height: 1.2;
  text-align: center;
}

#page-container .ranking-container {
  width: 960px;
  margin: 0 auto 60px auto;
  background: url(../../common/css/img/dot_h_01.png) 0 0 repeat-x;
  padding: 10px 0 0 0;
}
#page-container .rankingheader {
  width: 960px;
  height: 110px;
  margin: 0 auto 0 auto;
  display: table;
}
#page-container .rankingheader__ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 200%;
  line-height: 32px;
  color: #ce181e;
}
#page-container .rankingheader__ttl:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
  margin: 0 9px 0 0;
  background: transparent url(../../common/css/img/icon_hlv1_red.png) 0 0 no-repeat;
}
#page-container .rankingheader__btnblock {
  float: right;
  padding: 42px 0 4px 0;
  overflow: hidden;
}
#page-container .rankingheader__btn {
  font-size: 85.71429%;
  text-align: center;
  line-height: 1.2;
  float: left;
  margin-left: 10px;
}
#page-container .rankingheader__btn a {
  display: block;
  text-decoration: none;
}
#page-container .rankingheader__btn a span {
  width: 150px;
  display: block;
  position: relative;
  padding: 0 0 3px 0;
}
#page-container .rankingheader__btn a span:after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  position: absolute;
  left: 71px;
  bottom: -8px;
}
#page-container .rankingheader__btn.active a {
  color: #ce181e;
}
#page-container .rankingheader__btn a {
  color: #999999;
}
#page-container .rankingheader__btn.active a span {
  border-bottom: #ce181e 4px solid;
}
#page-container .rankingheader__btn.active a span:after {
  background: url(img/ranking_balloon.png) 0 0 no-repeat;
}
#page-container .rankingheader__btn a span {
  border-bottom: #d6d6d6 4px solid;
}
#page-container .rankingmore__block {
  margin: 24px 0 0 0;
  width: 100%;
  display: none;
}
#page-container .rankingmore__btn {
  width: 264px;
  height: 30px;
  margin: 0 auto 0 auto;
}
#page-container .open__btn {
  display: block;
}
#page-container .close__btn {
  display: none;
}
#page-container .open .open__btn {
  display: none;
}
#page-container .open .close__btn {
  display: block;
}
#page-container .c-btnranking__round {
  display: block;
  border-radius: 17px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  background: #ce181e;
}
#page-container .c-btnranking__round:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 10px;
}
#page-container .c-btnranking__round span {
  font-size: 85.71429%;
  display: inline-block;
  padding: 9px 0 8px 0;
  color: #FFF;
}
#page-container .c-btnranking__round:before {
  background: transparent url(img/ranking_arrow_more.png) 0 0 no-repeat;
}
#page-container .c-btnranking__round.btn-less:before {
  background: transparent url(img/ranking_arrow_less.png) 0 0 no-repeat;
}
#page-container .searchsoft-container {
  padding: 30px 0 0 0;
  border-top: 1px solid #e6e6e6;
}

#page-container .ranking__block {
  width: 958px;
  margin: 0 auto;
}
#page-container .ranking__body {
  margin-left: -13px;
  width: 984px;
  padding-top: 12px;
}

/* PANEL ranking
-------------------------------------------------------------------------- */
.ranking__item {
  width: 220px;
  margin: 0 13px 26px 13px;
  float: left;
}
.ranking__item .rankingitem__body {
  display: block;
  color: #3b3b3b;
  text-decoration: none;
}
.ranking__item .rankingitem__imgblock {
  position: relative;
  width: 100%;
}
.ranking__item .rankingitem__imgblock img {
  vertical-align: bottom;
}
.ranking__item .rankingitem__img {
  display: table-cell;
  vertical-align: middle;
  border: #e6e6e6 4px solid;
  border-bottom: 0;
  width: 212px;
  height: 154px;
  text-align: center;
  border-radius: 16px 16px 0 0;
}
.ranking__item .rankingitem__img img {
  width: auto;
  height: auto;
  margin: 0;
  vertical-align: bottom;
}

.ranking__item .mod-screenshot .rankingitem__imgblock {
  position: relative;
  width: 100%;
}
.ranking__item .mod-screenshot .rankingitem__imgblock img {
  vertical-align: bottom;
}
.ranking__item .mod-screenshot .rankingitem__img {
  display: block;
  vertical-align: bottom;
  border: none;
  width: 100%;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  height: 158px;
}
.ranking__item .mod-screenshot .rankingitem__img img {
  width: auto;
  display: inline-block;
  margin: 0px 0 0 -2px;
  height: 158px;
}

.ranking__item .rankingitem__infoblock {
  background: #e6e6e6;
  padding: 12px 16px 9px 16px;
}
.ranking__item .rankingitem__infoheader {
  margin-bottom: 3px;
  min-height: 3em;
}
.ranking__item .rankingitem__ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 100%;
  line-height: 1.35;
}
.ranking__item .rankingitem__ttl .softinfo__title {
  display: table-cell;
  vertical-align: middle;
  font-size: 100%;
  line-height: 1.35;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.ranking__item .rankingitem__info {
  font-size: 85.71429%;
  line-height: 1.4;
  margin-bottom: 4px;
}
.ranking__item .rankingitem__iconblock {
  border-radius: 0 0 16px 16px;
  background: #e6e6e6;
  padding: 0 4px 4px 4px;
}
.ranking__item .rankingitem__iconbody {
  border-radius: 0 0 13px 13px;
  height: 30px;
  background: #FFF;
  width: 100%;
  text-align: center;
}
.ranking__item .rankingitem__iconbody img {
  vertical-align: bottom;
}
.ranking__item .softwarevcitem__iconpkg,
.ranking__item .softwarevcitem__iconpkgdl,
.ranking__item .softwarevcitem__icondl,
.ranking__item .softwarevcitem__iconvc {
  font-size: 71.42857%;
  line-height: 30px;
  color: #ce181e;
}
.ranking__item .sp_only{
  display: none;
}
.ranking__item .softwarevcitem__iconpkg:before,
.ranking__item .softwarevcitem__iconpkgdl:before,
.ranking__item .softwarevcitem__icondl:before,
.ranking__item .softwarevcitem__iconvc:before {
  content: "";
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.ranking__item .softwarevcitem__iconpkg:before {
  width: 22px;
  background: url(img/ranking_icon_pkg.png) 0 0 no-repeat;
}
.ranking__item .softwarevcitem__iconpkgdl:before {
  width: 22px;
  background: url(img/ranking_icon_pkgdl.png) 0 0 no-repeat;
}
.ranking__item .softwarevcitem__icondl:before {
  width: 22px;
  background: url(img/ranking_icon_dl.png) 0 0 no-repeat;
}
.ranking__item .softwarevcitem__iconvc:before {
  width: 26px;
  background: url(img/ranking_icon_vc.png) 0 0 no-repeat;
}
.ranking__item .ranking01 .rankingitem__img:after,
.ranking__item .ranking02 .rankingitem__img:after,
.ranking__item .ranking03 .rankingitem__img:after {
  content: "";
  display: block;
  width: 40px;
  height: 51px;
  position: absolute;
  left: 18px;
  top: -12px;
}
.ranking__item .ranking01 .rankingitem__img:after {
  background: url(img/ranking_icon_01.png) 0 0 no-repeat;
}
.ranking__item .ranking02 .rankingitem__img:after {
  background: url(img/ranking_icon_02.png) 0 0 no-repeat;
}
.ranking__item .ranking03 .rankingitem__img:after {
  background: url(img/ranking_icon_03.png) 0 0 no-repeat;
}
.ranking__item .ranking04 .rankingitem__img:after,
.ranking__item .ranking05 .rankingitem__img:after,
.ranking__item .ranking06 .rankingitem__img:after,
.ranking__item .ranking07 .rankingitem__img:after,
.ranking__item .ranking08 .rankingitem__img:after,
.ranking__item .ranking09 .rankingitem__img:after,
.ranking__item .ranking10 .rankingitem__img:after,
.ranking__item .ranking11 .rankingitem__img:after,
.ranking__item .ranking12 .rankingitem__img:after,
.ranking__item .ranking13 .rankingitem__img:after,
.ranking__item .ranking14 .rankingitem__img:after,
.ranking__item .ranking15 .rankingitem__img:after,
.ranking__item .ranking16 .rankingitem__img:after,
.ranking__item .ranking17 .rankingitem__img:after,
.ranking__item .ranking18 .rankingitem__img:after,
.ranking__item .ranking19 .rankingitem__img:after,
.ranking__item .ranking20 .rankingitem__img:after {
  content: "";
  display: block;
  width: 30px;
  height: 38px;
  position: absolute;
  left: 13px;
  top: -12px;
  z-index: 3;
}
.ranking__item .ranking04 .rankingitem__img:after {
  background: url(img/ranking_icon_04.png) 0 0 no-repeat;
}
.ranking__item .ranking05 .rankingitem__img:after {
  background: url(img/ranking_icon_05.png) 0 0 no-repeat;
}
.ranking__item .ranking06 .rankingitem__img:after {
  background: url(img/ranking_icon_06.png) 0 0 no-repeat;
}
.ranking__item .ranking07 .rankingitem__img:after {
  background: url(img/ranking_icon_07.png) 0 0 no-repeat;
}
.ranking__item .ranking08 .rankingitem__img:after {
  background: url(img/ranking_icon_08.png) 0 0 no-repeat;
}
.ranking__item .ranking09 .rankingitem__img:after {
  background: url(img/ranking_icon_09.png) 0 0 no-repeat;
}
.ranking__item .ranking10 .rankingitem__img:after {
  background: url(img/ranking_icon_10.png) 0 0 no-repeat;
}
.ranking__item .ranking11 .rankingitem__img:after {
  background: url(img/ranking_icon_11.png) 0 0 no-repeat;
}
.ranking__item .ranking12 .rankingitem__img:after {
  background: url(img/ranking_icon_12.png) 0 0 no-repeat;
}
.ranking__item .ranking13 .rankingitem__img:after {
  background: url(img/ranking_icon_13.png) 0 0 no-repeat;
}
.ranking__item .ranking14 .rankingitem__img:after {
  background: url(img/ranking_icon_14.png) 0 0 no-repeat;
}
.ranking__item .ranking15 .rankingitem__img:after {
  background: url(img/ranking_icon_15.png) 0 0 no-repeat;
}
.ranking__item .ranking16 .rankingitem__img:after {
  background: url(img/ranking_icon_16.png) 0 0 no-repeat;
}
.ranking__item .ranking17 .rankingitem__img:after {
  background: url(img/ranking_icon_17.png) 0 0 no-repeat;
}
.ranking__item .ranking18 .rankingitem__img:after {
  background: url(img/ranking_icon_18.png) 0 0 no-repeat;
}
.ranking__item .ranking19 .rankingitem__img:after {
  background: url(img/ranking_icon_19.png) 0 0 no-repeat;
}
.ranking__item .ranking20 .rankingitem__img:after {
  background: url(img/ranking_icon_20.png) 0 0 no-repeat;
}

/* HOVER
-------------------------------------------------------------------------- */
#page-container .form_btn,
#page-container a.rankingitem__body,
#page-container .open__btn,
#page-container .close__btn {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#page-container .form_btn:hover,
#page-container a.rankingitem__body:hover,
#page-container .open__btn:hover,
#page-container .close__btn:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#page-container .form_btn:hover {
  -webkit-transition-timing-function: none;
  transition-timing-function: none;
  -webkit-animation: none;
   animation: none;
}
#page-container .rankingheader__btn a span {
  padding-bottom:3px;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#page-container .rankingheader__btn a:hover span {
  padding-bottom:7px;
}