@charset "utf-8";
#bg_main_image {
	background-image: url(../img/img_main.jpg);
}

.nav_contents > ul > li:nth-child(1) .image:before{
	background-image: url(../img/img_photo01.jpg);
}
.nav_contents > ul > li:nth-child(2) .image:before{
	background-image: url(../img/img_photo02.jpg);
}




@media screen and (min-width:1025px) {
}

@media screen and (max-width: 1024px) and (min-width: 751px) {
}

@media print, screen and (min-width: 751px) {
#nav_image_local > ul > li:nth-child(1) > a{
	background-image: url(../img/img_photo01.jpg);
}
#nav_image_local > ul > li:nth-child(2) > a{
	background-image: url(../img/img_photo02.jpg);
}
#nav_image_local > ul > li:nth-child(3) > a{
	background-image: url(../img/img_photo03.jpg);
}
}

@media screen and (max-width: 750px) {

}
