@charset "UTF-8";
body, html {
	height: 100%;
}
body {
	background-color: #000;
}
.container {
	width: 100%;
	height: 100%;
	position: relative;
}
.info {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #fc85b4;
	padding-top: 1.5%;
}
.wrapp {
	width: 84%;
	position: absolute;
	top: 8%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#movNavi ul {
	width:100%;
	height:32px;
	text-align: center;
	font-weight: 700;
	margin: 0 auto 30px;
	margin-left: -2px;
}
#movNavi ul li {
	list-style: none;
	display:inline-block;
	vertical-align: top;
	line-height: 1.7em;
	font-size: 14px;
	font-weight: 800;
}
#movNavi ul li a {
	color: #fff;
	border: 1px solid #103d48;
	display: block;
	padding:2px 10px;
	margin-left:2px;
	margin-bottom: 6px;
	background-color:#103d48;
	text-align:center;
	text-decoration: none;
	min-width: 170px;
	font-weight: bolder;
}
#movNavi ul li a:hover {
	border: 1px solid #fff;
	color: #fff;
	background-color: #000;
}
#movNavi ul li .r1 {
	color:#fff;
	border: 1px solid #fff;
	background-color: #000;
	display: block;
	padding:2px 10px;
	margin-left:2px;
	margin-bottom: 6px;
	text-align:center;
	text-decoration: none;
	min-width: 170px;
	font-weight: bolder;
}

.movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	width: 100%;
}
.movie iframe {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
	max-width: 100%;
}