@charset "utf-8";
/*
Theme Name: gamesoku
Description:テーマの説明
Theme URI: テーマの URL
Author: 作った人の名前
Author URI: 作った人の URL
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/


/*===============================================
		基本設定
===============================================*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 1.4;
    vertical-align: baseline;
    background: transparent;
    /*list-style: none;*/
    word-wrap: break-word;
    overflow-wrap: break-word;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
     display:block;
}
body{
     font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
     word-wrap: break-word;
     font-family: arial,sans-serif;
}
blockquote, q {
     quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
     content:'';
     content:none;
}
img{
     width: 100%;
     height: auto;
     display:block;
}
a {
     margin:0;
     padding:0;
     border:0;
     font-size:100%;
     vertical-align: middle;
     background:transparent;
     text-decoration: none;
     color: blue;
}
ins {
     background-color:#ff9;
     color:#000;
     text-decoration:none;
}
mark {
     background-color:#ff9;
     color:#000;
     font-style:italic;
     font-weight:bold;
}
del {
     text-decoration: line-through;
}
abbr[title], dfn[title] {
     border-bottom:1px dotted #000;
     cursor:help;
}
table {
     border-collapse:collapse;
     border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
	vertical-align:middle;
}
input,textarea {/*safariフォーカス対策*/
    font-size: 16px;
}
/*    header
=================*/
#header-img h1 a {
    width: 100%;
    height: calc(100% - 26px);
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
/*    top画像用
=================*/
#header-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 900px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
/*===============================================
		globalnavigation
===============================================*/
.fixed {
    position: fixed;
    top: 0%;
    width: 100%;
    z-index: 10000;
}
#top-nav .inner {
    margin: 0 auto;
    background: rgba(64, 64, 64, 0.8);
    border-bottom: 1px solid rgb(142, 145, 149);
    position: relative;
    z-index: 10000;
}
#top-nav .inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-nav {
    line-height: 1;
}
#top-nav a,
#top-nav {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
#top-nav .logo {
    font-size: 36px;
}
#global-nav > ul >li > ul{
    display: none;
}

#global-nav ul {
        list-style: none;
        font-size: 14px;
}
@media screen and (min-width:820px) {
#global-nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
#global-nav ul li {
    padding: 0px;
    text-align: center;
    -webkit-flex: auto;
    flex: auto;
}
#global-nav ul li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
}
#global-nav ul li a {
    padding: 10px 0px;
}
#nav-toggle {
    display: none;
    position: absolute;
    left: 12px;
    top: 10px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 819px) {
#top-nav,
.inner {
        width: 100%;
        padding: 0;
    }
#top-nav.fixed {
        padding-top: 0;
        background: transparent;
    }
#mobile-head {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(69, 170, 242, 0.55);
    width: 100%;
    height: 45px;
    z-index: 9999;
    position: relative;
    }
#global-nav {
        position: absolute;
        top: -510px;
        background: rgba(51, 51, 51, 0.93);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
#global-nav ul {
        position: static;
        right: 0;
        bottom: 0;
}
#global-nav ul li {
    margin: 0 auto;
    width: 85%;
    float: none;
    position: static;
}
#top-nav #global-nav ul li a,
#top-nav.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px 0 5px 0;
    border-bottom: 1px solid white;
}
#nav-toggle {
        display: block;
}
.open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
}
.open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
}
.open #global-nav {
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
}
.sub-pc{display: none;}
.sub-sp{
    margin-top: 45px;
    background: rgba(87, 178, 243, 0.6);
}
.sub-sp ul {
    text-align: right;
    padding: 0 1em;
}
.sub-sp ul li{
    display: inline-block;
    margin: 0.3em;
}
.sub-sp ul li a{
    color: rgb(255, 255, 255);
}
}
/*    searchbox
=================*/
#mobile-head #searchbox {
    position: absolute;
    right: 12px;
    top: 10px;
}
#searchbox #form {
    position: relative;
    border-radius: 10px;
    background-color: white;
    width: 75vw;
    height: 25px;
    border: 1px solid rgb(69, 170, 242);
}
#searchbox #form input {
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: top;
    margin: 0px;
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
}
#searchbox #form input {
    padding-left: 10px;
    margin: 0px;
    height: 100%;
    vertical-align: top;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
