@charset "utf-8";

/* ---------------------------------------------------------
  ListPageContents
----------------------------------------------------------*/
div#wrapper {
  padding-top: 10px;
}

/* ContentsArea
-------------------------------------------- */
div#listPageContents {
  width: 100%;
}
div#listPageContents h1#voteh1 {
  margin-bottom: 30px;
  height: 30px;
  line-height: 31px;
  font-weight: bold;
  color: #308c9e;
  font-size: 18px;
  text-align: center;
}
div#listPageContents h1#voteh1:before {
  background: url(../img/icon_treasurebox4.png) no-repeat left top;
  background-size: 28px 30px;
  content: "";
  padding: 2px 0 2px 38px;
}

/* RankinRating
-------------------------------------------- */
div#rankinRating h2 {
  margin-bottom: 0.5em !important;
}
div#rankinRating h2.average {
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #8a5338;
}
div#rankinRating p {
  margin-bottom: 1.5em;
  font-size: 13px;
  line-height: 1.6;
}
div#rankinRating p.center {
  margin-bottom: 0.8em !important;
  text-align: center;
  font-size: 14px;
}
  div#rankinRating p b {
    padding: 0 0.3em;
    font-weight: bold;
    font-size: 16px;
  }

div#rankinRating ul {
  margin: 0 auto 1.5em;
  width: 100%;
  text-align: center;
}
div#rankinRating ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 1em;
}
/* --- コメント数 */
div#rankinRating ul li.comment span {
  display: block;
  font-size: 24px;
}

/* --- 平均評価 */
div#rankinRating ul li.vote {
  border: solid 3px #f9c353;
  border-radius: 10px;        /* CSS3草案 */
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;   /* Firefox用 */
}
  div#rankinRating ul li.vote span {
    display: block;
    padding-right: 3px;
    font-size: 24px;
  }

/* --- ページビュー */
div#rankinRating ul li span {
  display: block;
  font-size: 22px;
  line-height: 32px;
}


/* ランキングヘッダーリンク
-------------------------------------------- */
div#voteResultLinkHeader {
  clear: both;
  width: 100%;
}

div#listPageContents h2#voteResultHead {
  clear: both;
  margin-bottom: 20px;
  background-color: #539ddc;
  height: 2.4em;
  font-weight: bold;
  font-size: 18px;
  line-height: 2.5em;
  text-align: center;
  color: #fff;
}

/* --- 平均評価エリア */
div#voteResultLinkHeader div.averageArea {
  float: left;
  width: 35%;
  margin: 0 1% 20px 0;
  border-right: solid 1px #ccc;
  text-align: center;
}
  div#voteResultLinkHeader div.averageArea h2 {
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #4f3c24;
  }
  div#voteResultLinkHeader div.averageArea h2:before {
    background: url(../img/icon_kanban02.png) no-repeat left center;
    content: "";
    padding: 5px 0 5px 36px;
  }
  div#voteResultLinkHeader div.averageArea p {
    margin-bottom: 10px;
  }
    div#voteResultLinkHeader div.averageArea p a {
      background: url(../img/icon_yajirushi.png) no-repeat left center;
      padding-left: 30px;
      line-height: 26px;
      font-size: 15px;
      font-weight: bold;
      text-decoration: none;
    }
  div#voteResultLinkHeader div.averageArea ul {
    margin: 0 auto;
    width: 100%;
  }
    div#voteResultLinkHeader div.averageArea ul li {
      margin-bottom: 5px;
      text-align: left;
    }
      div#voteResultLinkHeader div.averageArea ul li a {
        padding-right: 5px;
        font-size: 13px;
        text-decoration: none;
      }
      div#voteResultLinkHeader div.averageArea ul li a:after {
        content: ",";
      }
      div#voteResultLinkHeader div.averageArea ul li a.year {
        font-size: 14px;
        font-weight: bold;
      }
      div#voteResultLinkHeader div.averageArea ul li a.year:after {
        content: ":";
      }
      div#voteResultLinkHeader div.averageArea ul li span.year {
        padding-right: 5px;
        font-size: 14px;
        font-weight: bold;
      }
      div#voteResultLinkHeader div.averageArea ul li span.year:after {
        content: ":";
      }

/* --- 偏差値エリア */
div#voteResultLinkHeader div.deviationArea {
  float: left;
  width: 35%;
  margin: 0 1% 20px 0;
  border-right: solid 1px #ccc;
  text-align: center;
}
  div#voteResultLinkHeader div.deviationArea h2 {
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #4f3c24;
  }
  div#voteResultLinkHeader div.deviationArea h2:before {
    background: url(../img/icon_kanban03.png) no-repeat left center;
    content: "";
    padding: 5px 0 5px 36px;
  }
  div#voteResultLinkHeader div.deviationArea p {
    margin-bottom: 10px;
  }
    div#voteResultLinkHeader div.deviationArea p a {
      background: url(../img/icon_yajirushi.png) no-repeat left center;
      padding-left: 30px;
      line-height: 26px;
      font-size: 15px;
      font-weight: bold;
      text-decoration: none;
    }
  div#voteResultLinkHeader div.deviationArea ul {
    margin: 0 auto;
    width: 100%;
  }
    div#voteResultLinkHeader div.deviationArea ul li {
      margin-bottom: 5px;
      text-align: left;
    }
      div#voteResultLinkHeader div.deviationArea ul li a {
        padding-right: 5px;
        font-size: 13px;
        text-decoration: none;
      }
      div#voteResultLinkHeader div.deviationArea ul li a:after {
        content: ",";
      }
      div#voteResultLinkHeader div.deviationArea ul li a.year {
        font-size: 14px;
        font-weight: bold;
      }
      div#voteResultLinkHeader div.deviationArea ul li a.year:after {
        content: ":";
      }
      div#voteResultLinkHeader div.deviationArea ul li span.year {
        padding-right: 5px;
        font-size: 14px;
        font-weight: bold;
      }
      div#voteResultLinkHeader div.deviationArea ul li span.year:after {
        content: ":";
      }

/* --- 投票項目別エリア */
div#voteResultLinkHeader div.typeArea {
  float: left;
  width: 13.5%;
  margin: 0 0 20px 0;
  border-right: solid 1px #ccc;
  text-align: center;
}
  div#voteResultLinkHeader div.typeArea h2 {
    margin-left: -5px;
    margin-bottom: 30px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #4f3c24;
  }
  div#voteResultLinkHeader div.typeArea h2:before {
    background: url(../img/icon_post02_ie.png) no-repeat left center;
    content: "";
    padding: 1px 0 1px 20px;
  }
  div#voteResultLinkHeader div.typeArea ul {
    margin-left: 5px;
  }
  div#voteResultLinkHeader div.typeArea ul li {
    margin-bottom: 5px;
    background: url(../img/icon_kirikabu_s.png) no-repeat left center;
    padding-left: 15px;
    text-align: left;
    font-size: 13px;
  }
    div#voteResultLinkHeader div.typeArea ul li a {
      text-decoration: none;
    }

/* --- ジャンル別エリア */
div#voteResultLinkHeader div.genreArea {
  float: right;
  width: 13.5%;
  margin: 0 0 20px 0;
  text-align: center;
}
  div#voteResultLinkHeader div.genreArea h2 {
    margin-left: -5px;
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #4f3c24;
  }
  div#voteResultLinkHeader div.genreArea h2:before {
    background: url(../img/icon_post02_ie.png) no-repeat left center;
    content: "";
    padding: 1px 0 1px 20px;
  }
  div#voteResultLinkHeader div.genreArea ul {
    margin-left: 5px;
  }
  div#voteResultLinkHeader div.genreArea ul li {
    margin-bottom: 5px;
    background: url(../img/icon_kirikabu_s.png) no-repeat left center;
    padding-left: 15px;
    text-align: left;
    font-size: 13px;
  }
    div#voteResultLinkHeader div.genreArea ul li a {
      text-decoration: none;
    }

/* --- エロゲーム大賞バナーリンク */
div#voteResultLinkHeader div.grandprixLinkBanner {
  clear: both;
  width: 100%;
  text-align: center;
}
  div#voteResultLinkHeader div.grandprixLinkBanner h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 53px;
    color: #4f3c24;
  }
  div#voteResultLinkHeader div.grandprixLinkBanner h2:before {
    background: url(../grandprix/img/icon_other_granprix.png) no-repeat left center;
    content: "";
    padding: 1px 0 1px 50px;
  }
  div#voteResultLinkHeader div.grandprixLinkBanner ul {
    margin-bottom: 40px;
  }
  div#voteResultLinkHeader div.grandprixLinkBanner ul li {
    display: inline;
    padding: 0 5px;
  }


