@charset "utf-8";

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

body {
    color: #222;
    font-family: "Lucida Grande", "segoe UI", helvetica, Verdana, sans-serif, "Yu Gothic", YuGothic, "Meiryo", "Meiryo UI", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic";
    font-size: small;
    text-align: center;
}

a {
    color: #333;
    outline: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

a:link, a:visited, a:active {
    color: #333;
}

.alnC {
    text-align: center;
}

.alnL {
    text-align: left;
}

.alnR {
    text-align: right;
}

.ymWide {
    margin-bottom: 30px;
}

.ymNormal {
    margin-bottom: 20px;
}

.ymNarrow {
    margin-bottom: 10px;
}

.xpNarrow {
    padding-left: 5px;
    padding-right: 5px;
}

.xpWide {
    padding-left: 20px;
    padding-right: 20px;
}

.ypNormal {
    padding-bottom: 10px;
    padding-top: 10px;
}

.ypWide {
    padding-bottom: 20px;
    padding-top: 20px;
}

.txtNote {
    font-size: 90%;
}

.txtWelcome {
    font-size: 120%;
}

.txtBold {
    font-weight: 700;
}

.txtLargeBold {
    font-size: 120%;
    font-weight: 700;
}

.txtAlert {
    font-size: 110%;
    color: #f33;
}

.txtNotice {
    font-size: 90%;
    color: #ff4500;
}

.txtDone {
    color: #3c3;
}

.txtYet {
    color: #c33;
}

.required {
    background-color: #fff1f1;
    font-size: 120%;
}

.hide {
    display: none;
}

.debug {
    background-color: #ffaaaa;
}

.debug h1 {
    background-color: #b2dfdd;
    color: #222;
    font-size: medium;
    font-weight: 700;
    margin: 20px 0 0 0;
    padding: 10px;
    position: relative;
}

.debug table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: small;
}

.debug tr {
    margin: 0;
    padding: 0;
}

.debug td {
    border: 1px solid #ccc;
    margin: 0;
    padding: 5px;
}
