@charset "utf-8";

@import url('base.css');
/* CSS Document */

#header {
	position: relative;
	height: 400px;
	overflow: hidden;
	z-index: 1;
}

/* HeaderInner */
#header-inner {
	position:relative;
	width: 950px;
	height: 400px;
	margin: 0px auto;
	z-index: 2;
}

/* HeaderBackground */
#back-img {
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
#event .background {
	width: 100%;
	height: 100%;
	background: #FFF;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	z-index: 1;
}

#event {
	position: absolute;
	width: 950px;
	height: 250px;
	top: 150px;
	left: 0px;
	z-index: 2;
	background: #FFF;
}
#event h1 {
	position: absolute;
	display: block;
	z-index: 99;
	top: 100px;
	left: 50px;
}

#page-navi {
	text-align: center;
}
#contents {
	padding-top: 0px;
}
#main-container {
	margin: 0px;
}

#header-inner #slider {
	display: block;
	width: 400px;
	height: 255px;
}
#header-inner #slider div {
	display: block;
	width: 400px;
	height: 255px;
}
#header-inner #slider div img {
	width: 400px;
	height: 225px;
}
#header-inner #slider p {
	padding-left: 5px;
	color: #FFF;
	font-size: 12px;
	background: #000;
}
#header-inner .bx-wrapper {
	position:absolute;
	display: block;
	width: 400px;
	height: 255px;
	top: 153px;
	left: 546px;
	z-index: 98;
}
h2 {
	clear: both;
	padding-bottom: 10px;
}
.event-archive {
	clear: both;
	position: relative;
	width: 870px;
	padding-bottom: 30px;
}
.archive-box {
	float: left;
	padding-right: 10px;
	margin-bottom: 10px; 
}
.archive-inner {
	position: relative;
	width: 414px;
	height: 145px;
	padding:7px;
	border: 1px solid #CCC;
}
.r-end {
	padding-right: 0px;
}
.archive-box h3,
.archive-box img,
.archive-box p {
	position: absolute;
}
.archive-box p.period {
	width: 205px;
	font-size: 11px;
	color: #008CFF;
	font-weight: bold;
	line-height: 1.3em;
	top: 10px;
	left: 0px;
	padding: 3px 0px 3px 10px;
	background: #E0E0E0;
}
.archive-box h3 {
	width: 205px;
	font-size: 14px;
	line-height: 1.3em;
	left: 10px;
	top: 54px;
}
.archive-box h3.no-date {
	top: 15px;
}
.archive-box img {
	left: 225px;
	top: 10px;
}
.archive-box p.detail {
	width: 150px;
	font-size: 12px;
	text-align: center;
	top: 130px;
	left: 10px;
}
#main-inner .archive-box p.detail a {
	display: block;
	color: #FFF;
	text-decoration: none;
	background: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */ 
}
#main-inner .archive-box p.detail a:hover {
	text-decoration: none;
	background: #008CFF;
}
.archive-box a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#main-inner .archive-box p.movie {
	width: 150px;
	font-size: 12px;
	text-align: center;
	top: 90px;
	left: 10px;
	
}
#main-inner .archive-box p.movie a {
	text-decoration: none;
	border:1px solid #e50012;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	display: block;
	padding: 5px 0 5px 25px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
}
#main-inner .archive-box p.movie a:hover {
	background: #e50012;
	color: #fff;
}
#main-inner .archive-box p.movie a:before,
#main-inner .archive-box p.movie a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#main-inner .archive-box p.movie a:before{
	width: 24px;
	height: 16px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #e50012;
}
#main-inner .archive-box p.movie a:hover:before {
	background:#fff;
}
#main-inner .archive-box p.movie a:after{
	left: 19px;
	box-sizing: border-box;
	width: 8px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 7px solid #fff;
}
#main-inner .archive-box p.movie a:hover:after {
	border-left: 8px solid #e50012;
}
