body {
}
#container {
	width : 100%;
}
#header {
	width : 100%;
}
#header img {
	width : 100%;
	height : auto;
}
#youtube {
	width : 100%;
	background-image : url('../images/bg_youtube.png');
	background-position : 0 0;
	background-size : 100% 100%;
	background-repeat : no-repeat;
	padding-bottom : 4%;
}
#youtube_container {
	width : 100%;
	margin : auto;
	position : relative;
	text-align : center;
}
iframe {
	position:absolute;
	top : 0;
	left : 0;
	width : 90% !important;
	height : 90% !important;
	margin-left : 5%;
	margin-top : 5%;
}
#third {
	width : 100%;
	background-image : url('../images/bg_jk1.png');
	background-position : 0 0;
	background-size : 100% 100%;
	background-repeat : no-repeat;
	padding-top : 6%;
	padding-bottom : 6%;
}
.third_wrapper {
	width : 90%;
	margin : auto;
	background-color : black;
	position : relative;
	text-align : center;
}
.third_wrapper img.jk1 {
	width : 95%;
	margin-top : 8%;
}
#forth {
	width : 100%;
	background-image : url('../images/bg_jk2.png');
	background-position : 0 0;
	background-size : 100% 100%;
	background-repeat : no-repeat;
	padding-top : 6%;
	padding-bottom : 6%;
}
.forth_wrapper {
	width : 90%;
	margin : auto;
	background-color : black;
	position : relative;
	text-align : center;
}
.forth_wrapper img.jk2 {
	width : 95%;
	margin-top : 8%;
}
img.buy {
	width : 80%;
	margin-top : 2%;
	margin-bottom : 4%;
}
#fifth {
	width : 100%;
	background-image : url('../images/bg_info.png');
	background-position : 0 0;
	background-size : 100% 100%;
	background-repeat : no-repeat;
	padding-top : 6%;
	padding-bottom : 10%;
}
.fifth_wrapper {
	width : 90%;
	margin : auto;
	background-color : black;
	position : relative;
	text-align : center;
	padding-bottom : 9%;
}
.fifth_wrapper img.info {
	width : 100%;
	margin-top : 8%;
}
div.info_list {
	width : 80.8%;
	margin : auto;
	text-align : left;
}
div.info_list p {
	color : white;
	font-size : 25px;
}
div.info_list p a {
	text-decoration : underline;
	color : #00aeff;
}
div.info_list p.title1 {
	margin-top : 4%;
}
div.info_list p.title2,
div.info_list p.title3,
div.info_list p.title4 {
	margin-top : 10%;
}
img.copyright {
	width : 100%;
}








img.opacity:hover,
a.opacity img:hover {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape *
}
