<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 */

#children h1 {
margin: 0 0 20px 0;
padding: 0;
font-size: 60px;
line-height: 65px;
}

#children h1 span {
font-size: 30px;
}

#children .city {
margin: 0 0 14px 0;
display: inline-block;
border-bottom: #DE0B0E 3px solid;
font-size: 18px
}

#children a {
color: #CD471E;
text-decoration: underline;
}

#children .lead {
line-height: 1.6em;
margin: 0 0 20px 0;
}

#children .guide {
	padding:15px 20px;
	color: #ab4315;
	line-height:20px;
	margin: 30px 0 50px 0;
	border-bottom: #ab4315 1px solid;
	border-top: #ab4315 1px solid;
}

#children .guide img {
margin: -30px 15px 20px -20px;
float: left
}

#children h2 {
font-size: 30px;
margin: 0;
clear: both;
line-height: 1.2em;
color: #ab4315;
}

#children h2 span {
font-size: 60%;
color: #8F8F8F;
}

#children h3 {
font-size: 24px;
}



#children .history h4 {
margin: 40px 0 5px 0;
color: #CD471E;
}


/* slider */


#children .swiper-container {
	margin:30px auto;
	width: 610px;
   height: 470px;
   clear: both;
}

#children .swiper-slide {
	width:610px;
	font-size:12px;
	text-align: center;
	line-height:1.4em;
	color: #000000;
}

#children .swiper-slide img {
	margin:0 0 7px 0;
}

#children .swiper-button-prev {
	background:url(prev.png) no-repeat left;
	width:250px;
	height:300px;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	display:block;
	margin:0;
	margin:-200px 0 0 -10px;
}

#children .swiper-button-next {
	background:url(next.png) no-repeat right;	
	width:250px;
	height:300px;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	display:block;
	margin:-200px -10px 0 0;
}

#children .swiper-button-prev:hover,
#children .swiper-button-next:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

#children .swiper-pagination {
	padding:0;
	margin:50px 0 0 0;
	top:400px;
}


#children .swiper-pagination-bullet-active{
background: #ab4315
}

/*  For Responsivizer  */


body.white .site #children {
color: #333333;
}

body.white .site #children h4{
font-weight: bold;
}

body.white .site #children {
width: 100%;
font-size:94%;
}

body.white .site #childreni .lead {
	font-size:12px;
	line-height:16px;
	margin:30px 5px 10px 5px;
	width: 96%;
}

body.white .site #children .swiper-container {
width:100%;
margin-bottom: 40px;
height: 300px;
}

body.white .site #children .swiper-pagination {
	padding:0;
	margin:20px 0 15px 0;
	top:260px;
}

body.white .site #children h3 {
border-top: #ab4315 1px solid;
margin: -11px 0 0 0;
padding-top:15px;
line-height: 1.2em;
}



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