@charset "UTF-8";

/*=================================================*
 * base style
 *=================================================*/
* {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: left;
    -o-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    word-wrap: break-word;
}

html,
body {
    color: #333 !important;
    display: block !important;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif !important;
    line-height: 1.6em;
    letter-spacing: 0;
    width: 100%;
    font-size: 14px;
}

body {
    padding: 0 0;
}

a {
    color: rgba(18, 83, 164, 1.0);
}

img {
    border: none;
    display: block;
    float: none;
    height: auto;
    max-width: 100%;
}

.clearfix {

}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.tL {
    text-align: left;
}

.tR {
    text-align: right;
}

.tC {
    text-align: center;
}

.bold {
    font-weight: 700;
}
