@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;
}
ul.adListPageSide160x600 li {
  margin-bottom: 20px;
}



/* フリーゲームランキングページ
-------------------------------------------- */
div#listPageContents div#rankingContents {
  float: left;
  margin: 0 0 30px;
  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.total {
        background: url(../img/review_icon_total.png) no-repeat left top;
        background-size: 85px 18px;
        padding-left: 90px;
      }
      div#rankingContents ul.star li.story {
        background: url(../img/review_icon_story.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;
        }
      
      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 30px;
  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;
  }

/* --- おすすめオンラインゲーム一覧ページ */
div#genreContents ul.onlinegame h3 {
    margin-bottom: .5em;
    font-weight: bold;
    font-size: 18px;
  }
div#genreContents ul.onlinegame p.desc {
    margin-bottom: .5em;
    font-size: 15px;
    font-weight: bold;
    color: #333;
  }
    div#genreContents ul.onlinegame p.desc:before {
      content: "";
      padding-left: 0;
    }
div#genreContents ul.onlinegame dl {
  width: 100%;
}
div#genreContents ul.onlinegame dt {
  float: left;
  clear: left;
  margin-bottom: .5em;
  width: 5em;
  font-weight: bold;
  font-size: 13px;
  color: #333;
}
div#genreContents ul.onlinegame dd {
  float: left;
  margin-bottom: .5em;
  width: auto;
  font-size: 13px;
  color: #333;
}

/* --- ページ送り */
ol#genrePagination{
  clear: both;
  margin: 0 0 30px 0.5em;
  border-top: solid 1px #11a6d7;
  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: #11a6d7;
	  border: 1px #11a6d7 solid;
	}
	ol#genrePagination li.current a {
	  background-color: #11a6d7;
	  border: 1px #11a6d7 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;
}
#adListPageSideTop300x250 {
  margin-bottom: 20px;
}
#adListPageSide300x250 {
  margin-bottom: 20px;
}
div.adListPageSide300x250 {
  margin-bottom: 20px;
}
div.adListPageSide300x600 {
  margin-bottom: 20px;
}
#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.total {
          background: url(../img/review_icon_total.png) no-repeat left top;
          background-size: 85px 18px;
          padding-left: 90px;
        }
        div#reviewComment ul li ul.star li.story {
          background: url(../img/review_icon_story.png) no-repeat left top;
          background-size: 21px 21px;
          padding-left: 26px;
        }
        div#reviewComment ul li ul.star li.grafic {
          background: url(../img/review_icon_grafic.png) no-repeat left top;
          background-size: 21px 21px;
          padding-left: 26px;
        }
        div#reviewComment ul li ul.star li.music {
          background: url(../img/review_icon_music.png) no-repeat left top;
          background-size: 21px 21px;
          padding-left: 26px;
        }
        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: 26px;
        }
        div#reviewComment ul li ul.star li.original {
          background: url(../img/review_icon_original.png) no-repeat left top;
          background-size: 21px 21px;
          padding-left: 26px;
        }
          div#reviewComment ul li ul.star li span.num {
            padding-right: 0.1em;
            line-height: 21px;
            font-weight: bold;
            font-size: 16px;
          }
          #reviewComment li.total span.mtCommentRating {
            width: 80px;
            height: 16px;
            background: url(../img/rating-star.png) no-repeat right top;
          }
          #reviewComment li.total .mtCommentRating.star_5 { background-position: 0 0; }
          #reviewComment li.total .mtCommentRating.star_4 { background-position: -16px 0; }
          #reviewComment li.total .mtCommentRating.star_3 { background-position: -32px 0; }
          #reviewComment li.total .mtCommentRating.star_2 { background-position: -48px 0; }
          #reviewComment li.total .mtCommentRating.star_1 { background-position: -64px 0; }
          #reviewComment li.total .mtCommentRating.star_4dot5 { background-position: 0 -16px; }
          #reviewComment li.total .mtCommentRating.star_3dot5 { background-position: -16px -16px; }
          #reviewComment li.total .mtCommentRating.star_2dot5 { background-position: -32px -16px; }
          #reviewComment li.total .mtCommentRating.star_1dot5 { background-position: -48px -16px; }
          #reviewComment li.total .mtCommentRating.star_0dot5 { background-position: -64px -16px; }
      
      div#reviewComment ul li div.comment {
        clear: both;
        padding: 0 0.5em;
        line-height: 1.6;
        font-size: 13px;
      }




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

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

