@import url("./include.css");


img.F02_HomePhot {
	width: 95%;
	height: auto;
	border: 0px;
	margin-top: 1%;
}


img.L01_oshirase {
	width: 50%;
	height: auto;
	border: 0px;
	margin-top:10px;
}


img.F08_check {
	width: 90%;
	height: auto;
	border: 0px;
	margin-top:10px;
}

@media (min-width: 1000px) {
	a.B01_shoukai, a.B02_katudou, a.B03_nittei, a.B04_seiseki, a.B05_moushikomi, a.B07_taikann {

		width: 190px;
		height: 62px;

		display: inline-block;
		color: rgba(0,0,0,0); /* 文字色は透明 */
	}

	#jump_menu {
		line-height: 98px;
	}

	a.B01_shoukai {
		background: url(../parts/BL01_shoukai.jpg) no-repeat top;
	}
	a.B01_shoukai:hover {
		background: url(../parts/BL01_shoukai.jpg) no-repeat bottom;
	}

	a.B02_katudou {
		background: url(../parts/BL02_katudou.jpg) no-repeat top;
	}
	a.B02_katudou:hover {
		background: url(../parts/BL02_katudou.jpg) no-repeat bottom;
	}

	a.B03_nittei {
		background: url(../parts/BL03_nittei.jpg) no-repeat top;
	}
	a.B03_nittei:hover {
		background: url(../parts/BL03_nittei.jpg) no-repeat bottom;
	}

	a.B04_seiseki {
		background: url(../parts/BL04_seiseki.jpg) no-repeat top;
	}
	a.B04_seiseki:hover {
		background: url(../parts/BL04_seiseki.jpg) no-repeat bottom;
	}

	a.B05_moushikomi {
		background: url(../parts/BL05_moushikomi.jpg) no-repeat top;
	}
	a.B05_moushikomi:hover {
		background: url(../parts/BL05_moushikomi.jpg) no-repeat bottom;
	}

	a.B07_taikann {
		background: url(../parts/BL07_taikann.jpg) no-repeat top;
	}
	a.B07_taikann:hover {
		background: url(../parts/BL07_taikann.jpg) no-repeat bottom;
	}
}


@media (max-width: 999px) {
	a.B01_shoukai, a.B02_katudou, a.B03_nittei, a.B04_seiseki, a.B05_moushikomi, a.B07_taikann {
		width: 280px;
		height: 91px;
		display: inline-block;
		color: rgba(0,0,0,0); /* 文字色は透明 */
	}

	#jump_menu {
		line-height: 140px;
	}

	a.B01_shoukai {
		background: url(../parts/B01_shoukai.jpg) no-repeat top;
	}
	a.B01_shoukai:hover {
		background: url(../parts/B01_shoukai.jpg) no-repeat bottom;
	}

	a.B02_katudou {
		background: url(../parts/B02_katudou.jpg) no-repeat top;
	}
	a.B02_katudou:hover {
		background: url(../parts/B02_katudou.jpg) no-repeat bottom;
	}

	a.B03_nittei {
		background: url(../parts/B03_nittei.jpg) no-repeat top;
	}
	a.B03_nittei:hover {
		background: url(../parts/B03_nittei.jpg) no-repeat bottom;
	}

	a.B04_seiseki {
		background: url(../parts/B04_seiseki.jpg) no-repeat top;
	}
	a.B04_seiseki:hover {
		background: url(../parts/B04_seiseki.jpg) no-repeat bottom;
	}

	a.B05_moushikomi {
		background: url(../parts/B05_moushikomi.jpg) no-repeat top;
	}
	a.B05_moushikomi:hover {
		background: url(../parts/B05_moushikomi.jpg) no-repeat bottom;
	}

	a.B07_taikann {
		background: url(../parts/B07_taikann.jpg) no-repeat top;
	}
	a.B07_taikann:hover {
		background: url(../parts/B07_taikann.jpg) no-repeat bottom;
	}
}

