﻿@charset "utf-8";
/* CSS Document 
  by Duc Nguyen (ドク)
*/
/* 
====================================================================================================
■ basic setting
 □ tag
 □ class
■ additional
■ layout
 □ #site_header
 □ main
 □ #sub_area
 □ #site_footer
----------------------------------------------------------------------------------------------------
※ 基本的にテンプレとしての簡易な整形レベルです。必ずサイトに合わせて各種設定を見直すこと。 
※ font-sizeに関しては、リセット後、#wrapperに18px相当で指定済。そこからの相対指定で行うこと。
　（親要素に既に%指定済の場合、子孫要素は基準が変わるので注意してください。）
※ サイト制作後、不要と思われるコメントはなるべく削除し整理すること。
==================================================================================================== */
/* 
====================================================================================================
■ basic setting
----------------------------------------------------------------------------------------------------
 □ tag
---------------------------------------------------------------------------------------------------- */
html {
    font-family: "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
    position: relative;
    margin: 0 auto;
    color: #333333;
    word-wrap: break-word;
    word-break: break-word;
    text-align:justify;
}

p, li, pre, td, th, dt, dd, h3, h4, h5 {
    line-height: 1.5;
}
/* 基本の行の高さ */
address {
    font-style: normal;
}
/* 
----------------------------------------------------------------------------------------------------
 □ class
---------------------------------------------------------------------------------------------------- */
/* 
--------------------------------------------------
 ▽ 文字装飾定義専用クラス
-------------------------------------------------- */
/* 主に新着情報への使用想定だが、通常コンテンツ内で使用も可 */
.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.text_center {
    text-align: center !important;
}

.text_justify {
    text-align: justify !important;
}

.text_nowrap {
    white-space: nowrap !important;
}

.text_lowercase {
    text-transform: lowercase !important;
}

.text_uppercase {
    text-transform: uppercase !important;
}

.text_capitalize {
    text-transform: capitalize !important;
}

.text_muted {
    color: #777 !important;
}

.text_normal {
    font-weight: normal !important;
}

.text_bold {
    font-weight: bold !important;
}

.text_red {
    color: #E75942 !important;
}

.text_black {
    color: #000000 !important;
}

.text_grey {
    color: #999999 !important;
}

.text_pink {
    color: #f66b82 !important;
}

.text_green {
    color: #8a9941 !important;
}

.text_blue {
    color: #00a2c6 !important;
}
/* このブルーはリンク色のブルーとは色味を若干変える事を推奨 */
.text_yellow {
    color: #feab0f !important;
}

.text_white {
    color: #F0F0F0 !important;
}

.text_purple {
    color: #b992ed !important;
}

.text_orange {
    color: #f29475 !important;
}
/* ページトップへのリンク */
.page_up {
    text-align: right;
    margin: 20px 10px 0;
}

    .page_up a {
        color: #333333;
    }
/* 
--------------------------------------------------
 ▽ font-size設定専用クラス
-------------------------------------------------- */
/* デフォルトでは#wrapperに18px相当の指定が設定済みのため、そこからの相対値になります。
※親要素に既に%指定済みの場合は子孫要素は基準が変わるのでこのクラスの使用は出来れば避けます。 */
.f10 {
    font-size: 10px !important;
}
/* 10px */
.f11 {
    font-size: 11px !important;
}
/* 11px */
.f12 {
    font-size: 12px !important;
}
/* 12px */
.f13 {
    font-size: 13px !important;
}
/* 13px */
.f14 {
    font-size: 14px !important;
}
/* 14px */
.f15 {
    font-size: 15px !important;
}
/* 15px */
.f16 {
    font-size: 16px !important;
}
/* 16px */
.f17 {
    font-size: 17px !important;
}
/* 17px */
.f18 {
    font-size: 18px !important;
}
/* 18px */
.f19 {
    font-size: 19px !important;
}
/* 19px */
.f20 {
    font-size: 20px !important;
}
/* 20px */
.f21 {
    font-size: 21px !important;
}
/* 21px */
.f22 {
    font-size: 22px !important;
}
/* 22px */
.f23 {
    font-size: 23px !important;
}
/* 23px */
.f24 {
    font-size: 24px !important;
}
/* 24px */
.f25 {
    font-size: 25px !important;
}
/* 25px */