/* ジャンル別インデックスページ
-------------------------------------------- */
div#genreIndex {
  margin: 0 2% 40px;
  width: 96%;
}
  div#genreIndex h1 {
    margin-bottom: 30px;
    height: 30px;
    line-height: 31px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }
  div#genreIndex h1:before {
    background: url(../img/icon_treasurebox4.png) no-repeat left top;
    background-size: 28px 30px;
    content: "";
    padding: 2px 0 2px 38px;
  }
    div#genreIndex h1 span {
      padding: 0 0.2em;
      font-size: 24px;
      font-weight: bold;
    }
  div#genreIndex p {
    margin: 0 1em 3em;
    font-size: 14px;
    line-height: 1.6;
  }

/* --- ジャンルリンク */
  div#genreIndex ul.genreLink {
    margin-bottom: 3em;
  }
    div#genreIndex ul.genreLink li {
      display: inline-block;
      margin: 0 0.25% 10px;
      width: 31%;
      border: solid 3px #e0d8c1;
      padding: 3px;
    }
      div#genreIndex ul.genreLink li a {
        display: block;
        overflow: hidden;
        text-decoration: none;
      }
        div#genreIndex ul.genreLink li a img {
          float: left;
          margin-right: 10px;
        }
        div#genreIndex ul.genreLink li a span.title {
          display: block;
          margin-top: 0.4em;
          margin-bottom: 0.4em;
          font-size: 16px;
          font-weight: bold;
        }
        div#genreIndex ul.genreLink li a span.text {
          display: block;
          padding-right: 5px;
          line-height: 1.4;
          font-size: 12px;
          color: #333;
          overflow: hidden;
        }

/* --- ジャンル別インデックスリンク */
div#genreIndexPageLink {
  clear: both;
  margin-bottom: 3em;
  width: 100%;
  border-top: dashed 2px #543b1f;
  padding-top: 3em;
  overflow: hidden;
}
  div#genreIndexPageLink ul {
    margin-bottom: 3em;
    text-align: center;
  }
    div#genreIndexPageLink ul li {
      display: inline;
      margin-bottom: 3em;
      background: none;
      padding: 0 2em;
    }
      div#genreIndexPageLink ul a {
        font-size: 15px;
        white-space: nowrap;
        background: url(../img/icon_kirikabu_s.png) no-repeat left center;
        padding-left: 25px;
      }
        div#genreIndexPageLink ul a span {
          letter-spacing: 0.1em;
          font-size: 18px;
          font-weight: bold;
        }

  div#genreIndexPageLink p {
    margin: 0 auto 1em;
    width: 94%;
    text-align: center;
  }
    div#genreIndexPageLink p a {
      display: block;
      width: 100%;
      font-size: 17px;
      font-weight: bold;
    }
    div#genreIndexPageLink p a:before {
      background: url(../img/icon_yajirushi.png) no-repeat left top;
      background-size: 16px 18px;
      content: " ";
      padding-left: 24px;
    }




/* パンくずリスト
-------------------------------------------- */
nav#breadcrumb {
  margin-bottom: 24px;
}
  nav#breadcrumb li {
    display: inline;
    line-height: 24px;
    vertical-align: bottom;
  }
  nav#breadcrumb li:before {
    padding: 0 5px;
    content: " > ";
  }
  nav#breadcrumb li:first-child:before {
    padding-left: 20px;
    content:"";
    background: url(../img/icon_home.png) no-repeat left top;
    background-size: 18px 18px;
  }
    nav#breadcrumb li a {
      text-decoration: none;
    }
    nav#breadcrumb li img {
      vertical-align: bottom;
    }


/* listPageSideArea
-------------------------------------------- */
div#listPageSideArea {
  float: right;
  width: 180px;
  text-align: right;
}

/* Ad Banner Area --- */
div.adListPageSide160x600 {
  margin-bottom: 20px;
}
div.adSide160x600 {
  margin-bottom: 20px;
  text-align: center;
}


/* エロゲームランキングページ
-------------------------------------------- */
div#listPageContents div#rankingContents {
  float: left;
  margin: 0;
  width: 774px;
}

div#rankingContents ul li {
  border-top: solid 1px #ccc;
  padding: 10px 5px;
  overflow: hidden;
}
  div#rankingContents ul li:hover {
    background-color: #fff;
  }
  div#rankingContents ul li a {
    text-decoration: none;
  }
    div#rankingContents ul li a:hover {
      background-color: #eee;
      text-decoration: none;
    }
  div#rankingContents ul li img {
    float: left;
    margin-right: 10px;
  }

  div#rankingContents ul li div {
    margin-bottom: 5px;
    overflow: hidden;
  }
  div#rankingContents ul li span.num {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    margin-right: 10px;
    width: 2.2em;
    height: 24px;
    background-color: #444;
    line-height: 25px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
  }
  div#rankingContents ul li h3 {
    margin-bottom: 5px;
    line-height: 25px;
    font-weight: bold;
    font-size: 17px;
  }
  div#rankingContents ul li p.desc {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
  }
    div#rankingContents ul li p.desc:before {
      content: " - ";
      padding-left: 0.5em;
    }

  div#rankingContents ul li span.point {
    padding-left: 0.5em;
    font-size: 14px;
    color: #333;
  }
    div#rankingContents ul li span.point span {
      padding-right: 1em;
      letter-spacing: 0.1em;
      font-size: 20px;
      color: #bc2314;
    }
    div#rankingContents ul li span.point span:before {
      content: ": ";
      font-size: 13px;
      color: #333;
    }

  div#rankingContents ul li span.vote {
    font-size: 14px;
    color: #333;
  }
    div#rankingContents ul li span.vote span {
      letter-spacing: 0.1em;
      font-size: 20px;
    }
    div#rankingContents ul li span.vote span:before {
      content: ": ";
      font-size: 13px;
      color: #333;
    }

  div#rankingContents ul li p.text {
    margin: 5px 0 0 0;
    line-height: 1.2;
    font-size: 13px;
    color: #333;
  }
  div#rankingContents ul li div.detail {
    margin: 5px 0 0 0;
    line-height: 1.2;
    font-size: 13px;
    color: #333;
  }
    div#rankingContents ul li div.detail p {
      margin-bottom: 5px;
      line-height: 1.4;
    }

  div#rankingContents div.gameImg {
    float: left;
  }
    div#rankingContents div.gameImg img {
      float: none;
      display: block;
      margin-bottom: 1px;
      margin-right: 10px;
    }
    div#rankingContents div.postUser {
      margin-top: 10px;
      margin-left: 5px;
      color: #333;
    }
    div#rankingContents div.postUser div.user-pic {
      float: left;
    }
    div#rankingContents div.postUser span.userName {
      line-height: 25px;
      color: #333;
    }
    
      div#rankingContents ul.star {
        margin-left: 5px;
      }
      div#rankingContents ul.star li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin-bottom: 0;
        border: none;
        padding: 0 5px 0 0;
        padding-bottom: 0;
        vertical-align: bottom;
        font-size: 11px;
        overflow: visible;
        color: #333;
      }
      div#rankingContents ul.star li.trance {
        background: url(../img/review_icon_total.png) no-repeat left top;
        background-size: 45px 18px;
        padding-left: 50px;
      }
      div#rankingContents ul.star li.total {
        background: url(../img/review_icon_ero.png) no-repeat left top;
        background-size: 22px 22px;
        padding-left: 28px;
      }
      div#rankingContents ul.star li.grafic {
        background: url(../img/review_icon_grafic.png) no-repeat left top;
        background-size: 22px 22px;
        padding-left: 28px;
      }
      div#rankingContents ul.star li.music {
        background: url(../img/review_icon_music.png) no-repeat left top;
        background-size: 22px 22px;
        padding-left: 28px;
      }
      div#rankingContents ul.star li.system {
        background: url(../img/review_icon_system.png) no-repeat left top;
        background-size: 22px 22px;
        padding-left: 28px;
      }
      div#rankingContents ul.star li.original {
        background: url(../img/review_icon_original.png) no-repeat left top;
        background-size: 22px 22px;
        padding-left: 28px;
      }
        div#rankingContents ul.star li span {
          padding-right: 0.1em;
          line-height: 22px;
          font-weight: bold;
          font-size: 16px;
        }
      #rankingContents li.trance span.mtCommentRating {
        width: 80px;
        height: 16px;
        background: url(../img/rating-star.png) no-repeat right top;
      }
      #rankingContents li.trance .mtCommentRating.star_5 { background-position: 0 0; }
      #rankingContents li.trance .mtCommentRating.star_4 { background-position: -16px 0; }
      #rankingContents li.trance .mtCommentRating.star_3 { background-position: -32px 0; }
      #rankingContents li.trance .mtCommentRating.star_2 { background-position: -48px 0; }
      #rankingContents li.trance .mtCommentRating.star_1 { background-position: -64px 0; }
      #rankingContents li.trance .mtCommentRating.star_4dot5 { background-position: 0 -16px; }
      #rankingContents li.trance .mtCommentRating.star_3dot5 { background-position: -16px -16px; }
      #rankingContents li.trance .mtCommentRating.star_2dot5 { background-position: -32px -16px; }
      #rankingContents li.trance .mtCommentRating.star_1dot5 { background-position: -48px -16px; }
      
      
      div#rankingContents div.comment {
        clear: both;
        margin-bottom: 10px;
        padding: 0 0.5em;
        line-height: 1.6;
        font-size: 14px;
        color: #333;
      }


