@charset "UTF-8";

body {
	background-image: url(/towerofgod/img/bg.png);
	background-repeat: repeat;
	background-attachment:fixed;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link { color: white; text-decoration:none }
a:visited { color: white; }
a:hover { color: white; }
a:active { color: yellow; }

h2 {
	text-align:center;
	padding:0;
	margin:0;
}
#Contents {
	background:rgba(0,0,0,0.59);
}
.nav-toggle:before {
    color: #FFF; /* Edit this to change the icon color */
}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  background-color:rgba(0,0,0,0.6);
}
.nav-collapse li {
	padding:0.4em 0;	
	font-size:1.4em;
}
.nav-collapse a {
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
.gaiyou_tb {
	width: 100%;
	margin: 1em 0;
	background-color: rgba(253,253,253,0.41);
}
.gaiyou_th {
	font-weight:bold;
	width:auto;
	font-size:0.8em;
	background:rgba(0,0,0,0.8);
	margin: 1em;
	text-align:center;
}
.gaiyou_td {
	text-align: center;
	width:auto;
	background: rgba(0,0,0,0.6);
	vertical-align: central;
	margin: 1em;
	font-size: 0.6em;
}

#play img {
	margin:	auto;
}
#play ul {
	padding:0;
	margin:0;
}
#play li {
	list-style:none;
	text-align:center;
	margin-bottom:1em;
}
.toTop {
	clear:both;
	padding:2em 0 1em;
}
.copyright {
	text-align:center;
	padding:2em 0;
	font-weight:bold;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gaiyou_th {
	font-size:1.2em;
}
.gaiyou_td {
	font-size:1em;
}
#play li {
	width:50%;
	float:left;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {


.nav-collapse li {
	text-align:center;
	width:50%;
	float:left;
	padding:1em 0;
	background-color:rgba(0,0,0,0.6);
	font-size:1.6em;
	font-weight:bold;
}
/*
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  background-color:rgba(0,0,0,0.6);
}

.nav-collapse li {
	padding:0;
}

.nav-collapse li a{
	float: left;
	width: 50%;　/* デバイス幅を100%とした場合の横幅を入力 
	height: 0;　/* 一度高さを０に指定 */
	/* padding-top: 15.625%;　デバイス幅を100%とした場合の高さを入力 
	padding:7.1825% 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-size: cover; /* 背景画像の横幅をあわせる 
}
.p1{
	background: url(/towerofgod/img/menu_play.png) no-repeat 0 0;　/* 背景画像を表示 
}

.p2{
	background: url(/towerofgod/img/menu_enquete.png) no-repeat 0 0;　/* 背景画像を表示 
}*/

.gaiyou_th {
	font-size:1.4em;
}
.gaiyou_td {
	font-size:1.2em;
}
#play li {
	width:25%;
}

}