@charset "utf-8";
/* ============================================================================
==ベース CSS
============================================================================= */

body {
	font-size: 16px;
}

/* ==#mainContents
***************************************************************************** */
/* #preludeArea */
#preludeArea {
	margin-bottom: 50px;
	padding: 28px 25px 0;
}
#preludeArea dt {
	font-size: 20px;
	font-weight: bold;
}
#preludeArea dd {
	line-height: 1.6;
}

/* .section */
.section h3 {
	border-top: 4px solid #005130;
	border-bottom: 1px dashed #005130;
}
.section .content {
	padding: 28px 25px 0;
}
.section .content strong {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.9;
}
.section .content .figure {
	position: relative;
	margin-top: 20px;
	text-align: center;
}
.section .content .figure .note {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
}
.section .content .cnvBtn {
	text-align: center;
}
.section .content .cnvBtn a {
}
.section .content .cnvBtn a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.section .content .indent1em li {
	margin-bottom: 0;
}

/* .mainVisual
-------------------------------------*/

#mainVisual{
	width:100%;
	min-width:1020px;
	height:420px;
	margin:auto;
	background:url(/fjstadium/ticket/images/mv_01.png) 50% 0;
	background-size:cover;
}

#mainVisual p{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}