@charset "UTF-8";
/*----------clearfix----------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height:0%;
}

.clearfix {
	min-height:1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*----------PC----------*/

.animation-bg {
 background: #000 /*url(../img/seiza.png) repeat-x bottom right*/;
 display: block;
 content: "";
 position: fixed;
 transform: scale(100);
 z-index: 999;
 top: calc(100% - 100%);
 left: calc(100% - 100%);
 /*width: 110%;
 height: 110%;*/
 width: 100%;
 height: 100vh;
 border-radius: 0%;
 animation-name: PageAnime;
 animation-duration: 1.5s;
 animation-timing-function: ease-in-out;
 animation-fill-mode: forwards;
 border-bottom:5px solid #000;
 filter:drop-shadow(0.5em 0em 20mm rgb(30,30,30));
}
.animation-bg span {
/* background: #fef;*/
 height: 100vh;
 width: 100vh;
 line-height: 200%;
 vertical-align:baseline;
 display:table-cell;
 font-size:7vw;
 font-weight:bold;
 filter:drop-shadow(0.5em 0.5em 0mm rgb(50,50,50));
 line-height:100vh;
 z-index: -999;
 color:#fff;
 /*display:none;*/
}
.animation-bg span:nth-child(4n+1) {
 color:#c00;
 font-size:10vw;
}
@keyframes PageAnime {
 0% {
 transform:rotate(0deg);
 transition: 1s;
 opacity: 1;
}
 100% {
 transform:rotate(0deg);
 transition: 1s;
 opacity: 0;
 top: calc(-10% - 100%);
 left: calc(100% - 100%);
 }
}

html {
	scroll-behavior: smooth;
}

body {
	padding:0;
	margin:0;
	background:#333;
	border-top:5px solid #000;
	border-bottom:5px solid #000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a {
 word-break: break-all;
 color:#fff;
}

a:visited {
 color:#fff;
}

a:link {
 color:#fff;
}

.contain a {
 color:#fc9;
 word-break: break-all;
 -webkit-transition: all 0.8s ease;
 -moz-transition: all 0.8s ease;
 -o-transition: all 0.8s ease;
 transition: all  0.8s ease;
}

.contain a:hover {
 color:#ffc;
 background:#c66;
}

.header {
	background:#fff url(../img/header_bk_s.jpg) no-repeat right;
	padding:5px;
}

.header a {
	text-decoration:none;
	color:#000;
}

.footer {
	background:#000 url(../img/footer_bk_s.jpg) no-repeat right;
	padding:15px;
 color:#fff;
}

.footer a {
	text-decoration:none;
}

