@charset "utf-8";

/* =====================================================
   News Template
   ===================================================== */

#contentArea .news-template{
    font-family:"メイリオ",Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, Arial, Helvetica, sans-serif;
    color:#333;
    line-height:1.7;
}

/* -------------------------
   Meta Information
-------------------------- */

#contentArea .news-template .news-meta{
    margin-bottom:25px;
}

#contentArea .news-template .news-date{
    margin:0 0 15px;
    line-height:1.3;

    text-align:right;
    font-size:14px;
    color:#666;
}

#contentArea .news-template .news-addressee{
    margin:0 0 10px;
    line-height:1.4;

    text-align:left;
    font-size:15px;
    font-weight:bold;
    color:#333;
}

#contentArea .news-template .news-company{
    margin:0 0 20px;
    line-height:1.3;

    text-align:right;
    font-size:15px;
    color:#333;
}

/* -------------------------
   Lead
-------------------------- */

#contentArea .news-template .lead{
    margin:0 0 30px;
    font-size:14px;
    line-height:1.8;
}

/* -------------------------
   H2
-------------------------- */

#contentArea .news-template h2{
    margin:0 0 30px;
    padding:0 0 16px;

    font-size:20px;
    font-weight:bold !important;
    line-height:1.4;

    color:#333;

    border-bottom:none;
    background-image: linear-gradient(
    to right,
    #FFB21C 0%,
    #FFB21C 12%,
    #649F20 12%,
    #649F20 100%
    );
    background-repeat:no-repeat;
    background-position:left bottom;
    background-size:100% 3px;
}

/* -------------------------
   H3
-------------------------- */

#contentArea .news-template h3{
    margin:40px 0 18px;
    padding:10px 18px;

    font-size:18px;
    font-weight:bold;
    line-height:1.4;

    color:#333;

    background:#f5f5f5;
    border-left:6px solid #649F20;
}

/* -------------------------
   H4
-------------------------- */

#contentArea .news-template h4{
    margin:30px 0 12px;

    font-size:16px;
    font-weight:bold;
    line-height:1.4;

    color:#649F20;
}

/* -------------------------
   Paragraph
-------------------------- */

#contentArea .news-template p{
    margin:0 0 14px;
    font-size:14px;
    line-height:1.7;
}

/* -------------------------
   List
-------------------------- */

#contentArea .news-template ul{
    margin:0 0 20px 20px;
    font-size:14px;
    list-style:disc;
}

#contentArea .news-template ol{
    margin:0 0 20px 24px;
    list-style:decimal;
}

#contentArea .news-template li{
    margin-bottom:6px;
    line-height:1.7;
}

/* -------------------------
   Table
-------------------------- */

#contentArea .news-template table{
    width:100%;
    margin:0 0 24px;

    border-collapse:collapse;
}

#contentArea .news-template th,
#contentArea .news-template td{
    padding:10px 14px;

    border:1px solid #d9d9d9;

    text-align:left;
    vertical-align:top;

    font-size:14px;
    line-height:1.6;
}

#contentArea .news-template th{
    background:#f5f5f5;

    font-weight:bold;

    text-align:center;

    border-top:3px solid #649F20;
}

/* 受付期間 */

#contentArea .news-template td.date{
    white-space:nowrap;
    vertical-align:middle;
    text-align:center;
}

/* -------------------------
   Contact Area
-------------------------- */

#contentArea .news-template .contact{
    margin:0 0 30px;
    padding:20px 24px;

    background:#fff;

    border:1px solid #ddd;
    border-top:3px solid #FFB21C;

    border-radius:8px;
}

/* 窓口名 */

#contentArea .news-template .contact-name{
    margin:0 0 16px;

    font-size:16px;
    font-weight:bold;
    line-height:1.4;
}

/* 詳細ボタン */

#contentArea .news-template .contact-link{
    display:inline-block;

    margin-left:15px;
    padding:6px 12px;

    font-size:13px;
    font-weight:normal;

    color:#333;
    text-decoration:none;

    border:1px solid #ccc;
    border-radius:20px;

    transition:0.2s;
}

#contentArea .news-template .contact-link:hover{
    background:#f5f5f5;
}

/* 電話番号 */

#contentArea .news-template .tel{
    font-size:16px;
    font-weight:bold;
    color:#333;
    margin:0 8px;
}

/* 受付時間 */

#contentArea .news-template .time{
    margin-top:12px;

    font-weight:bold;
    color:#333;
}


/* -------------------------
   Notes
-------------------------- */

#contentArea .news-template .notes{
    padding:16px 20px;

    background:#fafafa;

    border:1px solid #d9d9d9;
}

#contentArea .news-template .notes ul{
    margin-bottom:0;
}

/* -------------------------
   Link
-------------------------- */

#contentArea .news-template a{
    color:#058cc5;
    text-decoration:underline;
}

#contentArea .news-template a:hover{
    color:#FF9566;
}