@charset "utf-8";
    

/* 汎用：プロパティ指定 */
.vaTop {
    vertical-align: top;
}
.vaMiddle {
    vertical-align: middle;
}
.vaBottom {
    vertical-align: bottom;
}
.taleft {
    text-align: left;
}
.taRight {
    text-align: right;
}
.taCenter {
    text-align: center;
}

.allClear {
    clear: both;
}
.en {
    font-family: Arial, sans-serif;
}

.fs10 {
    font-size: 10px;
}
.fs11 {
    font-size: 11px;
}
.fs12 {
    font-size: 12px;
}
.fs14 {
    font-size: 14px;
}
.fs16 {
    font-size: 16px;
}
.fs18 {
    font-size: 18px;
}
.fs20 {
    font-size: 20px;
}
.fs24 {
    font-size: 24px;
}
.fs30 {
    font-size: 30px;
}
.fs36 {
    font-size: 36px;
}

.container {
    overflow: hidden;
}
.container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .container {
    height: 1em;
    overflow: visible;
}
/**/
