@charset "utf-8";

#contents {
    margin: auto;
    min-height: 300px;
    padding-bottom: 3px;
}

/******************************************************* タイプセレクタ **/

body {
    font-size: 83%;
    margin: 0;
    padding: 0;
    color: #333333;
}

 h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form ,table{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    line-height:1.4;
    color:#333333;
}

ul, li {
    list-style-type: none;
}
a {
    color: #07519A;
}

/* span > span　のような場合にcssが効いていないため追加 */
span {
    font-size: 12pt;!important;
}

/* ブログ詳細 */
#article {
    width: 100%;
    background: #f4f9ff;
    padding: 40px 0;
}

#article ul.list{
    width: 750px;
}

#entry-head,
#entry-foot {
    text-align: center;
    margin: 11px auto;
    font-size: 110%;
}
#entry-center {
    margin:0px 20px;
}
#entry-title {
    padding:5px 10px;
    background: #eee;
}

#entry-title a {
    color: #344044;
    font-size: 17px;
    font-weight: bold;
}

.entry-subs span{
    display: inline-block;
}
.entry-theme {
    margin-right: 10px;
}
.entry-date {
    color: #666;
}
.entry-content {
    padding: 5px 10px;
}

#left_contents h3.category{
    margin-top: 10px;
}

#left_contents p.all{
    text-align: right;
}

#article p.theme{
    width: 510px;
    float: left;
    background: url("/images/bg_service.jpg") repeat-x scroll center bottom transparent;
    text-align: center;
    color: #FFF;
    padding: 5px 0;
    font-weight: bold;
}

#article #left_contents * {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    word-break: break-word;
}

.aside_entry {
    word-wrap:break-word;
}

/*-------------------------------*/

.main_inner {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
    width: inherit;
}
.ui-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
.main_headline._detail {
    font-size: 34px;
}
.main_headline {
    font-weight: bold;
    margin: 0 0 18px;
}

.md_main {
    overflow: hidden;
}
.md_main {
    background: rgba(0, 0, 0, 0) url("/images/subpage/bg_main.png") no-repeat scroll center 23px;
    height: 204px;
    text-align: center;
}
.l_main {
    float: right;
    width: 696px;
}

.l_side {
    float: left;
    width: 280px;
}
.side_contents {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: currentcolor #b2bbcc #b2bbcc;
    border-image: none;
    border-radius: 0 0 5px 5px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 3px 3px #e4eaf2;
}
.side_contents li:last-child {
  border: none;
}
.menu_headline {
    background-color: #1956a9;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    height: 38px;
    padding: 4px 0 0 15px!importamt;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}
.menu_list li {
    border-bottom: 1px solid #e0e3ea;
}
.menu_list a {
    padding: 9px 25px 10px 16px!important;
}
.blog_headline::before {
    background-color: #1f5eb3;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 24px;
    margin: 0 9px 0 0;
    vertical-align: -5px;
    width: 6px;
}
.blog_headline {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0.8em;
    text-indent: -0.8em;
}
/* h2を囲うdiv */
#entry-content div.h2_box {
    padding: 0px;
    margin-bottom: 10px;
}
#entry-content div {
  padding: 0 10px;
  line-height: 1.5;
}
#entry-content div:first-child  {
  padding: 0;
}


.blog_pager {
    background-color: #fff;
    border: 1px solid #dae6f4;
    border-radius: 5px;
    overflow: hidden;
}

.blog_pager li {
    background-repeat: no-repeat;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.blog_pager--prev, .blog_pager--next {
    width: 285px;
}
.blog_pager--prev a {
    background-image: url("/images/icn_arw_turn.png");
    background-position: 15px center;
    padding:  8px 10px 8px 25px;
}
.blog_pager--next a {
    background-image: url("/images/icn_arw.png");
    background-position: 264px center;
    padding: 8px 25px 8px 10px;
}
.blog_pager a {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    background-repeat: no-repeat;
}
.blog_pager--list a {
    border-right: 1px solid #dae6f4;
    border-left: 1px solid #dae6f4;
    width: 122px;
    height: 45px;
    line-height: 47px;
    display: block;
    text-align: center;
}
.blog_pager--list a span {
    padding: 0 0 0 25px;
    background-image: url("/images/subpage/icn_page.png");
    background-position: 0 center;
    background-repeat: no-repeat;
    color: #1956a9;
}
.blog_pager--list a:hover span {
  color: #ff7a5b;
}
    .bg_none {
        background: none;
    }
.main_info_sns li {
    display: inline-block;
    vertical-align: top;
}

.main_info_theme, .main_info_date {
    vertical-align: -4px;
}
.main_info_theme, .main_info_theme dt, .main_info_theme dd, .main_info_date, .main_info_sns {
    display: inline-block;
}


.main_info_date {
    color: #8b96ac;
    margin: 0 15px 0 0;
}


.md_breadcrumb._upper {
    border-color: #eef0f2 transparent;
    border-style: solid;
    border-width: 1px 0;
    box-shadow: 0 2px 2px #f3f4f5 inset;
}

.md_breadcrumb a {
    font-size: inherit;
}

.md_breadcrumb {
    height: 34px;
    line-height: 34px;
}
.all {
  text-align: center;
}




