@charset "utf-8";

/* intro
----------------------------------------------- */

#intro {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,25);
	z-index: 2;
}
#intro h2 {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -102px 0 0 -84px;
}
#intro ul {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 97px 0 0 -167px;
	width: 334px;
}
#intro li {
	float: left;
	margin: 0 47px;
}
#intro li a {
	display: block;
	padding: 10px 0;
}

/* top
----------------------------------------------- */

#top article h3,
#top article .summary {
	font-weight: normal;
	letter-spacing:0px;
	line-height: 2em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#top article h3,
	#top article .summary {
		background-color:#000019;
		font-weight:600;
		letter-spacing:0;
	}
}

#top {
	position: fixed;
	top: 160px;
	left: 0;
	padding: 550px 0 0;
	width: 100%;
	z-index: 1;
}
#top h2 {
	display: none;
}

#top article header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
#top article h3 {
	font-size: 0.9em;
}
#top article p {
	font-size: 0.7em;
}
#top article .image {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

/* control */

#top .control {
	position: absolute;
	top: 540px;
	left: 50%;
	margin: 0 0 0 -650px;
	width: 1300px;
	z-index: 2;
}
#top .control li {
	position: absolute;
	width: 27px;
	height: 33px;
	background: url(../img/common/b_arrow01.png) no-repeat;
	cursor: pointer;
}
#top .control .prev { left: 10px; background-position: 0 0; }
#top .control .next { right: 10px; background-position: -27px 0; }
