@charset "utf-8";

/*　ドリンク
------------------------------------------------------------ */

#img_top {
	width: 990px;
	height: 100px;
	_height: 130px;
	padding-top: 30px;
}
.h24{
	height: 24px !important;
}
.w82{
	width: 82px;
	text-align: center !important;
	padding-right: -2px !important;
}
.menu_table th, .menu_table_h th{
	text-align: center !important;
}
.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, .menu_table_h dt{
		font-size: 14px;
	}
	/* .menu_table dt::before, .menu_table_h dt::before{
		position: absolute;
		content:"・";
	} */
}