/******************************************
/* 竪琴教室
*******************************************/
/*表示中メニュー*/
#menu_leier{
	background-image: url(../images/nav_leier_2.png) ;
	background-repeat: no-repeat;
}

#menu_leier img{
	display: none;
}

/*竪琴の紹介*/
#leier_instrument_pic{
	margin-right: 20px;
	width: 250px;
}
#leier_instrument_pic img{
	width: 250px;
	height: auto;
}

/******************************************
/* スマホ対応
*******************************************/
@media screen and (max-width:767px){
	#menu_leier{
		background-image:none !important;
	}
}
