<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------
over wright
-------------------------------------------------*/
.lead{
	margin-bottom:30px;
}

.container article{
	margin-bottom:30px !important;
}
#footMenuBox{
	margin-top:0 !important;
}
.mainBox {
padding-bottom: 0;
}
#smPage-top{
	margin-top:0;
}
/*------------------------------------------------
original
-------------------------------------------------*/
.keyimgBox{
	margin-bottom:0 !important;
	background:#000000;
}
.containerOuter{
	margin-top:0 !important;
	padding-top:40px;
	padding-bottom: 40px;
	background:#ffffff;
}
section.container article h2{
	position:relative;
	margin-bottom:0 !important;
	padding:20px 40px 30px 40px;
	background:#a9f0a2;
	background-position:center bottom;
	border:none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size:1.8em;
	text-align:center;
	color:#333333;
}
section.container article h2:after{
	background-color: #ffffff;
}
section.container article{
	padding-bottom:30px;
	border:5px solid #a9f0a2;
	background:#fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.articleBody{
	margin-top:0 !important;
	padding:20px 40px 0 40px;
	text-align:center;
	background:url(/event/real/images/index/img_real.png) no-repeat 50% 50%;
}


@media screen and (max-width:767px) {
	section.container article{
		width:95%;
	}
}

.btnNavi{
	background:#cccccc;
	border:1px solid #cccccc;
	color:#333333;
	}


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