@charset "utf-8";
/* ============================================================================
==ベース CSS
============================================================================= */
html,body{
	width:100%;
}

body {
	position: relative;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	background: #fff;
}
a {
	color: #005e15;
	text-decoration: none;
}
a:hover {
	color: #005e15;
	text-decoration: underline;
}
.innerWrap {
	width: 960px;
	margin: auto;
}


/* ==#header
***************************************************************************** */
#header {
	width: 100%;
	background: #fff;
	border-bottom: 4px solid #005130;
}
#header .innerWrap {
	width: 940px;
	margin: 0 auto;
	height: 45px;
	padding: 16px 15px 14px 5px;
}
#header h1.logo {
	float: left;
	width: 287px;
	height: 38px;
	margin-left:10px;
}
#header #gNav {
	float: right;
}
#header #gNav a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#header #gNav > li {
	float: left;
	margin-top: 7px;
	padding: 0 7px;
	background: url( ../images/gnavi-line.png) no-repeat right center;
}
#header #gNav > li.campaign {
	position: relative;
}
#header #gNav > li.last {
	background: none;
}
#header #sns {
	float: right;
	margin-left: 7px;
	margin-top: 7px;
}
#header #sns a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#header #sns li {
	float: left;
	margin-left: 8px;
}

#header #sns li:first-child{
	margin-left: 0;
	padding-top:5px;
}


/* #tooltip */
#tooltip {
	display: none;
	position: absolute;
	left: -215px;
	top: 36px;
	z-index: 999;
	width: 551px;
	height: 201px;
	background: url(/fjstadium/common/images/tooltip_bg.png) no-repeat left top;
}
#tooltip ul {
	width: 471px;
	margin: 35px auto 0;
}
#tooltip ul li {
	width: 137px;
	margin: 0 10px;
}
#tooltip .owl-controls {
	position: relative;
}
#tooltip .owl-item {
/*	margin: 0 10px !important;
	width: 137px !important;*/
}
#tooltip .owl-pagination {
	display: none !important;
}
#tooltip .owl-buttons {
	position: absolute;
	top: -90px;
	width: 100%;
}
#tooltip .owl-buttons .owl-prev {
	position: absolute;
	top: 0;
	left: -22px;
	z-index: 100;
	width: 14px;
	height: 24px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background: url("/fjstadium/common/images/tooltip_arrow_l.png") no-repeat center center;
	border-radius: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
#tooltip .owl-buttons .owl-prev:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#tooltip .owl-buttons .owl-next {
	position: absolute;
	top: 0;
	right: -19px;
	z-index: 100;
	width: 14px;
	height: 24px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background: url("/fjstadium/common/images/tooltip_arrow_r.png") no-repeat center center;
	border-radius: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
#tooltip .owl-buttons .owl-next:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}



/* ==#mainContents
***************************************************************************** */
#mainContents {
	position: relative;
	padding-bottom: 100px;
}
a#btnPageTop.default {
	position: fixed;
	z-index: 999;
	right: 17px;
	bottom: 25px;
}
a#btnPageTop.max {
	position: absolute;
	right: 17px;
	bottom: 25px;
}


/* ==#footer
***************************************************************************** */
#footer {
	min-width:1020px;
	color: #fff;
	background: #005130;
}

#footer .innerWrap{
	width: 960px;
	margin: auto;
	overflow: hidden;
}

#footer a {
	color: #fff;
}
#footer a:hover {
	color: #fff;
}
#footer {
	padding-top: 19px;
	padding-bottom: 53px;
}
#footer .bnrArea {
	width: 920px;
	margin: 0 auto 25px;
}
#footer .bnrArea li {
	float: left;
	margin: 0 10px;
}
#footer .bnrArea li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	background: #fff;
}

#footer .linkArea {
	float: left;
	margin-left: 30px;
}
#footer .linkArea li {
	float: left;
	margin-right: 15px;
}
#footer .linkArea li a {
	padding-left: 14px;
	font-size: 14px;
	background: url( ../images/ico_link.png) no-repeat left center;
}
#footer .copy {
	float: right;
	margin-right: 30px;
	font-size: 14px;
}
#footer .logo {
	float: right;
	margin: 15px 30px 0 0;
}


