@charset "utf-8";
/* CSS Document */

#contentsContainer {
	padding-top:40px;
}

#stageTabList {
	border-bottom:1px solid #0074af;
	height:51px;
	line-height:50px;
	font-size:18px;
}

#stageTabList li {
	float:left;
	
	color:#0074af;
	background:#FFF;
	border:1px solid #0074af;
	padding:0px 30px;
	margin-left:10px;
	margin-top:1px;
	border-bottom:none;
}

#stageTabList li:first-child {
	margin-left:20px;
}

#stageTabList li.hasLink {
	color:#fff;
	background:#0074af;
	cursor:pointer;
}

#stageTabList li.hasLink a {
	text-decoration:none;
}

#stageTabList li a:hover {
	color:#7FB9D7;
}

td {
	vertical-align: top;
}

#stageInfo {
	font-size:14px;
	line-height:1.7em;
}

#stageInfo a {
	color: #0074AF;
}

#stageInfo a:hover {
	color:#7FB9D7;
}

#dateList li {
	background:url(../img/arrow_link.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	float:left;
	font-size:13px;
	margin-left:30px;
}

#dateList li:first-child {
	margin-left:0px;
}


h4 {
	display:block;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	background:#cae7f7;
	margin-top:30px;
}

h4 span {
	display:inline-block;
	padding:0px 30px;
	background:#0074af;
}

.stageProgram {
	font-size:12px;
	font-weight:bold;
}

.stageProgram span {
	display:inline-block;
	margin-left:5px;
	font-weight:normal;
}


.stageName {
	font-size:14px;
	margin-top:5px;
	line-height:1.3em;
}

.stageName a {
	color: #0074AF;
}

.stageName a:hover {
	color:#7FB9D7;
}

.stageCaption, .stageDetail {
	padding:12px 18px;
}

.stageCaption {
	background:#fffed4;
}

.stageDetail {
	background:#fffee9;
}

.openStageList li {
	border-top:2px solid #ffe21e;
	margin-top:5px;
}

.openStageList {
	margin-top:30px;
}

.openStageList li:first-child {
	margin-top:0px;
}

.detailCaption {
	width:80px;
}

.stageDetail {
	font-size:12px;
	line-height:1.7em;
}

.stageDetail td {
	padding:10px 0px;
}












