@charset "utf-8";

/* ---------------------------------------------------------
  Contents Area
----------------------------------------------------------*/
div.contentsArea {
  width: 100%;
  margin: 1em auto 0;
}
  p.gameCount {
    margin-bottom: 1em;
    text-align: center;
  }
    p.gameCount a {
      font-size: 1.3rem;
      text-decoration: none;
    }



/*  最新記事リストTOP
------------------------------------------------ */
section#headLineTop h2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  text-align: center;
}
section#headLineTop h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e97d4e;
  border-radius: 2px;
}



/*  ゲームリスト表示（headLine)
------------------------------------------------ */
ul.headLine {
  margin-bottom: 3em;
	width: 100%;
	border: none;
	padding: 0;
  text-align: left;
}
  ul.headLine li {
  	margin-bottom: 3px;
  	width: 100%;
  	display: inline-block;
  	vertical-align: top;
  	padding: 0.5em;
    border-bottom: solid 4px #efefef;
  }
    ul.headLine li a {
      display: block;
      width: 100%;
      height: 100px;
      overflow: hidden;
      text-decoration: none;
    }
    ul.headLine li a img {
      float: left;
      max-width: 50%;
      height: auto;
      object-fit: cover;
      padding-right: 10px;
    }
    ul.headLine li a span.title {
      display: block;
      margin: 0.25em 0;
    	line-height: 1.2;
      font-weight: bold;
      font-size: 1.5rem;
      text-align: left;
    }
    ul.headLine li a span.desc {
      font-size: 1.3rem;
      line-height: 1.2;
      text-align: left;
      color: #333;
      overflow: hidden;
    }



/*  記事のカテゴリ表示
------------------------------------------------ */
div.category span {
  display: inline-block;
  height: 1.6em;
  padding: 0 1em;
	line-height: 1.7em;
	font-size: 1.2rem;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
  /* --- ロールプレイング */
  div.category span.roleplaying {
  	background-color: #eb7212;
  }
  /* --- アドベンチャー */
  div.category span.adventure {
  	background-color: #342709;
  }
  /* --- シミュレーション */
  div.category span.simulation {
  	background-color: #1a1a1a;
  }
  /* --- アクション */
  div.category span.action {
  	background-color: #c22905;
  }
  /* --- 対戦格闘 */
  div.category span.fighting {
  	background-color: #690f02;
  }
  /* --- シューティング */
  div.category span.shooting {
  	background-color: #176c9c;
  }
  /* --- パズル */
  div.category span.puzzle {
  	background-color: #1b5028;
  }
  /* --- ブラウザ */
  div.category span.browser {
  	background-color: #322e7c;
  }
  /* --- オンライン */
  div.category span.onlinegame {
  	background-color: #b18107;
  }
  /* --- 海外 */
  div.category span.foreign {
  	background-color: #134b53;
  }
  /* --- スマホアプリ */
  div.category span.spapp {
  	background-color: #6f8a93;
  }
div.category span.entrydate {
  display: inline;
  padding-left: 0.5em;
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
}



/*  フリーゲームランキング
------------------------------------------------ */
section#freegameRanking {
  margin: 0 auto 2em;
  width: 100%;
  overflow: hidden;
}
  section#freegameRanking h2 {
    margin-bottom: 1em;
    font-size: 1.6rem;
    text-align: center;
  }
  section#freegameRanking h2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f164";
    font-weight: 900;
    padding-right: .5em;
    font-size: 1.8rem;
    color: #489fdf;
  }
  section#freegameRanking p.desc {
    margin-bottom: 1em;
    font-size: 1.4rem;
    text-align: center;
  }
  section#freegameRanking ul {
    clear: both;
    margin-bottom: 7px;
    border: solid 4px #80aa39;
    overflow: hidden;
  }
    section#freegameRanking ul li {
      width: 100%;
    }
    section#freegameRanking ul li a {
      display: block;
      width: 100%;
      height: 100px;
      padding: 1px 1px 0 1px;
      background-color: #fff;
      text-decoration: none;
      overflow: hidden;
    }
    section#freegameRanking ul li:nth-child(even) a {
      background-color: #efefef;
    }
      section#freegameRanking ul li img {
        float: left;
        max-width: 50%;
        height: auto;
        padding-right: 1em;
      }
      section#freegameRanking ul li span.num {
        line-height: 1;
        font-weight: bold;
        font-size: 1.4rem;
        color: #555;
      }
      section#freegameRanking ul li span.rank {
        padding-right: 15px;
        font-size: 1.1rem;
        color: #fd7d00;
      }
        section#freegameRanking ul li span.rank span {
          display: inline-block;
          padding-right: 0.2em;
          width: 1.8em;
          line-height: 1.3;
          text-align: center;
          font-weight: bold;
          font-size: 2rem;
          color: #fd7d00;
        }
        section#freegameRanking ul li span.rank span.pr {
          font-size: 15px;
          width: 2.1em;
        }
      
      section#freegameRanking ul li span.title {
        display: block;
        margin-top: 0.5em;
        line-height: 2.5;
        font-size: 1.5rem;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
      }

  section#freegameRanking p.allRank {
    margin-left: 5px;
    background: url(../img/icon_kirikabu_s.png) no-repeat left center;
    padding-left: 16px;
    font-size: 1.3rem;
  }


