@charset "utf-8";

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
header div {
	width: 96%;
	margin: 0 auto;
	padding: 10px 0 10px;
	background: #fff;
	opacity: 0.95;
	border-radius: 0 0 4px 4px;
	text-align: center;
}
header p img {
	width: 100px;
	height: auto;
}
header h1 {
	margin: 0 0 5px;
	font-size: 131%;
	font-family:'qumpellkano12';
	letter-spacing: -0.01em;
}
header ul {
	margin: 0;
}
header ul li {
	display: inline;
	margin: 0 5px 0;
	font-family:'qumpellkano12';
	letter-spacing: -0.01em;
}

section div {
	width: 96%;
	margin: 0 auto;
	padding: 120px 0 10px;
}

section article {
	position: relative;
	padding: 20px;
	border-radius: 4px;
	background: #fff;
	opacity: 0.95;
}
section article.close {
	padding: 20px 20px 1px;
}
section article h2 {
	margin: 0 0 25px;
	padding: 0 0 5px;
	border-bottom: solid 1px #ccc;
	font-size: 131%;
	font-family:'qumpellkano12';
	letter-spacing: -0.01em;
}
section article p.text {
	line-height: 1.6;
}
section article p.text iframe {
	width: 100%;
	border: solid 1px #ccc;
	border-radius: 4px;
}
section article p.close {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: url("../img/bg_btn.png") no-repeat;
}
section article p.close:hover {
	opacity: 0.8;
}
section article p.close img.open {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
aside {
	width: 100%;
	margin-top: 1em;
	text-align: center;
	font-size: 77%;
	color: #bbb;
	text-shadow: 0 0 10px rgba(0,0,0,0.8),0 0 10px rgba(0,0,0,0.8);
}

.facebook_area {
	width: 100% !important;
	margin: 2em 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.fb-page.fb_iframe_widget {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.fb-page.fb_iframe_widget span {
}
.fb-page.fb_iframe_widget span iframe {
}

.fb-like {
	margin: 0.5em 0 0 !important;
	padding: 0 !important;
}
