@charset "UTF-8";

/* 長いURL・文字列の折り返し対応 */
a {
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
    text-align: left;
}
