@charset "UTF-8";
/* 2025.04.30 */
#translate {
    margin-bottom: -10px;
    margin-top: 10px;
    font-size: 12px;
    position: relative;
    z-index: 10;
}

dl#msta_langArea olang {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
}

dd.msta_standby {
    padding: 0 5px;
    cursor:	pointer;
}

dt.sub-menu-head {
    background: #d7ecff;
    padding: 0 7px;
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
	dl#msta_langArea olang {
	    justify-content: flex-start;
	}

	.header_siteName {
		width: 30%;
	}
}

/* top page only */
.Pages_index div#translate {
    margin: 0px;
}
