@charset "utf-8";

/*
リセットおよび各タグの設定
------------------------------------*/
html, body, #wrap {
    height: 100%;
}

html, body, div, p, ul, ol, li, dl, dt, dd, pre, h1, h2, h3, h4, h5, h6, table, th, td, form, fieldset, input, textarea, select, img {
    margin: 0px;
    padding: 0px;
}

body {
    background: #fff;
    color: #333;
    font-size: 14px;
    text-align: left;
    font-family: "myriad-pro", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

    line-height: 120%;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.1em;
}

input, textarea {
    font-size: 12px;
    color: #333;
}

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

img {
    border: 0;
    vertical-align: bottom;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: normal;
}

p {
    line-height: 140%;
}

td, th {
    text-align: left;
    vertical-align: top;
}

ul, ol, li {
    list-style: none;
}

/*
余白
------------------------------------*/
.mt_05 {
    margin-top: 5px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_25 {
    margin-top: 25px;
}

.mt_30 {
    margin-top: 30px;
}

.mb_05 {
    margin-bottom: 5px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_25 {
    margin-bottom: 25px;
}

.mb_30 {
    margin-bottom: 30px;
}

.ml_05 {
    margin-left: 5px;
}

.ml_10 {
    margin-left: 10px;
}

.ml_15 {
    margin-left: 15px;
}

.ml_20 {
    margin-left: 20px;
}

.ml_25 {
    margin-left: 25px;
}

.ml_30 {
    margin-left: 30px;
}

.mr_05 {
    margin-right: 5px;
}

.mr_10 {
    margin-right: 10px;
}

.mr_15 {
    margin-right: 15px;
}

.mr_20 {
    margin-right: 20px;
}

.mr_25 {
    margin-right: 25px;
}

.mr_30 {
    margin-right: 30px;
}

.pt_05 {
    padding-top: 5px;
}

.pt_10 {
    padding-top: 10px;
}

.pt_15 {
    padding-top: 15px;
}

.pt_20 {
    padding-top: 20px;
}

.pt_25 {
    padding-top: 25px;
}

.pt_30 {
    padding-top: 30px;
}

.pb_05 {
    padding-bottom: 5px;
}

.pb_10 {
    padding-bottom: 10px;
}

.pb_15 {
    padding-bottom: 15px;
}

.pb_20 {
    padding-bottom: 20px;
}

.pb_25 {
    padding-bottom: 25px;
}

.pb_30 {
    padding-bottom: 30px;
}

.pl_05 {
    padding-left: 5px;
}

.pl_10 {
    padding-left: 10px;
}

.pl_15 {
    padding-left: 15px;
}

.pl_20 {
    padding-left: 20px;
}

.pl_25 {
    padding-left: 25px;
}

.pl_30 {
    padding-left: 30px;
}

.pr_05 {
    padding-right: 5px;
}

.pr_10 {
    padding-right: 10px;
}

.pr_15 {
    padding-right: 15px;
}

.pr_20 {
    padding-right: 20px;
}

.pr_25 {
    padding-right: 25px;
}

.pr_30 {
    padding-right: 30px;
}

/*
配置
------------------------------------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    margin: 0 auto;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.vb {
    vertical-align: bottom;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

/*
フォント
------------------------------------*/
.lh_100 {
    line-height: 100%;
}

.lh_120 {
    line-height: 120%;
}

.lh_160 {
    line-height: 160%;
}

.lh_180 {
    line-height: 180%;
}

.fn {
    font-weight: normal;
}

.fb {
    font-weight: bold;
}

.f_11 {
    font-size: 11px;
}

.f_12 {
    font-size: 12px;
}

.f_13 {
    font-size: 13px;
}

.f_14 {
    font-size: 14px;
}

.f_15 {
    font-size: 15px;
}

.f_16 {
    font-size: 16px;
}

.f_18 {
    font-size: 18px;
}

.f_20 {
    font-size: 20px;
}

.f_22 {
    font-size: 22px;
}

.f_24 {
    font-size: 24px;
}

.f_26 {
    font-size: 26px;
}

.f_28 {
    font-size: 28px;
}

.f_30 {
    font-size: 30px;
}

.f_38 {
    font-size: 38px;
}

.f_44 {
    font-size: 44px;
}

.f_48 {
    font-size: 48px;
}

.f_60 {
    font-size: 60px;
}

/*
カラー
------------------------------------*/
.red {
    color: #FF0000;
}

.black {
    color: #000000;
}

.blue {
    color: #004799;
}

.gray_01 {
    color: #666;
}