/* ジャンル別ヘッダーリンク
-------------------------------------------- */
h1.genre {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
h2.genre {
  clear: both;
  margin-bottom: 10px;
  border-bottom: solid 1px #777;
  padding-left: 0.5em;
  font-size: 16px;
}

div#genreLink {
  margin: 0 2% 10px;
  width: 96%;
}
  div#genreLink ul {
    float: left;
    margin-bottom: 10px;
    width: 20%;
  }
    div#genreLink li {
      margin-bottom: 1.5em;
      background: url(../img/icon_kusa02.png) no-repeat left center;
      padding-left: 17px;
    }
      div#genreLink li a {
        font-size: 15px;
        font-weight: bold;
        white-space: nowrap;
      }
  div#genreLink p.detailSearchLink {
    margin: 0 auto 20px;
    width: 94%;
    text-align: center;
  }
    div#genreLink p.detailSearchLink a {
      display: block;
      width: 100%;
      font-size: 17px;
      font-weight: bold;
    }
    div#genreLink p.detailSearchLink a:before {
      background: url(../img/icon_yajirushi.png) no-repeat left top;
      background-size: 16px 18px;
      content: " ";
      padding-left: 24px;
    }

/* ジャンル別リストページコンテンツ
-------------------------------------------- */
div#listPageContents ul.subGenreLink {
  margin-bottom: 2em;
  border-top: dashed 1px #ccc;
  border-bottom: dashed 1px #ccc;
  padding: 1em 3em;
  text-align: center;
  overflow: hidden;
}
  div#listPageContents ul.subGenreLink li {
    display: inline;
    padding: 0 1em;
    line-height: 2;
    white-space: nowrap;
  }
  div#listPageContents ul.subGenreLink li:before {
    content: "≫ ";
  }
    div#listPageContents ul.subGenreLink li a {
      font-weight: bold;
      font-size: 14px;
    }

div#listPageContents div#genreContents {
  float: left;
  margin: 0 0 20px;
  width: 774px;
}
div#genreContents ul {
  overflow: hidden;
}
div#genreContents ul li {
  clear: left;
  margin-top: -1px;
  border-top: solid 1px #aaa;
  padding: 10px 5px;
  overflow: hidden;
}
  div#genreContents ul li:hover {
    background-color: #fff;
  }
  div#genreContents ul li a {
    text-decoration: none;
  }
    div#genreContents ul li a:hover {
      background-color: #eee;
      text-decoration: none;
    }

  div#genreContents ul li div {
    margin-bottom: 5px;
    overflow: hidden;
  }
  div#genreContents ul li span.num {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    margin-right: 10px;
    width: 2.2em;
    height: 24px;
    background-color: #444;
    line-height: 25px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
  }
  div#genreContents ul li h3 {
    margin-bottom: 5px;
    line-height: 25px;
    font-weight: bold;
    font-size: 17px;
  }
  div#genreContents ul li p.desc {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
  }
    div#genreContents ul li p.desc:before {
      content: " - ";
      padding-left: 0.5em;
    }

  div#genreContents ul li span.point {
    padding-left: 0.5em;
    font-size: 14px;
    color: #333;
  }
    div#genreContents ul li span.point span {
      padding-right: 1em;
      letter-spacing: 0.1em;
      font-size: 20px;
      color: #bc2314;
    }
    div#genreContents ul li span.point span:before {
      content: ": ";
      font-size: 13px;
      color: #333;
    }

  div#genreContents ul li span.vote {
    font-size: 14px;
    color: #333;
  }
    div#genreContents ul li span.vote span {
      letter-spacing: 0.1em;
      font-size: 20px;
    }
    div#genreContents ul li span.vote span:before {
      content: ": ";
      font-size: 13px;
      color: #333;
    }

  div#genreContents ul li p.text {
    margin: 5px 0 0 0;
    line-height: 1.2;
    font-size: 13px;
    color: #333;
  }
  div#genreContents ul li div.detail {
    margin: 5px 0 0 0;
    line-height: 1.2;
    font-size: 13px;
    color: #333;
  }
    div#genreContents ul li div.detail p {
      margin-bottom: 5px;
      line-height: 1.4;
    }
  
  div#genreContents ul li img.img01 {
    float: left;
    width: 135px;
    margin-right: 1px;
  }
  div#genreContents ul li img.img02 {
    float: left;
    width: 135px;
    margin-right: 15px;
  }

/* --- ページ送り */
ol#genrePagination{
  clear: both;
  margin: 0 0 0 0.5em;
  border-top: solid 1px #f761a6;
  padding-top: 10px;
  width: auto;
}
ol#genrePagination li {
  display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
}
  ol#genrePagination li a {
    display: inline-block;
		*display: inline;
		*zoom: 1;
		margin: 0 0.1em 0.5em;
	  padding: 0.6em 1.2em;
		-moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    border-radius: 3px;         /* CSS3 */
    border: 1px #c1c1b3 solid;     /* 枠線の装飾 */
		background-color: #c1c1b3;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
  }
  ol#genrePagination li a:hover {
	  background-color: #f761a6;
	  border: 1px #f761a6 solid;
	}
	ol#genrePagination li.current a {
	  background-color: #f761a6;
	  border: 1px #f761a6 solid;
	  font-weight: bold;
	  color: #fff;
	}



/* ---------------------------------------------------------
  PageContents
----------------------------------------------------------*/

/* ContentsArea
-------------------------------------------- */
div#pageContents {
  float: left;
  width: 660px;
}

/* Side Area 300px
-------------------------------------------- */
div#sideArea {
  float: right;
  width: 300px;
}
/* Ad Banner Area --- */
div.adListPageSideTop300x250 {
  margin-bottom: 20px;
}
div.adListPageSide300x250 {
  margin-bottom: 20px;
}
div.adListPageSide300x600 {
  margin-bottom: 20px;
}
div.adListPageSideGMO {
  margin-bottom: 20px;
  text-align: center;
}
div.adArticleSideTop300x250 {
  margin-bottom: 20px;
}
div.adArticleSide300x600 {
  margin-bottom: 20px;
}
div.adArticleSide300x250 {
  margin-bottom: 20px;
}
div.adArticleSideGMO {
  margin-bottom: 20px;
  text-align: center;
}

/* 最近のコメント一覧
-------------------------------------------- */
div#reviewComment {
	clear: both;
}
  div#reviewComment h1 {
    margin-bottom: 20px;
    background: url(../img/icon_kanban05.png) no-repeat left top;
    background-size: 32px 32px;
    padding-left: 50px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
    line-height: 33px;
    font-size: 150%;
    font-weight: bold;
    color: #39292a;
  }
  div#reviewComment ul {
  	
  }
    div#reviewComment ul li {
      margin-bottom: 20px;
      border-bottom: solid 1px #ccc;
      padding-bottom: 20px;
    }
      div#reviewComment ul li a.link {
        text-decoration: none;
      }
        div#reviewComment ul li a.link img {
          float: left;
          padding-right: 10px;
          padding-bottom: 15px;
        }
        div#reviewComment ul li a.link span.title {
          display: block;
          line-height: 1.6;
          padding-bottom: 0.2em;
          font-size: 15px;
          font-weight: bold;
        }
      
      div#reviewComment ul li div.postUser {
        margin-bottom: 10px;
        line-height: 31px;
        overflow: hidden;
      }
        div#reviewComment ul li div.postUser div.user-pic img {
          float: left;
          padding-right: 10px;
          vertical-align: bottom;
        }
      
      div#reviewComment ul li ul.star {
        
      }
        div#reviewComment ul li ul.star li {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          margin-bottom: 0;
          border: none;
          padding-right: 5px;
          vertical-align: bottom;
          color: #fd5300;
        }
        div#reviewComment ul li ul.star li.trance {
          background: url(../img/review_icon_total.png) no-repeat left top;
          background-size: 45px 18px;
          padding-left: 50px;
        }
        div#reviewComment ul li ul.star li.total {
          background: url(../img/review_icon_ero.png) no-repeat left top;
          background-size: 22px 22px;
          padding-left: 28px;
        }
        div#reviewComment ul li ul.star li.grafic {
          background: url(../img/review_icon_grafic.png) no-repeat left top;
          background-size: 22px 22px;
          padding-left: 28px;
        }
        div#reviewComment ul li ul.star li.music {
          background: url(../img/review_icon_music.png) no-repeat left top;
          background-size: 22px 22px;
          padding-left: 28px;
        }
        div#reviewComment ul li ul.star li.system {
          background: url(../img/review_icon_system.png) no-repeat left top;
          background-size: 21px 21px;
          padding-left: 28px;
        }
        div#reviewComment ul li ul.star li.original {
          background: url(../img/review_icon_original.png) no-repeat left top;
          background-size: 22px 22px;
          padding-left: 28px;
        }
          div#reviewComment ul li ul.star li span.num {
            padding-right: 0.1em;
            line-height: 22px;
            font-weight: bold;
            font-size: 16px;
          }
        #reviewComment li.trance span.mtCommentRating {
          width: 80px;
          height: 16px;
          background: url(../img/rating-star.png) no-repeat right top;
        }
        #reviewComment li.trance .mtCommentRating.star_5 { background-position: 0 0; }
        #reviewComment li.trance .mtCommentRating.star_4 { background-position: -16px 0; }
        #reviewComment li.trance .mtCommentRating.star_3 { background-position: -32px 0; }
        #reviewComment li.trance .mtCommentRating.star_2 { background-position: -48px 0; }
        #reviewComment li.trance .mtCommentRating.star_1 { background-position: -64px 0; }
        #reviewComment li.trance .mtCommentRating.star_4dot5 { background-position: 0 -16px; }
        #reviewComment li.trance .mtCommentRating.star_3dot5 { background-position: -16px -16px; }
        #reviewComment li.trance .mtCommentRating.star_2dot5 { background-position: -32px -16px; }
        #reviewComment li.trance .mtCommentRating.star_1dot5 { background-position: -48px -16px; }
        
      div#reviewComment ul li div.comment {
        clear: both;
        padding: 0 0.5em;
        font-size: 13px;
      }



