@charset "utf-8";

/*-------------------------------------------------------------------------
メインビュー
-------------------------------------------------------------------------*/

.md_main {
    height: 204px;
    text-align: center;
    background: url("/images/useful/bg_main.png") no-repeat center 23px;
}
    .main_inner {
        width: inherit;
        height: inherit;
        display: table-cell;
        vertical-align: middle;
        padding:  0 0 0 50px;
    }
        /* 見出し */
        .main_headline {
            font-weight: bold;
            margin: 0 0 18px;
            line-height: 1.3;
        }
        .main_headline._result { font-size: 34px;}
        .main_headline._detail { font-size: 34px;}

            .main_headline span {
                /* ここに小さい文字はいると思われる */
            }
        .main_info_theme,
        .main_info_theme dt,
        .main_info_theme dd,
        .main_info_date,
        .main_info_sns {
            display: inline-block;
        }
        .main_info_theme,
        .main_info_date {
            vertical-align: -4px;
        }
        .main_info_date {
            margin: 0 4px 0 15px;
            color: #8b96ac;
        }
        .main_info_sns li {
            display: inline-block;
            vertical-align: top;
        }
        .main_info_sns li.twitter {
            width: 75px;
        }
        .main_info_sns li.facebook {
            width: 82px;
        }

/*-------------------------------------------------------------------------
ブログ一覧
-------------------------------------------------------------------------*/

.md_list {
    background-color: #fff;
    border       : 1px solid #e0e3ea;
    border-radius: 5px;
    margin: 0 0 20px;
}
.md_list:last-of-type {
    margin: 0;
}
    .list_headline {
        margin: 0 20px;
        padding: 16px 0 8px;
        font-size  : 20px;
        font-weight: bold;
        color      : #1f5eb3;
        border-bottom: 1px dotted #cacfda;
    }
    .list_text {
        margin: 0 20px;
        padding: 14px 0;
        font-size: 13px;
        line-height: 1.38;
    }
    .list_btn a {
        border-top: 1px solid #dbe8f8;
        text-align: center;
        display: block;
        padding: 15px 0 12px;
    }
    .list_btn a:hover {
        opacity: .6;
        filter:alpha(opacity=60);
    }

/*-------------------------------------------------------------------------
ブログ本文：ページャー
-------------------------------------------------------------------------*/

