@charset "utf-8";

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
header div {
	position: relative;
	width: 96%;
	height: 80px;
	margin: 0 auto;
	background: #fff;
	opacity: 0.95;
	border-radius: 0 0 4px 4px;
}
header p img {
	position: absolute;
	top: 9px;
	left: 65px;
	width: 90px;
	height: auto;
}
header h1 {
	position: absolute;
	top: 52px;
	left: 22px;
	font-size: 131%;
	font-family:'qumpellkano12';
	letter-spacing: -0.01em;
}
header ul {
	float: right;
	margin: 30px 30px 0 0;
}
header ul li {
	float: left;
	margin: 0 0 0 30px;
	font-size: 116%;
	font-family:'qumpellkano12';
	letter-spacing: -0.01em;
}

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

section article {
	position: relative;
	width: 300px;
	min-width: 300px;
	margin: 0 0 20px;
	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 {
	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: 340px;
	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 {
	margin: 1em 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.fb-page {
	margin: 0 !important;
	padding: 0 !important;
}
.fb-like {
	margin: 0.5em 0 0 !important;
	padding: 0 !important;
}