/*  ダウンロードランキング
------------------------------------------------ */
section#downloadRanking {
  margin: 0 auto 2em;
  width: 100%;
  overflow: hidden;
}
  section#downloadRanking h2 {
    margin-bottom: 1em;
    font-size: 1.6rem;
    text-align: center;
  }
  section#downloadRanking h2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f56d";
    font-weight: 900;
    padding-right: .5em;
    font-size: 1.8rem;
    color: #489fdf;
  }
  section#downloadRanking p.desc {
    margin-bottom: 1em;
    font-size: 1.4rem;
    text-align: center;
  }
  section#downloadRanking ul {
    clear: both;
    margin-bottom: 7px;
    border: solid 4px #428d00;
    overflow: hidden;
  }
    section#downloadRanking ul li {
      width: 100%;
    }
    section#downloadRanking ul li a {
      display: block;
      width: 100%;
      height: 100px;
      padding: 1px 1px 0 1px;
      background-color: #fff;
      text-decoration: none;
      overflow: hidden;
    }
    section#downloadRanking ul li:nth-child(even) a {
      background-color: #efefef;
    }
      section#downloadRanking ul li img {
        float: left;
        max-width: 50%;
        height: auto;
        padding-right: 1em;
      }
      section#downloadRanking ul li span.num {
        line-height: 1;
        font-weight: bold;
        font-size: 1.4rem;
        color: #555;
      }
      section#downloadRanking ul li span.rank {
        padding-right: 15px;
        font-size: 1.1rem;
        color: #fd7d00;
      }
        section#downloadRanking ul li span.rank span {
          display: inline-block;
          padding-right: 0.2em;
          line-height: 1.3;
          text-align: center;
          font-weight: bold;
          font-size: 2rem;
          color: #fd7d00;
        }
        section#downloadRanking ul li span.rank span.pr {
          font-size: 15px;
          width: 2.1em;
        }
      
      section#downloadRanking ul li span.title {
        display: block;
        margin-top: 0.5em;
        line-height: 1.6;
        font-size: 1.5rem;
        font-weight: bold;
        overflow: hidden;
      }

  section#downloadRanking p.allRank {
    margin-left: 5px;
    background: url(../img/icon_kirikabu_s.png) no-repeat left center;
    padding-left: 16px;
    font-size: 1.3rem;
  }


