<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#000000;
	min-width:1200px;
}

p ,h1{
	text-align:center;
}

#contents h1{
	margin:0 auto 60px;
	width:584px;
	height:381px;
}

#contents h1 img{
	width:100%;
}

#contents{
	background-color:#000;
	padding:110px 0 50px;
}

#contents .attention{
	text-indent:-9999px;
	background:url(../images/txt01.gif);
	width:319px;
	height:122px;
	margin:0 auto 40px;
}

#contents ul{
	width:461px;
	overflow:hidden;
	zoom:1;
	margin:0 auto;
	margin-bottom:30px;
}

#contents ul li{
	display:inline-block;
	*display: inline;  
    *zoom: 1;
	text-indent:-9999px;
}

#contents ul li:first-child a{
	background:url(../images/button01.gif);
	width:218px;
	height:38px;
	display:block;
}

#contents ul li:last-child a{
	background:url(../images/button02.gif);
	width:218px;
	height:38px;
	display:block;
}

#contents ul li:first-child{
	margin-right:20px;
}

#contents .cero{
	width:464px;
	height:75px;
	margin:40px auto;
	background:url(../images/caution.gif);
	text-indent:-9999px;
}

#contents ul li a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}



@media screen and (max-width:640px){

body {
	background-color:#000000;
	min-width:0 !important;
}

#contents{
	width:560px;
	padding:110px 40px 50px;
}

#contents h1 img{
	width:100%;
}

#contents h1{
	width:560px;
}

#contents .attention{
	text-indent:-9999px;
	background:url(../images/sp_txt01.gif);
	width:560px;
	height:212px;
	margin:0 auto 40px;
}

#contents ul{
	width:560px;
}

#contents ul li{
	text-indent:-9999px;
	width:560px;
	margin:20px 0;
}

#contents ul li:first-child a{
	background:url(../images/sp_button01.gif);
	width:560px;
	height:98px;
	display:block;
}

#contents ul li:last-child a{
	background:url(../images/sp_button02.gif);
	width:560px;
	height:98px;
	display:block;
}
#contents .cero{
	width:560px;
	height:294px;
	margin:40px auto;
	background:url(../images/sp_caution.gif);
	text-indent:-9999px;
}

}</pre></body></html>