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

body {
	background: url(../img/take.png) no-repeat center center/cover;
	background-attachment: fixed;
}
.g_nav li.bu.current a {
	background: url(../img/nav.svg) no-repeat right -60px;
}
#banner {
	max-width: 320px;
	height: 250px;
	margin: 20px auto;
}
#banner img {
	max-width: 100%;
}
#banner a {
	display: block;
	width: 100%;
}
#banner a:hover {
	opacity: 0.7;
}
#muryou{
	margin: 20px auto;
	width: 200px;
	height: 50px;
		white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
#muryou a {
	display: block;
	width: 200px;
	height: 50px;
	background: url(../img/nav.svg) no-repeat left top;
}
#muryou a:hover {
	background: url(../img/nav.svg) no-repeat right top;
}
@media screen and (max-width:999px){
.g_nav li.bu.current a {
	background: url(../img/nav2.png) no-repeat -272px bottom;
}
}