/*  プレイランキング
------------------------------------------------ */
section#playRanking {
  margin: 0 auto 2em;
  width: 100%;
  overflow: hidden;
}
  section#playRanking h2 {
    margin-bottom: 1em;
    font-size: 1.6rem;
    text-align: center;
  }
  section#playRanking h2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f11b";
    font-weight: 900;
    padding-right: .5em;
    font-size: 1.8rem;
    color: #489fdf;
  }
  section#playRanking p.desc {
    margin-bottom: 1em;
    font-size: 1.4rem;
    text-align: center;
  }
  section#playRanking ul {
    clear: both;
    margin-bottom: 7px;
    border: solid 4px #fd5300;
    overflow: hidden;
  }
    section#playRanking ul li {
      width: 100%;
    }
    section#playRanking ul li a {
      display: block;
      width: 100%;
      height: 100px;
      padding: 1px 1px 0 1px;
      background-color: #fff;
      text-decoration: none;
      overflow: hidden;
    }
    section#playRanking ul li:nth-child(even) a {
      background-color: #efefef;
    }
      section#playRanking ul li img {
        float: left;
        max-width: 50%;
        height: auto;
        padding-right: 1em;
      }
      section#playRanking ul li span.num {
        line-height: 1;
        font-weight: bold;
        font-size: 1.4rem;
        color: #555;
      }
      section#playRanking ul li span.rank {
        padding-right: 15px;
        font-size: 1.1rem;
        color: #fd7d00;
      }
        section#playRanking ul li span.rank span {
          display: inline-block;
          padding-right: 0.2em;
          line-height: 1.3;
          text-align: center;
          font-weight: bold;
          font-size: 2rem;
          color: #fd7d00;
        }
        section#playRanking ul li span.rank span.pr {
          font-size: 15px;
          width: 2.1em;
        }
      
      section#playRanking ul li span.title {
        display: block;
        margin-top: 0.5em;
        line-height: 1.6;
        font-size: 1.5rem;
        font-weight: bold;
        overflow: hidden;
      }

  section#playRanking p.allRank {
    margin-left: 5px;
    background: url(../img/icon_kirikabu_s.png) no-repeat left center;
    padding-left: 16px;
    font-size: 1.3rem;
  }


/*  フリーゲームおすすめ
------------------------------------------------ */
section#recommended {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
  section#recommended h2 {
    position: relative;
    color: black;
    background: #d0ecff;
    line-height: 1.4;
    padding: 0.25em 0.5em;
    margin: 2em 0 0;
    border-radius: 0 5px 0 0;
  }
  section#recommended h2:after {
    position: absolute;
    font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
    content: '\f00c Check';
    font-weight: 900;
    background: #2196F3;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 3px 7px 1px;
   	font-size: 0.7em;
   	line-height: 1;
   	letter-spacing: 0.05em
  }
div#randomGame {
  width: 100%;
  margin: 0 auto;
  background-color: #e5e5ce;
  padding-top: 0.5em;
  padding-bottom: 3em;
  overflow: hidden;
  text-align: center;
}
  div#randomGame p.text {
    padding: 0.5em 0;
    text-decoration: none;
    line-height: 1.4;
    font-size: 1.3rem;
    color: #333;
  }
  div#randomGame img {
    vertical-align: bottom;
  }

  div#randomGame div.photo {
    position: relative;
    margin: 0 auto;
    width: 190px;
  	overflow: hidden;
  	border: solid 1px #fff;
  	text-align: center;
  }
  div#randomGame div.photo img {
  	
  }
  div#randomGame div.photo p {
  	position: absolute;
  	left: 0px;
  	bottom: 0px;
  	width: 100%;
  	height: auto;
  	background-image: url(../img/bg_white.png);
  	background-repeat: repeat;
  	overflow: hidden;
  	padding: 0;
  	text-align: center;
  	line-height: 130%;
  	font-size: 1.5rem;
  	font-weight: bold;
  }
  div#randomGame div.photo p a {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.5em;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
  }
  div#randomGame div.photo p a:hover {
  	color: #000;
  	text-decoration: underline;
  }



