@charset "utf-8";
/* ============================================================================
==ベース CSS
============================================================================= */
body {
	position: relative;
	padding-top: 56px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	line-height: 1.3;
	color: #000;
	background: #fff;
	overflow-x:hidden;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

/* ==header
***************************************************************************** */
header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 56px;
	background: #231816;
}
header .logo {
	position: absolute;
	left: 12px;
	top: 13px;
}
header .logo img {
	width: 160px;
}
header .btnTwitter {
	position: absolute;
	right: 27%;
	bottom: 22px;
}
header .btnTwitter img {
	width: 21px;
}
header .btnFacebook {
	position: absolute;
	right: 16%;
	bottom: 19px;
}
header .btnFacebook img {
	width: 24px;
}
header .btnMenu {
	position: absolute;
	right: 12px;
	bottom: 17px;
}
header .btnMenu img {
	width: 29px;
}

header .btnMenu.active{
	bottom: -6px;
}

/* ==#mainContents
***************************************************************************** */
#mainContents {
	position: relative;
	padding-bottom: 46px;
}


/* ==nav.global
***************************************************************************** */
nav.global {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	display: none;
	width: 100%;
	background: #fff;
	border-top: 2px solid #005130;
}
nav.global a {
	color: #005130;
	font-weight: bold;
}
nav.global > ul > li {
	border-bottom: 1px solid #005130;
}
nav.global > ul > li.child {
	padding-right: 0;
}
nav.global > ul > li.child img {
	width: 320px;
}
nav.global > ul > li > a {
	box-sizing:border-box;
	display: block;
	padding:0 5px 0 8px;
}
nav.global > ul > li > a > span {
	box-sizing:border-box;
	display: block;
	background: url(/sp/fjstadium/common/images/linkmark_right.png) no-repeat right center;
	background-size: 18px 18px;
	padding:14px 0 14px 0;
}

nav.global > ul > li > a > span > .innerTxt{
	display: block;
	width:93%;
}

.global .stadium {
	background: #136448;
	height: 46px;
	padding-top: 8px;
	font-size: 24px;
	text-align: center;
	color: #fff;
}

nav.global li dl dd li {
	display: block;
	float: left;
	width: 50%;
	height: 44px;
	line-height: 44px;
	border-right: 1px solid #005130;
	border-bottom: 1px solid #005130;
}
nav.global li dl dd li:nth-child(even) {
	border-right: none;
}
nav.global li dl dd li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 8px;
	padding-right: 5px;
}
nav.global li dl dd li a span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/sp/fjstadium/common/images/linkmark_right.png) no-repeat right center;
	background-size: 18px 18px;
}

#navFilter {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 98;
	display: none;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}



/* ==#otherArea
***************************************************************************** */
div#otherArea {
  margin-top: 15px;
}
div#otherArea h2 img {
	width: 320px;
}
div#otherArea dl dt {
	width: 100%;
	text-align: left;
}
div#otherArea dl dd li {
	display: block;
	width: 50%;
	height: 44px;
	float: left;
	line-height: 44px;
	border-right: 1px solid #005130;
	border-bottom: 1px solid #005130;
}
div#otherArea dl dd li:nth-child(even) {
	border-right: none;
}
div#otherArea dl dd li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 10px;
	padding-right: 5px;
}
div#otherArea dl dd li a span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/sp/fjstadium/common/images/linkmark_right.png) no-repeat right center;
	background-size: 18px 18px;
	color: #005130;
	font-weight: bold;
}


/* ==#btnPageTop
***************************************************************************** */
a#btnPageTop.default {
	position: fixed;
	z-index: 999;
	right: 6px;
	bottom: 6px;
}
/*
a#btnPageTop.max {
	position: absolute;
	right: 6px;
	bottom: 6px;
}
*/
a#btnPageTop.max {
	position: absolute;
	right: 6px;
	bottom: 6px;
        padding-bottom:20px
}

a#btnPageTop img {
	width: 35px;
}


/* ==footer
***************************************************************************** */
footer {
	color: #fff;
	background: #005130;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .bnrArea {
	width: 291px;
	margin: 0 auto;
	padding: 15px 0;
}
footer .bnrArea li {
	float: left;
}
footer .bnrArea li:nth-child(odd) {
	margin-right: 10px;
	margin-bottom: 10px;
}
footer .bnrArea li img {
	width: 140px;
}

footer .linkArea {
	padding: 0 10px;
}
footer .linkArea li {
	float: left;
	margin-right: 12px;
}
footer .linkArea li a {
	padding-left: 8px;
	font-size: 9px;
	background: url(/sp/fjstadium/common/images/linkmark_right_02.png) no-repeat left center;
	background-size: 5px 6px;
}
footer .copy {
	margin-top: 6px;
	padding: 0 10px;
	font-size: 9px;
}
footer .lwr {
	padding: 13px 6px;
	text-align: right;
}
footer .lwr .logo img {
	width: 91px;
}


