@charset "UTF-8";
/* CSS Document */

h1 {
	margin-bottom: 10px;
	padding: 10px 20px;
	border-style: dotted;
	border-width: 2px 0;
	border-color: #ccc;
}
div.house-movie {
	padding-bottom: 5px;
}
div.house-movie div.movie {
	position: relative;
	text-align: center;
}
div.house-movie div.movie video {
	width: 100%;
}
div.house-movie div.content {
	margin-top: 20px;
}
div.house-movie div.movie a.vr-icon {
	position: absolute;
	left: 10px;
	top: 5px;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../../img/user/house/vr_mark.svg');
	cursor: pointer;
	z-index: 1;
}
