@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/*================================================
 *  使用カラー

#000
rgb(0,0,0)

#eee
rgb(238,238,238)

アンティックゴールド antique gold
#c1ab05
rgb(193,171,5)


firebrick
#b22222
rgb(178,34,34)


#cc9900
Web Safe Color
rgb(204,153,0)

darkkhaki
#bdb76b
rgb(189,183,107)


 ================================================*/



/*================================================
 *  一般・共通設定
 ================================================*/
* {
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	font-size:18px;
	color:#eee;
	font-family: "Microsoft YaHei","微软雅黑","Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	line-height:1.7;
	height: 100%;
}

body:after {  
	content: '';
  	position: fixed;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -3;
	background: #000;
}

#wrapper:before {  
	content: '';
  	position: fixed;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -1;
	background-image:url("../images/common/Enenra.png");
	background-position: bottom right;
	background-size: 30% auto ;
	background-repeat: no-repeat;
}

#wrapper:after {  
	content: '';
  	position: fixed;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -2;
	background-image:url("../images/common/background.png");
	background-position: top center;
	background-size: 100% auto ;
	background-repeat: no-repeat;
}

#contents {
	position:relative;
	overflow:hidden;
	width:1200px;
	margin:0 auto;
	height:100%;
}

#main {
	box-sizing: border-box;
	float:right;
	width:80%;
	padding:30px 50px 0px 50px;
	height:100%;
	min-height:100vh;
	box-shadow: 0px 0px 10px 0px #000 ;
}

#sub {
	overflow:hidden;
	position:fixed;
	box-sizing: border-box;
	width:240px;
	height:100%;
	background:rgba(238,238,238,0.2);
	z-index: 50;
	font-size:15px;
}

