*{
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin: 0.8rem 0.3rem;
	padding: 0;
}
html, body{
    background-color: #000;
	color: #eee;
	margin: 0 !important;
    overflow-x: hidden;
}
body{
/*    background-image: url(./img/footer.png), url(./img/back.png);*/
    /*background-size: 100%, 100%;*/
/*    background-repeat: no-repeat, repeat;*/
/*    background-position: bottom center, top center;*/
    
    background-image: url(./img/back_wt.png);
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: top center;
}
h1{
	font-size: 5rem;
	line-height: 3.3rem;
	letter-spacing: -0.4rem;
	text-align: right;
}
h2{
	font-size: 1.2rem;
	margin-top: 1.4rem;
	margin-left: 0.6rem;
}
h3{
	margin-top: 2rem;
}
h4{
	margin-top: 2rem;
}
p{
}
h4 span{
	margin: 0;
	padding: 0;
	color: #000;
	text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff;
}
div#comingsoon{
	position: absolute;
	display: block;
	top: 30px;
	left: -90px;
	background-color: #c0c;
	color: white;
	width: 300px;
	height: 1.4rem;
	line-height: 1.2rem;
	text-align: center;
	-moz-transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
p.special_big_text{
	font-size: 4rem;
	color: #ff8399;
	font-weight: bold;
	text-align: right;
}
div#copyright{
	font-size: 0.3rem;
	color: #fff;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
div#copyright a{
	color: #fff;
}
img.icon {
	border-radius:20%;
}
.pointimage {
	position: fixed;
	display: block;
	bottom: 0px;
	right: 0px;
}

