/* header
=======================================*/

header a,
header div {
	_margin-top: -1px;
}
#contents {
	position: relative;
	margin-bottom: 40px;
	font-size: 93%;
	line-height: 1.8;
}
#contents p {
	margin-top: 1em;
	line-height: 1.8;
}


/* main visual
=======================================*/


#mainVisual {
	margin-top: 11px;
	padding: 0 0 60px 0;
	position: relative;
	width: 900px;
	height: 319px;
}
#mainVisual #mainImage,
#mainVisual #mainText {
	position: relative;
	width: 450px;
	height: 319px;
}
#mainVisual #mainText {
	position: absolute;
	top: 0px;
	left: 450px;
}
#mainVisual #mainImage img {
	-ms-interpolation-mode: bicubic;
}
#mainVisual #mainSummary {
	display: none;
}

#mainVisual #mainImage p#img_01,
#mainVisual #mainImage p#img_02,
#mainVisual #mainImage p#img_03 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
}

#mainVisual #mainImage p#img_02,
#mainVisual #mainImage p#img_03 {
	opacity: 0;
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)";
	display: none;
}

#mainVisual #mainImage p#img_01 {
	z-index: 1;
}
#mainVisual #mainImage p#img_02 {
	z-index: 2;
}
#mainVisual #mainImage p#img_03 {
	z-index: 3;
}

div.scheduleWrapper h3 {
	margin: 0;
	padding: 0;
}

/* contents
=======================================*/

h3 {
	position: relative;
	margin: -2px 0 0 0;
	border-top: 2px solid #f0458c;
	border-bottom: 2px solid #f0458c;
	font-size: 28px;
	color: #f0458c;
	line-height: 36px;
	height: 90px;
	padding: 10px 0 0 5px;
	background-color: #fff;
	z-index: 10;
}
h3 span {
	position: absolute;
	display: block;
	top: 28px;
	left: 28px;
	width: 43px;
	height: 43px;
	background: url(../images/h3_cursor.png) no-repeat;
}
h3 small {
	color: #ffa896;
	font-size: 24px;
}
h3 .note {
	font-size: 26px;
}
h4 {
	padding: 30px 0 10px 0;
	color: #f0458c;
	font-size: 21px;
	background: url(../images/bg_dot_02.png) bottom repeat-x;
}
h5 {
	margin-top: 30px;
	font-size: 14px;
	color: #f0458c;
}
#pressBody,#stadiumBody {
	/*display: none;*/
}
#stadiumBody {
	padding: 0 0 60px 0;
}
/* summary */
div.summary {
	margin-top: 20px;
}
div.summary p.ttl {
	width: 445px;
	margin: 0 0 5px 0;
	font-size: 20px;
	line-height: 24px;
	color: #083090;
	font-weight: bold;
	float: left;
}
div.summary p.ttl a {
	text-decoration: none;
	color: #083090;
}
div.summary p.ttl span {
	font-size: 14px;
}
div.summary p.ttl a:hover {
	text-decoration: underline;
}
div.summary p.btn {
	float: left;
	margin: 0;

}
div.summary div.wrap {
	width: 900px;
	zoom: 1;
	position: relative;
	clear: left;
}
div.summary div.wrap:before,
div.summary div.wrap:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
div.summary div.wrap:after {
  clear: both;
}
div.summary p.img {
	float: left;
	padding-right: 23px;
	width: 422px;
}

div.summary div.text {
	float: left;
	width: 445px;
}
p.archive {
	margin: 0 !important;
}
p.archive a {
	padding-left: 8px;
	background: url(../images/mark_arrow.gif) left center no-repeat;
	color: #120dca;
}
p.archive a:hover {
	text-decoration: none;
}

div.anchor p {
	width: 422px;
	padding: 0;
}
div.anchor p.l {
	float: left;
}
div.anchor p.r {
	float: right;
}
p.readme {
	margin: 25px 0;
}

