@charset "UTF-8";
/* Style CSS */

sup {
	vertical-align: super;
	font-size: 80%;
	line-height: 1em;
}
a {
	display: inline-block;
}
a:link {color:#003399; text-decoration: underline;}
a:visited {color:#003399; text-decoration: underline;}
a:hover {color:#003399; text-decoration: none;}
a:active {color:#003399; text-decoration: none;}

.stageL{
	float: left;
}
.stageR {
	float: right;
}

.stageCr {
	*zoom: 1;
}
.stageCr:after {
    content: ""; 
    display: block; 
    clear: both;
}

#main .notes dd {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
#main .cssSwitch {
	padding: 5px 0;
	border: 1px #cccccc solid;
	text-align: center;
}

.library #mc02 a {
	width: 100%;
	height: 100%;
	display: inline-block;
	cursor: pointer;
}
.library #mc02 dl {
	border-bottom: 1px #cccccc solid;
}
.library #mc02 dl dt {
	border-top: 1px #cccccc solid;
	font-size: 16px;
	line-height: 1.2em;
	vertical-align: middle;
}
.library #mc02 dl dt a {
	color: #333333;
	text-decoration: none;
}
.library #mc02 dl dt span {
	display: block;
}
.library #mc02 dl dd.accordionContents {
	display: none;
}
.library #mc02 dl dd {
	font-size: 14px;
	line-height: 1.2em;
	background: #666666;
	color: #ffffff;
	vertical-align: middle;
}
.library #mc02 dl dd a {
	color: #ffffff;
	text-decoration: none;
}
.library #mc02 dl dd ul li {
	border-top: 1px #999999 solid;
	border-bottom: 1px #333333 solid;
}
.library #mc02 dl dd ul li.firstChild {
	border-top: none;
}
.library #mc02 dl dd ul li.lastChild {
	border-bottom: none;
}
.library #mc02 dl dd span.texts {
	display: inline-block;
}
.library #mc02 dl dd span.text {
	display: inline-block;
}


.movie #movieContents .stageCr .text h4 {
	color: #003399;
	border-bottom: 1px #cccccc solid;
}
.movie #movieContents .youtube p {
	margin-top: 7px;
	font-size: 10px;
	line-height: 1.2em;
	text-align: center;
}

.movie #recomend ul.stageCr li img {
	border: 1px #999999 solid;
}