/* ---------------------------------------------------------
  Web Page
----------------------------------------------------------*/

/* Webpage Base
-------------------------------------------- */
div#webpage {
  margin: 1em;
}

div#webpage h1 {
  margin-bottom: 20px;
  font-weight: bold;
  color: #f761a6;
  font-size: 24px;
  text-align: center;
}
  div#webpage h1 i {
    padding-right: .5em;
  }

div#webpage h2 {
  clear: both;
  margin: 2em 0 .5em 1em;
  font-size: 16px;
  font-weight: bold;
  color: #f761a6;
}
  div#webpage h2 i {
    padding-right: .5em;
  }

div#webpage h3 {
  margin: 15px 15px 10px;
  border-left: solid 4px #336699;
  padding-left: 10px;
  font-size: 110%;
  font-weight: bold;
}

div#webpage h4 {
  margin: 15px 15px 10px;
  border-bottom: solid 1px #336699;
  font-weight: bold;
}

div#webpage p {
  padding: 0 1em 1em;
  line-height: 1.6;
  font-size: 14px;
}
div#webpage p.center {
  text-align: center;
}

div#webpage table.manual {
  margin: 20px;
  border-collapse: collapse;
}
  div#webpage table.manual th {
    width: 145px;
    background-color: #ddd;
    border: solid 1px #555;
    padding: 5px;
  }
  div#webpage table.manual td {
    border: solid 1px #555;
    padding: 5px 8px;
  }

div#webpage ul {
  margin: 10px 3em;
}
  div#webpage ul li {
    list-style-type: circle;
    line-height: 1.6;
    font-size: 14px;
  }



/* FooterArea
-------------------------------------------- */

/* Ad Banner Area --- */
div.adListPageFooter {
  clear: both;
}


/* エロゲーム登録について
-------------------------------------------- */
div#webpage p.spg {
  margin: 0 auto 1em;
  width: 70%;
  border: double 3px #fa8e03;
  padding: 0.5em 1em;
  line-height: 3em;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 15px;
}
  div#webpage p.spg a {
    padding: 0 0.5em;
    font-weight: bold;
    font-size: 16px;
  }


/* Privacy Policy
-------------------------------------------- */
div#webpage dl.privacy {
	margin: 1em;
}
div#webpage dl.privacy dt {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 14px;
}
div#webpage dl.privacy dt i {
  padding-right: .5em;
  color: #e2bf4c;
}


/* よくある質問
-------------------------------------------- */
div.question {
  margin: 0 auto;
  width: 90%;
}
div.question h2 {
  margin: 0 0 1em 0 !important;
  background: none !important;
  padding: 0 !important;
}
div.question dl {
  margin: 0 7px 60px;
}
  div.question dt {
    margin-bottom: 10px;
    padding-left: 35px;
    padding-top: 5px;
    min-height: 23px;
    font-size: 16px;
    font-weight: bold;
  }
  div.question dd {
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    padding-left: 35px;
    min-height: 23px;
    line-height: 2;
    font-size: 14px;
  }
    div.question dd ul.qaList {
      margin-left: 2em !important;
    }

/* --- 色違い */
dl.qa01 dt {
  background: url(/img/question_q01.png) no-repeat left center;
}
dl.qa01 dd {
  background: url(/img/question_a01.png) no-repeat left top;
}
dl.qa02 dt {
  background: url(/img/question_q02.png) no-repeat left center;
}
dl.qa02 dd {
  background: url(/img/question_a02.png) no-repeat left top;
}
dl.qa03 dt {
  background: url(/img/question_q03.png) no-repeat left center;
}
dl.qa03 dd {
  background: url(/img/question_a03.png) no-repeat left top;
}
dl.qa04 dt {
  background: url(/img/question_q04.png) no-repeat left center;
}
dl.qa04 dd {
  background: url(/img/question_a04.png) no-repeat left top;
}
dl.qa05 dt {
  background: url(/img/question_q05.png) no-repeat left center;
}
dl.qa05 dd {
  background: url(/img/question_a05.png) no-repeat left top;
}
dl.qa06 dt {
  background: url(/img/question_q06.png) no-repeat left center;
}
dl.qa06 dd {
  background: url(/img/question_a06.png) no-repeat left top;
}
dl.qa07 dt {
  background: url(/img/question_q07.png) no-repeat left center;
}
dl.qa07 dd {
  background: url(/img/question_a07.png) no-repeat left top;
}
dl.qa08 dt {
  background: url(/img/question_q08.png) no-repeat left center;
}
dl.qa08 dd {
  background: url(/img/question_a08.png) no-repeat left top;
}
dl.qa09 dt {
  background: url(/img/question_q09.png) no-repeat left center;
}
dl.qa09 dd {
  background: url(/img/question_a09.png) no-repeat left top;
}
dl.qa10 dt {
  background: url(/img/question_q10.png) no-repeat left center;
}
dl.qa10 dd {
  background: url(/img/question_a10.png) no-repeat left top;
}
dl.qa11 dt {
  background: url(/img/question_q02.png) no-repeat left center;
}
dl.qa11 dd {
  background: url(/img/question_a02.png) no-repeat left top;
}
dl.qa12 dt {
  background: url(/img/question_q06.png) no-repeat left center;
}
dl.qa12 dd {
  background: url(/img/question_a06.png) no-repeat left top;
}

/* --- ページ内リンク */
div.question ul.innerLink {
  margin: 0 0 40px 0 !important;
  width: 100%;
  overflow: hidden;
}
  div.question ul.innerLink li {
    margin-bottom: 1em;
    list-style: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 45%;
    padding: 0 2%;
    vertical-align: top;
  }
    div.question ul.innerLink li i {
      padding-right: .5em;
      font-size: 15px;
    }
    div.question ul.innerLink li i.qa01 {
      color: #45a19a;
    }
    div.question ul.innerLink li i.qa02 {
      color: #ff8815;
    }
    div.question ul.innerLink li i.qa03 {
      color: #d6cf54;
    }
    div.question ul.innerLink li i.qa04 {
      color: #1c92fc;
    }
    div.question ul.innerLink li i.qa05 {
      color: #4fac30;
    }
    div.question ul.innerLink li i.qa06 {
      color: #4adcf8;
    }
    div.question ul.innerLink li i.qa07 {
      color: #e974c6;
    }
    div.question ul.innerLink li i.qa08 {
      color: #ff1830;
    }
    div.question ul.innerLink li i.qa09 {
      color: #9e0dfe;
    }
    div.question ul.innerLink li i.qa10 {
      color: #3b3949;
    }
    div.question ul.innerLink li i.qa11 {
      color: #ff7c00;
    }
    div.question ul.innerLink li i.qa12 {
      color: #00ceff;
    }
    div.question ul.innerLink li a {
      text-decoration: none;
      font-weight: bold;
      font-size: 15px;
    }



/* お問い合わせ
-------------------------------------------- */
/* テーブル */
div.contact {
  margin: 0 auto;
  width: 70%;
}
div.contact table.form {
  width: 95%;
  margin: 0 auto 2em;
	border-collapse: collapse;
	margin-top: 1em;
}
div.contact table.form th, table.form td {
	text-align: left;
	padding: 8px;
	font-weight: normal;
}
div.contact table.form th {
	white-space: nowrap;
	border-bottom: solid 2px #f761a6;
	padding: 2em 2em 1em;
	vertical-align: middle;
	font-weight: bold;
}
div.contact table.form td {
	padding: 2em 2em 1em;
	border-bottom: solid 2px #f761a6;
}
div.contact form input#post {
  padding: 0.5em 2em;
  font-weight: bold;
}
div.contact form input#post:hover {
  cursor: pointer;
}

