@charset "UTF-8";

/* ------------------------------------------------------------------
	0 general styles
-------------------------------------------------------------------*/
body {
	background:url(../img/top/bg_main.jpg) center top repeat-y;
	background-color:#efefef;
}


/* ------------------------------------------------------------------
	visual
-------------------------------------------------------------------*/

/*--動画レイアウトここから
------------------------------------------------*/
#visualMovie {
	background:url(../img/top/bg_visual.jpg) center top repeat-x;
	height:auto;
	padding:20px 0;
}
#visualMovie #movie {
	overflow:hidden;
	position:relative;
	width:980px;
	height:551px;
	margin:0 auto;
	border:2px solid #FFF;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 10px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 10px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 10px 2px;
	background:#F5F5F5;
}
#visualMovie #movie a {
	overflow:hidden;
	display:block;
	transition: all 0.3s;
	border-radius:10px;
}
#visualMovie #movie a:hover { opacity:0.7; }
#movie iframe { margin-top:-1px; }
#movie #btnArea {
	position:absolute;
	left:50px;
	bottom:20px;
	width:100%;
}
#movie #replay {
	display:inline-block;
	padding:10px 50px;
	border:2px solid #0057AF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#0057AF;
	letter-spacing:1px;
	color:#FFF;
	cursor:pointer;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
#movie #replay:hover {
	background:#FFF;
	color:#0057AF;
}
#spVisual { display:none; }
#spVisual img { width:100%; }

@media screen and (max-width: 980px) {
	#visualMovie { display:none; }
	#spVisual { display:block; }
}

/*--動画レイアウトここまで
------------------------------------------------*/

#visual {
	background:url(../img/top/bg_visual.jpg) center top repeat-x;
	height:auto;
}

#visualInner {
	text-align:center;
	background:none;
	height:auto;
	margin:0;
	width:auto;
}
#visual h1 { padding:0; }
#visual img { width:100%; }

#noticeBox {
	background:url(../img/top/bg_notice02.gif) center top repeat-x;
}

#noticeInner {
	display:table;
	width:100%;
	background:url(../img/top/bg_notice.gif) center top no-repeat;
	height:63px;
	text-align:center;
}
#noticeInner p {
	display:table-cell;
	padding:0 1em;
	vertical-align:middle;
	-moz-text-shadow: 1px 1px 9px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 1px 1px 9px rgba(0, 0, 0, 1);
	-ms-text-shadow: 1px 1px 9px rgba(0, 0, 0, 1);
	text-shadow: 1px 1px 9px rgba(0, 0, 0, 1);
	text-align:center;
	letter-spacing:-1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size:26px;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
}


@media screen and (max-width: 980px) {
	#visual { border:none; }
	#visual img { height:auto !important; }
	#noticeInner p { font-size:18px; }
}


/* ------------------------------------------------------------------
	contents
-------------------------------------------------------------------*/
#contents {
	padding:41px 0 34px 0;
	margin:0 auto;
	width:980px;
}

#newsBox {
	float:left;
	font-size:14px;
	line-height:22px;
	padding-left:42px;
	width:715px;
}

#newsBox h2 {
	padding-bottom:30px;
}
/*スクロール仕様
#newsBox ul {
	width:700px;
	height:280px;
	overflow:auto;
}*/

#newsBox ul li {
	padding-bottom:14px;
}

#newsBox ul li span {
	display:block;
	margin:-22px 0 0 138px;
}

#sideBox {
	float:right;
	width:199px;
}

#sideBox ul li {
	padding-bottom:18px;
}

#sideBox ul li.bgFix {
	background:url(../img/top/bg_bnr03.gif) left top no-repeat;
}

#sponsor {
	clear:both;
	padding-top:30px;
}
#sponsor .logoBox {
	padding:20px 0px;
	margin-bottom:10px;
}
#sponsor .logoBox ul {
	text-align:center;
	letter-spacing:-0.4em;
}
#sponsor .logoBox li {
	display:inline-block;
	box-sizing:border-box;
	width:180px;
	margin:0 10px 20px;
	letter-spacing:normal;
}
#sponsor .logoBox .ba { border:1px solid #CCC; }
#sponsor .logoBox img {
	width:100%;
	max-width:180px;
}
#sponsor .logoBox.sp { display:none; }

@media screen and (max-width: 980px) {
	#contents { padding:0; }
	#newsBox,
	#sideBox {
		float:none;
		width:auto;
		padding:20px;		
	}
	#newsBox h2 {
		padding-bottom:20px;
	}
	#newsBox h2 span {
		font-style:italic;
	}
	#newsBox ul li {
		margin-bottom:5px;
		padding-bottom:5px;
		border-bottom:1px solid #CCC;
	}
	#newsBox ul li span { margin:0; }
	#sideBox {
		margin-bottom:5px;
		padding-bottom:5px;
		border-bottom:1px solid #CCC;
		text-align:center;
	}
	#sponsor {
		margin-bottom:20px;
		padding:15px;
		border-bottom:1px solid #CCC;
	}
	#sponsor .logoBox.pc { display:none; }
	#sponsor .logoBox.sp { display:block; }
	#sponsor .logoBox {
		padding:0;
		margin:0;
	}
	#sponsor .logoBox li {
		width:120px;
		margin:0 5px 10px;
	}
}

/* ------------------------------------------------------------------
	Cycle styles
-------------------------------------------------------------------*/
#sliderBox {
	width:1080px;
	margin:0 auto;
	position:relative;
}
#slider {
	position:relative;
	overflow:hidden;
	height:500px;
}
#slider img {
	display:block;
	width:100%;
	height:500px;
}
#cycleDirection {
	position:absolute;
	top:235px;
	z-index:100;
	width:1060px;
	margin:0 10px;
}
#cycleDirection li {
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
}
#cycleDirection span {
	display:block;
	overflow:hidden;
	width:30px;
	height:30px;
	text-indent:-9999px;
}
#cycleDirection #cyclePrev {
	float:left;
	background:url(../img/top/btn_cycle_prev.png) no-repeat;
}
#cycleDirection #cycleNext {
	float:right;
	background:url(../img/top/btn_cycle_next.png) no-repeat;
}
#cyclePager {
	clear:both;
	width:510px;
	margin:0 0 0 -250px;
	/margin-bottom:0;
	text-align:center;
	position:absolute;
	bottom:10px;
	left:50%;
	z-index:100;
}
#cyclePager li {
	display:inline;
	float:left;
	width:92px;
	margin:0 5px;
}
#cyclePager a {
	display:block;
	width:78px;
	border:2px solid #999;
	cursor:default;
}
#cyclePager a:hover,
#cyclePager .activeSlide a { border:2px solid #06C; }
#cyclePager img {
	display:block;
	width:78px;
	height:36px;
}

