@charset "utf-8";

/* CSS Document */

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

body{
	background-color: #000;
	text-align: center;
	text-shadow: 0px 0px;
} /*ボディを黒にしておけば、以降の要素では指定不要*/
img{width: 100%;
height: 100%}
a{cursor: pointer;}
a:link {
  color: #FFFFFF;
}
a:visited {
}
#wrap {
	width: 76vw;
	height: auto;
	margin: 0 auto;
	display: block;
	padding-top: 3vw;
	position: relative;
	padding-bottom: 3vw;
}

.kounyu {
    color: #FFFFFF;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size: 1.2vw;
    text-align: center;
    position: absolute;
    top: 55vw;
    left: 43vw;
	border: 0.2vw double #ffffff;
	width: 13vw;
	height: 1.5vw;
	background: linear-gradient(#000000,#FF0004,#000000);
	font-weight: bolder;
	line-height: 1.2vw;
	padding-top: 0.2vw;
	padding-bottom: 0.2vw;
	

	
}

#wrap img {
	border: 0.5vw ridge #ACACAC;
}
#Twitter {
    width: 2.5vw;
    height: auto;
    position: absolute;
    top: 166.4vw;
    left: 79vw;
}
#spiralchariots {
    width: 3vw;
    height: auto;
    position: absolute;
    top: 166vw;
    left: 83vw;
}