div.contact dl {
  margin: 24px;
}
div.contact dl dt {
  border-left: solid 6px #cc0000;
  padding: 2px 12px;
  font-weight: bold;
}
div.contact dl dd {
  padding: 5px 20px;
}

/* タイトル装飾 */
div.contact strong.ttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}

/* メッセージ */
div.contact p.msg {
	color: #dd0000;
	margin: 2em;
}
div.contact span.msg {
	color: #dd0000;
}

/* 戻りボタン */
div.contact form.back {
	margin-top: 2em;
}

/* 確認画面 */
p.guestExplanation {
  margin-bottom: 30px !important;
  text-align: center;
  font-weight: bold;
}
dl.formConf {
  margin: 0 auto 20px;
  width: 94%;
}
  dl.formConf dt {
    margin-bottom: 5px;
    border-bottom: solid 1px #f761a6;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
  }
  dl.formConf dd {
    margin-bottom: 30px;
    padding: 10px;
  }
    dl.formConf dd span.msg {
      font-weight: bold;
      color: #ff0000;
    }

div#formConf {
  margin-bottom: 30px;
  text-align: center;
}
  div#formConf input {
    padding: 0.5em 2em;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #f761a6;
    border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  }



/* ゲーム投稿ページ
-------------------------------------------- */
div#webpage h1#gamePost {
  margin-bottom: 20px;
  border-bottom: solid 1px #f761a6;
  padding-bottom: 10px;
  font-weight: bold;
  color: #f761a6;
  font-size: 22px;
  text-align: center;
}
div#webpage span.required {
  font-weight: bold;
  color: #ff0000;
}

div#webpage form#create-entry-form {
  margin: 0 auto;
  width: 94%;
}

/* --- placeholder属性のテキストカラー */
/* 各ベンダープレフィックスが取れた標準版 */
form#create-entry-form input:placeholder-shown, form#create-entry-form textarea:placeholder-shown {
  color: #ccc;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
form#create-entry-form input::-webkit-input-placeholder, form#create-entry-form textarea::-webkit-input-placeholder {
  color: #ccc;
}
/* Firefox 18- */
form#create-entry-form input:-moz-placeholder, form#create-entry-form textarea:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
/* Firefox 19+ */
form#create-entry-form input::-moz-placeholder, form#create-entry-form textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
/* IE 10+ */
form#create-entry-form input:-ms-input-placeholder, form#create-entry-form textarea:-ms-input-placeholder {
  color: #ccc;
}

/* --- ゲームタイトル */
form#create-entry-form div#entry-title-field {
  margin-bottom: 2em;
  text-align: center;
}
form#create-entry-form div#entry-title-field label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
form#create-entry-form div#entry-title-field input {
  width: 80%;
  padding: 5px 10px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 14px;
}

/* --- 簡単なゲーム紹介文 */
form#create-entry-form div#shortdescription {
  margin-bottom: 2em;
  text-align: center;
}
form#create-entry-form div#shortdescription label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
form#create-entry-form div#shortdescription input {
  width: 80%;
  padding: 5px 10px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 14px;
}

/* --- ゲーム紹介文 */
form#create-entry-form div#entry-body-field {
  margin-bottom: 2em;
  text-align: center;
}
form#create-entry-form div#entry-body-field label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
form#create-entry-form div#entry-body-field textarea {
  width: 94%;
  min-height: 400px;
  padding: 10px;
  line-height: 1.2;
  font-size: 14px;
}

/* --- 要点 */
form#create-entry-form div#gamepoint {
  margin-bottom: 2em;
  text-align: center;
}
form#create-entry-form div#gamepoint label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
form#create-entry-form div#gamepoint textarea {
  width: 94%;
  min-height: 80px;
  padding: 10px;
  line-height: 1.2;
  font-size: 14px;
}

/* --- 最も注目してほしい点、力を入れた点は何ですか？ */
form#create-entry-form div#focusPoint {
  margin-bottom: 2em;
  text-align: center;
}
form#create-entry-form div#focusPoint label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
form#create-entry-form div#focusPoint textarea {
  width: 94%;
  min-height: 80px;
  padding: 10px;
  line-height: 1.2;
  font-size: 14px;
}

/* --- プレイヤーの皆様へのメッセージ */
form#create-entry-form div#askComment {
  margin-bottom: 2em;
  text-align: center;
}
form#create-entry-form div#askComment label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
form#create-entry-form div#askComment textarea {
  width: 94%;
  min-height: 80px;
  padding: 10px;
  line-height: 1.2;
  font-size: 14px;
}

/* --- 更新履歴 */
form#create-entry-form div#changeLog {
  margin-bottom: 2em;
  text-align: center;
}
form#create-entry-form div#changeLog label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
form#create-entry-form div#changeLog textarea {
  width: 94%;
  min-height: 80px;
  padding: 10px;
  line-height: 1.2;
  font-size: 14px;
}

/* --- 埋め込みTwitter */
form#create-entry-form div#twitterEmbed {
  margin-bottom: 2em;
  text-align: center;
}
form#create-entry-form div#twitterEmbed label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
form#create-entry-form div#twitterEmbed input {
  width: 94%;
  padding: 5px 10px;
  line-height: 1.6;
  font-size: 14px;
}

/* --- ゲーム画面エリア */
form#create-entry-form div#gameImageArea {
  margin-bottom: 20px;
  width: 94%;
  border: solid 1px #f761a6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 20px;
}
form#create-entry-form div#gameImageArea h2 {
  margin-top: 20px;
  padding-left: 0;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
form#create-entry-form div#gameImageArea p {
  margin-bottom: 2em;
  padding: 0 10px;
}
form#create-entry-form div#gameImageArea ul {
  margin-bottom: 2em;
  text-align: center;
}
form#create-entry-form div#gameImageArea ul li {
  clear: both;
  margin-bottom: 2em;
  overflow: hidden;
  list-style: none;
  font-size: 14px;
}
form#create-entry-form div#gameImageArea ul li div.upload {
  float: left;
  width: 50%;
}
form#create-entry-form div#gameImageArea ul li div.desc {
  float: left;
  width: 50%;
}
  form#create-entry-form div#gameImageArea ul li label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
  }
  form#create-entry-form div#gameImageArea ul li input {
    width: 80%;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.2;
  }

/* --- 対応OSを選択 */
form#create-entry-form div#osArea {
  margin-bottom: 20px;
  width: 94%;
  border: solid 1px #f761a6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 20px;
}
form#create-entry-form div#osArea h2 {
  margin-top: 20px;
  padding-left: 0;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
form#create-entry-form div#osArea ul {
  text-align: center;
}
form#create-entry-form div#osArea ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 1em;
  overflow: hidden;
}
form#create-entry-form div#osArea label {
  margin-bottom: 5px;
  font-size: 15px;
}
form#create-entry-form div#osArea input {
  width: 80%;
  padding: 5px 10px;
  line-height: 1.6;
  font-size: 14px;
}

/* --- 制限と配布形式 */
form#create-entry-form div#limitArea {
  margin-bottom: 20px;
  width: 94%;
  border: solid 1px #f761a6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 20px;
}
form#create-entry-form div#limitArea h2 {
  margin-top: 20px;
  padding-left: 0;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
form#create-entry-form div#limitArea ul {
  text-align: center;
}
form#create-entry-form div#limitArea ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 1em;
  width: 48%;
  overflow: hidden;
}
form#create-entry-form div#limitArea label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
form#create-entry-form div#limitArea select {
  width: 80%;
  padding: 5px 10px;
  line-height: 1.6;
  font-size: 14px;
}

/* --- カテゴリ・ジャンル選択 */
form#create-entry-form div#genreArea {
  margin-bottom: 20px;
  width: 94%;
  border: solid 1px #f761a6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 20px;
}
form#create-entry-form div#genreArea h2 {
  margin-top: 20px;
  padding-left: 0;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
form#create-entry-form div#genreArea ul {
  text-align: center;
}
form#create-entry-form div#genreArea ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 1em;
  width: 48%;
  overflow: hidden;
}
form#create-entry-form div#genreArea label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
form#create-entry-form div#genreArea select {
  width: 80%;
  padding: 5px 10px;
  line-height: 1.6;
  font-size: 14px;
}
form#create-entry-form div#genreArea div#categoryArea {
  margin: 0 auto 2em;
  width: 50%;
  text-align: center;
  overflow: hidden;
}
form#create-entry-form div#genreArea div#tags-field {
  margin: 0 auto 2em;
  width: 94%;
  text-align: center;
  overflow: hidden;
}
  form#create-entry-form div#genreArea div#tags-field input {
    width: 80%;
    padding: 5px 10px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-size: 14px;
  }

/* --- ゲームデータ情報 */
form#create-entry-form div#dataInfoArea {
  margin-bottom: 20px;
  width: 94%;
  border: solid 1px #f761a6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 20px;
}
form#create-entry-form div#dataInfoArea h2 {
  margin-top: 20px;
  padding-left: 0;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