.t_menu {
	background: linear-gradient(0deg,#000,#900,#c93,#c63);
}

.t_menu div {
	border-right:1px solid #600;
	color:#fff;
	width:190px;
	padding:5px;
	text-align:center;
	float:left;
}

.t_menu div a {
	color:#fff;
	text-decoration:none;
	display:block;
}

.gohome {
 margin:0;
 font:normal 100% Arial, sans-serif;
 padding:15px;
 border-bottom:1px solid #900;
 background:url(../img/header_bk_s.jpg) no-repeat right #000;
 line-height:2em;
 display:block;
 color:#fff;
}

.gohome a {
 text-decoration:none;
 filter:drop-shadow(0.1em 0.1em 0mm rgb(150,150,150));
 background: repeating-linear-gradient(90deg, #f93 0%, #ffc 50%, #ff9 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 padding:15px;
}

.gohome span:nth-child(4n+1) {
 font-size:140%;
}

.gohome span {
 /*font-weight:bold;*/
}

.btn_design div {
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
 box-sizing: border-box;
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	background: linear-gradient(0deg,#000,#900,#c93,#c63);
	background-position: 0% 0%;
	background-size: 100% 100%;
}

.btn_design div:hover {
    background-position: 300% 300%;
    color: #fff;
	background-size: 100% 200%;
}

.contain {
	/*height:100vh;*/
	background:#000;
 color:#fff;
	margin:0em auto 0em auto;
	padding:10px;
	box-shadow: 0 5px 5px 0 rgba(255, 255, 240, .5);
}

.ads_res_l {
	border:0px solid #000;
	width:100%;
	line-height:250px;
	background:#c60;
 color:#fff;
	text-align:center;
	vertical-align:middle;
	display:block;
}
.ads_res {
	/*background:#c60;*/
 background:url(../img/top.jpg) repeat-x;
 /*background-size:cover;*/
 background-size:auto 290px;
 box-sizing: border-box;
 outline: 10px solid rgba(150,0,0,0.5);
 outline-offset: -10px;
 /*max-height:278px;*/
 max-width:1200px;
 position: relative;
 padding:10px;
}
.ads_res:before {
 position: absolute;
 top: 0; left: 0;
 content:'';
 width: 100%;
 height: 100%;
 display: block;
 box-sizing: border-box;
 /*background-image: radial-gradient(#fff 22%, transparent 30%), radial-gradient(#fff 22%, transparent 30%);*/
 background-color: rgba(255,255,255,0.1);
 background-size: 4px 4px;
 background-position: 0 0, 2px 2px;
}
.s_menu .ads_res {
 text-align:center;
 margin:auto auto;
 background-image:none;
 outline: 0px solid rgba(150,0,0,0.5);
 padding:0;
 background:none;
 /*max-width:290px;*/
}
.ads_res img {
}
.ads_res:after {/*
 position: relative;
 top: -30px; left: 20px;
 content:'Oblivion World';
 color:#039;
 white-space:pre-wrap;
 filter:drop-shadow(0.4em 0.4em 0mm rgb(255,255,255));
 z-index:0;*/
}
.s_menu .ads_res:after {/*
 position: relative;
 top: -30px; left: 20px;
 content:'';
 color:#039;
 white-space:pre-wrap;
 filter:drop-shadow(0.4em 0.4em 0mm rgb(255,255,255));*/
}
.ads_ninja {
		margin-bottom:1em;
  text-align:center;
  overflow: hidden;
  background:#c60;
  padding:5px;
  color:#fff;
}
.ads_ninja div {
 background:url(../img/niji1.png);
 /*border:2px solid #900;
 width:250px;*/
}
.ads_ninja_smt {
	display:none;
}
.ads_ninja_smt_l {
	display:none;
}
.ads_ninja_l {
	border:0px solid #000;
	width:100%;
	line-height:250px;
	background:#c60;
 color:#fff;
	text-align:center;
	vertical-align:middle;
	display:block;
 margin-bottom:1em;
}
.top_img {
	width:100%;
	line-height:0px;
 overflow:hidden;
 /*text-align:left;
	vertical-align:bottom;
	display:block;
 background-clip: content-box;
	border: 10px solid rgba(0,255,255,0.1);
 box-sizing: border-box;
 outline: 2px solid rgba(0,0,0,0.9);
 outline-offset: -2px;
 background:url(../img/top_b.jpg) repeat-x;*/
 background:rgba(0,0,0,1);
 position: relative;
}
.top_img:before {
 position: absolute;
 top: 0; left: 0;
 content:'';
 color:#039;
 white-space:pre-wrap;
 border: 10px solid rgba(150,0,0,0.5);
 width: 100%;
 height: 100%;
 display: block;
 box-sizing: border-box;
 background-image: radial-gradient(#000 22%, transparent 30%), radial-gradient(#000 22%, transparent 30%);
 background-color: rgba(255,255,255,0.1);
 background-size: 4px 4px;
 background-position: 0 0, 2px 2px;
}
.top_img:after {
 position: relative;
 top: -30px; left: 20px;
 content:'GAME改造倉庫';
 color:#fff;
 white-space:pre-wrap;
 font-weight:bold;
 font-size:300%;
 opacity:80%;
 filter:drop-shadow(0.1em 0.1em 0mm rgb(0,0,0));
 background: repeating-linear-gradient(90deg, #f93 0%, #ffc 50%, #ff9 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 animation: flicker 20.5s infinite alternate;
}
@keyframes flicker {
 80%,90%,100% {text-shadow:0 0 3px #fff,0 0 6px #fff,0 0 20px #fc0;}
 80% {text-shadow: none;}
}
.top_img img {
 min-height:270px;
 /*background-clip: content-box;
	border: 10px solid rgba(0,255,153,0.5);
 box-sizing: border-box;*/
}
.main {
	float:right;
	width:79%;
}

.s_menu {
	float:left;
	width:20%;
	background:#000;
}
.s_menu ul:nth-child(1) {
	padding:0;
	margin:0 0 1em 0;
	background: linear-gradient(110deg,#fff,#fff,#fff,#fff);
}

.s_menu ul li div {
	border-top:1px solid #960;
	border-bottom:1px solid #c00;
	padding:0.3em;
	margin:0;
	color:#fff;
	text-align:center;
	background: linear-gradient(0deg,#000,#900,#c93,#c63);
 background-position: 0% 0%;
 background-size: 100% 100%;
}

.s_menu ul li {
	border-top:0px solid #000;
	padding:0;
	margin:0;
	list-style:none;
 background:#000;
}

.s_menu ul li a {
	text-decoration:none;
	display:block;
	color:#600;
	padding:2px 2px 2px 1.5em;
	border-top:3px double #edc;
	border-bottom:3px double #edc;
	background:#fed;
}

.s_menu ul li a:hover {
	animation: anime1 2s ease -1s 6 alternate;
	color:#600;
	border-top:3px double #600;
	border-bottom:3px double #600;
	background:#fe0;
}

.s_manu_z {
 display:none;
}

@keyframes anime1 {
	0% {color:#600;}
	100% {color:#000; background-color: #fee;}
}

.btn-flat li a span {
 padding-right:1em;
}

.btn-flat a {
	position: relative;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-flat a {
	overflow: hidden;
}

.btn-flat span {
	position: relative;
}

.btn-flat a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 350%;
	content: "";
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	-webkit-transform: translateX(-100%) translateY(0%) rotate(0deg);
	transform: translateX(-110%) translateY(0%) rotate(120deg);
	background:linear-gradient(90deg,#fff,#fff,#fff,#fff);
	border-radius: 0%;
	border-left:1em groove #f90;
}

.btn-flat a:hover:before {
	-webkit-transform: translateX(0%) translateY(0%) rotate(0deg);
	transform: translateX(0%) translateY(0%) rotate(0deg);
	background:linear-gradient(90deg,#fff,#fff,#fff,#fff);
}

.acd-check{
	display: none;
}
.acd-label{
	background: #930;
	color: #fff;
	display: block;
	margin:0 0 1px 0;
	padding:0 0 0 10px;
	line-height:36px;
	position: relative;
	cursor:pointer;
	opacity: 1;
 white-space:nowrap;
 /*border:1px solid #f00;*/
}

.acd-label:after{
	background: #c30;
	box-sizing: border-box;
	content: '+';
	display: block;
	line-height:36px;
 width:36px;
	position: absolute;
	right: 0;
	top: 0;
	text-align:center;
	font-weight:bold;
}
.acd-content{
	overflow: hidden;
	display: block;
	height:0;
	opacity: 0;
	padding: 0;
	/*transition: 0.0s;*/
	visibility: hidden;
}
.acd-check:checked + .acd-label:after{
	content: '-';
}
.acd-check:checked + .acd-label + .acd-content{
	opacity: 1;
	padding: 0px;
	visibility: visible;
	height:0;
}
.acd-check:checked + .acd-label + .acd-content {
	height:auto;
}

.menu-content .acd-title {
	background:#c60;
	color: #fff;
	padding:0 1em 0 10px;
	line-height:32px;
	display:block;
	border-top:0px solid #600;
	border-bottom:1px solid #600;
	border-left:1em groove #c00;
	border-right:0em groove #f60;
}

.typing {
  width: 15em;
  animation: typing 4s steps(15), blink .3s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 1px solid #333;
}
 
@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}

h1 {
 display:none;
}
h2 {
	font:normal 100% Arial, sans-serif;
 /*border:0px solid #039;*/
	border-left:3px solid #f63;
	border-bottom:1px solid #f63;
	padding:5px;
	background: linear-gradient(90deg,#c30,#c60,#000,#000);
}
p {
	padding:0 1em 0 1em;
}

hr {
 border:0px dashed #333;
 border-top:1px dashed #333;
}
.update {
	text-align:right;
	margin:0 1em 0 0;
}

#page_top{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 10px;
	bottom: 60px;
	background: #f90;
	border-radius: 10%;
	opacity: 0.6;
	z-index:79;
}

#page_top::before {
	font-weight: bold;
	content: '\02227';
	font-size: 30px;
	color: rgb(255, 255, 255);
	position: absolute;
	width: 40px;
	height: 45px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	text-shadow: 5px 3px 0px #000;
}

#page_top:hover {
	background:#f0c;
}

#page_bottom{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #f90;
	border-radius: 10%;
	opacity: 0.6;
	z-index:79;
}

#page_bottom::before {
	font-weight: bold;
	content: '\02228';
	font-size: 30px;
	color: rgb(255, 255, 255);
	position: absolute;
	width: 40px;
	height: 45px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	text-shadow: 4px 3px 0px #000;
}

#page_bottom:hover {
	background:#f0c;
}

.menu-btn {
    display: none;
}

#menu-btn-check {
	display: none;
}

#menu-btn-check:checked ~ .menu-content {
	left: 0%;
}
/*.his_box {
 vertical-align:middle;
 border:1px solid #f33;
 border-top:10px solid #c30;
 background:#fcb;
 color:#000;
 margin-top:1em;
 margin-bottom:1em;
}

.his_box a {
 color:#c00;
}

.his_l {
 float:left;
 width:12%;
 padding:5px;
}

.his_r {
 float:right;
 width:85%;
 background:#fed;
 color:#000;
 border-left:1px solid #f33;
}

.history dt {
  background:#fed;
  color:#000;
  padding:5px;
  border-top:1px dashed #f33;
}

.history dt:nth-child(1) {
  border-top:0px dashed #333;
}

.history dd {
  margin:0;
  padding:5px;
}

.history dd ul {
  padding:0 0 0 0.5em;
  margin:0;
}

.history dd ul li {
 list-style-type:none;
 position: relative;
 padding-left: 1em;
}

.history dd ul li:before {
    border-radius: 0%;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.5em;
    content: "";
    background: #930;
}*/

.his_box {
 border:1px solid #f60;
 background:#211;
 padding:0 15px 0 15px;
 margin-bottom:1em;
}

.his_box dl {
 
}

.h_00,.h_01,.h_02 {
 /*float:left;*/
 border:0px solid #fff;
 min-width:6em;
 margin:0;
}

.h_00 {
 background:url(../img/h_zense.png) no-repeat 7em center;
}

.h_01 {
 background:url(../img/h_info.png) no-repeat 7em center;
}

.h_02 {
 background:url(../img/h_etc.png) no-repeat 7em center;
}

.dd_r {
 /*float:right;*/
 border:1px solid #666;
 text-align:left;
 margin:0;
 padding:1em 2em 1em 2em;
 background:#111;
 filter:drop-shadow(0.3em 0.3em 0mm rgb(100,70,50));*/
}

.dd_r p {
 margin:0.3em 0 0.3em 0;
 padding:0;
}

.his_box dl:nth-last-child(1) {
 margin-bottom:1.5em;
}

.h_link {
 text-align:right;
 margin-bottom:1em;
}
.tbcol_00 {
	width:100%;
	background:#f00;
	border-collapse:collapse;
	margin:0 0 1em 0;
/* table-layout:fixed;*/
}

.tbcol_00 th {
	font-weight:normal;
	background:#711;
	color:#fff;
 border:1px solid #f00;
	padding:3px;
}

.tbcol_00 tr {
	background:#211;
}

.tbcol_00 td {
 border:1px solid #f00;
}

.tbcol_00 td:nth-child(odd) {
	text-align:center;
	background:#511;
}

.tbcol_00 td:nth-child(even) {
	width:calc(100%/4)
}

.tbcol_01 {
	width:100%;
	background:#f06;
	border-collapse:collapse;
	margin:0 0 1em 0;
}

.tbcol_01 th {
	font-weight:normal;
	background:#711;
	color:#fff;
	border:1px solid #f00;
	padding:3px;
}

.tbcol_01 tr {
	background:#211;
}

.tbcol_01 td {
	border:1px solid #f00;
}

.tbcol_01 tr:nth-child(2) {
	background:#211;
}

.tbcol_01 td:nth-child(1) {
	background:#311;
}

.tbcol_02 {
	width:100%;
	border-collapse:collapse;
	margin:0 0 1em 0;
/* table-layout:fixed;*/
}

.tbcol_02 th {
	font-weight:normal;
	background:#711;
	color:#fff;
	border:1px solid #f00;
	padding:3px;
}

.tbcol_02 tr {
	background:#211;
}

.tbcol_02 td {
	border:1px solid #f00;
	vertical-align:center;
 padding:10px;
}

.tbcol_td td:nth-child(odd) {
	text-align:center;
	background:#311;
}

table.tbcol_00 th a {
 color:#fff;
}

.sfm tr:nth-child(even) {
	background:#def;
}

.sfm {
	width:100% calc(100%/8)
}
.tbcol_a {
 background:#211;
}

.tbcol_b {
 background:#fff;
}

.rs3i td:nth-child(odd) {
	background:#def;
}

.ua {
  overflow-wrap: break-word;
}

.subject2 {
	color:#009;
	font-weight:bold;
	vertical-align:middle;
 white-space:normal;
}

.contback_01 {
	background-color:#ccf;
	background-repeat:repeat;
	border-top:3px double #666666;
	border-bottom:3px double #666666;
	padding:3px;
	margin-top:5px;
 white-space:normal;
 overflow:hidden;
}

.contback_02 {
	background-color:#eef;
	background-repeat:repeat;
	border:1px solid #666666;
	padding:2em;
 overflow-wrap: break-word;
}

.tbcol_04 {
	background:#301;
}

.contcol_01 {
 color:#f66;
}
.contents {
 margin:0 0 1em 0;
}

.contents dd dl {
 margin:0 0 1em 0;
}

.contents dt {
 border:1px solid #f33;
 /*border-bottom:0px solid #600;*/
 padding:3px;
 background:#600;
 color:#fff;
}

.contents dd {
 margin:0;
 padding:1%;
 border-left:1px solid #f03;
 border-right:1px solid #f03;
 border-bottom:0px solid #f03;
 background:#200;
 /*white-space:pre;*/
}

.contents dd:nth-last-child(1) {
 border-bottom:1px solid #f03;
}

.contents>dd>div:nth-of-type(1) {
 border-bottom:1px dashed #c33;
 margin-bottom:1%;
 padding:0 0 0.5% 0;
}

.contents>dd>div {
 margin:0 0 1% 0;
}

.under {
 border-bottom:1px dashed #c33;
 margin-bottom:1%;
 padding:0 0 0.5em 0;
}

.nounder {
 border-bottom:0px dashed #333;
 margin-bottom:1%;
 padding:0 0 0 0;
}

.contents>dd>div:nth-of-type(1).nounder {
 border-bottom:0px dashed #333;
}

.contents>dd.half {
 border-left:1px solid #f33;
 border-right:1px solid #f33;
 padding-bottom:0;
}

.fl02_l {
 float:left;
 width:48%;
 background:#211;
 border:1px solid #c99;
 padding:1%;
 margin-top:0.7%;
}

.contents>dd>div.fl02_l:nth-of-type(1) {
 border-bottom:1px solid #c99;
 /*margin-bottom:0%;*/
 padding:1%;
}

.fl02_l div {
 padding:0 0 5px 0;
 margin:0 0 5px 0;
 border-bottom:1px dashed #c99;
}

.fl02_l div.non {
 padding:0 0 5px 0;
 margin:0 0 5px 0;
 border-bottom:1px dashed #211;
}

.fl02_r {
 float:right;
 width:46.6%;
 background:#211;
 border:1px solid #c99;
 padding:1%;
 margin-top:0.7%;
}

.fl02_r div {
 padding:0 0 5px 0;
 margin:0 0 5px 0;
 border-bottom:1px dashed #c99;
}

.fl02_r div.non {
 padding:0 0 5px 0;
 margin:0 0 5px 0;
 border-bottom:1px dashed #211;
}

.fl02_lr {
 background:#eee;
 border:1px solid #ccc;
 padding:1%;
 margin-top:0.7%;
}

.fl02_lr div {
 padding:0 0 1% 0;
 margin:0 0 1% 0;
 border-bottom:1px dashed #333;
}

.half .fl02_l:nth-child(-n+1) {
 margin-top:0;
}

.half .fl02_r:nth-child(-n+2) {
 margin-top:0;
}

.half_t {
 border:0px solid #333;
 padding:0;
}

.fl02_l_t {
 float:left;
 width:48%;
 background:#000;
 border:0px solid #ccc;
 padding:0;
 margin-top:0;
}

.fl02_r_t {
 float:right;
 width:48%;
 background:#000;
 border:0px solid #ccc;
 padding:0;
 margin-top:0;
}

.half_t h2 {
}

.half_t ul {
 margin:0;
 padding:0 0 0 2em;
}

.half_t ul li {
 color:#f30;
 list-style-type:square;
 /*list-style-image: url("../img/list.png");*/
}

.half_t ul li a {
 color:#f96;
 list-style-type:square;
 text-decoration:none;
}

.contents>dd>div>div.fl_title {
  border-bottom:1px solid #966;
  border-left:0px solid #333;
  margin-bottom:0.5em;
  padding:0.2em;
  background:#311;
}
.contents>dd>div>div.fl_valu {
  border-bottom:0px dashed #333;
  padding:0em;
  margin:0;
  color:#f93;
}
.fl02_c {
 float:left;
 width:97.8%;
 background:#211;
 border:1px solid #c99;
 padding:1%;
 margin-top:0.7%;
}

.fl_m {
 /*font-weight:bold;*/
 color:#f06;
}

.di_m {
 color:#f06;
}

.dd_title {
  border-bottom:1px solid #900;
  border-left:0px solid #333;
  padding:0.2em;
  background:#300;
}

.dd_mes {
 padding:1em;
}

.c_name_02 {
 color:#f66;
}

.c_name_03 {
 color:#c00;
}

.c_name_04 {
 color:#09c;
}

.c_name_05 {
 color:#0c0;
}

.return_top {
 margin:0 0 1em 0;
 text-align:center;
}
.return_top a {
 line-height:2em;
 display:block;
 background:#000;
 text-decoration:none;
 color:#c00;
 border-top:5px double #900;
	border-bottom:5px double #900;
}

.return_top a:hover {
	color:#fc9;
	border-top:5px double #900;
	border-bottom:5px double #900;
	background:#300;
}

.gamehard {
 text-align:center;
 background:#fff;
 border:3px double #999;
}

.contents>dd>div.gamehard:nth-of-type(1) {
 border:3px double #999;
}

.gamehard img {
 /*border:2px solid #999;
 filter:drop-shadow(0.2em 0.2em 0mm rgb(180,180,200));*/
 max-width: 100%;
 margin:0.5em 0 0 0;
}

.gamehardcom {
 padding:1em;
 border:3px double #999;
 background:#f9f9f0;
}

.gamehardcom ul {
 padding:0 2em;
}

.rs3i {
 margin:0 0 1em 0;
}

.counter {
 padding:1em 0 0 0;
}
.counter_yesterday {
 color:#09f;
}
.counter_today {
 color:#f63;
}
.counter_total {
 color:#f09;
}
/*----------etc----------*/
/*@media screen and (max-width:768px) {*/
@media screen and (max-width:1005px) {
	body {
		padding:0;
		margin:0;
		background:#000;
	}
	.t_menu div:nth-child(1) {/*スマホ表示でメニュー・ホームだけ対象*/
  display:none;
 }
 .t_menu div {
  display:none;
  line-height:64px;
 }
 .gohome {
  font-weight:bold;
 }
 .gohome a {
  filter:drop-shadow(0.1em 0.1em 0mm rgb(255,204,204));
  background: repeating-linear-gradient(90deg, #c30 0%, #900 50%, #300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }
	.header {
		background:url(../img/header_bk_l.jpg) no-repeat right;
	}
	.footer {
		padding:30px;
		background:url(../img/footer_bk_l.jpg) no-repeat right;
	}
	.footer a {
		display:block;
	}
	.ads_res {
		margin-top:1em;
	}
 .ads_res {
	 background:transparent;
  background-image:none;
  background-size:cover;
  box-sizing: border-box;
  outline: 0px solid rgba(0,48,144,1);
  outline-offset:0px;
 }
 .ads_res:after {
  position: relative;
  top:0px; left:0px;
  content:'';
  color:#039;
  white-space:pre-wrap;
  filter:none;
}
	.ads_main_l {
		margin-top:1em;
	}
 .ads_ninja {
  display:none;
		/*margin-bottom:1em;
  text-align:center;
  overflow: hidden;
  background:transparent;
  padding:5px;
  color:#fff;*/
 }
 .ads_ninja_smt {
  display:block;
  margin:0 0 1em 0;
 }
 .ads_ninja_smt_l {
  display:block;
  text-align:center;
  padding:5px;
  border:1px solid #999;
  margin:0 0 1em 0;
 }
	.t_menu div {
		border-right:0px solid #fff;
		border-bottom:1px solid #fff;
		color:#fff;
		width:100%;
		padding:5px;
		margin:0;
		text-align:center;
		float:none;
	}
	.contain {
		width:96%;
		background:#000;
		margin:1em 2% 0em 2%;
		padding:0;
		box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .5);
	}
	.main {
		padding:0em;
  margin:0;
		float:none;
		width:100%;
 }

 .contents {
 }

	.s_menu {
		float:none;
		width:100%;
		margin:0 0 1em 0;
	}
	.s_menu ul {
		margin:0;
		padding:0;
	}
	.s_menu ul li {
	}
 .s_manu_z {
  display:inline;
 }
	/*ハンバーガーメニュー無効化したい時はここから*/
	.menu-btn {
		position: fixed;
		top: 10px;
		right: 10px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: #999;
		opacity:0.8;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
	}
	.menu-btn span:before {
		bottom: 8px;
	}
	.menu-btn span:after {
		top: 8px;
	}
	.menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 80;
		background-color: #c60;
		transition: all 0.5s;
		overflow: scroll;
	}/*ここまでコメントアウト*/
 .menu-content ul li div {
  line-height:64px;
 }
 .menu-content .acd-label {
  line-height:64px;
 }
 .menu-content .acd-title {
  line-height:64px;
 }
 .acd-content {
  line-height:64px;
 }
 .acd-label:after{
	line-height:64px;
	width:64px;
 }
 h1 {
 background:url(../img/header_bk_l.jpg) no-repeat right #000;
 }
 .tb_smt {
  overflow-x:auto;
 }
 .tbcol_00,.tbcol_01,.tbcol_02 {
  min-width:337px;
  max-width:945px;
 }
 /*.history {
 }
 .his_box {
 }
 .his_r {
 border-left:0px solid #333;
 float:none;
 }
 .his_r dl {
  margin:0;
  width:100%;
 }
 .his_l {
 float:none;
 width:auto;
 }
 .his_r {
　float:none;
 width:auto;
　}*/
 .his_box {
  margin-bottom:1em;
 }
 .dd_r {
 line-height:3em;
 }
 .contents>dd>div.fl02_l:nth-of-type(1){
 margin-bottom:0.5em;
 }
 .contents>dd.half {
 padding-bottom:0.4em;
 }
 .fl02_l {
  float:none;
  width:auto;
  margin-bottom:1em;
 }
 .fl02_l div.non {
  border-bottom:0px dashed #eee;
  padding:0;
  margin:0;
 }
 .fl02_r {
  float:none;
  width:auto;
  margin-bottom:1em;
 }
 .fl02_r div.non {
  border-bottom:0px dashed #eee;
  padding:0;
  margin:0;
 }
 .half_t ul li a {
  display:block;
  background:#510;
  padding:5px;
  text-decoration:underline;
  margin:1em;
  padding:10px;
  border:5px double #c30;
  text-align:center;
  filter:drop-shadow(0.5em 0.5em 0mm rgb(50,50,50));
 }
 .half_t ul li a:hover {
  background:#710;
 }
 .half_t ul {
  padding:0;
 }
 .half_t ul li {
  list-style-type:none;
  margin:0.5em 0 0.5em 0;
 }
 .fl02_l_t {
  float:none;
  width:auto;
  margin-bottom:0em;
 }
 .fl02_r_t {
  float:none;
  width:auto;
  margin-bottom:1em;
 }
 .brb {
  display:none;
 }
 .c_top>dd>ul {
  list-style:none;
  padding:0;
 }
 .c_top>dd>ul>li>a {
  display:block;
  background:#510;
  padding:5px;
  text-decoration:underline;
  margin:1em;
  padding:10px;
  border:5px double #c30;
  text-align:center;
  filter:drop-shadow(0.5em 0.5em 0mm rgb(50,50,50));
 }
 .c_top>dd>ul>li>a:hover {
  background:#710;
 }
 .counter div {
  display:inline;
 }
 .sterr {
  height:80vh;
 }
 .top_img:after {
 font-size:270%;
 }
}

/*----------稀----------*/
@media screen and (max-width:710px) {
 .contents dd {
 margin:0;
 padding:10px;
 }

 .half {
  
 }
}