#searchbox #form #submit {
    width: 30px;
    border: none;
    background-image: url(http://the-gamesoku.com/wp-content/themes/gamesoku/img/searchfoam-icon.png);
    background-position: center;
    background-size: auto 90%;
    background-repeat: no-repeat;
}
/*    contents
=================*/
#contents {
    padding: 0em 0.5em;
}
/*    section
=================*/
section,article {
    padding: 0.3em;
    margin-bottom: 0.5em;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    border: 1px solid rgba(204, 204, 204, 0.8);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*    footer
=================*/
footer {
    width: 100%;
    background: rgba(0, 0, 0, 1);
    -webkit-flex: auto;
    flex: auto;
    text-align: -webkit-center;
    text-align: center;
    color: white;
    padding: 1em 0;
}
/*    heading
=================*/
h2 {
    position: relative;
    font-size: 1.3em;
    padding: 0.3em 1em;
    margin-bottom: 0.3em;
    color: rgb(255, 255, 255);
    font-weight: lighter;
}
h2 a {
    color: rgb(255, 255, 255);
}
h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    height: 100%;
    width: 24px;
    background: url(http://the-gamesoku.com/wp-content/themes/gamesoku/img/h2head.png);
}
aside h2 {
    background: -moz-linear-gradient(to right, rgb(69, 170, 242), rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(to right, rgb(69, 170, 242), rgba(255, 255, 255, 0));
    background: linear-gradient(to right, rgb(69, 170, 242), rgb(206, 255, 164));
}

main h2 {
    background: -moz-linear-gradient(to right, rgb(69, 170, 242) 50%, rgb(255, 0, 0));
    background: -webkit-linear-gradient(to right, rgb(69, 170, 242) 50%, rgb(255, 0, 0));
    background: linear-gradient(to right, rgb(69, 170, 242) 50%, rgb(255, 0, 0));
}
main h2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    background: url(http://the-gamesoku.com/wp-content/themes/gamesoku/img/h2bottom.png) 143% 70% / 75% no-repeat;
}
/*		subnav
===============================================*/
#subnav {
    margin: 0px 0.5em 0.5em 0.5em;
    padding: 0.1em;
    list-style: none;
    box-sizing: border-box;
}
#subnav nav {
  width: 100%;
  z-index: 1;
}
@media screen and (min-device-width:641px) {/*-- pc --*/
#subnav nav > ul > li {
  width: calc(100% / 3);
  font-size: 1rem;
  vertical-align: top;
  -webkit-flex: auto;
  flex: auto;
}
}
#subnav nav > ul > li > ul {
  display: none;
}
.toggle{
	width:100%;
	height:50px;
	background-color:rgb(255, 255, 255);
	color:rgb(68, 68, 68);
	font-weight:bold;
	text-align:center;
	line-height:50px;
}
#subnav nav > ul > li > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    height: 100%;
    width: 31px;
    background: url(http://the-gamesoku.com/wp-content/themes/gamesoku/img/h2head.png);
}
#subnav nav > ul > li > a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgb(255, 255, 255);
  background-color: rgba(69, 170, 242, 0.8);
  color: rgb(255, 255, 255);
  text-align: center;
}
#subnav nav ul li ul li:not(:last-child) {
  border-bottom:1px solid rgb(204, 204, 204);
}
#subnav nav > ul > li > ul > li > a {
  display: block;
  padding: 10px 0% 10px 5%;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
