@charset "utf-8";
/* CSS Document */


/*------------------------------------------------
共通設定
------------------------------------------------*/
body {
    background: #fff;
    color: #333;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    position: relative;
}

.wrap {
    clear: both;
    width: 100%;
}

.box {
    clear: both;
    margin: 0 auto;
    min-width: 950px;
    text-align: left;
    width: 950px;
}


/*------------------------------------------------
イメージ
------------------------------------------------*/
a img,
input[type="image"] {
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    text-decoration: none;
    transition: all .2s ease;
}

a:hover img,
input[type="image"]:hover {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.img_box img,
.img_box input[type="image"] {
    width: 100%;
}

/*ios*/
.ua-ios a:hover img,
.ua-ios input[type="image"]:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .2);
    opacity: 1;
}


/*------------------------------------------------
リンク
------------------------------------------------*/
a {
    color: #e9014e;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    outline: none;
}

a.line {
    text-decoration: underline;
}

a.line:hover {
    text-decoration: none;
}

.bl {
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    display: block;
    transition: all .2s ease;
}

.bl:hover {
    filter: alpha(opacity=50);
    opacity: .5;
    text-decoration: none;
}

.bl:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
}

/*ios*/
.ua-ios .bl:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .2);
    opacity: 1;
    text-decoration: none;
}


/*------------------------------------------------
プレースホルダー
------------------------------------------------*/
::-webkit-input-placeholder {
    color: #bbb;
}

:-ms-input-placeholder {
    color: #bbb;
}

::-moz-placeholder {
    color: #bbb;
}

placeholder {
    color: #bbb;
}


/*------------------------------------------------
テキスト
------------------------------------------------*/
.f_09 {
    font-size: 9px;
}

.f_10 {
    font-size: 10px;
}

.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_17 {
    font-size: 17px;
}

.f_18 {
    font-size: 18px;
}

.f_19 {
    font-size: 19px;
}

.f_20 {
    font-size: 20px;
}

.f_21 {
    font-size: 21px;
}

.f_22 {
    font-size: 22px;
}

.f_23 {
    font-size: 23px;
}

.f_24 {
    font-size: 24px;
}

.f_25 {
    font-size: 25px;
}

.f_26 {
    font-size: 26px;
}

.c_01 {
    color: #e9014e;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.line {
    text-decoration: underline;
}

.wf {
    font-family: 'Open Sans Condensed', sans-serif;
}


/*------------------------------------------------
テーブル／テーブルセル／インラインブロック／フレックスボックス
------------------------------------------------*/
table {
    border-collapse: collapse;
    width: 100%;
}

.table {
    border-collapse: collapse;
    display: table;
    width: 100%;
}

.cel {
    display: table-cell;
}

.inline_outer {
    letter-spacing: -.4em;
}

.inline {
    display: inline-block;
    letter-spacing: normal;
}

.block {
    display: block;
}

.ie7lt .cel,
.ie7lt .inline {
    display: inline;
    zoom: 1;
}

.flex_wrap {
    -js-display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*------------------------------------------------
コンテンツ
------------------------------------------------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}


/*------------------------------------------------
リスト
------------------------------------------------*/
.demical_list {
    display: list-item;
    list-style: outside decimal;
    margin-left: 1.7em;
}

.disc_list {
    display: list-item;
    list-style: outside disc;
    margin-left: 1.7em;
}

.alpha_list {
    display: list-item;
    list-style: outside lower-alpha;
    margin-left: 1.7em;
}

.kome_mark {
    width: 12px;
}