h1	{
	position: relative;
	text-align:center;
    font-size:36px;
	font-weight: bold;
	padding:0.5em;
	margin: 6px;
	line-height: 1.2;
	z-index: 10;
	color: #eee;
	font-family: 'SimSun',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
h1:before {  
	content: '';
  	position: absolute;
	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -1;
  	background-image:url("../images/common/h1_01.png");
	background-position: bottom center;
	background-size: 70% 15% ;
	background-repeat: no-repeat;
}

h1 > span {
	font-weight: bold;
	}

h2 {

	position: relative;
	font-size:26px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0.2em 1em; 
	text-align: center;
	vertical-align: middle;
	color:#000;
	clear: both ;
	text-decoration: none;
	background: linear-gradient(to bottom,rgba(193,171,5,0.4),rgba(193,171,5,0.8),rgba(193,171,5,0.4));
	border:solid 2px rgba(193,171,5,0.2);
	margin: 0.5em 4px;
	box-shadow: 0px 0px 0px 4px rgba(193,171,5,0.4);
	font-family: 'SimSun',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

h2 img {
	height:26px;
	padding:0px;
	margin:2px 5px ;
	vertical-align: middle;
}
h2 > span {
	font-weight: bold;
	font-size:22px;
	}

h3 {	
	font-size:22px;
	clear: both ;
	font-weight: bold;
	line-height: 1.2;
	padding: 0.25em 0.75em;
	margin-top:1em;
	margin-bottom:0.5em;
	vertical-align: middle;
	color:#000;
	background-color: rgba(238,238,238,0.6);
	border:solid 2px rgba(0,0,0,0.4);
	background: linear-gradient(to bottom,rgba(238,238,238,0.3),rgba(238,238,238,0.6),rgba(238,238,238,0.6));
}
h3 img {
	height:25px;
	padding:0px;
	margin:0px 5px ;
	vertical-align: middle;
}
h3 > span {
	font-weight: bold;
	}
h3 > span > span {
	font-weight: bold;
	}

h4 {	
	font-size: 21px;
	clear: both ;
	font-weight: bold;
	line-height: 1.2;
	margin-top:1em;
	margin-bottom:0.5em;
	padding: 0.25em 1em;
	background-color: rgba(204,153,0,0.4);
	color:#eee;
}
h4 img {
	height:32px;
	vertical-align:middle;
	padding:0px;
}

h5 {	
	font-size: 18px;
	clear: both ;
	font-weight: bold;
	line-height: 1.2;
	margin-top:1em;
	margin-bottom:0em;
	color:rgba(204,153,0,0.8);
}
h5 img {
	height:25px;
	vertical-align:middle;
	padding:0px;
}

section{
	overflow: hidden;
	margin-bottom:1em;
	clear: both ;
}
a {
	color:#bdb76b;
	text-decoration: underline;
}

a:hover {
	color:#b22222;
	text-decoration: underline;
}
p {
	text-align: justify;
	margin-top: 0.5em;
  	margin-bottom:0.5em;
	padding:0;
}
p img{
	height:1.5em;
	vertical-align:middle;
	margin:0.1em;
	}

img {
	vertical-align:middle;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
li {
	margin-left:2em;
}

.center{
	text-align: center;
	margin: 0 auto;
}
.clear{
	clear: both ;
}

.inline{
	display: inline-block;
}
.bold {
	font-weight:bold;
}

.bold > span  {
	font-weight: bold;
}

.before { /*スマホヘッダー固定用の空白*/
	height:10px;
}


/*================================================
 *  番号付き見出し
 ================================================*/
.number{
	margin-left: 10%;
	margin-right: 10%;
	text-align: justify;
}

.number h4 {
	padding: 0.25em;
}

.number_img{ /*数字画像*/
	height: 1.5em;
	margin: 0em 0.25em 0em 0em;
	vertical-align: middle;
}



/*================================================
 *  表
 ================================================*/
table {
	width:100%;
	border-collapse:collapse;
	margin-top: 0.5em;
  	margin-bottom:0.5em;
	border: solid 2px #000;
	line-height: 1.5;
	background: rgba(238,238,238,0.2);
}
th,td {
  	border-top: solid 2px #000;
	border-right: solid 1px #000;
	vertical-align: middle; 
	padding:0.3em 0.5em;
}
th {
	text-align:left;
	font-weight:bold;
	font-size:18px;
	color:#eee;
}
td {
	font-size:18px;
	color:#eee;
}
th img {
	height:1.5em;
	vertical-align:middle;
	margin:0.1em;
}
th span {
	font-weight:bold;
}
td img {
	height:1.5em;
	vertical-align:middle;
	margin:0em 0.2em;
}

tr:nth-child(odd) {
	background: rgba(238,238,238,0.1);
}




/*================================================
 * index（top）ページ用
 ================================================*/

#topmain {
	box-sizing: border-box;
	float:right;
	width:80%;
	padding: 0px; /*余白なし*/
	height:100%;
	min-height:100vh;
}

.topimg {
    text-align: center;
	margin: 0 auto;
	position: relative;
}
.topphoto { /*メインビジュアル（基本）*/
    width: 100%;
    height: auto;
}
.topphoto_sp { /*メインビジュアル（スマートフォン）*/
	display: none;
}
.absolute { /*メインビジュアルlogo*/
    position: absolute;
	left: 10px;
    top: 10%;
	width:45%;
}


.topcopy {
	font-size:13px;
	text-align: justify;
	margin: 20px 50px;
	color:#eee;
}
.topcopy img {
	height: 15px;
}
.topcopy p{
  	padding-left: 1em;
  	text-indent: -1em;
	margin-top: 0em;
  	margin-bottom:0em;
}


.topics {
  	text-align: center;
	font-size: 14px;
	padding: 1.5em 30px 0px 30px;
	line-height: 1.2;
	font-family: 'SimSun',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
.topics_in { 
	display: inline-block;
	width: 30%;
	margin: 0% 1% 1% 1%;
	vertical-align: text-top;
}


.topics_in a { 
	text-decoration: none;
	color: #eee;
}
.topics_in a > span {
	font-weight: bold;
	}
.topics_in a:hover{
	color:#b22222;
	text-decoration: underline;
	text-shadow: none;
}
.topics_in a:hover > span{
	text-decoration: underline;
}

.topics_in dt {
	color: #000;
	font-weight: bold;
	text-align: left;
	margin-top: 1em;
}



.topics_in ul{
	margin: 0px;
}
.topics_in ul li {
	list-style: none;
	margin: 0;
	text-align: left;
	font-weight: normal;
	padding-top: 0.25em;
	text-indent: 1em;
}
.topics_in ul li a {
	padding-left: 0.5em;
	color: #bdb76b;
}
.topics_in ul li a:before {
	display:inline-block;
	vertical-align: middle;
	content:'';
	margin-right: 0.5em;
	width: 0.5em;
	height: 0.5em;
	background: rgba(238,238,238,0.2);
}
.topics_in ul li a:hover:before {
	display:inline-block;
	vertical-align: middle;
	content:'';
	margin-right: 0.5em;
	width: 0.5em;
	height: 0.5em;
	background: #b22222;
}




/*================================================
 *  囲み
 ================================================*/

.kakomi {
	margin-top: 1em;
  	margin-bottom:1em;
  	padding-bottom: 0.25em;
	background-color: rgba(238,238,238,0.3);
	clear: both;
	border:solid 0px rgba(238,238,238,0);
   }
.kakomi:after{ /*親要素からはみ出す画像のfloatを解除*/
	content: "";
	clear: both;
	display: block;
}
.kakomi p {
	padding: 0em 1em;
   }
.kakomi h3 {
	margin: 0em;
	border-top:solid 0px #000;
	border-left:solid 0px #000;
	border-right:solid 0px #000;
	border-bottom:solid 0px #000;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
   }
.kakomi h4 {
	margin: 0em;
	text-indent:0em;
	border-top:solid 0px #000;
	border-left:solid 0px #000;
	border-right:solid 0px #000;
	border-bottom:solid 0px #000;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
	color:#000;
   }

.kakomi h5 {
	padding: 0em 1em 0em 1em;
   }


/*================================================
 *  ヘッダー（sub=メニューの上のロゴ、クリックでTOPページへ）
    スマートフォン非表示
 ================================================*/
header {
	position:relative;
}

.logo {
	text-align:center;
	font-size:18px;
	padding:10px 5px;
	font-weight: bold;
	height: 210px;
}
.logo img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding:0px 15px;
}

.logo a {
	text-decoration: none;
	color: #eee;
	font-family: 'SimSun',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding-bottom:15px;
	display: block;
}

.logo a:hover {
	color: #000;
	text-shadow: 1px 1px 5px #eee, -1px 1px 5px #eee, 1px -1px 5px #eee, -1px -1px 5px #eee;
}

.qr {
	position:relative;
	text-align:center;
	font-size:12px;
	color: #eee;
	padding: 5px 0px 15px 0px;
	margin: 10px;
}
.qr img {
	display: block;
	max-width: 50%;
	margin: 0 auto;
	padding:15px;
}




/*================================================
 *  グローバルナビゲーション（sub=メニューの中身）
 ================================================*/
nav {
	overflow:hidden;
	position:relative;
	text-align: center;
	line-height: 1.2;
	box-shadow: 0px 0px 10px 0px #000 ;
}
nav h3 {   /*全画面のheaderのかわり（sub=メニューの上のゲームタイトル、クリックでTOPページへ）*/
	display:none;   /*全画面非表示*/
}
nav dl {
	margin:0px;
	padding: 8px 8px;
	background:rgba(238,238,238,0.1);
	font-family: 'SimSun',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
nav dt {
	margin:0;
	padding:10px 2px;
	color: #eee;
	font-weight: bold; 
	cursor:pointer;
}

nav dt a {
	display:block;
	color:#eee;
	text-decoration:none;
	margin: 0px 0px;
}	

nav dt a:hover {
	color:#eee;
	font-weight: bold; 
	text-decoration:none;
	text-shadow: 1px 1px 5px #c1ab05, -1px 1px 5px #c1ab05, 1px -1px 5px #c1ab05, -1px -1px 5px #c1ab05;
}


nav .dt_now {
	background:rgba(0,0,0,0.5);
	color:#eee;
}








/*================================================
 *  backnextボタン
 ================================================*/


.backnext a {
	display: inline-block;
	text-decoration:none;
	text-align:center;
	width: 40px;
	height: 40px;
	opacity: 0.5;
}
.backnext a:hover {
	opacity: 1;
}

.back {
	float: left;
	margin-bottom: 1em;
}
.next {
	float: left;
	margin-bottom: 1em;
	margin-left: 1em;
}

.arrow_left{
    position: relative;
	top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	box-sizing: border-box;
    border: solid 1px rgba(238,238,238,0.6);
}
.arrow_left::after{
    position: absolute;
    top: 0;
    bottom: 0;
	left: 12px;
    margin: auto;
    content: "";
    width: 20px;
    height: 20px;
    border-top: 4px solid rgba(238,238,238,0.6);
    border-right: 4px solid rgba(238,238,238,0.6);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.arrow_right{
    position: relative;
	top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	box-sizing: border-box;
    border: solid 1px rgba(238,238,238,0.6);
}
.arrow_right::after{
    position: absolute;
    top: 0;
    bottom: 0;
	right: 12px;
    margin: auto;
    content: "";
     width: 20px;
    height: 20px;
    border-top: 4px solid rgba(238,238,238,0.6);
    border-right: 4px solid rgba(238,238,238,0.6);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




/*================================================
 *  フッター
 ================================================*/

.copy {
	padding:20px 0px 40px 0px;
	font-size:13px;
	text-align:center;
	color:#eee;
	clear: both;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right: 80px;
	z-index: 20;
}
.totop a {
	display:block;
	text-decoration:none;
	opacity: 0.5;
}

.totop a:hover {
	opacity: 1;
}

.arrow_totop{
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	box-sizing: border-box;
    width: 40px;
    height: 40px;
	background-color: #000;
    border: solid 1px #eee;
	border-radius: 50%;
}
.arrow_totop::before{
    position: absolute;
    top: -1px;
    bottom: 0;
	right: 11px;
    margin: auto;
    content: "";
    width: 15px;
    height: 15px;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.arrow_totop::after{
    position: absolute;
    top: 16px;
    bottom: 0;
	right: 11px;
    margin: auto;
    content: "";
    width: 15px;
    height: 15px;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*================================================
 *  画像
 ================================================*/


.photo_em {
	width:100%;
}

.photo { /*画像全体のbox*/
	text-align: center;
	clear: both ;
	margin: 0 auto;
 }

.photo_main_0 { /*100％ 線なし*/
	width:100%;
}

.photo_main { /*80％*/
	width:80%;
	border: solid 1px rgba(238,238,238,0.5);
	margin-top: 0.5em;
}

.photo_right {
	float: right;
	width:40%;
	margin-top: 0.5em;
	margin-left: 1em;
  	margin-bottom:2em;
	border: solid 1px rgba(238,238,238,0.5);
}
.photo_right_1 {
	float: right;
	width:40%;
	margin-top: 1em !important;
	margin-right: 1em;
	margin-left: 1em;
  	margin-bottom:1em;
	border: solid 1px rgba(238,238,238,0.5);
}
.photo_right_2 {
	float: right;
	width:40%;
	margin-top: 0.5em;
	margin-left: 1em;
  	margin-bottom:2em;
	border: solid 1px rgba(238,238,238,0.5);
}

.photo_left_2 {
	float: left;
	width:15%;
	margin-top: 0.5em;
	margin-right: 1em;
  	margin-bottom:2em;
	border: solid 1px rgba(238,238,238,0.5);
}



/*================================================
 *  cap
 ================================================*/

.cap {/*本文より小さいテキスト*/
	margin-top: 0.5em;
	font-size:17px;
	text-align: justify;
	color: rgba(189,183,107,0.8);
	padding-left: 1em;
  	text-indent: -1em;
}
.cap img {
	height:1.5em;
	vertical-align:bottom;
	margin:0.1em;
}

.capcenter {/*h2へのリンク*/
	margin: 0px;
	font-size:17px;
	text-align:center;
}
.capcenter a {
	display: inline-block;
	margin: 0px 0.5em;
	text-decoration: none;
	color: #bdb76b;
	font-family: 'SimSun',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.capcenter a:before {
	display:inline-block;
	content:'';
	margin-right: 0.5em;
	width: 0.75em;
	height: 0.75em;
	background: rgba(238,238,238,0.2);
}
.capcenter a:hover:before  {
	display:inline-block;
	content:'';
	margin-right: 0.5em;
	width: 0.75em;
	height: 0.75em;
	background: #b22222;
}

.capcenter a:hover {
	color:#eee;
	text-decoration: underline;
}
.capcenter img {
	height: 10px;
	margin-bottom: 5px;
}

.capright {/*他ページへのリンク*/
	margin-top: 0.5em;
	font-size:17px;
	text-align:right;
	clear: both ;
}
.capright a {
	display: inline-block;
	margin-left: 10px;
}




/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:1199px) {
	body {
		font-size:15px;
	}
	
	#contents {
	box-sizing: border-box;
	width:100%;
	}
	
	#main {
	box-sizing: border-box;
	float:left;
	margin-left: 240px;
	width:auto;
	padding:30px 30px 0px 30px;
	}
	
	#wrapper:before {  
	background-size: 60% auto ;
	}
	
	h1	{
    	font-size:32px;
	}
	h2	{
    	font-size:21px;
	}
	h2 > span {
	font-size:18px;
	}
	h3	{
    	font-size:19px;
	}
	h4	{
    	font-size:18px;
	}
	h5	{
    	font-size:17px;
	}
	
	.backnext a {
	width: 30px;
	height: 30px;
	}
	.arrow_left::after{
    width: 12px;
    height: 12px;
	left: 10px;
	}
	.arrow_right::after{
    width: 12px;
    height: 12px;
	right: 10px;
	}
	
	

	.cap {/*本文より小さいテキスト*/
	font-size:14px;	
	}
	.capphoto{/*画像cap*/
	font-size:14px;	
	}
	.capcenter {/*h2へのリンク*/
	font-size:14px;
	}
	.capright {/*他ページへのリンク*/
	font-size:14px;
	}
	th,td {
	font-size:15px;
	}
	td img {
	height:20px;
	}
	

	#topmain {
	box-sizing: border-box;
	float:left;
	margin-left: 240px;
	width:auto;
	padding:0px 0px 0px 0px;
	}
	.topcopy {
	margin: 0px 30px;
	}
	.topics {
	padding: 1.5em 20px 0px 20px;
	}
	
	.before { /*スマホヘッダー固定用の空白*/
	height:40px;
	}

}




/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	body {
		font-size:13px;
	}
	
	#wrapper:before {  
	background-size: 80% auto ;
	}
	
	#main {
		float:none;
		width:100%;
		margin: 0 auto;
		padding:70px 20px 0px 20px;
	}
	
	#sub {
		position:fixed;
		top:0px;
		left:0px;
		float: left;
		width:100%;
		height: auto;
		box-shadow: 0px 0px 10px 0px #000 ;
	}
	
	#contents {
	background-position: center top;
	background-size: 100% auto;
	}
	
	#contentstop {
	position:relative;
	overflow:hidden;
	margin-left:0px;
	padding-top:40px;
	}
	
	header {
		display:none;   /*スマートフォン非表示*/
	}
	.qr {
		display:none;   /*スマートフォン非表示*/
	}
	nav {
		display:block;
		position:relative;
		width:100%;
		background:#000;
		background-image:url("../images/common/background.png");
		background-position: top 40px center;
		background-size: 100% auto ;
		background-repeat: no-repeat;
	}
	nav dl {
	background:rgba(238,238,238,0.2);
	}
	nav h3 {   /*全画面のheaderのかわり（sub=メニューの上のゲームタイトル、クリックでTOPページへ）*/
		display:block;
		cursor:pointer;
		margin:0;
		padding:13px 40px 13px 10px;
		background:#000;
		border-top:none;
		border-left:none;
		border-right:none;
		border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; 
		font-size:13px;	
		text-align: left;
		line-height:1.2;
		border-bottom: ridge 0px #000; 
		box-shadow: 0px 0px 10px 0px #000 ;
	}
	nav h3 a { 
		text-decoration: none;
		color: #eee;
		text-shadow: none;
		}
	nav h3 a >span {
	font-weight:bold;
	}
	nav h3 a:hover { 
		background:none;
		color: #c1ab05;
		text-shadow: none;
		text-decoration: none;
		}
	nav h3:before {  
	display:none; 
	}
	nav h3:after {  
	display:none; 
	}
	
	dl {
		margin:0px;
	}
	#navBtn {
		display:inline-block;
		position:absolute;
		top:5px;
		right:5px;
		width:30px;
		height:30px;
		background:#000;
		border:1px solid #eee;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#eee;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#eee;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}
	
	h1	{
    	font-size:24px;
	}	
	h2	{
    	font-size:20px;
	}
	h2 img {
		height:20px;
	}
	h2 > span {
	font-weight: bold;
	font-size:16px;
	}
	h3	{
    	font-size:15px;
	}
	h3 img {
		height:20px;
	}
	h4	{
    	font-size:14px;
	}
	h4 img {
		height:24px;
	}
	h5	{
    	font-size:13px;
	}
	h5 img {
		height:16px;
	}

	
	.number{
	margin-left: 5%;
	margin-right: 5%;
	}
	
	.photo_main {
	width:90%;
	}
	
	.photo_right {
	width:100%;
	float:none;
	margin: 0.5em auto 0em auto;
	}
	.photo_right_1 {
	width:93%;
	float:none;
	margin: 0.5em auto 0em auto;
	}
	
	.photo_right_number {
	width:100%;
	float:none;
	margin: 0.5em auto 0em auto;
	}
	
	.totop {
	bottom:15px;
	}
	.totop img {
	height: 35px;
	}

	.arrow_totop{
    width: 30px;
    height: 30px;
	}
	.arrow_totop::before{
	top: -2px;
	right: 7px;
    width: 12px;
    height: 12px;
	}
	.arrow_totop::after{
	top: 12px;
	right: 7px;
    width: 12px;
    height: 12px;
	}
	
	
	.copy {
	font-size:11px;
	}
	.cap {
	font-size:12px;
	}
	.capphoto{/*画像cap*/
	font-size:12px;
	}
	.capcenter {
	font-size:12px;
	}
	.capright {/*他ページへのリンク*/
	font-size:12px;
	}
	
	th,td {
	font-size:13px;
	}
	td img {
	height:20px;
	}
	
	

	
	#topmain {
	float:none;
	width:100%;
	margin: 0 auto;
	padding:40px 0px 0px 0px;
	}
		
	.topphoto { /*メインビジュアル（基本）*/
	display: none;
    }
	.topphoto_sp { /*メインビジュアル（スマートフォン）*/
	display:inline-block;
	width: 100%;
    height: auto;
	}
	.absolute { /*メインビジュアルlogo*/
    position: absolute;
	left: 10%;
    top:40%;
	width:80%;
	}

	.topcopy {
	font-size:11px;
	margin: 0px 20px;
	}
	.topcopy img {
	height: 12px;
	}
	
	.topics_in { 
	font-size:12px;
	}
	
}

