html {
	overflow: auto!important;
}
body {
	background: url('../background/10.jpg');
	background-attachment: fixed;
	color: #FFF;
}
head2 {
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 1.5em;
}

/***** class *****************************/

.containbg {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.coverbg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*background-repeat: no-repeat; 
	background-position: center; 
	background-size: 100% auto;*/
}
.mview {
	display: block;
}
.fview {
	display: none;
}

/***** spec. *****************************/

#flashObject, 
#flashcontent {
	display: none;
}
#head {
	background-color: rgba(0, 0, 0, 0.4);
	border-bottom: 1px rgba(250, 250, 250, 0.4) solid;
	padding: 10px;
	position: relative;
}
#logo {
	max-width: 328px;
	width: 75%;
}
#menu_opener {
	float: right;
	position: absolute;
	top: 25%;
	right: 5%;
	width: 35px;
	height: 35px;
}
#content {
		line-height: 1.5em;
		max-width: 900px;
		margin: auto;
	}
	.content-block {
		margin: 10px;
		padding: 15px 20px;
		background-color: rgba(0, 0, 0, 0.4);
		overflow: auto;
	}
	#carousel.content-block {
		padding: 15px 10px;
	}
	.content-block.normal img {
		width: 50%;
		height: auto;
	}
#menu {
		display: none;
		/*position: absolute;*/
		margin: 0px;
		padding: 10px 5%;
		width: 90%;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.4);
	}
	#menu a {
		display: block;
		padding: 5px;
		width: 270px;
		margin: auto;
	}
.page-50 .content-block.normal img {
	width: 30%;
	height: auto;
	margin-bottom: 20px;
}
.page-80 .content-block.normal img {
	/*width: 100%;*/
	/*height: auto;*/
	/*margin-bottom: 20px;*/
	display: none;
}
#carousel .item {
		display: inline-block;
		vertical-align: top;
		/*float: left;*/
		width: 37%;
		margin: 20px 6% 1px 6%;
		text-align: center;
	}
	@media (min-width: 700px) {
		#carousel .item {
			width: 20%;
			margin: 20px 5% 1px 7%;
		}
	}
	#carousel img {
		width: 100%;
	}
	#carousel .title {
		clear: both;
		padding: 10px 0px;
	}
#contact {
	clear: both;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
}
#foot {
	clear: both;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 10px;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.5em;
}

@media (max-width: 400px) {
	.page-100 .content-block.normal img, 
	.page-40 .content-block.normal img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
}
	