@charset "utf-8";

/* CSS Document */

* {
  margin: 0;
  padding: 0;
  list-style: none;
  
}

/* ▼ 追記 ▼ */
body{background-color: #000000;}
/*ボディを黒にしておけば、以降の要素では指定不要*/
img{
	width: 100%;
	height: 100%;
}
ul li img {
}

a{cursor: pointer;}
a:hover{opacity: 0.7;}

a img:hover{opacity: 0.7;}
.clearfix:after,
.clearfix:before{content:"";display:table}


.clearfix:after{clear:both}
.clearfix{
	zoom: 1;}



	#wrap #contens #mojiyou {
	background-color: #0F0F0F;
}
	
#contens #mojiyou #membergazou {
	width: 80vw;
	height: auto;
}

#contens #mojiyou #border {
	width: 80vw;
	height: 2.4vw;
	background: linear-gradient(#000000, #A9A9A9, #000000);
}
#border #borderinner p {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1vw;
	float: left;
	margin-left: 0.3vw;
}
#mojiyou #border #borderinner {
	margin-left: 20vw;
	margin-top: 0.5vw;
}



/* ▲ 追記 ▲ */

a:link {
  color: #FFFFFF;
}
a:visited {
  color: #FFFFFF;
}

#wrap {
  width: 100vw;
  height: auto;
  margin: 0 auto;
  /*background-color: #000000;*/
}

#wrap:after {
  content: '';
  display: block;
  clear: both;
}

#wrap #side {
	width: 20vw;
	float: left;
}
#wrap #side #taitorurogo {
	width: 18vw; 
	height: 14vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2vw;
}
#side #taitorurogo .spiralchariots {
	margin-top: 0.56vw;
	margin-bottom: 0.56vw;
}
  #side #taitorurogo .spiralchariots img{
    display: block;
    width: 15vw;
    height: 2.9vw;
	  margin-left: 1.2vw;	  
  }
#side .rogo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.12vw;
  width: 4vw; 
  height: 4.7vw; 
}
#wrap #side .official {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.3vw;
	color: #FFFFFF;
	text-align: center;
	margin-top: 1.3vw;
	font-weight: bold;
	margin-left: 0.3vw;
}
#wrap #side h2 {
	text-align: center;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-variant: normal;
	font-size: 0.8vw;
	margin-right: 0.3vw;
	margin-top: -0.5vw;
}









#side nav {
  width: 20vw;
	background-color: #000000;
   margin: 1vw auto 0vw;
}

  #side nav ul{
	  width: 20vw;
    margin: 0vw auto;
    color: #fff;
    text-align: center; 
  }

  #side nav.fixed{
    width: 20vw;
  }

  
  #side nav ul a:link,
  #side nav ul a:visited,
  #side nav ul a:hover,
  #side nav ul a:active{
    color: #fff;
    text-decoration: none;
  }
#side nav ul a:hover{
    background-color: #222;
  }
  /* ▲ 追記 ▲ */


#wrap #side nav img {
  display: block;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 2.2vw;
   height: 1.8vw; 
	width: 7vw;
}


.fixed {
  position: fixed;
  top: 4vw;
  }















#contens footer {
	width: 80vw;
	height: 22.4vw;
	
	background-color: #1B1B1B;
	
}
footer #footer_banner img {
	height: 4.7vw;
	width: 14vw;
	float: left;
	margin-left: 1.9vw;
}
footer #footer_outer #footer_banner {
	width: 70vw;
	height: 5.6vw;
	margin-top: 15.12vw;
	margin-left: 8vw;
}
#contens footer #footer_moji {
	width: 35vw;
	height: 1.12vw;
	text-align: center;
	margin-top: 0.56vw;
	float: right;
}
.copy {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 0.6vw;
	float: right;
	margin-right: 3vw;
}

.mudan {
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-size: 0.6vw;
	float: left;
}
