@charset "utf-8";

/* ---------------------------------------------------------
  HTML5+CSS3 初期化
----------------------------------------------------------*/
body {
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;  
  -webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

/* --- リンクをタップした際の色指定 */
a {
  -webkit-tap-highlight-color: rgba(200,200,555,.6);
}

/* --- Retinaディスプレイ対応 */
img {
  zoom: 0.5;
}



/* ---------------------------------------------------------
  Base
----------------------------------------------------------*/
div#wrapper {
  margin: 20px auto 60px;
  width: 100%;
}

/* Header
----------------------------------------------------------*/
header {
  height: auto;
  background: url(../img/bg_sp_header.png) repeat left top;
}
  header div#header {
    margin: 0 2%;
    width: 96%;
    position: static;
  }

  /* --- ロゴ */
  header div#logo {
    margin-bottom: 1em;
    padding-top: 10px;
    line-height: 1;
    text-align: center;
  }
    header div#logo img {
      zoom: 0.6;
    }

  /* --- サイト説明文 */
  header p.desc {
    display: none;
  }
  
  /* --- スマートフォンゲームズへのリンク */
  header div#spgLink {
    position: static;
    text-align: center;
  }
    header div#spgLink img {
      zoom: 1;
    }

/* --- 会員登録 */
header ul.member {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: center;
}
  header ul.member li {
    padding: 0 0.5em;
  }
    header ul.member li.signUpGame {
    padding-left: 18px;
  }
  header ul.member li.signUpReviewer {
    padding-left: 24px;
  }
  header ul.member li.signIn {
    padding-left: 22px;
  }
  header ul.member li.signOut {
    padding-left: 20px;
  }
  header ul.member li.gamePost {
    padding-left: 16px;
  }
  header ul.member li.userName {
    padding-left: 20px;
  }


/* Search Area
-------------------------------------------- */
#header div#fsearch {
  float: none;
  margin: 0 auto 0.5em;
	width: 90%;
	vertical-align: bottom;
}
  #header div#fsearch input.fs-search {
    width: 65%;
  }
  #header div#fsearch input.fs-submit {
    width: 30%;
  }

div#fs-result ul#searchResultList {
  width: 100%;
  text-align: center;
}
  div#fs-result ul#searchResultList li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 46%;
    padding: 10px 2%;
    vertical-align: top;
  }
  div#fs-result ul#searchResultList li a {
    display: block;
    width: 100%;
    padding: 0;
    text-decoration: none;
  }
    div#fs-result ul#searchResultList li a img {
      width: 98%;
      height: 98%;
      border: solid 2px #f2f2f2;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
    }
    div#fs-result ul#searchResultList li a span.title {
      display: block;
      margin: 5px;
      line-height: 1.4;
      vertical-align: middle;
      font-weight: bold;
      font-size: 120%;
    }
    div#fs-result ul#searchResultList li a span.desc {
      display: block;
      padding: 0 5px;
      line-height: 1.2;
      text-align: left;
      color: #333;
    }

/* ContentsArea
----------------------------------------------------------*/
div#contentsArea {
  float: none;
  width: 100%;
}

/* SideArea
----------------------------------------------------------*/
div#sideArea {
  float: none;
  width: 100%;
}

/* --- Category Link */
ul#category {
  margin: 0 2% 20px;
}
  ul#category li {
    clear: right;
    width: 96%;
    margin-bottom: 0.5em;
  }
    ul#category li a {
      display: block;
      width: 85%;
      height: 30px;
      padding-left: 15%;
      line-height: 31px;
      text-decoration: none;
      font-size: 15px;
      font-weight: bold;
    }
    ul#category li a:hover {
      text-decoration: underline;
    }
      ul#category li a span {
        display: inline-block;
        float: right;
        font-size: 12px;
        color: #333;
      }

/* --- Banner Link */
ul.banner {
  margin: 0 auto 20px;
  width: 100%;
  text-align: center;
}
  ul.banner img {
    zoom: 1;
  }

