@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;
  }



/* 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;
    }


/* ---------------------------------------------------------
  SP フリーゲーム詳細検索ページ
----------------------------------------------------------*/
section#searchDetail {
  margin: 0 2%;
  width: 96%;
}
  section#searchDetail h1 {
    margin-bottom: 20px;
    height: auto;
    line-height: 1.4;
    font-weight: bold;
    font-size: 150%;
    text-align: center;
  }
  section#searchDetail h1:before {
    background: none;
    padding: 0;
  }

/* --- キーワード入力 */
div#searchDetailForm dl.keyword {
  margin: 0 auto 20px;
  width: 100%;
  border-bottom: dashed 1px #ddd;
  padding-bottom: 15px;
  text-align: center;
}
  div#searchDetailForm dl.keyword dt {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #006268;
  }
  div#searchDetailForm dl.keyword dd input {
    width: 80%;
    padding: 5px;
  }

/* --- カテゴリーを選択 */
div#searchDetailForm dl.cate {
  margin: 0 auto 20px;
  width: 100%;
  border-bottom: dashed 1px #ddd;
  padding-bottom: 15px;
  text-align: center;
}
  div#searchDetailForm dl.cate dt {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #006268;
  }
  div#searchDetailForm dl.cate dd label {
    line-height: 2;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 14px;
  }
  div#searchDetailForm dl.cate dd input {
    padding: 5px;
  }

/* --- ジャンルと開発ツール */
dl.searchGenre {
  margin-bottom: 20px;
  border-bottom: dashed 1px #ddd;
  padding-bottom: 10px;
  text-align: center;
}
dl.searchGenre dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #006268;
}
dl.searchGenre dd ul {
  text-align: center;
}
dl.searchGenre dd ul li {
  display: block;
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
}
dl.searchGenre dd label {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}
dl.searchGenre dd select {
  width: 80%;
  padding: 5px;
  line-height: 1.6;
  font-size: 13px;
}

/* --- 年齢制限 */
div#searchDetailForm dl.ageLimit {
  margin: 0 auto 20px;
  width: 80%;
  border-bottom: dashed 1px #ddd;
  padding-bottom: 15px;
  text-align: center;
}
  div#searchDetailForm dl.ageLimit dt {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #006268;
  }
  div#searchDetailForm dl.ageLimit dd label {
    line-height: 2;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 14px;
  }
  div#searchDetailForm dl.ageLimit dd input {
    padding: 5px;
  }

/* --- 評価値 */
div#searchDetailForm dl.star {
  margin: 0 auto 20px;
  width: 100%;
  border-bottom: dashed 1px #ddd;
  padding-bottom: 15px;
  text-align: center;
}
  div#searchDetailForm dl.star dt {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #006268;
  }
  div#searchDetailForm dl.star dd label {
    display: block;
    line-height: 1.6;
    padding: 0 5px;
    white-space: nowrap;
    font-size: 13px;
  }
    div#searchDetailForm dl.star dd label span.starIcon {
      padding: 0 3px;
      font-size: 19px;
      letter-spacing: -0.1em;
    }
      div#searchDetailForm dl.star dd label span.starIcon span {
        color: #eca600;
      }
  div#searchDetailForm dl.star dd input {
    padding: 5px;
  }

/* --- レビュー数 */
div#searchDetailForm dl.review {
  margin: 0 auto 20px;
  width: 80%;
  text-align: center;
}
  div#searchDetailForm dl.review dt {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #006268;
  }
  div#searchDetailForm dl.review dd label {
    display: block;
    line-height: 1.6;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 13px;
  }
    div#searchDetailForm dl.review dd label span {
      padding: 0 3px;
      font-size: 16px;
      font-weight: bold;
    }
  div#searchDetailForm dl.review dd input {
    padding: 5px;
  }

/* --- Submitボタン */
div#searchDetailForm div.submit {
  margin-bottom: 30px;
  text-align: center;
}
div#searchDetailForm div.submit input {
  margin: 10px;
  font-size: 21px;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px 20px;
  border: none;
  width: 240px;
  background: #333;
  color: #fff;
  border: solid 1px;
}
  div#searchDetailForm div.submit input:hover {
    background: #fff;
    color: #333;
    border: solid 1px #333;
    cursor: pointer;
    transition: all 0.5s;
  }
  div#searchDetailForm div.submit input:active {
    background: #006268;
    border: solid 1px #006268;
    color: #fff;
  }