@charset "UTF-8";

#header { 
	transform: scale(1.0);
	margin: 0 auto; 
}

#header:after { 
	content: ""; 
	display: block; 
	clear: both; 
}

#header .logo { 
	float: left; 
	margin: 5px;
}

#header .nav { 
	transform: scale(1.0);
	float: right; 
	padding-top: 30px; 
	position: relative;
}

#header .nav:after { 
	content: ""; 
	display: block; 
	clear: both; 
}

#header .nav li { 
	padding: 0 0.5em; 
	float: left; 
	font-weight: bold; 
	border-right: 1px solid #ccc; 
	position: relative;
}

#header .nav li a { 
	position: relative;
	display: block;
	padding: 8px;
	text-decoration: none;
	font-weight: bold; 
	color: #000;
	border-radius: 6px;
}

#header .nav li:first-child { 
	border-left: 1px solid #ccc; 
}



#area-visual { 
	background: white;
	box-shadow: 0 -1px 3px #cccccc inset; 
	height: 330px;
	margin-top: 10px;
}

#area-visual .container { 
	position: relative;
	margin: -330px auto;
	height: 330px;
}

#area-visual .container h1 { 
	padding: 30px 10px 10px; 
	color: #2e2e2e; 
	font-size: 36px; 
	line-height: 1.2em; 
	font-weight: bold; 
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	text-shadow: rgba(255,255,255,0.5) 2px 0 0,
		rgba(255,255,255,0.5) 0 2px 0,
		rgba(255,255,255,0.5) -2px 0 0,
		rgba(255,255,255,0.5) 0 -2px 0,
		rgba(255,255,255,0.5) 2px 2px 0,
		rgba(255,255,255,0.5) 2px -2px 0,
		rgba(255,255,255,0.5) -2px 2px 0,
		rgba(255,255,255,0.5) -2px -2px 0,
		rgba(255,255,255,0.75) 0 0 7px;
}

#area-visual .container p { 
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	text-shadow: rgba(255,255,255,0.5) 2px 0 0,
		rgba(255,255,255,0.5) 0 2px 0,
		rgba(255,255,255,0.5) -2px 0 0,
		rgba(255,255,255,0.5) 0 -2px 0,
		rgba(255,255,255,0.5) 2px 2px 0,
		rgba(255,255,255,0.5) 2px -2px 0,
		rgba(255,255,255,0.5) -2px 2px 0,
		rgba(255,255,255,0.5) -2px -2px 0,
		rgba(255,255,255,0.75) 0 0 7px;
}

#area-visual .container ol {
	list-style-position: outside; 
	list-style-type: decimal; 
	padding-left: 1.5em;
}

#area-visual .container ol li { 
	background-color: rgba(255,255,255,0.5);
	text-shadow: rgba(255,255,255,0.5) 2px 0 0,
		rgba(255,255,255,0.5) 0 2px 0,
		rgba(255,255,255,0.5) -2px 0 0,
		rgba(255,255,255,0.5) 0 -2px 0,
		rgba(255,255,255,0.5) 2px 2px 0,
		rgba(255,255,255,0.5) 2px -2px 0,
		rgba(255,255,255,0.5) -2px 2px 0,
		rgba(255,255,255,0.5) -2px -2px 0,
		rgba(255,255,255,0.75) 0 0 7px;
}

#area-visual .bgbox { 
	position: relative;
	margin: 0 auto;
	height: 330px;
}

#area-visual .bgbox img { 
	display: block;
	margin-top: 0;
	margin-right: 0;
	animation-name: bganimation;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	opacity: 0;
}

#area-visual .bgbox .pict1 {
	display: block;
	margin-top: 0;
	margin-right: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#area-visual .bgbox .pict2 {
	animation-delay: 5s;
	position: absolute;
	top: 0;
	right: 0;
}

#area-visual .bgbox .pict3 {
	animation-delay: 10s;
	position: absolute;
	top: 0;
	right: 0;
}

@keyframes bganimation {
	0% {opacity: 0;}
	3% {opacity: 1;}
	30% {opacity: 1;}
	33% {opacity: 0;}
	100% {opacity: 0;}
}



#area-content { 
	margin-top: 0px; 
}

#area-content .container { 
	position: relative;
	margin: -40px auto 0; 
}

#area-content .panel { 
	position: relative;
	float: left;
	width: 264px;
	height: 300px;
	padding: 12px; 
}

#area-content .panel img { 
	width: 264px;
	height: 200px;
}

#area-content .panel .subtitle {
	position: absolute;
	top: 12px;
	padding: 8px;
	width: 248px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #2e2e2e;
	background: rgba(128,255,0,0.5);
	text-shadow: rgba(255,255,255,0.5) 2px 0 0,
		rgba(255,255,255,0.5) 0 2px 0,
		rgba(255,255,255,0.5) -2px 0 0,
		rgba(255,255,255,0.5) 0 -2px 0,
		rgba(255,255,255,0.5) 2px 2px 0,
		rgba(255,255,255,0.5) 2px -2px 0,
		rgba(255,255,255,0.5) -2px 2px 0,
		rgba(255,255,255,0.5) -2px -2px 0,
		rgba(255,255,255,0.75) 0 0 7px;
}

#area-other { 
	background: white;
	box-shadow: 0 -1px 3px #cccccc inset; 
	position: relative;
	margin: 8px auto;
}

#area-other h1 {
	padding: 30px 10px 10px;
	color: black;
	font-size: 36px;
	line-height: 1.2em;
	font-weight: bold;
}

#area-other ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 1.5em;
}



.page { 
	width: 100%;
	position: absolute;
	padding-top: 0; 
}

.page .tab { 
	position: absolute; 
	width: 16em; 
	height: 52px; 
	top: 0; 
	background-color: #333; 
	box-shadow: 2px 0 2px rgba(0, 0, 0, 0.75); 
	border-radius: 10px 10px 0 0; 
	transition-duration: 500ms; 
}

.page .tab a { 
	display: block; 
	color: #ccc; 
	line-height: 40px; 
	text-align: center; 
	text-decoration: none; 
	text-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5); 
	font-weight: bold; 
}

.page .tab:hover a { 
	color: #fff; 
}

.page .content { 
	position: absolute; 
	top: 40px; 
	padding: 20px;
	background-color: #fff; 
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	transition-duration: 500ms; 
	opacity: 0; 
	border-radius: 0 10px 10px;
}

.page .content > h1 { 
	padding: 30px 10px 10px;
	color: black;
	font-size: 36px;
	line-height: 1.2em;
	font-weight: bold;
}

.page .panel a { 
	position: relative;
	color: black;
	text-align: center; 
	text-decoration: none; 
	font-weight: bold; 
}

.page .panel p { 
	position: relative;
	top: 80px;
}

#area-content .container .video_wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 12px;
}

#area-content .container .video_wrapper > video {
	max-width: 100%;
}

.page:target {
	z-index: 200;
}

.page:target .tab { 
	background-color: #666; 
	box-shadow: 2px 0 4px rgba(51, 51, 51, 0.75); 
	z-index: 201;
}

.page:target .tab a { 
	color: #999; 
}

.page:target .content { 
	z-index: 202; 
	opacity: 1; 
}

.page:target .panel { 
	z-index: 211; 
	opacity: 1; 
}



#page-1 .tab { 
	left: 0; 
	z-index: 106; 
}

#page-1 .content { 
	z-index: 116; 
}