div#webpage h1 {
  margin-bottom: 20px;
  height: 37px;
  line-height: 40px;
  font-weight: bold;
  color: #4b2f12;
  font-size: 150%;
  text-align: center;
}
div#webpage h1:before {
  background: url(../img/icon_shinden.png) no-repeat left top;
  background-size: 33px 37px;
  content: "";
  padding: 5px 0 5px 43px;
}

div#webpage h2 {
  clear: both;
  margin: 2em 0 1em 1em;
  background: url(../img/icon_shigemi.png) no-repeat left top;
  background-size: 19px 20px;
  padding-left: 26px;
  line-height: 21px;
  font-size: 14px;
  font-weight: bold;
  color: #325e2b;
}

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;
  margin-bottom: 40px;
  padding: 20px auto;
}


/* フリーゲーム登録について
-------------------------------------------- */
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: #c90612;
}



/* よくある質問
-------------------------------------------- */
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 #11a6d7;
	padding: 2em 2em 1em;
	vertical-align: middle;
	font-weight: bold;
}
div.contact table.form td {
	padding: 2em 2em 1em;
	border-bottom: solid 2px #11a6d7;
}
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 #11a6d7;
    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 #11a6d7;
    border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  }



/* ゲーム投稿ページ
-------------------------------------------- */
div#webpage h1#gamePost {
  margin-bottom: 40px;
  height: 32px;
  border-bottom: solid 1px #11a6d7;
  padding-bottom: 10px;
  line-height: 33px;
  font-weight: bold;
  color: #11a6d7;
  font-size: 17px;
  text-align: center;
}
div#webpage h1#gamePost:before {
  background: url(../img/icon_shinden2.png) no-repeat left top;
  background-size: 34px 32px;
  content: "";
  padding: 2px 0 2px 44px;
}

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 #11a6d7;
  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;
  }

/* --- 紹介動画 */
form#create-entry-form div#movieArea {
  margin-bottom: 20px;
  width: 94%;
  border: solid 1px #11a6d7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 20px;
}
form#create-entry-form div#movieArea 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#movieArea ul {
  margin-bottom: 2em;
  text-align: center;
}
form#create-entry-form div#movieArea ul li {
  clear: both;
  margin-bottom: 2em;
  overflow: hidden;
}
form#create-entry-form div#movieArea label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
form#create-entry-form div#movieArea input {
  width: 80%;
  padding: 5px 10px;
  line-height: 1.6;
  font-size: 14px;
}


/* --- 対応OSを選択 */
form#create-entry-form div#osArea {
  margin-bottom: 20px;
  width: 94%;
  border: solid 1px #11a6d7;
  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#osArea input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

/* --- アプリの選択 */
form#create-entry-form div#osArea {
  margin-bottom: 20px;
  width: 94%;
  border: solid 1px #11a6d7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 20px;
}
form#create-entry-form div#osArea div.platformSelect {
  margin-bottom: 20px;
  width: 94%;
  padding: 5px 20px;
  text-align: center;
}
form#create-entry-form div#osArea h3 {
  margin-top: 20px;
  padding-left: 0;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 18px;
}
form#create-entry-form div#osArea div.url label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
form#create-entry-form div#osArea div.url p.hint {
  padding: 0;
  font-size: 13px;
}