@media screen and (min-device-width:750px) {/*-- pc --*/
#subnav nav .toggle{
    display: none;
}
#subnav nav > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
/*    aside
=================*/
aside a {
    display: block;
}
aside ol,
aside ul,dl {
    margin: 0 0.2em;
}
aside ul li:not(:last-child) {
    border-bottom: #C3CDCE 2px dotted;
}
aside ul li,
aside ol li,
dl.mycomment dd{
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
list-style: none;
}
aside ol li:not(:last-child) {
    border-bottom: #C3CDCE 2px dotted;
}
dl.mycomment dd:not(:last-child) {
    border-bottom: #C3CDCE 2px dotted;
}
aside .mycomment a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*    newswidget
=================*/
@media screen and (min-device-width: 750px){
.subloop-news .thumbnail {
    width: 20%;
}
.subloop-news .articlelink {
    display: block;
    float: right;
    width: 75%;
}
}
@media screen and (max-device-width: 749px){
.subloop-news .thumbnail {
    width: 15%;
}
.subloop-news .articlelink {
    display: block;
    float: right;
    width: 75%;
    margin-left: 0%;
}
.subloop-news .button{
    width: 60%;
    margin: 0 auto;
}
}
.subloop-news .thumbnail {
    /* margin-right: 0.5em; */
    width: 23%;
    float: left;
}
.subloop-news ul {
    margin-bottom: 0.5em;
}
.subloop-news ul li:not(:last-child){
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: #C3CDCE 2px dotted;
}
.subloop-news ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.subloop-news .button{
    position: relative;
    display: block;
    padding: 0.3em;
    text-align: -webkit-center;
    text-align: center;
    color: rgb(255, 255, 255);
    background: #1da1f2;
    border-radius: 0.5em;
}

