@charset "utf-8";

* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

address, em, cite, dfn, var {
  font-style: normal;
}

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

ul {
	list-style:none;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
}

table th{
  vertical-align:top;
}

input, select {
    vertical-align:middle;
}

a{
	text-decoration:none;
	color:#fff;
}

a {
    -webkit-tap-highlight-color:transparent;
}

a:hover{
	color: #eee;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

a img {
    border-style:none;
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

html,body {  
  -webkit-text-size-adjust: 100%;
} 


body {
    margin:0;
	width:100%; 
    color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	background:#0a0e31;
}


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



#main{
	margin:0;
	overflow:hidden;
}

.area{
	position: relative;
}

.btn01{
	position: absolute;
	top:32%;
	left: 0;
	right: 0;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.btn02{
	position: absolute;
	top:62%;
	left: 10%;
	width: 40%;
}

.btn03{
	position: absolute;
	top:62%;
	right: 10%;
	width: 40%;
}

.btn04{
	position: absolute;
	bottom:7%;
	right: 6%;
	width: 48%;
}

.txt{
	padding: 10px;
	font-size:3.4vmin;
	line-height: 5.0vmin;
}

.txt02{
	text-align: center;
	font-weight: bold;
	font-size:4.8vmin;
}

.txt li{
	padding: 20px 0;
	border-bottom: 1px dashed #fff;
}

footer {
	width:100%;
	text-align:center;
	font-size:3.4vmin;
	color:#fff;
	padding:0;
	padding: 30px 0;
}


.copyright{
	font-size: 3.0vmin;
}




@media screen and (min-width: 1024px){



html {
	height: 100%;
	font-size: 16px;
	line-height:26px;
}
body {
	height: 100%;
	background: url("../images/bg.png") repeat-y center #0a0e31;
}


* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}


#main{
	width: 1000px;
	margin: 0 auto;
}

.txt{
	padding: 20px;
	font-size:18px;
	line-height: 28px;
}

.txt02{
	text-align: center;
	font-weight: bold;
	font-size:24px;
}

.txt li{
	padding: 20px 0;
	border-bottom: 2px dashed #fff;
}


.copyright{
	font-size: 14px;
	padding-bottom: 10px;
}


}