/* --- 制限と配布形式 */
form#create-entry-form div#limitArea {
  margin-bottom: 20px;
  width: 94%;
  border: solid 1px #11a6d7;
  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 #11a6d7;
  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 #11a6d7;
  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 #11a6d7;
  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 #11a6d7;
  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 #11a6d7;
  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 #11a6d7;
  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 #11a6d7;
  text-align: center;
}

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

/* --- お気に入りにしたゲームの一覧 */
#profile-favorite-list ul.favoriteList li {
  line-height: 2.4;
}
  #profile-favorite-list ul.favoriteList li span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 10em;
    border-right: solid 1px #ccc;
    margin-right: 1.5em;
  }


/* --- みんながつくるベスト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.total {
    background: url(../img/review_icon_total.png) no-repeat left top;
    background-size: 85px 18px;
    padding-left: 90px;
  }
  div#profile-recent-actions ul.recentReview ul.reviewerStar li.story {
    background: url(../img/review_icon_story.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.total span.mtCommentRating {
      width: 80px;
      height: 16px;
      background: url(../img/rating-star.png) no-repeat right top;
    }
    ul.reviewerStar li.total .mtCommentRating.star_5 { background-position: 0 0; }
    ul.reviewerStar li.total .mtCommentRating.star_4 { background-position: -16px 0; }
    ul.reviewerStar li.total .mtCommentRating.star_3 { background-position: -32px 0; }
    ul.reviewerStar li.total .mtCommentRating.star_2 { background-position: -48px 0; }
    ul.reviewerStar li.total .mtCommentRating.star_1 { background-position: -64px 0; }
    ul.reviewerStar li.total .mtCommentRating.star_4dot5 { background-position: 0 -16px; }
    ul.reviewerStar li.total .mtCommentRating.star_3dot5 { background-position: -16px -16px; }
    ul.reviewerStar li.total .mtCommentRating.star_2dot5 { background-position: -32px -16px; }
    ul.reviewerStar li.total .mtCommentRating.star_1dot5 { background-position: -48px -16px; }
    ul.reviewerStar li.total .mtCommentRating.star_0dot5 { background-position: -64px -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;
  }


@charset "utf-8";

/* ---------------------------------------------------------
  Best10
----------------------------------------------------------*/
div#best10Contents {
  float: left;
  width: 660px;
  overflow: visible;
}

/* パンくずリスト
-------------------------------------------- */
div#best10Contents nav#breadcrumb {
  margin-bottom: 5px;
}

/* Best10 Ranking
----------------------------------------------------------*/
div#best10Box {
  margin: 0 auto 30px;
  width: 94%;
  background: url(../img/best10_bg.jpg) no-repeat left top #f8f2cf;
  border: solid 1px #e2dcb7;
  border-radius: 5px;        /* CSS3草案 */
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
  padding: 20px 2.5%;
  overflow: hidden;
}
  div#best10Box h1 {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    background: url(../img/best10_logo.png) no-repeat left top;
    background-size: 100px 130px;
    width: 390px;
    min-height: 131px;
    padding-left: 130px;
    font-weight: bold;
    font-size: 32px;
  }
    div#best10Box h1 span {
      display: block;
      margin: 0.5em 0;
      height: 40px;
      line-height: 40px;
      font-weight: bold;
      font-size: 16px;
    }
      div#best10Box h1 span a {
        padding-right: 0.25em;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
      }
      div#best10Box h1 span img {
        float: left;
        margin-right: 0.5em;
      }
  div#best10Box img.best10 {
    float: right;
    margin: 15px 15px 0 0;
  }