/*    article
=================*/
article {
    position: relative;
}
article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.text ul {
    margin-left: 1.5em;
}
.text ol li {
    list-style-type: decimal;
    margin-left: 1.5em;
    margin-bottom: 1em;
}
.text ul li {
    list-style-type: square;
    margin-bottom: 1em;
}
@media screen and (min-device-width:641px) {/*-- pc --*/
.text{
    line-height: 1.5;
    padding:1em;
}
}
@media screen and (max-device-width:640px) {/*-- sp --*/
.text{
    line-height: 1.5;
    padding:0.3em;
}
}
.text a {
    color: rgb(0, 0, 255);
}
.text p{
    margin: 0px 0.5em 2em 0.5em;
    line-height: 1.5;
    font-size: 16px;
}
.text h3 {
    padding: 0.3em;
    margin: 0 0 0.5em 0;
    font-size: 1.3em;
    line-height: 1.2;
    font-weight: inherit;
    font-family: 'Noto Sans Japanese';
    color: #fff;
    text-align: center;
    border: solid 1px rgb(158, 173, 255);
	  background: -moz-linear-gradient(to right, rgb(63, 81, 181), rgb(3, 169, 244));
    background: -webkit-linear-gradient(to right, rgb(63, 81, 181), rgb(3, 169, 244));
    background: linear-gradient(to right, rgb(63, 81, 181), rgb(3, 169, 244));
}
.text h4{
    border-bottom: 2px solid #3e54b7;
    border-left: 5px solid #3e54b7;
    padding-left: 0.5em;
    margin: 0px 0.3em 0.5em 0.3em;
}
.text blockquote {
    position: relative;
    padding: 5px 5px;
    margin-bottom: 2em;
    box-sizing: border-box;
    font-style: italic;
    color: #585858;
    background-color: #f8f9f9;
    border: solid 3px #585858;
}
.text blockquote:before{
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    content: "”";
    font-family: FontAwesome;
    background: #585858;
    color: #FFF;
    font-size: 22px;
    font-weight: 900;
}
.text blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    content: "”";
    font-family: FontAwesome;
    background: #585858;
    color: #FFF;
    font-size: 22px;
    font-weight: 900;
}
.text blockquote p {
    padding: 0;
    margin: 25px 0;
    line-height: 1.7;
}
.text blockquote cite {
    display: block;
    margin-right: 2em;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.text table {
    width: 100% !important;
    margin: 0px auto 1em auto;
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
}
.text table tr img{
    margin: 0 auto;
}

img.icon{
    max-width: 30%;
}
@media screen and (max-device-width: 749px){
img.icon{
    max-width: 80%;
}
}

.text td, th {
    padding: 0.5em;
    height: 70%;
    text-align: center;
    vertical-align: middle;
    border: solid 1px rgb(158, 173, 255);
    border-collapse: collapse;
}
.text th {
    color: #fff;f
    background: -moz-linear-gradient(to right, rgb(63, 81, 181), rgb(3, 169, 244));
    background: -webkit-linear-gradient(to right, rgb(63, 81, 181), rgb(3, 169, 244));
    background: linear-gradient(to right, rgb(63, 81, 181), rgb(3, 169, 244));
}
.text .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.text .video iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.text .wp-block-button__link {
    width: 80%;
    color: rgb(255, 255, 255);
    background-color: rgb(15, 152, 232);
    transition: color 0.4s ease-out;
}
.text .has-vivid-cyan-blue-color.has-vivid-cyan-blue-color:hover {
    background: #0693e3;
    color: rgb(255, 255, 255);
}
.text #snsbutton{
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.text #snsbutton li{
    margin: 0.3em 0;
    padding: 0 1em;
    list-style-type: none;
}
@media screen and (min-device-width:750px) {/*-- pc --*/
.text #snsbutton li{
    width: 50%;
}
}
@media screen and (max-device-width:749px) {/*-- sp --*/
.text #snsbutton li{
    width: 100%;
}
}
.text #snsbutton .twitter{
    position: relative;
    color: rgb(255, 255, 255);
    background: #1da1f2;
    border-radius: 0.5em;
}
.text #snsbutton a{
    display: block;
    padding: 10px;
    margin: 0px;
}
.text #snsbutton i{
    position: absolute;
    left: 0;
    content: "";
    width: 2em;
    height: 2em;
    margin-left: 1em;
    background: url(http://the-gamesoku.com/wp-content/themes/gamesoku/img//twitter-icon.png) no-repeat;
    background-size: contain;
}
.text #snsbutton span{
    margin-left: 3em;
    padding-left: 1em;
    border-left: 1px solid;
}
article .articlelink{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 1;
}
article .data {
    color: rgb(0, 0, 255);
}
article .data li{
    display: inline;
    font-size: 0.5em;
}
article .data .title{
    line-height: 1.2;
    font-weight: inherit;
}
@media screen and (max-device-width:749px) {/*-- sp --*/
article .thumbnail{
    width: 28%;
    float: left;
}
article .data{
    width: 70%;
    margin-left: 30%;
}
article .data .title{
    font-size: 1em;
}
}
@media screen and (min-device-width:750px) {/*-- pc --*/
article .thumbnail{
    width: 15%;
    margin-right: 0.5em;
    float: left;
}
article .data{
    width: 85%;
    margin-left: 15%;
}
article .data .title{
    font-size: 1.3em;
}
}
article .text .data{
    width: 100%;
    text-align: right;
    margin: 0;
}
.kijisita-link-title{
	color: white;
	background: #1da1f2;
	text-align: center;
	margin-bottom: 5px;
	font-size: 25px;
}
.kijisita-link{
    font-family: arial,sans-serif;
    line-height: 1.6em;
    margin-bottom: 1em;
}
.kijisita-link a {
    color: blue;
    text-decoration: none !important;
    display: block;
    font-size: 86%;
}
.kijisita-link a:not(:last-child){
    /* border-bottom: #C3CDCE 2px dotted; */
}
.kijisita-link a:hover{
	color: #ffffff;
	background: #1da1f2;
	border-radius: 10px;
	position: relative;
	bottom: 3px;
	right: 3px;
	transition: all 500ms ease-out;
}
.kijisita-link a:visited{
	color:#ff0000 !important;
}
.recommendedarticles a{
	  color:#ff0000;
    font-size: 100%;
}
/*    PC用
=================*/
@media screen and (min-device-width:750px) {/*-- pc --*/
header .sub-sp {
    display: none;
}
#mobile-head #searchbox {
    display: none;
}
header .sub-pc {
    background: rgba(64, 64, 64, 0.8);
}
header .sub-pc ul{
    text-align: -webkit-center;
    text-align: center;
}
header .sub-pc ul li{
    margin: 0.5em;
    display: inline-block;
    vertical-align: middle;
}
.top-nav-hover {
    display: block;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease-in-out;
    z-index: 1;
    border-radius: 0px;
}
.top-nav-hover:before, .top-nav-hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  width: 150%;
  height: 100%;
  background: rgba(209, 216, 224, 0.5);
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}
.top-nav-hover:before {
  transform: translate3d(100%, 0, 0) skew(20deg);
  transform-origin: 0 0;
}
.top-nav-hover:after {
  transform: translate3d(-100%, 0, 0) skew(20deg);
  transform-origin: 100% 100%;
}
.top-nav-hover:hover {
  color: white;
}
.top-nav-hover:hover:before, .top-nav-hover:hover:after {
  transform: translate3d(0, 0, 0) skew(70deg);
}
#contents {
    margin: 0 auto;
    max-width: 1200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
