@charset "UTF-8";
/* $Id: style.css 81 2017-10-21 06:59:25Z smatsushita $ */

html, body, button, input, textarea, select, select>option {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, "PT Sans", Helvetica Neue, Helvetica, Arial, Sans-serif;
}

body, th, td {
    font-size: 14px;
}

.message-flag-icon {
    width: 18px;
    height: 12px;
}

/* 可変幅フォント */
.proportional {
    font-family: inherit;
}

/* 等幅フォント */
.nonproportional {
    font-family: "Osaka−等幅", "ＭＳ ゴシック", "monospace";
}

button, input, textarea, select, option {
    font-size: inherit;
}

body[link="#0D47A1"] a {
    text-decoration: none;
}

body[link="#0D47A1"] a:hover {
    text-decoration: underline;
}
.global-menu a:hover {
    text-decoration: none !important;
}
