@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
}
em {
	font-style: normal;
}
li {
	list-style: none;
}
#header,#main-img,#Gnav,#contents,#footer {
	width: 960px;
	margin: 0px auto;
}
body {
	background: url(https://mitsuba-hoikuen.com/img/bg_body.gif);
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

/*======================================================*
*
*		iPad
*
*=======================================================*/

@media screen and (max-width:768px) {
	#header,#main-img,#Gnav,#contents,#footer {
		width: 748px !important;
		margin: 0px auto;
	}
	#section {
		width: 344px;
		float: left;
	}
	#section td a {
		width: 15em;
		font-size: 0.8em;
	}
	#aside {
		width: 364px;
		float: right;
	}
	#header {
		width: 600px;
	}
	#main-img img {
		display: none;
	}
	#Aside ul li {
		padding: 0px 10px;
		float: left;
	}
	#Gnav ul li a {
		width: 146px;
		height: 46px;
		margin-left: 3px;
		display: block;
		text-indent: -9999px;
	}
	#gnav01 li a {
		background: url(https://mitsuba-hoikuen.com/img/gnav01b.png) no-repeat !important;
	}
	#gnav02 li a {
		background: url(https://mitsuba-hoikuen.com/img/gnav02b.png) no-repeat !important;
	}
	#gnav03 li a {
		background: url(https://mitsuba-hoikuen.com/img/gnav03b.png) no-repeat !important;
	}
	#gnav04 li a {
		background: url(https://mitsuba-hoikuen.com/img/gnav04b.png) no-repeat !important;
	}
	#gnav05 li a {
		background: url(https://mitsuba-hoikuen.com/img/gnav05b.png) no-repeat !important;
	}
	#Gnav ul li a:hover {
		background-position: 0px -46px;
	}
	#footer p.cp {
		position: absolute;
		bottom: -25px;
	}
}