/* --- Adエリア */
div.adArticleSideTop300x250 {
  text-align: center;
}
div.adArticleSide300x250 {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
  div.adArticleSide300x250 iframe {
    display: block;
    margin: 0 auto;
  }


/* Footer Area
----------------------------------------------------------*/
div#footerArea {
  clear: both;
  background: url(../img/bg_footer.png) repeat-x center top;
  padding-top: 40px;
}
  footer {
    margin: 0 2%;
    width: 96%;
  }

  footer ul#footerAboutLink {
    float: none;
    margin-bottom: 2em;
    width: 100%;
  }

  footer div#footerCategoryLink {
    float: none;
    margin: 5px 0 2em;
    width: 100%;
    text-align: center;
  }
    footer div#footerCategoryLink img.category {
      zoom: 1;
    }
    footer div#footerCategoryLink li img {
      zoom: 1;
    }


/* ---------------------------------------------------------
  非表示設定
----------------------------------------------------------*/
div#listPageSideArea {
  display: none;
}



/* ---------------------------------------------------------
  ListPageContents
----------------------------------------------------------*/
div#wrapper {
  padding-top: 10px;
}
div#listPageContents h1#voteh1 {
  height: auto;
  line-height: 1.2;
}
div#listPageContents h1#voteh1:before {
  background: none;
  padding: 0;
}

/* RankinRating
-------------------------------------------- */
div#rankinRating ul li img {
  zoom: 1;
}

/* ランキングヘッダーリンク
-------------------------------------------- */
div#listPageContents h2#voteResultHead {
  margin-bottom: 10px;
  height: auto;
  padding: 10px;
  line-height: 1.2;
  font-size: 13px;
}

/* --- 平均評価エリア */
div#voteResultLinkHeader div.averageArea {
  float: none;
  width: 96%;
  margin: 0 2% 20px;
  border: none;
}
  div#voteResultLinkHeader div.averageArea ul li a {
    font-size: 12px;
  }
/* --- 偏差値エリア */
div#voteResultLinkHeader div.deviationArea {
  float: none;
  width: 96%;
  margin: 0 2% 20px;
  border: none;
}
  div#voteResultLinkHeader div.deviationArea ul li a {
    font-size: 12px;
  }

/* --- 投票項目別エリア */
div#voteResultLinkHeader div.typeArea {
  float: none;
  width: 96%;
  margin: 0 2% 20px;
  border: none;
}
  div#voteResultLinkHeader div.typeArea h2 {
    margin-bottom: 10px;
  }
  div#voteResultLinkHeader div.typeArea ul {
    margin-left: 0;
  }
  div#voteResultLinkHeader div.typeArea ul li {
    display: inline-block;
  }

/* --- ジャンル別エリア */
div#voteResultLinkHeader div.genreArea {
  float: none;
  width: 96%;
  margin: 0 2% 20px;
}
  div#voteResultLinkHeader div.genreArea ul {
    margin-left: 0;
  }
  div#voteResultLinkHeader div.genreArea ul li {
    display: inline-block;
  }


/* フリーゲームランキングページ
-------------------------------------------- */
div#listPageContents h1#voteh1 {
  margin: 0 1em 1em;
  line-height: 1.2;
}
div#listPageContents h1#voteh1:before {
  background: none;
  padding: 0;
}
div#listPageContents p.text {
  padding: 0 1.5em;
}
div#listPageContents div#rankingContents {
  float: none;
  margin: 0 2% 30px;
  width: 96%;
}
  div#rankingContents ul li img {
    zoom: 1;
  }
  div#rankingContents ul li span.vote {
    display: block;
    padding-left: 0.5em;
  }
  div#rankingContents ul li p.text {
    display: none;
  }

  div#rankingContents div.gameImg {
    float: none;
    margin: 0 auto 10px;
    width: 100%;
    text-align: center;
  }
    div#rankingContents div.gameImg img {
      float: none !important;
      display: inline !important;
      padding: 0;
    }
  div#rankingContents div.gameText span.vote {
    display: inline;
    padding-left: 0.5em;
  }
      div#rankingContents ul.star li.total {
        display: block;
      }


