@charset "UTF-8";
/* CSS Document */
body {
	background-color: #000;
	text-align: center;
}
.movieWrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.questionnaire {
	color: #FFF;
	margin: 0;
	padding: 30px 0 0;
	font-size: 12px;
}
.questionnaire a.btn {
	position: relative;
   text-align: center;
	display: inline-block;
	width: 180px;
	color: #FFF !important;
	text-decoration: none !important;
	background-color: #718ac5;
	padding: 12px 37px 12px 15px;
	margin: 30px 0 0;
	vertical-align: middle;
	font-weight: 700;
	line-height: 1.3;
}
.questionnaire a.btn:after {
	content: " ";
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../img/icon_arrow01.png) 0 0 no-repeat;
	background-size: 12px 12px;
	top: 50%;
	right: 10px;
	margin-top: -6px;
}
.questionnaire a.btn:hover,.questionnaire a.btn:active {
	color: #FFF;
}
