@charset "utf-8";
/* 京都幼児教室＆京都きらら学園共用トップページ */
html, body {
	height: 100%;
	min-height:400px;
}
body.metatoppage #wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
	background-color:#fff9f9;
	background-image:
	url(metatop_momobg_left.png),
	url(metatop_momobg_right.png),
	url(metatop_momobg_bottom.png),
	url(metatop_momobg_head.png);
	background-repeat:repeat-y, repeat-y, repeat-x, repeat-x;
	background-position:left center, right center, center bottom, center top;
}

.ie7 body.metatoppage #wrapper,
.ie8 body.metatoppage #wrapper,
.ie9 body.metatoppage #wrapper{
	-pie-background:
	url(http://www.kirara-kids.com/metayou/metatop_momobg_left.png) repeat-y left center, 
	url(http://www.kirara-kids.com/metayou/metatop_momobg_right.png) repeat-y right center, 
	url(http://www.kirara-kids.com/metayou/metatop_momobg_head_ie.png) repeat-x center top;
	behavior: url(http://www.kirara-kids.com/metayou/PIE.htc);
}

body.metatoppage div#wrapper div#content {
	width:100%;
	padding-bottom: 18px;
	position:relative;
}
div#wrapper div#content h1#logo img {
	display:block;
	width:196px;
	height:198px;
	margin:0% auto;
	padding-top:3%;
}
div#wrapper div#content ul.midashi {
	display:block;
	width:210px;
	height:120px;
	margin:0 auto;
	margin-top:20px;
	text-shadow: 1px 1px 0 #fff;
	padding-bottom:20px;
}
div#content ul.midashi li {
	margin-top:15px;
	margin-bottom:15px;
}
div#content ul.midashi li a {
	text-decoration:none;
}
div#content ul.midashi li a span.sitebtn {
	display:block;
	width:150px;
	height:15px;
	border:1px solid #D8A49C;
	padding:7px 10px 7px 45px;
	border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 1px 1px 0 #fff;
	-webkit-box-shadow: 1px 1px 0 #fff;
	font-size:110%;
	line-height:1.1;
	color:#D8A49C;
	font-weight:bold;
	background-image:url(metatop_triarrowonoff.png);
	background-repeat:no-repeat;
	background-position:15% -26%;
}
div#content ul.midashi li a span.sitebtn_last{
	height:30px;
	background-position:15% -60%;
	}
div#content ul.midashi li a span.jikan {
	letter-spacing:0.24em;
	font-size:120%;
}
div#content ul.midashi li a span.jikan2 {
	letter-spacing:0.05em;
	font-size:120%;
}
div#content ul.midashi li a span.jikan3 {
	letter-spacing:0;
	font-size:98%;
	text-align:center;
}
/*ie7と8用*/
.ie7 body.metatoppage div#content ul.midashi li a span.sitebtn,
.ie8 body.metatoppage div#content ul.midashi li a span.sitebtn {
	border-radius:10px;
	box-shadow: 1px 1px 0 #fff;
	/*PIE*/
  position:relative;
	behavior: url(http://www.kirara-kids.com/metayou/PIE.htc);
}
/*div#content ul.midashi li a:hover span.sitebtn {
	color:#fff;
	font-size:110%;
	background-image:url(metatop_triarrowonoff.png);
	background-repeat:no-repeat;
	background-position:15% 135%;
	background-color:#F7AAAA;
	text-shadow:none;
}*/
div#content ul.midashi li.kokuchi {
	font-size:80%;
	color:#FF75AD;
	text-align:center;
	margin:0% auto;
	line-height:2;
	border:none;
	white-space:nowrap;
	text-indent:-4em;
}
div#wrapper div#content img.kumaillust {
	display:block;
	width:275px;
	height:170px;
	margin:130px auto;
	/*padding-top:8%;*/
}
body.metatoppage div#wrapper div#footer {
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: 0;
	background: url(metatop_footerbg.png) repeat-x;
	border-top:1px solid #e8c5ae;
}
body.metatoppage div#wrapper div#footer footer {
	height: 15px;
	border-top:1px solid #fff;
}
body.metatoppage div#wrapper div#footer footer p {
	text-align:right;
	padding-right:3em;
	font-size:70%;
	color:#fff;
	line-height:1.6;
}

@media only screen and (max-width: 480px) {
	
	html, body {
		height: 100vh;
		min-height:100vh;
	}
	body.metatoppage #wrapper {
		width: 100vw;
		min-height: 100vh;
		height: auto !important;
		height: 100vh;
		margin: 0 auto;
		position: relative;
		background-color:#fff9f9;
		background-image:
		url(metatop_momobg_left.png),
		url(metatop_momobg_right.png),
		url(metatop_momobg_bottom.png),
		url(metatop_momobg_head.png);
		background-repeat:repeat-y, repeat-y, repeat-x, repeat-x;
		background-position:left center, right center, center bottom, center top;
	}
	body.metatoppage div#wrapper div#content {
		width:100vw;
		padding-bottom: 15px;
		position:relative;
	}
	div#wrapper div#content h1#logo img {
		display:block;
		width:40vw;
		height:auto;
		margin:0% auto;
		padding-top:3vh;
	}
	div#wrapper div#content ul.midashi {
		display:block;
	width:200px;
	height:100px;
	margin:0 auto;
	margin-top:4vh;
	text-shadow: 1px 1px 0 #fff;
	padding-bottom:6vh;
	}
	div#content ul.midashi li {
		margin-top:1.5vh;
		margin-bottom:1.5vh;
	}
	div#content ul.midashi li a {
		text-decoration:none;
	}
	div#content ul.midashi li a span.sitebtn {
		display:inline-block;
		width:11rem;
		height:1.4rem;
		border:1px solid #D8A49C;
		padding:7px 10px;
		border-radius:10px;
		box-shadow: 1px 1px 0 #fff;
		font-size:1.2rem;
		line-height:1.3;
		color:#D8A49C;
		font-weight:bold;
		white-space: nowrap;
		background-image: none;
		text-align: center;
	}
		div#content ul.midashi li a span.sitebtn_last{
	height:2.5rem;
	background-position:15% -60%;
	}
	div#content ul.midashi li a:hover span.sitebtn {
		background-image: none;
	}
	div#content ul.midashi li a span.jikan {
		letter-spacing:0.24em;
		font-size:1.2rem;
	}
	div#content ul.midashi li a span.jikan2 {
		letter-spacing:0.05em;
		font-size:1.2rem;
	}
	div#content ul.midashi li a span.jikan3 {
	letter-spacing:0;
	font-size:98%;
	text-align:center;
}

	div#content ul.midashi li a:hover span.sitebtn {
		color:#fff;
		font-size:1.4rem;
		background-color:#F7AAAA;
		text-shadow:none;
	}
	div#content ul.midashi li a:hover span.sitebtn_last {
		font-size:98%;
	}
	div#content ul.midashi li.kokuchi {
		font-size:80%;
		color:#FF75AD;
		text-align:center;
		margin:0% auto;
		line-height:2;
		border:none;
		white-space:nowrap;
		text-indent:-4em;
	}
	div#wrapper div#content img.kumaillust {
		display:block;
		width:60vw;
		height:auto;
		margin:20vh auto 0;
		/*padding-top:8%;*/
	}
	body.metatoppage div#wrapper div#footer {
		display: none;
	}
  }