/* --- 評価エリア */
div#best10Box ul#assessment {
  clear: both;
  margin: 0 auto 10px;
  width: 95%;
  text-align: right;
}
  div#best10Box ul#assessment li {
    display: inline-block;
    height: 24px;
    padding-left: 28px;
    padding-right: 15px;
    line-height: 24px;
    font-weight: bold;
    font-size: 24px;
  }
    div#best10Box ul#assessment li.view {
      background: url(../img/best10_view.png) no-repeat left top;
      background-size: 23px 20px;
    }
    div#best10Box ul#assessment li.good {
      background: url(../img/best10_good.png) no-repeat left top;
      background-size: 23px 20px;
      color: #e41d3a;
    }
    div#best10Box ul#assessment li.comment {
      background: url(../img/best10_comment.png) no-repeat left top;
      background-size: 23px 20px;
    }
    div#best10Box ul#assessment li.vote {
      height: 27px;
      padding-left: 0;
      padding-right: 0;
      vertical-align: bottom;
    }

/* --- コメント */
div#best10Box div.comment {
  margin: 0 auto 10px;
  width: 90%;
  background-color: #f7f7eb;
  border: solid 5px #dcb644;
  border-radius: 5px;        /* CSS3草案 */
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
  padding: 1em 2%;
  line-height: 1.6;
  font-size: 14px;
}
  span.createDate {
    display: block;
    width: 95%;
    margin: 0 auto 20px;
    text-align: right;
  }

/* --- ランキング */
div#best10Box ul#ranking {
  margin-bottom: 10px;
  border-bottom: solid 5px #ccc6aa;
}
  div#best10Box ul#ranking li {
    clear: left;
    border-top: solid 5px #ccc6aa;
    padding: 10px 10px 10px 15px;
    overflow: hidden;
  }
    div#best10Box ul#ranking li a {
      display: block;
      text-decoration: none;
      overflow: hidden;
    }
    div#best10Box ul#ranking li img.rank {
      float: left;
      margin: 12px 15px 0 0;
    }
    div#best10Box ul#ranking li img.gimg {
      float: left;
      border: solid 5px #e4bf6b;
      margin-right: 20px;
    }
    div#best10Box ul#ranking li h2 {
      margin: 5px 0;
      font-weight: bold;
      font-size: 18px;
    }
    div#best10Box ul#ranking li p {
      line-height: 1.6;
      font-size: 13px;
      color: #555;
      overflow: hidden;
    }

/* --- 戻るリンク */
div#best10Box span.back {
  display: block;
  margin-bottom: 1em;
  text-align: left;
}
div#best10Box span.back:before {
  content: ">>";
}
  div#best10Box span.back a {
    padding-left: 0.5em;
  }


/* --- ソーシャルボタンエリア */
div#best10Box ul.socialBoxInline {
  margin: 0 auto 30px;
  border: solid 1px #ccc6aa;
}

/* --- 新しくBest10を作る誘導バナー */
div#best10Box a.create {
  display: block;
  width: 100%;
  text-align: center;
}
div.best10CreatePR {
  margin: 0 auto 40px;
  width: 560px;
  background-color: #f3e3a9;
  border: 1px solid #d7ad39;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2%;
}
div.best10CreatePR h2 {
  margin: 10px 0 .5em;
  background: 0 0;
  padding-left: 0;
  line-height: 1.6;
  text-align: center
}
div.best10CreatePR p {
  margin: 0 1em 1em;
  font-weight: 700;
  font-size: 14px
}
div.best10CreatePR a {
  margin-bottom: 0;
  display: block;
  text-align: center
}

