@charset "utf-8";

/* CSS Document */

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

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


a{cursor: pointer;
text-decoration: none;}

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;}
	
	
	


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



/* ▲ 追記 ▲ */

/*a:link {
  color: #FFFFFF
}
/*a:visited {
  color: #8C8C8C
}*/



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

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

#wrap #side {
	width: 20vw;
	float: left;
	position: fixed;
	height: 100vh;
	background-color: #111111;
}
#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.4vw; 
}
#wrap #side .official {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9vw;
	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;
 margin: 1vw auto 0vw;
}


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

  
  #side nav ul a{
    display: block;
    margin: 0vw auto 1.8vw;
color: #FFFFFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.9vw;
  text-align: center;
	  
  }
  #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;
	padding-bottom: 1vw;
  /*margin-top: 5%;
 /* max-width: 100px; /*追記*/
  height: 2.1vw; /*追記*/
	width: 7vw;
}










#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: 30vw;
	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: left;
	margin-left: 2vw;
}



.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;
}