/* ジャンル別インデックスページ
-------------------------------------------- */
div#genreIndex {
  margin: 0 2% 10px;
  width: 96%;
}
  div#genreIndex h1 {
    font-size: 18px;
  }
  div#genreIndex h1:before {
    background: none;
    content: "";
    padding: 0;
  }
    div#genreIndex h1 span {
      padding: 0 0.1em;
      font-size: 22px;
    }
  div#genreIndex p {
    margin: 0 0 3em 1em;
  }

/* --- ジャンルリンク */
  div#genreIndex ul.genreLink {
    margin-bottom: 3em;
  }
    div#genreIndex ul.genreLink li {
      display: inline-block;
      margin: 0 1% 8px;
      width: 94%;
      border: solid 3px #e0d8c1;
      padding: 3px;
    }
        div#genreIndex ul.genreLink li a img {
          zoom: 1;
        }

/* --- ジャンル別インデックスリンク */
div#genreIndexPageLink {
  padding-top: 2em;
}
  div#genreIndexPageLink ul {
    margin-bottom: 2em;
    text-align: left;
  }
    div#genreIndexPageLink ul li {
      display: block;
      margin-bottom: 1em;
    }
  div#genreIndexPageLink p {
    clear: both;
    padding-top: 10px;
  }


/* ジャンル別ヘッダーリンク
-------------------------------------------- */
h1.genre {
  margin-bottom: 20px;
}
h2.genre {
  padding-top: 30px;
}
div#genreLink ul {
  float: left;
  margin: 0 2%;
  width: 46%;
}
  div#genreLink li {
    margin-bottom: 1em;
  }
    div#genreLink li a {
      font-size: 13px;
    }
div#genreLink p.detailSearchLink {
  clear: both;
  padding-top: 10px;
}


/* パンくずリスト
-------------------------------------------- */
nav#breadcrumb {
  margin: -10px 1em 2em;
}
  nav#breadcrumb li {
    white-space: nowrap;
  }


/* ジャンル別リストページコンテンツ
-------------------------------------------- */
div#listPageContents div#genreContents {
  float: none;
  margin: 0 2% 30px;
  width: 96%;
}
  div#genreContents ul li img.img01 {
    float: left;
    margin-right: 15px;
    zoom: 1;
  }
  div#genreContents ul li img.img02 {
    display: none;
  }
  div#genreContents ul li p.desc:before {
    content: "";
    padding-left: 0;
  }
  div#genreContents ul li span.point {
    padding: 0;
  }
    div#genreContents ul li span.point span {
      padding: 0;
    }
  div#genreContents ul li span.vote {
    display: block;
  }
  div#genreContents ul li p.text {
    padding: 0;
  }

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

/* ContentsArea
-------------------------------------------- */
div#pageContents {
  float: none;
  margin: 0 2%;
  width: 96%;
}

/* Side Area 300px
-------------------------------------------- */
div#sideArea {
  float: none;
  width: 100%;
}

/* Ad Banner Area --- */
div.adListPageSideTop300x250 {
  text-align: center;
}
#adListPageSideTop300x250 {
  text-align: center;
}
div.adListPageSide300x600 {
  display: none;
}
#adListPageSide300x600 {
  display: none;
}
div.adListPageSide300x250 {
  text-align: center;
}
#adListPageSide300x250 {
  text-align: center;
}
div.adListPageSideGMO {
  display: none;
}



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

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

div#webpage h1 {
  margin-bottom: 20px;
  height: auto;
  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;
  }



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



/* 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.question {
  margin: 0 auto;
  width: 96%;
}
div.question h2 {
  text-align: center;
}
div.question h2 img {
  zoom: 1;
}
div.question dl {
  margin: 0 1% 60px;
}

    div.question dd ul.qaList {
      margin: 0 0 1em 1.5em !important;
    }

/* --- ページ内リンク */
div.question ul.innerLink {
  width: 100%;
  padding-bottom: 40px;
  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%;
  }
    div.question ul.innerLink li i {
      padding-right: .5em;
      font-size: 15px;
    }