/* 
--------------------------------------------------
 ▽ margin設定専用クラス
-------------------------------------------------- */
.m00 {
    margin: 0px !important;
}

.m05 {
    margin: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.m30 {
    margin: 30px !important;
}

.m35 {
    margin: 35px !important;
}

.m40 {
    margin: 40px !important;
}

.m45 {
    margin: 45px !important;
}

.mt00 {
    margin-top: 0px !important;
}

.mt01 {
    margin-top: 1px !important;
}

.mt02 {
    margin-top: 2px !important;
}

.mt03 {
    margin-top: 3px !important;
}

.mt04 {
    margin-top: 4px !important;
}

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

.mt06 {
    margin-top: 6px !important;
}

.mt07 {
    margin-top: 7px !important;
}

.mt08 {
    margin-top: 8px !important;
}

.mt09 {
    margin-top: 9px !important;
}

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

.mt11 {
    margin-top: 11px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt13 {
    margin-top: 13px !important;
}

.mt14 {
    margin-top: 14px !important;
}

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

.mt16 {
    margin-top: 16px !important;
}

.mt17 {
    margin-top: 17px !important;
}

.mt18 {
    margin-top: 18px !important;
}

.mt19 {
    margin-top: 19px !important;
}

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

.mt21 {
    margin-top: 21px !important;
}

.mt22 {
    margin-top: 22px !important;
}

.mt23 {
    margin-top: 23px !important;
}

.mt24 {
    margin-top: 24px !important;
}

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

.mt26 {
    margin-top: 26px !important;
}

.mt27 {
    margin-top: 27px !important;
}

.mt28 {
    margin-top: 28px !important;
}

.mt29 {
    margin-top: 29px !important;
}

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

.mt-31 {
    margin-top: -31px !important;
}

.mt31 {
    margin-top: 31px !important;
}

.mt32 {
    margin-top: 32px !important;
}

.mt33 {
    margin-top: 33px !important;
}

.mt34 {
    margin-top: 34px !important;
}

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

.mt36 {
    margin-top: 36px !important;
}

.mt37 {
    margin-top: 37px !important;
}

.mt38 {
    margin-top: 38px !important;
}

.mt39 {
    margin-top: 39px !important;
}

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

.mt41 {
    margin-top: 41px !important;
}

.mt42 {
    margin-top: 42px !important;
}

.mt43 {
    margin-top: 43px !important;
}

.mt44 {
    margin-top: 44px !important;
}

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

.mt46 {
    margin-top: 46px !important;
}

.mt47 {
    margin-top: 47px !important;
}

.mt48 {
    margin-top: 48px !important;
}

.mt49 {
    margin-top: 49px !important;
}

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

.mt51 {
    margin-top: 51px !important;
}

.mt52 {
    margin-top: 52px !important;
}

.mt53 {
    margin-top: 53px !important;
}

.mt54 {
    margin-top: 54px !important;
}

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

.mt56 {
    margin-top: 56px !important;
}

.mt57 {
    margin-top: 57px !important;
}

.mt58 {
    margin-top: 58px !important;
}

.mt59 {
    margin-top: 59px !important;
}

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

.mt61 {
    margin-top: 61px !important;
}

.mt62 {
    margin-top: 62px !important;
}

.mt63 {
    margin-top: 63px !important;
}

.mt64 {
    margin-top: 64px !important;
}

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

.mt66 {
    margin-top: 66px !important;
}

.mt67 {
    margin-top: 67px !important;
}

.mt68 {
    margin-top: 68px !important;
}

.mt69 {
    margin-top: 69px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt71 {
    margin-top: 71px !important;
}

.mt72 {
    margin-top: 72px !important;
}

.mt73 {
    margin-top: 73px !important;
}

.mt74 {
    margin-top: 74px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt76 {
    margin-top: 76px !important;
}

.mt77 {
    margin-top: 77px !important;
}

.mt78 {
    margin-top: 78px !important;
}

.mt79 {
    margin-top: 79px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt81 {
    margin-top: 81px !important;
}

.mt82 {
    margin-top: 82px !important;
}

.mt83 {
    margin-top: 83px !important;
}

.mt84 {
    margin-top: 84px !important;
}

.mt85 {
    margin-top: 85px !important;
}

.mt86 {
    margin-top: 86px !important;
}

.mt87 {
    margin-top: 87px !important;
}

.mt88 {
    margin-top: 88px !important;
}

.mt89 {
    margin-top: 89px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt91 {
    margin-top: 91px !important;
}

.mt92 {
    margin-top: 92px !important;
}

.mt93 {
    margin-top: 93px !important;
}

.mt94 {
    margin-top: 94px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mt96 {
    margin-top: 96px !important;
}

.mt97 {
    margin-top: 97px !important;
}

.mt98 {
    margin-top: 98px !important;
}

.mt99 {
    margin-top: 99px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mr00 {
    margin-right: 0px !important;
}

.mr05 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mb00 {
    margin-bottom: 0px !important;
}

.mb05 {
    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;
}

.ml00 {
    margin-left: 0px !important;
}

.ml05 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}
/* 
--------------------------------------------------
 ▽ padding設定専用クラス
-------------------------------------------------- */
.p00 {
    padding: 0px !important;
}

.p05 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p25 {
    padding: 25px !important;
}

.p30 {
    padding: 30px !important;
}

.p35 {
    padding: 35px !important;
}

.p40 {
    padding: 40px !important;
}

.p45 {
    padding: 45px !important;
}

.pt00 {
    padding-top: 0px !important;
}

.pt05 {
    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;
}

.pr00 {
    padding-right: 0px !important;
}

.pr05 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pb00 {
    padding-bottom: 0px !important;
}

.pb05 {
    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;
}

.pl00 {
    padding-left: 0px !important;
}

.pl05 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl45 {
    padding-left: 45px !important;
}
/* 
--------------------------------------------------
 ▽ radious（角丸）設定専用クラス
-------------------------------------------------- */
.r03 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.r04 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.r05 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.r06 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.r07 {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.r08 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.r09 {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.r10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.r11 {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

.r12 {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.r13 {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.r14 {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.r15 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.r16 {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.r17 {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

.r18 {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.r19 {
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
}

.r20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
/* 
--------------------------------------------------
 ▽ width
-------------------------------------------------- */
.w10 {
    width: 10% !important;
}

.w20 {
    width: 20% !important;
}

.w30 {
    width: 30% !important;
}

.w40 {
    width: 40% !important;
}

.w45 {
    width: 45% !important;
}

.w50 {
    width: 50% !important;
}

.w60 {
    width: 60% !important;
}

.w70 {
    width: 70% !important;
}

.w80 {
    width: 80% !important;
}

.w90 {
    width: 90% !important;
}

.w100 {
    width: 100% !important;
}
/* 
--------------------------------------------------
 ▽ 1カラムコンテンツ
-------------------------------------------------- */
.col01 {
}

    .col01 figure {
        margin: 0 auto 10px;
    }
/* 
--------------------------------------------------
 ▽ 左右均等2カラムコンテンツ
-------------------------------------------------- */
.col02:after {
    display: block;
    clear: both;
    content: "";
}

.col02 .float_l, .col02 .float_r {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.col02 .float_l {
    padding-right: 1%; /* ここで余白設定 */
}

.col02 .float_r {
    padding-left: 1%; /* ここで余白設定 */
}
/* 
--------------------------------------------------
 ▽ 2カラムコンテンツ(ul liの場合)
-------------------------------------------------- */
/* 左右2カラムデザイン（※ulに.col02を追加する事で切り替え） */
.col02 > li {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}
    /* 左カラム */
    .col02 > li:nth-of-type(2n-1) {
        padding-right: 1%; /* ここで余白設定 */
        float: left;
        clear: both;
    }
    /* 右カラム */
    .col02 > li:nth-of-type(2n) {
        padding-left: 1%; /* ここで余白設定 */
        float: right;
    }

.col02 figure {
    margin-bottom: 10px;
}
/* 
--------------------------------------------------
 ▽ 3カラムコンテンツ(ul liの場合)
-------------------------------------------------- */
/* 3カラムデザイン（※ulに.col03を追加する事で切り替え） */
.col03:after {
    display: block;
    clear: both;
    content: "";
}

.col03 > li {
    width: 32%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    float: left;
}
    /* 右(1)カラム */
    .col03 > li:nth-of-type(3n-2) {
        clear: both;
    }
    /* 左(3)カラム */
    .col03 > li:nth-of-type(3n) {
    }
    /* 中央(2)カラム */
    .col03 > li:nth-of-type(3n-1) {
        margin-left: 2%;
        margin-right: 2%; /* ここで余白設定(余白を指定した場合は.col03>liのwidthを変更) */
    }
/* 
--------------------------------------------------
 ▽ 新着などのページネーション
-------------------------------------------------- */
.pagination {
    padding: 0 2%;
}
    /* 前へ */
    .pagination .page_prev {
        float: left;
    }
    /* 次へ */
    .pagination .page_next {
        float: right;
    }
    /* 戻る */
    .pagination .page_back {
        text-align: center;
    }
/*
====================================================================================================
■ additional
---------------------------------------------------------------------------------------------------- */
.acco_box {
    clear: both;
    margin-bottom: 10px;
}

.acco_dv {
    display: none;
}

.acco_a {
    cursor: pointer;
}

.media_txt .txt {
}

.media_txt .img {
    width: 40%;
}

    .media_txt .img img {
        width: 100%;
        height: auto;
    }

.pic_l .image {
    float: left;
    margin: 3px 10px 5px 0;
}

.pic_r .image {
    float: right;
    margin: 3px 0 5px 10px;
}

.document p, .pic_r p, .pic_l p {
    margin-bottom: 10px;
}
/*Less and More*/
.box_maxheight .maxheight_hide {
    display: none;
}

.box_maxheight .maxheight_btn {
    text-decoration: underline;
    cursor: pointer;
    color: #0091b2;
    display: inline-block;
}
/*
====================================================================================================
■ layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
    width: 100%; /* サイトの実際の横幅（640px以下は画面サイズによって変動） */
    max-width: 480px;
    margin: 0 auto;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
}
/* 
----------------------------------------------------------------------------------------------------
 □ #site_header
---------------------------------------------------------------------------------------------------- */

/* 
--------------------------------------------------
 ▽ #gnav （グローバルナビゲーション）
-------------------------------------------------- */

/* 
----------------------------------------------------------------------------------------------------
  □ main
---------------------------------------------------------------------------------------------------- */
.sg_main {
}

.center {
    text-align: center !important;
}

.pull_left {
    float: left;
}

.pull_right {
    float: right;
}
/* 
----------------------------------------------------------------------------------------------------
  □ #sub_area
---------------------------------------------------------------------------------------------------- */
.w1 {
    width: 1%;
}

.w2 {
    width: 2%;
}

.w3 {
    width: 3%;
}

.w4 {
    width: 4%;
}

.w5 {
    width: 5%;
}

.w6 {
    width: 6%;
}

.w7 {
    width: 7%;
}

.w8 {
    width: 8%;
}

.w9 {
    width: 9%;
}

.w10 {
    width: 10%;
}

.w11 {
    width: 11%;
}

.w12 {
    width: 12%;
}

.w13 {
    width: 13%;
}

.w14 {
    width: 14%;
}

.w15 {
    width: 15%;
}

.w16 {
    width: 16%;
}

.w17 {
    width: 17%;
}

.w18 {
    width: 18%;
}

.w19 {
    width: 19%;
}

.w20 {
    width: 20%;
}

.w21 {
    width: 21%;
}

.w22 {
    width: 22%;
}

.w23 {
    width: 23%;
}

.w24 {
    width: 24%;
}

.w25 {
    width: 25%;
}

.w26 {
    width: 26%;
}

.w27 {
    width: 27%;
}

.w28 {
    width: 28%;
}

.w29 {
    width: 29%;
}

.w30 {
    width: 30%;
}

.w31 {
    width: 31%;
}

.w32 {
    width: 32%;
}

.w33 {
    width: 33%;
}

.w34 {
    width: 34%;
}

.w35 {
    width: 35%;
}

.w36 {
    width: 36%;
}

.w37 {
    width: 37%;
}

.w38 {
    width: 38%;
}

.w39 {
    width: 39%;
}

.w40 {
    width: 40%;
}

.w41 {
    width: 41%;
}

.w42 {
    width: 42%;
}

.w43 {
    width: 43%;
}

.w44 {
    width: 44%;
}

.w45 {
    width: 45%;
}

.w46 {
    width: 46%;
}

.w47 {
    width: 47%;
}

.w48 {
    width: 48%;
}

.w49 {
    width: 49%;
}

.w50 {
    width: 50%;
}

.w51 {
    width: 51%;
}

.w52 {
    width: 52%;
}

.w53 {
    width: 53%;
}

.w54 {
    width: 54%;
}

.w55 {
    width: 55%;
}

.w56 {
    width: 56%;
}

.w57 {
    width: 57%;
}

.w58 {
    width: 58%;
}

.w59 {
    width: 59%;
}

.w60 {
    width: 60%;
}

.w61 {
    width: 61%;
}

.w62 {
    width: 62%;
}

.w63 {
    width: 63%;
}

.w64 {
    width: 64%;
}

.w65 {
    width: 65%;
}

.w66 {
    width: 66%;
}

.w67 {
    width: 67%;
}

.w68 {
    width: 68%;
}

.w69 {
    width: 69%;
}

.w70 {
    width: 70%;
}

.w71 {
    width: 71%;
}

.w72 {
    width: 72%;
}

.w73 {
    width: 73%;
}

.w74 {
    width: 74%;
}

.w75 {
    width: 75%;
}

.w76 {
    width: 76%;
}

.w77 {
    width: 77%;
}

.w78 {
    width: 78%;
}

.w79 {
    width: 79%;
}

.w80 {
    width: 80%;
}

.w81 {
    width: 81%;
}

.w82 {
    width: 82%;
}

.w83 {
    width: 83%;
}

.w84 {
    width: 84%;
}

.w85 {
    width: 85%;
}

.w86 {
    width: 86%;
}

.w87 {
    width: 87%;
}

.w88 {
    width: 88%;
}

.w89 {
    width: 89%;
}

.w90 {
    width: 90%;
}

.w91 {
    width: 91%;
}

.w92 {
    width: 92%;
}

.w93 {
    width: 93%;
}

.w94 {
    width: 94%;
}

.w95 {
    width: 95%;
}

.w96 {
    width: 96%;
}

.w97 {
    width: 97%;
}

.w98 {
    width: 98%;
}

.w99 {
    width: 99%;
}

textarea {
    resize: none;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.bold {
    font-weight: bold;
}

/* 
----------------------------------------------------------------------------------------------------
 □ #site_footer
---------------------------------------------------------------------------------------------------- */
.pagetop {
    position: fixed;
    bottom: 10px;
    right: -500px;
}

header {
    position: relative;
}

nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
    border: 1px solid #14534a;
    display: none;
    background: #fff;
}

    nav div {
        padding: 15px;
    }

    nav p a:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: '';
    }

    nav a {
        font-size: 16px;
        font-weight: bold;
        color: #14534a;
        text-decoration: none;
    }

    nav p {
        position: relative;
        border-bottom: 1px dotted #6a6a6a;
        padding: 10px;
        background: url(../common_img/arr1.png) no-repeat center left;
        background-size: 14px;
        padding-left: 24px;
    }

        nav p:last-child {
            border-bottom: none;
        }

    nav ul {
        margin-left: 24px;
    }

    nav li {
        padding: 10px;
        background: url(../common_img/arr2.png) no-repeat center left;
        padding-left: 15px;
        border-bottom: 1px dotted #6a6a6a;
    }

        nav li a {
            font-weight: normal;
            font-size: 14px;
        }

    nav p.sub {
        background: url(../common_img/arr1.png) no-repeat center left, url(../common_img/cong.png) no-repeat center right;
        background-size: 14px, 20px;
    }

    nav p.opened {
        background: url(../common_img/arr1.png) no-repeat center left, url(../common_img/tru.png) no-repeat center right;
        background-size: 14px, 20px;
    }

    nav ul {
        display: none;
    }

.content {
    padding: 2% 2%;
}

.relative {
    position: relative;
}

.logo {
    width: 50%;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    left: 2%;
}

.ul_gnav li {
    float: right;
    margin-left: 2%;
    width: 12%;
}

header .content {
    position: relative;
}

footer {
    background: #3b3b3b;
    color: #d5e4e1;
    margin-top:40px;
}

    footer .content {
        padding: 4% 2%;
    }

.map {
    background: url(../common_img/map.png) no-repeat center left;
    background-size: 10px;
    padding-left: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.dv_map {
    margin: 20px 0;
    position: relative;
}
.dv_map a{
    color:#d5e4e1;
    text-decoration:none;
}
.link_f ul{
    float:left;
    width:48%;
}
.link_f ul:last-child{
    float:right;
}
.link_f li{
    background:url(../common_img/arr3.png) no-repeat top 5px left;
    background-size:6px;
    padding-left:15px;
    margin-top:10px;
}
.link_f a{
    text-decoration:none;
    color:#d5e4e1;
}
.link_f li.tit{
    background:none ;
    padding-left:0;
    font-weight:bold;
	color:#55a69a;
}
a.clwhite {color:#fff !important;}
.link_f li.sub{
    background:url(../common_img/arr4.png) no-repeat top 5px left 15px;
    background-size:8px;
    padding-left:25px;
    margin-top:10px;
}
.box_product {
    padding: 15px 0;
    background: url(../images/br.jpg);
}

.tt1 {
    position: relative;
}

    .tt1:before {
        content: "";
        height: 10px;
    }
.ul_product {
    padding: 2%;
}

    .ul_product li {
        margin-top: 15px;
        float: left;
        width: 49%;
    }

        .ul_product li:nth-child(2n+1) {
            float: right;
        }

        .ul_product li:first-child {
            width: 100%;
            text-align: center;
        }

            .ul_product li:first-child img {
                width: 49%;
            }





@media only screen and (max-width: 360px) {
    .dv_map {
        padding-bottom: 20px;
    }
}
.btn-color--green {
    background-color: #14534a;
}
[class*="btn-color--"] {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    min-height: 3.6em;
    padding-top: 1.2em;
    padding-right: 3em;
    padding-left: 3em;
    line-height: 1.2;
    text-decoration: none !important;
    color: #fff !important;
    transition: opacity .3s;
}
[class*="btn-color--"]::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: .5em;
    height: .5em;
    margin: auto;
    border-top: 1px solid rgba(255,255,255,.50);
    border-right: 1px solid rgba(255,255,255,.50);
    transform: rotate(45deg);
}
.btn-color--green::after {
    border-color: #85eaaa;
}
.fli{
    background:none !important;
    padding-left:0 !important;
    margin-top:0 !important;
    display:none;
}
.fli ul{
    float:none !important;
    width:100% !important;
}
.flink:after {
    content:"+";
    color:#55a69a;
    font-weight:bold;
    margin-left:15px;
}
.flink.opened:after {
    content:"-";
}