form#create-entry-form div#dataInfoArea ul {
  text-align: center;
}
form#create-entry-form div#dataInfoArea ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 1em;
  width: 30%;
  overflow: hidden;
}
form#create-entry-form div#dataInfoArea label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
form#create-entry-form div#dataInfoArea input {
  width: 80%;
  padding: 5px 10px;
  line-height: 1.6;
  font-size: 14px;
}

/* --- コメント・評価の有無 */
form#create-entry-form div#voteFlag {
  margin-bottom: 20px;
  width: 94%;
  border: solid 1px #f761a6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 20px;
  text-align: center;
}
form#create-entry-form div#voteFlag h2 {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}
form#create-entry-form div#voteFlag p {
  margin-bottom: 5px;
  text-align: center;
}
form#create-entry-form div#voteFlag p.attention {
  font-weight: bold;
  color: #ff0000;
}

form#create-entry-form div#voteFlag select {
  margin-bottom: 20px;
  padding: 5px 10px;
  line-height: 1.6;
  font-size: 100%;
}

/* --- 制作サイト情報 */
form#create-entry-form div#siteInfoArea {
  margin-bottom: 20px;
  width: 94%;
  border: solid 1px #f761a6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 20px;
}
form#create-entry-form div#siteInfoArea h2 {
  margin-top: 20px;
  padding-left: 0;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
form#create-entry-form div#siteInfoArea ul {
  text-align: center;
}
form#create-entry-form div#siteInfoArea ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 1em;
  width: 48%;
  overflow: hidden;
}
form#create-entry-form div#siteInfoArea ul li.url {
  width: 94%;
}
form#create-entry-form div#siteInfoArea label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
form#create-entry-form div#siteInfoArea input {
  width: 80%;
  padding: 5px 10px;
  line-height: 1.6;
  font-size: 14px;
}
form#create-entry-form div#siteInfoArea ul li.url input {
  width: 94%;
}

/* --- 投げ銭受け取りメールアドレス */
form#create-entry-form div#donation {
  margin-bottom: 20px;
  width: 94%;
  border: solid 1px #f761a6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 20px;
  text-align: center;
}
form#create-entry-form div#donation h2 {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}
form#create-entry-form div#donation p {
  margin-bottom: 5px;
  text-align: center;
}
form#create-entry-form div#donation p.attention {
  font-weight: bold;
  color: #ff0000;
}
form#create-entry-form div#donation label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
form#create-entry-form div#donation input {
  margin-bottom: 1em;
  width: 80%;
  padding: 5px 10px;
  line-height: 1.6;
  font-size: 14px;
}
form#create-entry-form span.errorComment {
  display: inline-block;
  margin-bottom: 1em;
  font-weight: bold;
  color: #ff0000;
}

/* --- アップローダー */
form#create-entry-form div#gameDataUpload {
  margin-bottom: 40px;
  width: 94%;
  border: solid 1px #f761a6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 20px 20px;
}
form#create-entry-form div#gameDataUpload h2 {
  margin-top: 20px;
  padding-left: 0;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
form#create-entry-form div#gameDataUpload h3 {
  padding-left: 0;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
form#create-entry-form div#gameDataUpload div.container {
  margin-bottom: 2em;
  border: solid 1px #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 1em 2em 2em;
}
form#create-entry-form div#gameDataUpload div.upload {
  text-align: center;
}
form#create-entry-form div#gameDataUpload label {
  display: block;
  margin-bottom: 20px;
  line-height: 2;
  font-size: 14px;
}
  form#create-entry-form div#gameDataUpload label span {
    font-weight: bold;
    font-size: 15px;
  }
form#create-entry-form div#gameDataUpload input {
  font-size: 16px;
  color: #ff0000;
}

/* --- アップロードしたファイルを公開するボタン */
form#create-entry-form div.filePublish {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
  form#create-entry-form div.filePublish label {
    margin-bottom: 0 !important;
    font-size: 16px !important;
    font-weight: bold;
  }
  form#create-entry-form div.filePublish p {
    margin-bottom: 0 !important;
  }
  form#create-entry-form div.filePublish input#customfield_entryuploadfilepublish {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }
  form#create-entry-form div.filePublish input#customfield_entryuploadfilepublishmac {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }
  form#create-entry-form div.filePublish input#customfield_entryuploadfilepublishbrowser {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }
  form#create-entry-form div.filePublish input#customfield_entryuploadfilepublishapk {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }

/* --- 投稿するボタン */
form#create-entry-form div#gamePost {
  margin-bottom: 40px;
  text-align: center;
}
form#create-entry-form div#gamePost input {
  display: block;
  margin: 0 auto 20px;
	width: 130px;
	height: 130px;
	background-color: #1ab0ec;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1ab0ec), to(#1a92c2));
  background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
  background-image: -moz-linear-gradient(top, #1ab0ec, #1a92c2);
  background-image: -ms-linear-gradient(top, #1ab0ec, #1a92c2);
  background-image: -o-linear-gradient(top, #1ab0ec, #1a92c2);
  background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1ab0ec, endColorstr=#1a92c2);
  border: 4px solid #49c1f2;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	-webkit-box-shadow: #B4B5B5 1px 2px 3px;
	-moz-box-shadow: #B4B5B5 1px 2px 3px;
	box-shadow: #B4B5B5 1px 2px 3px;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	font-size: 22px;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	cursor: pointer;
	color: #fff;
	
}
form#create-entry-form div#gamePost input:hover {
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  opacity: 0.80;
}
form#create-entry-form div#gamePost input[type="submit"] {
  outline: 0;
}
form#create-entry-form div#gamePost input {
  outline: 0;
}
form#create-entry-form div#gamePost input::-moz-focus-inner {
  border: 0;
}
form#create-entry-form div#gamePost p#waiting {
  display: none;
  margin-bottom: 1em;
  font-weight: bold;
}
form#create-entry-form div#gamePost #progressBar {
  display: none;
  margin: 0 auto 5px;
  width: 300px;
}
form#create-entry-form div#gamePost p#status {
  margin-bottom: 1em;
  padding: 0;
  font-weight: bold;
  font-size: 15px;
}


/* プロフィール
-------------------------------------------- */
div.userProfileInfo {
  margin: 0 auto 20px;
  width: 100%;
}
div.userProfileInfo h1 {
  margin-bottom: 10px !important;
}
  div.userProfileInfo h1 span {
    font-size: 12px;
  }
div.userProfileInfo div.user-pic {
  margin-bottom: 5px;
  text-align: center;
}

/* --- アクションカウント（投稿数・コメント数） */
div.userProfileInfo div.actionCount {
  border-bottom: solid 1px #eaeaea;
  padding-bottom: 10px;
}
  div.userProfileInfo div.actionCount p {
    margin: 0 0 0.5em 0 !important;
    font-size: 14px;
    vertical-align: bottom;
    text-align: center;
  }
    div.userProfileInfo div.actionCount p span {
      font-size: 24px;
      padding: 0 0.3em;
      line-height: 1;
      vertical-align: bottom;
    }

/* --- フォロー・フォロワー数 */
div.userProfileInfo ul {
  clear: both;
  text-align: center;
}
  div.userProfileInfo ul li {
    list-style: none;
    display: inline;
    padding: 0 10px;
    vertical-align: bottom;
    font-size: 11px;
    line-height: 1;
  }
    div.userProfileInfo ul li img {
      vertical-align: bottom;
    }
    div.userProfileInfo ul li span {
      padding: 0 0.3em;
      font-size: 18px;
      line-height: 1;
      vertical-align: bottom;
    }

/* --- フォローボタン */
div.userProfileInfo p.edit-relation {
  margin: 15px 0 20px !important;
  text-align: center;
  line-height: 3;
}
  div.userProfileInfo p.edit-relation span {
    font-weight: bold;
  }

/* --- ユーザー情報編集・投稿記事編集リンク */
div.userProfileInfo ul.profileEdit {
  margin-bottom: 20px;
  text-align: center;
}
  div.userProfileInfo ul.profileEdit li {
    padding: 0 2px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    vertical-align: bottom;
  }
    div.userProfileInfo ul.profileEdit li a {
      padding: 0 5px;
      font-size: 14px !important;
      font-weight: bold !important;
      vertical-align: bottom;
    }
div.userProfileInfo div.profileURL {
  margin: 0 auto 20px;
  width: 80%;
  border-top: dashed 1px #ccc;
  border-bottom: dashed 1px #ccc;
  padding: 10px 0;
  text-align: center;
}
  div.userProfileInfo div.profileURL p {
    padding-bottom: 0 !important;
  }
  div.userProfileInfo div.profileURL div {
    color: #325e2b;
  }


/* --- WebSiteURL */
p.websiteURL {
  margin: 0 10px 30px !important;
}
  p.websiteURL span {
    font-weight: bold;
  }

