@charset "utf-8";
/* ============================================================================
==special_room CSS
============================================================================= */


/* ==#mainContents
***************************************************************************** */
/* #preludeArea */
#preludeArea ul li.n01 { width:315px; background:url(/fjstadium/campaign/images/special_room/read_01_img2025.png) no-repeat left top; }
#preludeArea ul li.n02 { width:307px; background:url(/fjstadium/campaign/images/special_room/read_02_img.png) no-repeat left top; }
#preludeArea ul li.n03 { width:250px; background:url(/fjstadium/campaign/images/special_room/read_03_img.png) no-repeat left top; }


#mainBox {
  width: 917px;
  margin-left: auto;
  margin-right: auto;
}
#mainBox h3 {
  font-size: 18px;
}
#mainBox .section {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #b4aea8;
}
#mainBox .section h4 {
  width: 100%;
  height: 55px;
  padding-top: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: #cbc7c3;
}




#mainBox .section .body {
  position: relative;
  height: 282px;
}
#mainBox .section .body .leftLogo {
  position: absolute;
  left: 21px;
  top: 25px;
}
#mainBox .section .body .rightLogo {
  position: absolute;
  right: 21px;
  top: 25px;
}
#mainBox .section .body .names {
	width: 100%;
	padding-top: 40px;
	text-align: center;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
#mainBox .section .body .names img {
  vertical-align: middle;
  margin-right: 34px;
  margin-left: 34px;
}

#mainBox .section .body .btnOubo {
	position: absolute;
	bottom: 46px;
	width: 100%;
	text-align: center;
}
#mainBox .section .body .btnOubo a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	background-color: #fff;
}
#mainBox .section .body .btnOubo p {
	margin-bottom: 12px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #e50012;
}

