@charset "utf-8";

/*　おつまみ・鉄板焼き
------------------------------------------------------------ */

#img_top {
	width: 990px;
	height: 100px;
	_height: 130px;
	padding-top: 30px;
}
.menu_table dt, .menu_table_h dt{
	position: relative;
	padding-left: 15px;
}
.menu_table dt::before, .menu_table_h dt::before{
	position: absolute;
	content:"・";
	left: 0;
}
@media screen and (max-width: 1000px) {
	#img_top{
        width: 100%;
        height: auto;
		margin-bottom: 20px;
    }
	img{
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.menu_table dt, .menu_table_h dt{
		font-size: 14px;
	}
	.menu_table dt::before, .menu_table_h dt::before{
		position: absolute;
		content:"・";
	}
}