@charset "utf-8";
html,body{
	margin:0;
	height:100%;
	font-family:DejaVu Sans;
	font-size:20px;
	text-align:left;
	background-color:black;
	color:black;
}
h1{
	font-size:inherit;
	font-weight:inherit;
	margin:inherit;
	padding:inherit;
}
.title{
	background-color:white;
	text-align:center;
	padding:30px 0 30px 0;
	font-size:21px;
	font-weight:normal;
	text-decoration:none;
	color:black;
	margin:0px;
}
.title a{
	text-decoration:none;
	color:black;
	margin:0 5px;
}
.title a:hover{
	text-decoration:underline;
}
.subtitle{
	font-size:16px;
}
.s1{
	background:url('../img/bg.jpg') no-repeat center top;
	background-attachment: fixed;
	background-size: 2000px 1300px;//1600px 1032px;
	background-color:black;
	padding:50px 0 30px 0;
}
.s2{
	margin:0 auto 30px auto;
	text-align:center;
	color:white;
	font-size:24px;
	text-shadow:0px 0px 5px #000;
}
.s3{
	margin:150px auto 50px auto;
	text-align:center;
	color:white;
	font-size:20px;
}
.s4{
	display:inline;
	background-color:#000;
	font-size:24px;
	font-weight:normal;
}
.s5{
	margin:0px 0 60px 0;
}
.s6{
	color:white;
	text-decoration:none;
}
.s6:hover{
	text-decoration:underline;
}
.s7{
	text-align:left;
	background-color:rgba(0,0,0,0.5);
	max-width:800px;
	font-size:20px;
	padding:10px;
	margin:0px auto 5px auto;
}
.s7 tr td:first-child{
	vertical-align:top;
	padding-right:15px;
	white-space:nowrap;
}
.s8{
	background-color:rgba(0,0,0,0.7);
	margin:0px auto 5px auto;
	max-width:800px;
	padding:5px;
	word-wrap:break-word;
}
.s12{
	margin:20px auto 5px auto;
	text-align:center;
	color:#111;
}
#picsw{
	text-align:center;
	margin:20px 0 60px 0;
}
.picw{
	border:5px solid black;
	border-radius:200px;
	width:250px;
	height:250px;
	overflow:hidden;
	display:inline-block;
	background-color:black;
	cursor:pointer;
	text-align:center;
}
.picw img{
	height:250px;
}
#section_fade{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1001;
	overflow:scroll;
}
#section_boxw{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.2);
}
#section_box,.section_box{
	word-wrap:break-word;
	height:auto;
	z-index:1002;
	background-color:#DDD;
	font-size:inherit;
	margin:auto;
	border:1px solid #333;
}
#section_box>table{
	width:100% !important;
	box-sizing:border-box;
	background-color:black;
	text-align:center;
	padding:5px;
	user-select:none;
}
#section_box>table a{
	color:white;
	font-weight:bold;
	cursor:pointer;
}
#sbb,.sbb{
	word-wrap:break-word;
	padding:20px;
	background-color:#111;
	color:white;
}
#sbd,.sbd{
	padding:5px 10px;
	text-align:right;
	border-top:1px solid #EEE;
	background-color:#AAA;
}
.wall{
	width:100% !important;
	box-sizing:border-box;
}
.dnone{
	display:none;
}
.nodecor{
	color:inherit;
	text-decoration:none;
}
.w1pc{
	width:1px;
}