/* --- コメント投稿エリア */
/* レビュー一覧 */
div#best10Contents section#reviewComment {
  clear: both;
}
div#best10Contents section#reviewComment h2#reviewList {
  margin-bottom: 15px;
  background: url(../img/icon_chara05.png) no-repeat left top;
  background-size: 26px 32px;
  padding-left: 35px;
  line-height: 33px;
  font-size: 130%;
  font-weight: bold;
}
section#reviewComment ul#comments-content {
	margin: 0 5px 40px;
}
  section#reviewComment ul#comments-content li {
    margin-bottom: 20px;
    border-top: solid 1px #bbb;
    padding-top: 20px;
  }
  section#reviewComment ul#comments-content li.reply {
    margin-left: 3em;
    border-top: dashed 1px #ccc;
  }
    section#reviewComment ul#comments-content li div.user-pic img {
      float: left;
      padding-right: 10px;
      padding-bottom: 15px;
    }
    section#reviewComment ul#comments-content li div.byline {
      margin-bottom: 2px;
    }
      section#reviewComment ul#comments-content li div.byline a img {
        padding-right: 3px;
        vertical-align: bottom;
      }
      section#reviewComment ul#comments-content li div.byline span.separator {
        padding: 0 5px;
      }
    section#reviewComment ul#comments-content li div.comment {
      clear: both;
      padding: 0 0.5em;
      line-height: 1.6;
      font-size: 13px;
    }
    section#reviewComment ul#comments-content li.reply div.comment {
      margin-bottom: 20px;
    }
      section#reviewComment ul#comments-content li div.comment p {
        margin-bottom: 1em;
      }

/* レビューをする */
div#best10Contents section#reviewComment h2#reviewVote {
  margin-bottom: 15px;
  background: url(../img/icon_kanban06.png) no-repeat left top;
  background-size: 31px 31px;
  padding-left: 40px;
  line-height: 32px;
  font-size: 130%;
  font-weight: bold;
}

div#best10Contents section#reviewComment p.attention {
  margin-left: 0.5em;
  font-size: 13px;
  color: #d8381c;
}

/* 名前入力欄 */
section#reviewComment div#comment-form-name {
  margin-bottom: 1em;
  margin-left: 10px;
}
  section#reviewComment div#comment-form-name label {
    padding-right: 5px;
    font-size: 14px;
    font-weight: bold;
  }
  section#reviewComment div#comment-form-name input {
    padding: 5px;
  }

/* コメント入力欄 */
section#reviewComment div#comments-open-text {
  margin-bottom: 1em;
  margin-left: 10px;
}
  section#reviewComment div#comments-open-text label {
    display: block;
    padding-right: 5px;
    font-weight: bold;
    font-size: 14px;
  }
  section#reviewComment div#comments-open-text textarea {
    width: 620px;
    padding: 10px;
    font-size: 13px;
  }

/* 投稿ボタン */
section#reviewComment div#comments-open-footer {
  margin-bottom: 1em;
  text-align: center;
}
  section#reviewComment div#comments-open-footer input {
    margin-bottom: 1em;
    border:1px solid #acacac;
    background-color: #eee;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 0.5em 1em;
    cursor: pointer;
    font-weight: bold;
    color: #444;
  }
  section#reviewComment div#comments-open-footer input:hover {
    border: solid 1px #7eb4ea;
    background-color: #dfeefc;
    color: #0066cc;
  }
  section#reviewComment div#comments-open-footer p {
    font-size: 13px;
  }