/* お問い合わせ
-------------------------------------------- */
div.contact {
  width: 94%;
}
div.contact table.form {
  width: 100%;
}
div.contact table.form th, table.form td {
	padding: 5%;
}
div.contact table.form th {
	padding: 2em 5% 1em;
}
div.contact table.form td {
  width: 100%;
	padding: 2em 5% 1em;
}
div.contact table.form input[type=text] {
  width: 16em;
}
div.contact table.form textarea {
  width: 16em;
}
div.contact form input#post {
  font-size: 18px;
}

div.contact dl {
  margin: 24px 0;
}
div.contact dl dd {
  padding: 5%;
}



/* フリーゲームランキングページ
-------------------------------------------- */
div#webpage h1#voteh1 {
  margin-bottom: 20px;
  height: 30px;
  line-height: 31px;
  font-weight: bold;
  color: #308c9e;
  font-size: 16px;
  text-align: center;
}
div#webpage h1#voteh1:before {
  background: url(../img/icon_treasurebox4.png) no-repeat left top;
  background-size: 28px 30px;
  content: "";
  padding: 2px 0 2px 38px;
}

div#webpage ul.vote {
  float: none;
  width: 96%;
	margin: 10px 2% 20px;
	text-align: center;
	overflow: hidden;
}
  div#webpage ul.vote li {
  	display: inline;
  }
  div#webpage ul.vote li.heading {
  	display: block;
  	font-weight: bold;
  }



/* ゲーム投稿ページ
-------------------------------------------- */
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 form#create-entry-form {
  margin: 0 auto;
  width: 94%;
}

/* --- ゲームタイトル */
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#gameImageArea {
  width: 100%;
  padding: 0;
}

/* --- 紹介動画 */
form#create-entry-form div#movieArea {
  width: 96%;
  padding: 2%;
}

/* --- 対応OSを選択 */
form#create-entry-form div#osArea {
  width: 96%;
  padding: 2%;
}
form#create-entry-form div#osArea ul li {
  display: inline;
  line-height: 2;
  overflow: auto;
}
form#create-entry-form div#osArea input {
  width: auto;
  padding: 0;
}

/* --- 制限と配布形式 */
form#create-entry-form div#limitArea {
  width: 100%;
  padding: 0;
}

/* --- ジャンルと開発ツール */
form#create-entry-form div#genreArea {
  width: 100%;
  padding: 0;
}

/* --- ゲームデータ情報 */
form#create-entry-form div#dataInfoArea {
  width: 96%;
  padding: 2%;
}
form#create-entry-form div#dataInfoArea ul li {
  display: block;
  width: 100%;
}
form#create-entry-form div#dataInfoArea label {
  display: inline;
}
form#create-entry-form div#dataInfoArea input {
  width: auto;
}
/* --- コメント・評価の有無 */
form#create-entry-form div#voteFlag {
  width: 96%;
  padding: 2%;
}

/* --- 制作サイト情報 */
form#create-entry-form div#siteInfoArea {
  width: 96%;
  padding: 2%;
}
form#create-entry-form div#siteInfoArea ul li {
  display: block;
  width: 100%;
}
form#create-entry-form div#siteInfoArea label {
  display: inline;
}
form#create-entry-form div#siteInfoArea input {
  width: auto;
}

/* --- アップローダー */
form#create-entry-form div#gameDataUpload {
  width: 100%;
  padding: 2% 0;
}
form#create-entry-form div#gameDataUpload label {
  padding: 0 10px;
}

form#create-entry-form div#gamePost #progressBar {
  width: 80%;
}

/* --- 投稿した話一覧 */
div#profileToggle .tab_content {
  padding: 10px 2% 20px;
}
div#profile-recent-actions ul.postGameList {
  margin: 0 1% 30px;
}
  div#profile-recent-actions ul.postGameList li img.thumb {
    margin-right: 10px;
    zoom: 1;
  }

/* --- 最近のコメント一覧 */
div#profile-recent-actions ul.recentReview {
  margin: 0 1% 30px;
}
div#profile-recent-actions ul.recentReview li img.thumb {
  zoom: 1;
}