/* 見出し */
.blog_headline {
    font-size  : 20px;
    font-weight: bold;
    text-indent: -.8em;
    margin: 0 0 10px .8em;
}
.blog_headline:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 24px;
    background-color: #1f5eb3;
    border-radius: 5px;
    vertical-align: -5px;
    margin: 0 9px 0 0;
}
/* テキスト */
.blog_text {
    margin: 0 0 24px 16px;
    line-height: 1.75;
    font-size: 15px;
}
.blog_text.last_text {
    margin: 0 0 50px 16px;
}
.blog_text.bb {
  border-bottom: 1px solid #dae6f4;
  padding: 0 0 25px 0;
}
.blog_text li {
  font-size: 15px;
}
.blog_text dd li {
  font-size: 15px;
  text-indent: -15px;
  padding: 0 0 0 15px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  font-size: 15px;
}
.blog_text ul li {
  position: relative;
  margin: 3px 0;
  text-indent: -25px;
  padding: 0 0 0 25px;
  line-height: 1.2;
  font-size: 15px;
}
.blog_text ul li:before {
    content:"■";
    color: #1956a9;
    margin: 2px 6px 0 0;
    font-size: 20px;
}
.blog_text dt {
  font-weight: bold;
  color: #1956a9;
  font-size: 17px;
  margin: 25px 0 0 0;
}
.blog_text dd,
.pd {
  font-size: 15px;
  padding: 0 0 0 20px;
}
.pd0 ol,
.pd0 dd,
.pd0 li  {
  padding: 0;
}
.pd15 {
  padding: 0 0 0 15px;
}
.blog_text .indent20 li {
   text-indent: -20px;
   padding: 0 0 0 20px;
}
.indent22,
.blog_text .indent22 li {
   text-indent: -22px;
   padding: 0 0 0 22px;
   line-height: 1.2;
}
.indent25,
.blog_text .indent25 li {
   text-indent: -25px;
   padding: 0 0 0 25px;
   line-height: 1.2;
}
.indent27,
.blog_text .indent27 li {
   text-indent: -27px;
   padding: 0 0 0 27px;
   line-height: 1.2;
   margin-bottom: 10px;
}
.indent50 {
   text-indent: -50px;
   padding: 0 0 0 50px;
   line-height: 1.2;
}
ol.bd li,
.bd {
  font-weight: bold;
}
ol.bd li {
  margin: 0 0 20px 0;
}
/* ページャー */
.blog_pager {
    background-color: #fff;
    border       : 1px solid #dae6f4;
    border-radius: 5px;
    overflow: hidden;
}
    /* 共通 */
    .blog_pager li {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    background-repeat: no-repeat;
    }
        .blog_pager a {
            /*padding-top   : 8px;
            padding-bottom: 8px;*/
            padding: 8px;
            display: inline-block;
            font-size: 12px;
            line-height: 1.2;
        }
    /* 個別 */
    .blog_pager--prev,
    .blog_pager--next {
        width: 285px;
    }
    .blog_pager--prev {
        background-image   : url("/images/icn_arw_turn.png");
    background-position: 15px center;
        padding-left: 20px;
    }
    .blog_pager--next {
        background-image   : url("/images/icn_arw.png");
    background-position: 264px center;
        padding-right: 20px;
    }
    .blog_pager--list {
        width: 122px;
        border-left : 1px solid #dae6f4;
        border-right: 1px solid #dae6f4;
        background-image   : url("/images/useful/icn_page.png");
    background-position: 24px center;
    }
        .blog_pager--list a {
            padding: 0 0 0 24px;
        }
        .bg_none {
            background: none;
        }

.p_txt {
  font-size: 15px;
  color: #F0397E;
}

.blog_text.ptn2 dl {
  overflow: hidden;
}
.blog_text.ptn2 dt {
  margin: 0;
}
.blog_text.ptn2 dt,
.blog_text.ptn2 dd {
    float: left;
}
.float_box {
  overflow: hidden;
}
.float_box dl {
  float: left;
  margin: 0 80px 0 0;
  width: 250px;
}
.float_box dd {
  padding: 0;
}
.float_box p {
  overflow: hidden;
  width: 100%;
}
li .right_price {
  display: inline-block;
  float: right;
}
.right_price {
  text-align: right;
}

.img {
  background: #fff;
  text-align: center;
  border: 1px solid #dbe8f8;
  line-height: 1;
}
/*-------------------------------------------------------------------------
table
-------------------------------------------------------------------------*/
table {
  width: 100%;
  margin: 30px 0 0 0;
}
.t_center th {
  text-align: center!important;
  padding-left: 0!important;
}
    table th {
      background: #dbe8f8;
      font-weight: bold;
      padding: 15px 0;
    }
    .table_ttl {
      font-size: 16px;
      text-align: left;
      padding: 15px 0 0 15px;
      color: #1f5eb3;
    }
        table td {
          background: #fff;
          text-align: center;
          padding: 10px 0;
        }

.right_txt {
  text-align: right;
  margin: 10px 0 0 0;
  font-size: 12px;
}
.left_txt th,.left_txt td {
  text-align: left;
  padding-left: 15px;
}
.wd20 {
    width: 20px;
}
.wd80 {
    width: 80px;
}
.wd100 {
    width: 100px;
}
.wd110 {
    width: 110px;
}
.hcenter {
    vertical-align: middle;
}
.small_txt {
    font-size: 80%;
}
.mg0 {
    margin: 0;
}
.pdg15 th.table_ttl {
    padding: 15px 0 15px 15px;
}