/*  フリーゲームアップデート
------------------------------------------------ */
section#updateGame {
	width: 100%;
}
  section#updateGame h2 {
    margin: 0 auto 0.5em;
    width: 90%;
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: block;
    top: 0;
    text-align: center;
  }
  section#updateGame h2:before, section#updateGame h2::after { 
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
  }
  section#updateGame h2:before {
    border-left: solid 1px black;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    left: 0;
  }
  section#updateGame h2:after {
    content: '';
    border-top: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    right: 0;
  }
  section#updateGame ul {
    margin-bottom: 3em;
    width: 100%;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
  }
    section#updateGame ul li {
      clear: left;
      margin-bottom: 1px;
      width: 100%;
      border-bottom: dotted 1px #ccc;
    }
      section#updateGame ul li a {
        display: inline-block;
        width: 92%;
        padding: 0.5em 1em;
        text-decoration: none;
      }
      section#updateGame ul li a:hover {
        background-color: #fce5c6;
      }
        section#updateGame ul li a span.title {
          background: url(../img/icon_update.png) no-repeat left center;
          background-size: 33px 14px;
          padding-left: 40px;
          padding-right: 0.5em;
          font-size: 1.3rem;
        }
        section#updateGame ul li a span.ver {
          display: block;
          padding-left: 42px;
          line-height: 1.4;
          font-size: 1.1rem;
          color: #333;
        }



/*  最新記事リストUNDER
------------------------------------------------ */
section#headLineUnder {
  clear: both;
}
  section#headLineUnder h2 {
    margin-bottom: 0.5em;
    text-align: center;
    line-height: 1.4;
  }
  section#headLineUnder h2:before{
    padding-right: 0.5em;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    font-size: 1.6rem;
    color: #5ab9ff;
  }



/*  おすすめオンラインゲーム
------------------------------------------------ */
section#onlineGame {
	clear: both;
}
  section#onlineGame h2 {
    border-bottom: solid 3px skyblue;
    position: relative;
    text-align: center;
    padding-bottom: 0.25em;
  }
  section#onlineGame h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc778;
    bottom: -3px;
    width: 30%;
  }


/*  フリーゲーム大賞トップリンク
------------------------------------------------ */
#grandprix_top h2 {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
  #grandprix_top h2 i {
    padding-right: .5em;
    color: #f45386;
  }
#grandprix_top ul {
  margin-bottom: 3em;
  text-align: center;
}
#grandprix_top ul li {
  display: inline-block;
  width: 100%;
  padding: 1%;
}
  #grandprix_top ul li img {
    max-width: 90%;
    height: auto;
  }


/*  フリーゲーム大賞リンク
------------------------------------------------ */
section#grandprix h2 {
  margin-bottom: 5px;
  margin-left: 5px;
  background: url(../img/icon_treasurebox3.png) no-repeat left top;
  background-size: 20px 22px;
  padding-left: 30px;
  line-height: 1.2;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fd5300;
}
section#grandprix ul {
  margin-bottom: 3em;
  text-align: center;
}
section#grandprix ul li {
  display: inline-block;
  width: 50%;
  padding: 1%;
}



/*  フリーゲームランキングリンク
------------------------------------------------ */
section#rankingLinkArea {
  margin-bottom: 3em;
  overflow: hidden;
}
  section#rankingLinkArea h2 {
    margin-left: 5px;
    margin-bottom: 5px;
    background: url(../img/icon_hana.png) no-repeat left top;
    background-size: 25px 22px;
    padding-left: 30px;
    line-height: 1.2;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fd5300;
  }
  section#rankingLinkArea ul {
    margin-left: 1em;
  }
  section#rankingLinkArea ul li {
  	display: block;
  	background: url(../img/icon_hana2.png) no-repeat left center;
    background-size: 16px 15px;
    padding-left: 20px;
  	line-height: 2.4;
  	white-space: nowrap;
  	font-size: 1.4rem;
  }