/* --- JSON検索結果のソートリンク */
div#fs-result-msg ul.jsonSortBy {
  margin: 5px auto;
  width: 100%;
  text-align: center;
}
  div#fs-result-msg ul.jsonSortBy li {
    display: inline;
    padding: 0 2px;
  }
    div#fs-result-msg ul.jsonSortBy li img {
      zoom: 1;
    }


/* ---------------------------------------------------------
  Best10
----------------------------------------------------------*/
div#best10Contents {
  float: none;
  width: 100%;
}

/* Best10 Ranking
----------------------------------------------------------*/
div#best10Box h1 {
  float: none;
  background: none;
  width: auto;
  min-height: auto;
  padding-left: 0;
  font-weight: bold;
  font-size: 32px;
}
  div#best10Box h1 span {
    height: auto;
  }
  div#best10Box h1 span img {
    zoom: 1;
  }
div#best10Box img.best10 {
  display: none;
}
/* --- 評価エリア */
div#best10Box ul#assessment {
  text-align: center;
}
  div#best10Box ul#assessment li.vote {
    display: block;
    margin-top: 10px;
  }
    div#best10Box ul#assessment li.vote img {
      zoom: 1;
    }

/* --- ソーシャルボタンエリア */
div#best10Box ul.socialBoxInline {
  margin: 0 2% 30px;
  width: 94%;
  padding: 5px 1% 0;
}

/* --- 新しくBest10を作る誘導バナー */
div#best10Contents a.create {
  margin-bottom: 30px;
}
  div#best10Contents a.create img, div#best10Box a.create img, div#best10Howto a.create img {
    max-width: 90%;
    height: auto;
    zoom: 1;
  }

div.best10CreatePR {
  margin: 0 auto 40px;
  width: 90%;
  padding: 1%;
}
div.best10CreatePR h2 img {
  max-width: 90%;
  height: auto;
  zoom: 1;
}
div.best10CreatePR a img {
  max-width: 90%;
  height: auto;
  zoom: 1;
}

/* --- コメント欄 */
/* レビュー一覧 */
section#reviewComment ul#comments-content li div.user-pic img {
  zoom: 1;
}
div#best10Contents section#reviewComment h2#reviewList {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 120%;
}
section#reviewComment ul#comments-content li div.comment {
  padding: 0.5em 0.5em 0;
}

/* レビューをする */
div#best10Contents section#reviewComment h2#reviewVote {
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 120%;
}

/* --- コメント入力欄 */
section#reviewComment div#comments-open-text textarea {
  width: 94%;
  padding: 2%;
}


/* みんなで作るBest10一覧
----------------------------------------------------------*/
div#best10Contents h1 {
  text-align: center;
}
  div#best10Contents h1 img {
    max-width: 94%;
    height: auto;
    zoom: 1;
  }
ul.best10List a div.rank {
  width: auto !important;
  height: auto !important;
  font-size: 12px !important;
  line-height: 53px !important;
}
  ul.best10List a div.rank span {
    font-size: 20px;
  }

div#best10Box ul#ranking li img.rank {
  zoom: 1;
}
div#best10Box ul#ranking li img.gimg {
  float: right;
  zoom: 1;
  margin-bottom: 15px;
}
div#best10Box ul#ranking li h2 {
  clear: both;
  margin: 0 0 10px;
  text-align: center;
}


/* 新しくBest10を作る説明ページ
----------------------------------------------------------*/
div#best10Howto h1 {
  margin: 15px auto 20px;
  min-height: 130px;
  text-align: left;
}
div#best10Howto p.comment {
  margin: 0 10px 40px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
}
div#best10Howto ul li img {
  float: none;
  display: block;
  margin-right: 0;
}
div#best10Howto ul li input {
  width: 95%;
}
div#best10Howto ul li textarea {
  width: 95%;
}

/* Best10 Link
-------------------------------------------- */
div#sideArea div.best10SidePR {
  margin: 0 auto 20px;
  width: 90%;
}
div#sideArea div.best10SidePR h2 img {
  max-width: 100%;
  height: auto;
  zoom: 1;
}
div#sideArea div.best10SidePR a img {
  max-width: 100%;
  height: auto;
  zoom: 1;
}