@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
}
p:nth-child(1) {
	text-align: center;
/*	margin-top: 20px; */
}
video {
	width: 100%;
/*	max-width: 1280px; */
}
.closeButton a {
	width: 150px;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(40,85,130,1);
	margin: auto;
	margin-top: 20px;
	clear: both;
	transition: all 0.2s ease-in-out 0s;
}
.closeButton a:hover {
	opacity: .7;
}