/* --- プロフィールアクショントグル */
div#profileToggle {
  margin: 40px 0;
  overflow: hidden;
  zoom: 1;
}
div#profileToggle div.hidden {
  display: none;
}
div#profileToggle .tab_content div#profileToggle .tab_content_label {
  display: none;
}
div#profileToggle #tabs:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
div#profileToggle ul#tabs {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  background: url(../img/tab-bg.gif) repeat-x left bottom;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
}
  div#profileToggle ul#tabs li {
    float: left;
    margin-right: 3px;
    list-style: none;
  }
  div#profileToggle ul#tabs li a {
    display: block;
    padding: 7px 10px 6px 20px;
    background: #f3f0e8 url(../img/tab-arrow.gif) no-repeat 10px 50%;
    color: #948669;
  }
  div#profileToggle ul#tabs li a.active {
    border: 1px solid #e2d9c5;
    border-bottom: none;
    padding: 6px 9px 7px 19px;
    background: #fff url(../img/tab-arrow-down.gif) no-repeat 9px 50%;
  }

div#profileToggle .tab_content {
  clear: both;
  border: solid 1px #e2d9c5;
  border-top: none;
  padding: 10px 20px 20px 20px;
  overflow: hidden;
  zoom: 1;
}

div#profileToggle .tab_content_label {
  margin-bottom: 20px;
  border: none;
  border-bottom: solid 1px #f761a6;
  text-align: center;
}

  div#profileToggle .tab_content_label li {
    line-height: 1.8;
  }

/* --- みんながつくるベスト10に投稿した一覧 */
div#profile-recent-actions ul.best10Profile {
  margin: 0 20px 30px;
}
  div#profile-recent-actions ul.best10Profile li {
    clear: left;
    list-style: none;
    overflow: hidden;
    zoom: 1;
  }
    div#profile-recent-actions ul.best10Profile li a {
      display: block;
      margin-bottom: 1em;
      border-bottom: solid 1px #e5e5e5;
      padding-bottom: 0.5em;
      line-height: 1.3;
      text-decoration: none;
      overflow: hidden;
    }
      ul.best10Profile li a div.title {
        margin-bottom: 1em;
        font-weight: bold;
        font-size: 16px;
      }
      ul.best10Profile li a div.createdate {
        color: #333;
      }
      ul.best10Profile li a ul {
        float: left;
        margin: 0 !important;
      }
        ul.best10Profile li a ul li {
          margin-bottom: 5px;
          height: 24px;
          padding-left: 28px;
          padding-right: 15px;
          line-height: 24px !important;
          font-size: 24px !important;
          color: #121212;
        }
        ul.best10Profile li a ul li.view {
          background: url(../img/best10_view.png) no-repeat left top;
          background-size: 23px 20px;
        }
        ul.best10Profile li a ul li.good {
          background: url(../img/best10_good.png) no-repeat left top;
          background-size: 23px 20px;
          color: #e41d3a;
        }
        ul.best10Profile li a ul li.comment {
          background: url(../img/best10_comment.png) no-repeat left top;
          background-size: 23px 20px;
        }

/* --- 投稿した話一覧 */
div#profile-recent-actions ul.postGameList {
  margin: 0 20px 30px;
}
  div#profile-recent-actions ul.postGameList li {
    clear: left;
    margin-bottom: 1em;
    border-bottom: solid 1px #e5e5e5;
    line-height: 1.3;
    list-style: none;
    overflow: hidden;
    zoom: 1;
  }
    div#profile-recent-actions ul.postGameList li a {
      text-decoration: none;
    }
    div#profile-recent-actions ul.postGameList li img.thumb {
      float: left;
      margin-right: 20px;
      padding-bottom: 10px;
    }
    div#profile-recent-actions ul.postGameList li p {
      margin-bottom: 0;
      padding: 0;
      color: #333;
    }
      div#profile-recent-actions ul.postGameList li p span.title {
        padding-left: 1em;
        font-size: 17px;
        color: #0066cc;
      }
        div#profile-recent-actions ul.postGameList li p span.title:hover {
          color: #ee5a00;
        }
    div#profile-recent-actions ul.postGameList li ul {
      margin-bottom: 0.6em;
    }
      div#profile-recent-actions ul.postGameList ul li {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
      }
      /* 平均評価 */
      div#profile-recent-actions ul.postGameList li.star {
        display: inline;
        background: url(../img/category_icon_star.png) no-repeat left top;
        background-size: 16px 16px;
        line-height: 16px;
        padding-left: 24px;
        padding-right: 20px;
        font-size: 11px;
        color: #c14a2a;
      }
        div#profile-recent-actions ul.postGameList li.star span {
          font-size: 20px;
          padding-right: 0.2em;
        }
      
      /* ページビュー */
      div#profile-recent-actions ul.postGameList li.view {
        display: inline;
        background: url(../img/category_icon_view.png) no-repeat left 2px;
        line-height: 16px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        color: #333;
      }
      /* ダウンロード数 */
      div#profile-recent-actions ul.postGameList li.dlcount {
        display: inline;
        background: url(../img/category_icon_dlc.png) no-repeat left 2px;
        line-height: 16px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        color: #333;
      }
      /* プレイ数 */
      div#profile-recent-actions ul.postGameList li.plcount {
        display: inline;
        background: url(../img/category_icon_plc.png) no-repeat left 2px;
        line-height: 16px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        color: #333;
      }
      /* コメント数 */
      div#profile-recent-actions ul.postGameList li.comment {
        display: inline;
        background: url(../img/category_icon_comment.png) no-repeat left center;
        line-height: 16px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        color: #333;
      }
      /* 公開日 */
      div#profile-recent-actions ul.postGameList li.date {
        display: inline;
        line-height: 16px;
        font-size: 12px;
        color: #666;
      }

/* --- 最近のコメント */
div#profile-recent-actions ul.recentReview {
  margin-bottom: 30px;
  overflow: hidden;
}
  div#profile-recent-actions ul.recentReview li {
    margin-bottom: 1em;
    list-style: none;
    line-height: 1.4;
    border-top: dotted 1px #e2d9c5;
    padding-top: 20px;
    margin-top: -1px;
  }
    div#profile-recent-actions ul.recentReview li a {
      text-decoration: none;
    }
    div#profile-recent-actions ul.recentReview li img.thumb {
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
    }
    div#profile-recent-actions ul.recentReview li p.title {
      padding-bottom: 10px;
      color: #333;
    }
    div#profile-recent-actions ul.recentReview li p.title span {
      color: #0066cc;
      font-size: 17px;
    }
      div#profile-recent-actions ul.recentReview li p.title span:hover {
        color: #ee5a00;
      }
    div#profile-recent-actions ul.recentReview li div.comment {
      clear: left;
      color: #333;
    }
      div#profile-recent-actions ul.recentReview li div.comment p {
        padding: 0 0.5em 0.5em;
        line-height: 1.4;
        font-size: 13px;
      }

  /* --- レビュー評価 */
  div#profile-recent-actions ul.recentReview ul.reviewerStar {
    margin: 0;
  }
  div#profile-recent-actions ul.recentReview ul.reviewerStar li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
    border: none;
    padding-top: 0;
    padding-right: 5px;
    vertical-align: bottom;
    font-size: 11px;
    color: #333;
  }
  div#profile-recent-actions ul.recentReview ul.reviewerStar li.trance {
    background: url(../img/review_icon_total.png) no-repeat left top;
    background-size: 45px 18px;
    padding-left: 50px;
  }
  div#profile-recent-actions ul.recentReview ul.reviewerStar li.total {
    background: url(../img/review_icon_ero.png) no-repeat left top;
    background-size: 22px 22px;
    padding-left: 28px;
  }
  div#profile-recent-actions ul.recentReview ul.reviewerStar li.grafic {
    background: url(../img/review_icon_grafic.png) no-repeat left top;
    background-size: 22px 22px;
    padding-left: 28px;
  }
  div#profile-recent-actions ul.recentReview ul.reviewerStar li.music {
    background: url(../img/review_icon_music.png) no-repeat left top;
    background-size: 22px 22px;
    padding-left: 28px;
  }
  div#profile-recent-actions ul.recentReview ul.reviewerStar li.system {
    background: url(../img/review_icon_system.png) no-repeat left top;
    background-size: 22px 22px;
    padding-left: 28px;
  }
  div#profile-recent-actions ul.recentReview ul.reviewerStar li.original {
    background: url(../img/review_icon_original.png) no-repeat left top;
    background-size: 22px 22px;
    padding-left: 28px;
  }
    div#profile-recent-actions ul.recentReview ul.reviewerStar span.num {
      padding-right: 0.1em;
      line-height: 22px;
      font-weight: bold;
      font-size: 16px;
    }
    ul.reviewerStar li.trance span.mtCommentRating {
      width: 80px;
      height: 16px;
      background: url(../img/rating-star.png) no-repeat right top;
    }
    ul.reviewerStar li.trance .mtCommentRating.star_5 { background-position: 0 0; }
    ul.reviewerStar li.trance .mtCommentRating.star_4 { background-position: -16px 0; }
    ul.reviewerStar li.trance .mtCommentRating.star_3 { background-position: -32px 0; }
    ul.reviewerStar li.trance .mtCommentRating.star_2 { background-position: -48px 0; }
    ul.reviewerStar li.trance .mtCommentRating.star_1 { background-position: -64px 0; }
    ul.reviewerStar li.trance .mtCommentRating.star_4dot5 { background-position: 0 -16px; }
    ul.reviewerStar li.trance .mtCommentRating.star_3dot5 { background-position: -16px -16px; }
    ul.reviewerStar li.trance .mtCommentRating.star_2dot5 { background-position: -32px -16px; }
    ul.reviewerStar li.trance .mtCommentRating.star_1dot5 { background-position: -48px -16px; }
    

