@charset "UTF-8";

.cls_line_high_24    {line-height:24px} /* ラインの高さ */
.cls_line_high_30    {line-height:30px} /* ラインの高さ */

a {
    text-decoration:none;
    color: #0098FF;
}
a:hover {
    text-decoration:underline;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0.1em;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
* {
    margin: 0;
    padding: 0;
}
body, p, caption, th, td, ul, ol, li, dl, dt, dd, form, input, textarea {
    font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
body, th, td {
    margin: 0;
    color: #333333;
}
th, td {
    font-size: 100%;
}
* html th, * html td {
    font-size: 84%;
}
* {
    padding: 0;
}
img {
    border: 0 none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}
th {
    font-style: normal;
    font-weight: normal;
    text-align: left;
}
.clear {
    clear: both;
}
.c_left {
    clear: left;
}
.c_right {
    clear: right;
}
.f_left {
    float: left;
}
.f_right {
    float: right;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
hr {
    border-color: #dbdbdb;
    background-color: #dbdbdb;
    clear: both;
    height: 1px;
    line-height: 1em;
    margin-bottom: 0.05em;
}

a:hover img {
    -moz-opacity:0.7;
    opacity:0.7;
    filter: alpha(opacity=70);
    }

#idFooterWrap {
    position: fixed; /* フッターを固定する */
    bottom: 0; /* 画面の下部に配置 */
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #F7FAFD;
    color: #003A88;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
      