@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a img {
	text-decoration: none;
	border-style: none;
	text-transform: none;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #F9E538;
	float: left;
}
.menu {
	width: 100%;
	min-width: 1100px;
	float: left;
	top: 0px;
	padding: 0px;
	margin: 0%;
	height: 50px;
	position: absolute;
	z-index: 9;
	background-image: url(img/menu_bk.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.menu_box {
	width: 1100px;
	height: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu_logo {
	float: left;
	height: 43px;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 20px;
}


.menu_b {
	float: left;
	margin-top: 5px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.menu_sns {
	float: left;
	height: 27px;
	width: 100px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu_sns2 {
	float: left;
	height: 25px;
	width: 25px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#main {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 1100px;
	min-height: 1051px;
	float: left;
	top: 0px;
	z-index: 1;
	position: absolute;
}
.introimg img{
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 1100px;
	min-height: 1051px;
}
.sns_side {
	padding: 0px;
	background-image: url(img/movie_bk01.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 5%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0%;
	height: 133px;
	width: 39px;
	position: fixed;
	top: 10%;
	z-index: 50;
}

.sns {
	float: left;
	margin-bottom: 20px;
	height: 133px;
	width: 39px;
	padding: 0px;
	margin-left: 0px;
}
.dvd {
	padding: 0px;
	background-image: url(img/movie_bk01.gif);
	background-repeat: no-repeat;
	float: left;
	top: 10%;
	z-index: 50;
	position: absolute;
	margin: 0%;
	width: 100%;
}
.dvd_b {
	height: 190px;
	width: 190px;
	margin-top: 2%;
	margin-left: 2%;
	float: left;
}
.comment {
	padding: 0px;
	background-image: url(img/movie_bk01.gif);
	background-repeat: no-repeat;
	float: left;
	top: 75%;
	z-index: 50;
	position: absolute;
	margin: 0%;
	width: 100%;
}
.comment_b {
	height: 190px;
	width: 190px;
	margin-top: 2%;
	margin-left: 5%;
	float: left;
}
.winner {
	padding: 0px;
	background-image: url(img/movie_bk01.gif);
	background-repeat: no-repeat;
	float: left;
	top: 44%;
	z-index: 52;
	position: absolute;
	margin: 0%;
	width: 100%;
}
.winner_b {
	height: 160px;
	width: 160px;
	margin-top: 2%;
	float: left;
	margin-left: 5%;
}






.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 300px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