/* --- フォロー・フォロワーリスト */
div#profile-follow-list h4 {
  clear: both;
}
  div#profileToggle ul.user-listing {
    margin: 0 20px 5px 20px;
    overflow: hidden;
    zoom: 1;
  }
    div#profileToggle ul.user-listing li {
      float: left;
      padding: 0 2px;
      list-style: none !important;
    }

/* --- フォローしている人のアクション */
div#profileToggle ul.followingAction {
  margin-bottom: 30px;
}
  div#profileToggle ul.followingAction li {
    margin-bottom: 0.5em;
    line-height: 1.3;
  }
  div#profile-follow-list h5 {
    font-weight: bold;
    text-align: center;
  }


/* ---------------------------------------------------------
  Game Map List
----------------------------------------------------------*/
div#gameMaps h1 {
  margin-bottom: 20px;
  font-weight: bold;
  color: #4b2f12;
  font-size: 150%;
  text-align: center;
}
  div#gameMaps h1 span {
    font-size: 13px;
    font-weight: normal;
  }
  div#gameMaps ul.tree li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 31px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
  }
  div#gameMaps ul.tree li a i {
    padding-right: .5em;
  }
  div#gameMaps ul.tree ol {
    margin: 1em 0 4em 4em;
  }
    div#gameMaps ul.tree ol li {
      margin-bottom: 1em;
      list-style-type: decimal;
      font-size: 13px;
    }
      div#gameMaps ul.tree ol li a {
        display: inline !important;
        background: none !important;
        width: auto !important;
        height: auto !important;
        padding-left: 0  !important;
        line-height: 1.3 !important;
        text-decoration: underline !important;
        font-size: 14px !important;
        font-weight: bold;
      }
      div#gameMaps ul.tree ol li span {
        color: #333;
      }
      div#gameMaps ul.tree ol li span.desc:before {
        content:" - ";
      }
      div#gameMaps ul.tree ol li span.creater:before {
        padding-left: 1em;
        content:"Creater";
      }
      div#gameMaps ul.tree ol li span.tag:before {
        padding-left: 0.5em;
        content:"Tag";
      }

/* ---------------------------------------------------------
  ランキングリスト
----------------------------------------------------------*/
div#best10Contents {
  float: left;
  width: 660px;
  overflow: visible;
}

div#best10Contents ul.best10List {
  margin-bottom: 10px;
  border: solid 1px #e0b5cc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  _zoom: 1;
}
  ul.best10List li {
    clear: left;
  }
    ul.best10List li a {
      display: block;
      margin-top: -1px;
      border-top: solid 1px #fff;
      border-bottom: solid 2px #ccaac1;
      padding: 15px;
      background-color: #f9edf4;
      text-decoration: none;
      overflow: hidden;
    }
    ul.best10List li:first-child a {
      padding-top: 30px !important;
    }
    ul.best10List li:last-child a {
      padding-bottom: 30px !important;
    }
      ul.best10List li a div.rank {
        float: left;
        margin-right: 10px;
        width: 72px;
        height: 106px;
        line-height: 106px;
        color: #828282;
        font-weight: bold;
        font-size: 18px;
        font-style: italic;
        text-align: center;
        white-space: nowrap;
      }
        ul.best10List a div.rank span {
          font-weight: bold;
          font-size: 34px;
          font-style: italic;
        }
        ul.best10List a div.rank img {
         	filter: alpha(opacity=100);
        	-moz-opacity: 1;
        	opacity: 1;
        }
      ul.best10List li a div.userpic {
        float: left;
        margin-top: 3px;
        margin-right: 20px;
      }
        ul.best10List li a div.userpic img {
          border: solid 1px #ccc;
        }
      ul.best10List li a div.title {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 18px;
        text-decoration: underline;
      }
      ul.best10List li a div.creater {
        color: #333;
      }
      ul.best10List li a ul {
        margin-bottom: 10px;
      }
        ul.best10List li a ul li {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          height: 24px;
          padding-left: 28px;
          padding-right: 15px;
          line-height: 24px;
          font-size: 24px;
          color: #121212;
        }
        ul.best10List li a ul li.view {
          background: url(../img/best10_view.png) no-repeat left top;
          background-size: 23px 20px;
        }
        ul.best10List li a ul li.good {
          background: url(../img/best10_good.png) no-repeat left top;
          background-size: 23px 20px;
          color: #e41d3a;
        }
        ul.best10List li a ul li.comment {
          background: url(../img/best10_comment.png) no-repeat left top;
          background-size: 23px 20px;
        }

/* 週間ダウンロード数一覧
----------------------------------------------------------*/
div#best10Contents h1.weekly {
	position: relative;
	margin-bottom: 15px;
	line-height: 1.5;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
div#best10Contents h1.weekly::before,
div#best10Contents h1.weekly::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
}
div#best10Contents h1.weekly::before {
	z-index: 2;
	width: 15%;
	background-color: #cb2222;
}
div#best10Contents h1.weekly::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #f4f1e8, #f4f1e8 2px, #999 2px, #999 4px);
	background: repeating-linear-gradient(45deg, #f4f1e8, #f4f1e8 2px, #999 2px, #999 4px);
}
  div#best10Contents h1.weekly span {
    display: block;
    font-size: 110%;
    font-weight: bold;
    padding: 0 0.5em;
    color: #e97c0c;
  }
div#best10Contents ul.aroundLink {
  margin-bottom: 10px;
  text-align: center;
}
div#best10Contents ul.aroundLink li {
  display: inline-block;
  width: 40%;
  margin: 0 4%;
}
div#best10Contents ul.aroundLink li a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 15px;
}
div#best10Contents ul.aroundLink li.previous a::before {
  content: "≪ ";
}
div#best10Contents ul.aroundLink li.next a::after {
  content: " ≫";
}
ul.best10List a p.sd {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
ul.best10List a div.dl {
  line-height: 1.6;
  color: #333;
}
  ul.best10List a div.dl span {
    padding-left: .5em;
    font-size: 22px;
    color: #cb2222;
  }

div.prfooter {
  clear:both;
  padding-top: 30px;
  text-align:center;
}

/ * ブラウザでプレイできるエロゲームのヘッダー広告 */
div#genreContents ul li.adPrHeaderAria {
 text-align: center;
 display: none;
 border: none;
 padding: 0;
}
div#genreContents ul li.adPrHeaderAria div {
  margin-bottom: 0;
}


/* ---------------------------------------------------------
  Media Query 縦向き固定
----------------------------------------------------------*/
/* 縦向き 359px未満 (iPhone 3/4/5/SE) */
@media screen and (max-width: 359px) and (orientation: portrait) {
  /* ジャンル別ヘッダーリンク
  -------------------------------------------- */
  h1.genre {
    margin-bottom: 0.5em !important;
    padding: 0 0.5em;
    font-size: 1rem !important;
  }
}
/* 縦向き 360px以上413px未満 (Android iPhone 7/6) */
@media screen and (min-width: 360px) and (max-width: 413px) and (orientation: portrait) {
  /* ジャンル別ヘッダーリンク
  -------------------------------------------- */
  h1.genre {
    margin-bottom: 0.5em !important;
    padding: 0 0.5em;
    font-size: 1.2rem !important;
  }
}
/* 縦向き 414px以上768px未満 (iPhone 7/6 Plus 小型タブレット) */
@media screen and (min-width: 414px) and (max-width: 767px) and (orientation: portrait) {
  /* ジャンル別ヘッダーリンク
  -------------------------------------------- */
  h1.genre {
    margin-bottom: 0.5em !important;
    padding: 0 0.5em;
    font-size: 1.4rem !important;
  }
}
/* 縦向き 768px以上 (タブレット) */
@media screen and (min-width: 768px) and (orientation: portrait) {
  
}

/* ---------------------------------------------------------
  ウェブページ(Genre)上部広告PC・SP切り替え
----------------------------------------------------------*/
div#adChangeDisplay {
  margin-bottom: 1em;
  text-align: center;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
div#adChangeDisplay div.adPC { display: block !important; }
div#adChangeDisplay div.adSP { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
    div#adChangeDisplay div.adPC { display: none !important; }
    div#adChangeDisplay div.adSP { display: block !important; }
}