/*====================================
ブログ / お知らせテンプレート
====================================*/

/*お知らせ一覧*/

.info {}
.info dt {
   background: url(../img/icon_arrow_10.png) 0 5px no-repeat;
   color: #0067B7;
   padding-left: 20px;
   font-weight: bold;
}
.info dt {
    clear: both;
}
.info dd {
    padding-left: 120px;
    border-bottom: 1px dotted #DDDDDD;
}

.info dd a {color: #333333; font-size: 15px; text-decoration: none;}
.info dd a:hover {color: #666666; text-decoration: none; }

/*記事*/

.post_box .post_title {
font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    padding: 15px 0;
    color: #0168B7;
    border-bottom: 2px dotted #666666;
}
.post_box .post_title a { color: #0168B7; text-decoration:none; }
.post_box .post_title a:hover {
     color: #4D95CC; text-decoration:none;
}
.post_box .post_title img {
    vertical-align: middle!important;
}
.post_box .post_title .new {
    padding-left: 10px;
}

/*アイキャッチ*/

.thumbnail {
    padding: 4px;
    border: 1px solid #DDDDDD;
}

/*日付、カテゴリ、タグ*/

.post_data {
    color: #999999;
}
.post_data a {
    color: #999999;
}
.post_data .post-date {}
.post_data .post-categories {}
.post_data .post-categories li {}
.post_data .post-tags {}
.post_data .post-tags li {}

/*続きを読む*/

.post_box .more {}
.post_box .more a {
    width: 145px;
    height: 32px;
    background: url(../img/btn_more.png) no-repeat;
    display: block;
    float: right;
    overflow: hidden;
    text-indent: -999em;
}
.post_box .more a:hover {
    background-position: 0 -32px;
}

/*前後記事へのリンク*/

#post_page_nav {
    height: 33px;
}
#post_page_nav #previous {}
#post_page_nav #previous a {
    width: 130px;
    height: 32px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background: url(../img/btn_prev.png) no-repeat;
}
#post_page_nav #previous a:hover {
    background-position: 0 -32px;
}
#post_page_nav #next {}
#post_page_nav #next a {
    width: 130px;
    height: 32px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background: url(../img/btn_next.png) no-repeat;
}
#post_page_nav #next a:hover {
    background-position: 0 -32px;
}
#post_page_nav #archives {
    margin-left: -60px;
}
#post_page_nav #archives a {
    width: 130px;
    height: 32px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background: url(../img/btn_archive.png) no-repeat;
}
#post_page_nav #archives a:hover {
    background-position: 0 -32px;
}

/*固定表示*/

.sticky {}