/* 新しくBest10を作る説明ページ
----------------------------------------------------------*/
div#best10Howto {
  margin: 0 auto 30px;
  width: 94%;
  background-color: #f8f2cf;
  border: solid 1px #e2dcb7;
  border-radius: 5px;        /* CSS3草案 */
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
  padding: 20px 2.5%;
  overflow: hidden;
}
  div#best10Howto h1 {
    margin: 15px 15px 20px;
    background: url(../img/best10_logo.png) no-repeat right top;
    background-size: 100px 130px;
  }
  div#best10Howto p.comment {
    margin: 0 10px 50px 18px;
    line-height: 1.8;
    font-size: 16px;
    font-weight: bold;
  }
  div#best10Howto h2 {
    margin-bottom: 20px;
    background-color: #fff;
    border-top: solid 4px #555;
    border-bottom: solid 4px #555;
    padding: 9px 15px 6px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
  }
    div#best10Howto h2 span {
      font-size: 24px;
      padding-left: 20px;
      font-weight: bold;
      vertical-align: middle;
    }
  div#best10Howto p {
    margin: 0 0.5em 2em;
    line-height: 1.6;
    font-size: 14px;
  }
  div#best10Howto h3 {
    margin: 0 0.5em 5px;
    font-weight: bold;
    font-size: 16px;
    color: #496e29;
  }
  div#best10Howto span.hint {
    display: block;
    margin: 0 1em 5px;
    font-size: 12px;
    color: #555;
  }
  div#best10Howto input#authorDisplayName {
    display: block;
    margin: 0 auto 20px 2%;
    width: 48%;
    padding: 5px;
  }
  div#best10Howto input#best10Name {
    display: block;
    margin: 0 auto 20px 2%;
    width: 93%;
    padding: 5px;
  }
  div#best10Howto textarea#best10Comment {
    display: block;
    margin: 0 auto 50px 2%;
    width: 93%;
    padding: 5px;
  }
  div#best10Howto ul {
    margin: 0 0.5em 50px;
  }
    div#best10Howto ul li {
      clear: left;
      border-bottom: dashed 1px #aaa;
      padding: 20px 0;
      overflow: hidden;
    }
      div#best10Howto ul li img {
        float: left;
        margin-right: 15px;
      }
      div#best10Howto ul li span {
        display: block;
        font-weight: bold;
        font-size: 12px;
      }
      div#best10Howto ul li input {
        margin-bottom: 10px;
        width: 500px;
        padding: 5px;
      }
      div#best10Howto ul li textarea {
        padding: 5px;
        width: 500px;
      }

/* --- 新しくBest10を作る誘導バナー */
div#best10Howto a.create {
  display: block;
  width: 100%;
  text-align: center;
}


/* みんなで作るBest10一覧
----------------------------------------------------------*/
div#best10Contents h1.list {
  margin-bottom: 20px;
  text-align: center;
}

/* --- タブリンク */
ul.best10TabLink {
	margin-bottom: 0;
	text-align: center;
}
ul.best10TabLink li {
  display: inline-block;
	*display: inline;
  *zoom: 1;
  margin: 0 0.5%;
  width: 28%;
	position: relative;
	bottom: -1px;
	list-style-type: none;
	border: 1px #e2dcb7 solid;
	border-top: none;
	border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  background: #ffffe5;
}
ul.best10TabLink li.none {
	border-bottom: 1px #f8f2cf solid;
	background: #f8f2cf;
	font-weight: bold;
}
ul.best10TabLink li a {
	color: #333;
	display: block;
	padding: 7px 5px 5px;
	text-decoration: none;
	background: #ffffe5;
	font-weight: bold;
	font-size: 14px;
}
ul.best10TabLink li.none a {
	background: #f8f2cf;
}
ul.best10TabLink li a.new {
	border-top: 5px #4cbb47 solid;
	border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
}
ul.best10TabLink li a.recommand {
	border-top: 5px #b21116 solid;
	border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
}
ul.best10TabLink li a.view {	
	border-top: 5px #ffbc00 solid;
	border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
}
ul.best10TabLink li:hover {
  border-bottom: 1px #f8f2cf solid;
}
  ul.best10TabLink li a:hover {
  	background: #f8f2cf;
  }

/* --- ランキングリスト */
div#best10Contents ul.best10List {
  margin-bottom: 10px;
  border: solid 1px #e2dcb7;
  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 #ccc6aa;
      padding: 15px;
      background-color: #f8f2cf;
      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 div.pageLink {
  margin-bottom: 30px;
  text-align: center;
}
  div#best10Contents div.pageLink a {
    padding: 0 10px;
  }

/* 新しくBest10を作る */
div#best10Contents a.create {
  display: block;
  width: 100%;
  text-align: center;
}


/* 週間ダウンロード数一覧
----------------------------------------------------------*/
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;
  }