﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

article, aside, figure, figcaption, footer, header, hgroup, nav, main, section {
    display: block;
}

span {
    display: inline-block;
}

address {
	font-style: normal;
}

html{
    height: 100%;
}

body {
	background: url(../images/comingsoon/bg.jpg) repeat-x #000;
	color: #ffb57f;
    font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Verdana, Helvetica, sans-serif;
	height: 100%;
    line-height: 1.8;
	text-align: center;
}

a {color: #bf0008}
a:hover {color: #ff0000}
a:link {text-decoration:none}
a:visited {text-decoration:none}
a:active {text-decoration:none}

img {
	max-width: 100%;
    height: auto;
}

#container {
	margin: 0 auto;
    max-width: 500px;
	padding-top: 50px;
	width: 100%;
}

header {
}

#contents {
	padding: 30px 10px 50px;
}

figcaption {
	padding: 20px 0;
	line-height: 25px;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
}