
#submenu {
    width: 25%;
    float: right;
    font-family: YuMincho, '游明朝', serif;

    

}

#submenu li {
	list-style: none;
    line-height: 60px;
    max-height: 60px;
    border: 2px solid black;
    text-align: center;
    width: 80%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 10px;
}



#submenu a {
	display: block;
    font-size: 18px;
    color: black;

	
}

#submenu a:hover {
	background-color: #dddddd;
}


/* PC */



/* tablet */
@media all and (max-width: 768px) {

    }
/* tablet */


/* smartphone */
@media all and (max-width: 480px) {

    }
/* smartphone */

