@charset "utf-8";


body{
	color:#ffffff;
	background:#000000;
	text-align:center;
}

.title{
	background-color:#505050;
	text-aligin:center;
	font-family: serif;
	font-size: 80px;
	font-weight: 500;
	color: #ffffff;

	text-shadow: 1px 1px 1px #999999,
		     2px 2px 1px #999999,
		     3px 3px 1px #999999,
		     4px 4px 1px #999999,
		     5px 5px 1px #999999,
		     6px 6px 1px #999999,
		     10px 10px 8px rgba(0,0,0,0.5);


	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;

	margin: 20px auto;
}


.pbox{
	position:relative;
	top:0px;
	left:0px;
	height:720px;
	width:1080px;
	margin:0px auto;
}

.menu{
	position:absolute;
	text-align:center;
	width:1080px;
	top: 1%;
	left: 50%;
	transform:translateX(-50%);
	-webkit- transform:translateX(-50%);
}

.update{
	position:absolute;
	bottom:1px;
	width:120px;
	border-top: 2px dashed #ffffff;
	text-align:center;
	vertical-align:bottom;
	font-size:12px;
	color: #ffffff;
}

.comment{
	position:relative;
	color:#ffffff;
	background-color:#505050;
	text-align:left;
	margin: 20px auto;
	width:1080px;
}


.btn{
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	text-align:center;
	font-size:20px;
	vertical-align: middle;
	color: #ffffff;
	border: solid 2px #ffffff;
	border-radius: 3px;
	transition: .4s;
	width:120px;
	height:75px;
	padding:5px;
}

.btn:hover{
	background: #80bbff;
	color: white;
}