aside {
    width: 30%;
    padding-right: 1em;
    -webkit-flex: auto;
    flex: auto;
}
aside ul lo{
 list-style: none;
}
main {
    width: 70%;
    -webkit-flex: auto;
    flex: auto;
}
}
/*		gamenav
===============================================*/
#gamenav {
    margin: 0px 0.5em 0.5em 0.5em;
    padding: 0.1em;
    list-style: none;
    box-sizing: border-box;
}
#gamenav nav {
  width: 100%;
  z-index: 1;
}
#gamenav nav > ul {
    margin: 0;
}
#gamenav nav ul li ul{
    margin: 0;
}
#gamenav nav > ul > li {
    margin: 0;
    list-style: none;
}
#gamenav nav ul li ul li{
    margin: 0;
    list-style: none;
}

@media screen and (min-device-width:641px) {/*-- pc --*/
#gamenav nav > ul > li {
    width: calc(100% / 3);
}
}
#gamenav nav > ul > li > ul {
  display: none;
}
.toggle{
	width:100%;
	height:50px;
	background-color:rgb(255, 255, 255);
	color:rgb(68, 68, 68);
	font-weight:bold;
	text-align:center;
	line-height:50px;
}
#gamenav nav > ul > li > a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgb(255, 255, 255);
  background-color: rgba(69, 170, 242, 0.8);
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 1.5em;
}
#gamenav nav ul li ul li:not(:last-child) {
  border-bottom:1px solid rgb(204, 204, 204);
}
#gamenav nav > ul > li > ul > li > a {
  display: block;
  padding: 10px 0% 10px 5%;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
