@charset "Shift_JIS";

/*---- menu -------------------------------------------------------*/
#menu{
    /*    width:250px; */
    width : 100%; 
    vertical-align:top;
}

#menu_table{
	margin-top:10px;
	width:235px;
}

#menu td{
    background:url("img/button01.gif") center center no-repeat;
    background-size : contain;
    /*    height:53px; */
    height : calc(100vh / 10);
    /*    width:235px;  */
    width : 90%;
    padding:3px 0px 0px 3px;
    font-size : clamp(6px,8vw,32px);
    text-align: center;
}

#menu td a{
	color:#006699;
	text-decoration:none;

}

#menu td a:hover{
	color:#993366;
}
