<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------
over wright
-------------------------------------------------*/
section.container{
	padding-bottom:30px;
}
table.detail th{
	width:7em;
}
table td.teacher img{
	margin-right:0.5em;
}
article.container &gt; div.eventDetail{
	margin-bottom:1em !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*------------------------------------------------
original
-------------------------------------------------*/
.eventDetail{
	border:3px solid #3a71bf;
	padding:10px;
	background:#fff;
}

.eventDetail .sche a{
	display: inline-block;
	margin-right:1em;
}
.eventDetail .sche .time{
	display: inline-block;
	margin-right:1em;
}
.eventDetail .sche .chuukei{
	display: inline-block;
	font-size:0.8em;
}
.eventDetail h2{
	color:#fe267c;
	font-weight:bold;
	font-size:1.3em;
	margin-top:0.5em !important;
	padding:0 !important;
	border:none;
}
.eventDetail h2:after{
	content: "";
	clear: both;
	display: block;
	background:none;
}
.eventDetail h2 img{
	float:left;
	margin-right:0.5em;
}

.eventDetail .moreBtn{
	text-align:right;
	margin-top:0.2em !important;
}
.eventDetail .moreBtn span{
	background:#0039ac;
	color:#fff;
	font-size:0.8em;
	padding:0.5em 1em;
}
.eventDetail .moreBtn span:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

.moreContents{
	display:none;
}
.no-accordion .moreContents{
	display:block;
}

.accordion-open .title img,
.accordion-open .chuukei,
.accordion-open .moreBtn,
.accordion-open .sche a,
.no-accordion .title img,
.no-accordion .chuukei,
.no-accordion .moreBtn,
.no-accordion .sche a{
	display:none;
}

/*------------------------------------------------
kouza koumuin
-------------------------------------------------*/

.inTable td,
.inTable th{
	border:none !important;
	padding:0.2em !important;
	width:auto !important;
	vertical-align:top;
}




</pre></body></html>