@charset "UTF-8";

body {
	background-image: url(/shinobispirits/img/bg.png);
	background-repeat: repeat;
	background-attachment:fixed;
	background-position:top center;
	color: White;
	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;
}
.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;
}

ul li {
	list-style:none;
}


#Contents {
	background:rgba(98,91,1,0.52);
}
.gaiyou_tb {
	width: 100%;
	margin: 1em 0;
	background-color: rgba(253,253,253,0.8);
}
.gaiyou_th {
	font-weight:bold;
	font-size:0.7em;
	background:rgba(255,255,255,0.8);
	vertical-align: central;
	margin: 1em;
	color:rgba(91,70,0,1.00);
	text-align:center;
}
.gaiyou_td {
	text-align: center;
	color:White;
	background: rgba(0,0,0,0.6);
	vertical-align: central;
	margin: 1em;
	font-size: 0.5em;
}
.toTop {
	clear:both;
	padding:2em 0 1em;
}
.copyright {
	text-align:center;
	padding:2em 0;
	font-weight:bold;
}

/* Movie Player */
iframe {
	width:100% !important;
}
.iframeBox {
	position:relative;
	width:100%;
	margin-bottom:4%;
}
.iframeBox iframe{
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important
}

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

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

.gaiyou_th {
	font-size:0.9em;
}
.gaiyou_td {
	font-size:0.8em;
}
#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 {
	float:left;
	width:33%;
	padding:1em 0;
	text-align:center;
	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(/shinobispirits/img/menu_play.png) no-repeat 0 0;　/* 背景画像を表示 
}

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

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

.shelf {
   position:relative;
   overflow:hidden;
}

.shelf ul {
	padding:0;
	margin:0;
   position:relative;
   left:50%;
   float:left;
}

.shelf li {
	margin:1em;
   position:relative;
   left:-50%;
   float:left;
   list-style:none;
}

}


.button {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.26);
    border-radius: 10px;
    font-weight: bold;
    margin: 2em auto;
    padding: 1em 0;
    width: 40%;
}
.button a {
	color:white;
}
.button a:hover {
	color:black
}

/*-----【3DSロゴ】-----*/
.logo	{
	position: absolute;
	top: 4px;
	left: 66%;
}