<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

h3 {
	padding:10px 20px 0 20px;
	background-color:#FFFBEC;
	line-height:150%;
}
h4 {
	padding:40px 20px;
	background-color:#663300;
	border-radius: 20px 20px 0 0;
	color:#F0F0E0;
	text-align:center;
}
#yokoku {
	margin-bottom:40px;
	padding:10px 20px;
	background-color:#FFFBEC;
	border-right: #663300 6px solid;
	border-bottom: #663300 6px solid;
	border-left: #663300 6px solid;
	border-radius: 0 0 20px 20px;
}
#yokoku p {
	border-bottom: 2px dotted #663300;
	display:inline;
	padding: 10px 0;
	line-height:175%;
	background-color:rgba(255,255,255,0.01);
}
#yokoku dl {
	margin:20px 0;
	line-height:150%;
}
#yokoku dt {
	width:150px;
	margin-bottom:20px;
	padding:20px;
	background-color:#663300;
	color:#F0F0E0;
}
#yokoku dd {
	margin-left:20px;
	background-color:rgba(255,255,255,0.01);
}
#yokoku img {
	margin-bottom:20px;
}
#movie {
	width:980px;
	height:700px;
	padding:0 0;
	background: url(../images/top/bg_video.png) center top no-repeat;
}


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