/*================================================
 *  スマートフォン向けデザイン（ゲームタイトルのフォントサイズ縮小）
 ================================================*/
@media screen and (max-width:490px) {
	
	/*nav h3 { */  /*全画面のheaderのかわり（sub=メニューの上のゲームタイトル、クリックでTOPページへ）*/
	/*font-size:13px;	
	padding:5.5px 55px 5.5px 10px;
	}*/
	
	.topics_in { 
	display:block;
	width: auto;
	}
	
	.photo_right_02 {
	float: right;
	width:50%;
	}
	.text_left_02 {
	float: left;
	width:45%;
	}
}



/*================================================
 *  スマートフォン向けデザイン（ゲームタイトルのフォントサイズ縮小）
 ================================================*/
@media screen and (max-width:430px) {
	
	/*nav h3 { */  /*全画面のheaderのかわり（sub=メニューの上のゲームタイトル、クリックでTOPページへ）*/
	/*font-size:12px;	
	padding:6px 40px 6px 10px;
	}*/
	
	h1	{
	font-size:23px;
	}
	h2	{
	font-size:16px;
	}
	h2 > span {
	font-size:14px;
	}
	
	.photo_main_50 { /*50％*/
	width:70%;
	}

}

/*================================================
 *  スマートフォン向けデザイン（ゲームタイトルのフォントサイズ縮小、改行あり)
 ================================================*/
@media screen and (max-width:400px) {
	
	#main {
	padding:70px 15px 0px 15px;
	}
	th,td {
	font-size:12px;
	}
	.th_01 {
	font-size:12px;
	}
	td img {
	height:18px;
	}
}