/*  最近投稿されたレビュー
------------------------------------------------ */
section#reviewComment {
	clear: both;
}
  section#reviewComment h2 {
    display: block;
    margin-bottom: 1em;
    position: relative;
    background: #f1f8ff;
    padding: 0.5em;
    border-left: solid 2em #5c9ee7;
  }
  section#reviewComment h2:before{
    font-family: "Font Awesome 5 Free";
    content: "\f303";
    font-weight: 900;
    position: absolute;
    padding: 0em;
    color: white;
    left: -1.35em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  section#reviewComment > ul {
    margin: 0 auto;
  	width: 96%;
  }
    section#reviewComment > ul > li {
      margin-bottom: 10px;
      border-bottom: dashed 1px #ccc;
      padding-bottom: 10px;
    }
      section#reviewComment > ul li a.link {
        text-decoration: none;
      }
        section#reviewComment > ul li a.link img {
          float: left;
          max-width: 30%;
          height: auto;
          padding-right: 1em;
          padding-bottom: 1em;
        }
        section#reviewComment ul li a.link span.title {
          display: block;
          line-height: 1.6;
          padding: 0.3em 0;
          font-size: 1.5rem;
          font-weight: bold;
        }
      
      section#reviewComment ul li div.postUser {
        margin-bottom: 0;
        line-height: 1.6;
        overflow: hidden;
      }
        section#reviewComment ul li div.postUser div.user-pic img {
          float: left;
          padding-right: 5px;
          vertical-align: bottom;
        }
      
      section#reviewComment ul li ul.star {
        clear: left;
        margin-bottom: 1em;
        text-align: center;
      }
        section#reviewComment ul li ul.star li {
          display: inline-block;
          margin-bottom: 5px;
          padding-right: 5px;
          color: #fd5300;
        }
        section#reviewComment ul li ul.star li.total {
          display: block;
        }
        section#reviewComment ul li ul.star li.total:before {
          content: "総合評価：";
          font-size: 1.6rem;
          font-weight: bold;
          color: #333;
        }
        section#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;
        }
        section#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;
        }
        section#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;
        }
        section#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;
        }
        section#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;
        }
          section#reviewComment ul li ul.star li span.num {
            padding-right: 0.1em;
            line-height: 21px;
            font-weight: bold;
            font-size: 1.6rem;
          }
      
      section#reviewComment ul li div.comment {
        clear: both;
        padding: 0 0.5em;
        line-height: 1.4;
        font-size: 1.3rem;
      }
      section#reviewComment p.commentAll {
        margin-bottom: 3em;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
      }


/*  サイトの活動目的と目指すところ
------------------------------------------------ */
section#declaration {
  margin-bottom: 30px;
  overflow: hidden;
}
  section#declaration h2 {
    margin-bottom: 0.5em;
    color: #364e96;
    padding: 0.5em 0;
    border-top: solid 3px #364e96;
    border-bottom: solid 3px #364e96;
    text-align: center;
  }
  section#declaration p {
    margin-bottom: 0.5em;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0 1em;
  }
  section#declaration p.sign {
    text-align: right;
  }



/*  ソーシャルボタン
------------------------------------------------ */
div.snsButton {
  margin: 0 auto 3em;
  width: 94%;
}



/*  Ad
------------------------------------------------ */
#adHomeTop {
  margin: 0 auto 3em;
  width: 100%;
  height: auto;
  text-align: center;
}
#adHomeCenter {
  margin: 0 auto 3em;
  width: 100%;
  height: auto;
  text-align: center;
}
#adHomeUnder {
  margin: 0 auto 3em;
  width: 100%;
  height: auto;
  text-align: center;
}



/* Tweet Link
-------------------------------------------- */
p.tweetLink {
  margin: 1em auto;
  width: 90%;
  line-height: 2;
  border: solid 3px #55acee;
  border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */ 
  padding: 1em;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}



/* ---------------------------------------------------------
  Media Query 縦向き固定
----------------------------------------------------------*/
/* 縦向き 359px未満 (iPhone 3/4/5/SE) */
@media screen and (max-width: 359px) and (orientation: portrait) {

}
/* 縦向き 360px以上413px未満 (Android iPhone 7/6) */
@media screen and (min-width: 360px) and (max-width: 413px) and (orientation: portrait) {
  /* 基本ベースレイアウト */
}
/* 縦向き 414px以上768px未満 (iPhone 7/6 Plus 小型タブレット) */
@media screen and (min-width: 414px) and (max-width: 767px) and (orientation: portrait) {

}
/* 縦向き 768px以上 (タブレット) */
@media screen and (min-width: 768px) and (orientation: portrait) {

}