/* detail */
div.item {
	margin: 0 0 13px 0;
	zoom: 1;
	position: relative;
}
div.item:before,
div.item:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
div.item:after {
  clear: both;
}
div.item p {
	margin: 0;
	line-height: 150%;
}
div.item p.ttl {
	float: left;
	width: 164px;
	border: 1px solid #ccc;
	height: 58px;
	line-height: 58px !important;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
	color: #333;
}
div.item p.gameTtl {
	margin-bottom: 8px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #ee448b;
}
div.item .txt {
	float: left;
	width: 719px;
	padding: 0 0 0 15px;
}
div.item ul li {
   list-style: disc;
	line-height: 150%;
	margin-left: 18px;
}
div.item .txt ul.caution li {
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
	margin-left: 0;
}
div.item.middle p.ttl,
div.item.middle .txt {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
* html div.item.middle p.ttl,
* html div.item.middle .txt { /* IE 6 */
  display: inline;
  zoom: 1;
}
*:first-child+html div.item.middle p.ttl,
*:first-child+html div.item.middle .txt { /* IE 7 */
  display: inline;
  zoom: 1;
}
/*\*//*/
* html div.item.middle p.ttl,
* html div.item.middle p.txt {
  display: inline-block;
}
/**/
div.item.middle p.caution {
	color: #f00;
	font-weight: bold;
}

div.star {
	border: 1px solid #ccc;
	margin: 40px 0 60px 0;
}
div.star h4 {
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding: 10px 30px;
	color: #333;
	font-size: 14px;
	background: none;
}
div.star p {
	margin: 15px 0;
	padding: 0 30px;
}
div.star a {
	margin-left: 1em;
	padding-left: 8px;
	background: url(../images/mark_arrow.gif) left center no-repeat;
}

div.information {
	margin: 50px 0;
}
div.information ul li {
   list-style: disc inside;
	line-height: 150%;
}

p.caution_kids {
	overflow: hidden;
	width: 900px;
	height: 0px;
	padding-top: 14px;
	margin: 30px 0 !important;
	background: url(../images/cap_notice.gif) no-repeat;
}



/* apply
=======================================*/

div.apply_pc {
	margin-top: 40px;
}
div.apply_pc p.ttl {
	margin: 0 0 15px 0;
	padding: 6px 0;
	text-align: center;
	background: url(../images/bg_dot_01.png);
	font-size: 15px;
	color: #f0458c;
	font-weight: bold;
}
div.apply_pc div {
	position: relative;
	width: 868px;
	padding: 40px 15px;
	border: 1px solid #dbdbdb;
}
div.apply_pc div p {
	float: left;
	width: 392px;
	margin: 0;
	padding: 0 21px;
}
div.apply_pc div:before,
div.apply_pc div:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
div.apply_pc div:after {
  clear: both;
}
p.caution_maintenance {
	color: #f00;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 2;
}



/* common
=======================================*/

div#head_btn {
	position: relative;
	margin: 0;
}
p#team {
	text-align: right;
	margin: 0;
	padding: 10px 0;
}
.clearfix {
	position: relative;
}
/* IE 6 */
* html div#footer {
	margin-top: 0;
}
/* IE 7 */
*:first-child+html div#footer {
	margin-top: 0;
}

div#header a { text-decoration: none; }

div.information p.point span {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅";
}
div.pagetop {
	padding: 20px 0 0 0;
	text-align: right;
	display: none;
}



/* Link
=======================================*/

#contents a {
	color: #120dca;
	text-decoration: underline;
}
#contents a:hover {
	text-decoration: none;
}


/* Contents
=======================================*/

div#includeContents {
	width: 900px;
	margin: 0px auto;
	padding: 0 0 60px 0;
}
div#includeContents p#pagetop {
	width: 58px;
	height: 14px;
	margin: 40px 0 25px 842px;
}