@media screen and (min-device-width:750px) {/*-- pc --*/
#gamenav nav .toggle{
    display: none;
}
#gamenav nav > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
/* pagenation
===============================================*/
#pagenation{
	text-align: center;
}
#pagenation #pagenation-list{
	display: inline-block;
}
#pagenation:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#pagenation #pagenation-list li{
	float: left;
	background: none;
	list-style: none;
	padding: 0;
	margin: 0 2px 5px 0;
}
#pagenation #pagenation-list li:last-child{
	margin-left: 0;
}
#pagenation #pagenation-list a,#pagenation #pagenation-list span{
	background: none;
	display: block;
	margin: 0;
	padding: 6px 11px;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	border-radius: 20px;
}
#pagenation #pagenation-list .current{
	background: #2F73A3;
	color: #FFFFFF;
	border: 2px solid #45AAF2;
}
#pagenation #pagenation-list .omit{
	padding: 6px 2px;
	color: #777777;
}
#pagenation #pagenation-list li a{
	background: #45AAF2;
	color: #FFFFFF;
	border: 2px solid #2F73A3;
	text-decoration: none;
}
#pagenation #pagenation-list a:hover{
	background: #FFFFFF;
	color: #2F73A3;
	border: 2px solid #45AAF2;
	text-decoration: none;
}
/* pager
===============================================*/
#pager {
    margin-bottom: 1em;
}
#pager ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

}
#pager ul,
#pager ul li{
    list-style: none;
}
.pager-head li {
    width: 50%;
    padding: 0.5em 0;
    text-align: -webkit-center;
    text-align: center;
}
#pager ul li a {
    display: block;
    line-height: 1.5em;
    color: rgb(100, 100, 100);
}
#pager .pager-head li span {
    position: relative;
    display: block;
    width: 100%;
    background: -moz-linear-gradient(to right, rgb(69, 170, 242) 50%, rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(to right, rgb(69, 170, 242) 50%, rgba(255, 255, 255, 0));
    background: linear-gradient(to right, rgb(69, 170, 242) 50%, rgba(255, 255, 255, 0));
    color: rgb(255, 255, 255);
    font-weight: lighter;
}
#pager .pager-head li span:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    height: 100%;
    width: 50px;
    background: url(../img/h2head.png);
}
#pager .pager-head li a {
    color: rgb(255, 255, 255);
}
.pager-link li {
    width: 50%;
}
.pager-link{
   font-size: 14px;
}
.pager-link li span {
    height: 100%;
    display: block;
    padding: 0.6em;
    text-align: -webkit-center;
    text-align: center;
    border-top: 1px solid rgb(216, 216, 216);
    border-bottom: 1px solid rgb(216, 216, 216);
    border-left: 1px solid rgb(216, 216, 216);
    border-radius: 5px;
    border: 1px solid rgba(204, 204, 204, 0.8);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
/* comment
===============================================*/
#comments {
    display:none;
}
#comments-thread ol.commets-list{

}
ol.commets-list li.comment{
    margin-left: 1em;
}
.commets-list {
    margin-bottom: 1em;
    padding: 1em;
    border-top: 1px solid rgb(216, 216, 216);
    border-bottom: 1px solid rgb(216, 216, 216);
    border-left: 1px solid rgb(216, 216, 216);
    border-radius: 5px;
    border: 1px solid rgba(204, 204, 204, 0.8);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.comment-text {
    padding: 0.5em;
    line-height: 1.6;
}
.comment-form-comment label {
    display: none;
}
.comment-form-comment textarea {
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid rgb(162, 162, 162);
    padding: 0.5em;
box-sizing: border-box;
}
.comment-form-author {
    margin-bottom: 1em;
}
.comment-form-author #author {
    padding: 5px;
    border: 1px solid rgb(162, 162, 162);
}
#respond h3{
    display: none;
}
#respond .submit{
    border: none;
    padding: 0.3em 2.5em;
    background: #45aaf2;
    color: white;
}
span.comment-ry{
border-radius: 10px;
    background: #45aaf2;
    padding: 2px 1em;
    font-size: 1.2em;
    color: #ffffff;
}
@media screen and (max-device-width:749px) {/*-- sp --*/
.comment-info {
    font-size: 0.8em;
    color: #45aaf2;
    line-height: 1.5;
}
.comment-text p {
    margin-bottom: 0.5em;
}
.comment:not(:last-child) {
    border-bottom: 1px dashed rgb(100, 100, 100);
    margin-bottom: 0.5em;
}
#respond {
    margin-bottom: 0.5em;
    padding: 1em;
    border-top: 1px solid rgb(216, 216, 216);
    border-bottom: 1px solid rgb(216, 216, 216);
    border-left: 1px solid rgb(216, 216, 216);
    border-radius: 5px;
    border: 1px solid rgba(204, 204, 204, 0.8);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
}
@media screen and (min-device-width:750px) {/*-- pc --*/
.comment-info {
    font-size: 0.8em;
    color: #45aaf2;
}
.comment:not(:last-child) {
    border-bottom: 1px dashed rgb(100, 100, 100);
    margin-bottom: 1em;
}
#respond {
    margin-bottom: 1em;
    padding: 1em;
    border-top: 1px solid rgb(216, 216, 216);
    border-bottom: 1px solid rgb(216, 216, 216);
    border-left: 1px solid rgb(216, 216, 216);
    border-radius: 5px;
    border: 1px solid rgba(204, 204, 204, 0.8);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
}
/* bbsボタン
===============================================*/
.bbs-button {
    margin: 1em 0em;
}
.bbs-button a {
    width: 80%;
    max-width: 900px;
    display: block;
    font-size: 20px;
    margin: 0 auto;
    padding: 1em;
    background: linear-gradient(180deg, #99d5ff, #0b99ff);
    border: 2px solid #64b7f1;
    color: rgb(255, 255, 255);
    text-align: -webkit-center;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px #686868;
}
/* 広告位置調整
===============================================*/
#ad-articleout, #ad-articlein{
    margin-bottom: 0.5em;
}
#ad-articlein{
    width: 100%;
    position: relative;
    margin-left: -1em;
}
/* bbpress編集用
===============================================*/
.bbp-meta ul{
    line-height: 1.3;
}
.bbp-meta ul li{
    display: inline;
}
.bbp-meta ul li .bbp-author-role{
    display: inline;
}