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

/*お知らせ一覧*/

.info {}
.info dt {
    background: url(../img/icon_arrow_12.png) 0 8px no-repeat;
    color: #0168b7;
    padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}
.info dt {
    clear: both;
}
.info dd {
    padding-left: 140px;
    border-bottom: 1px dotted #DDDDDD;
	font-size: 16px;
}

.info dd a { color: #333333; font-weight: bold; text-decoration: none;}
.info dd a:hover { color: #333333; }

/*記事*/

.post_box .post_title {
    padding: 20px 0;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 10px;
	    color: #0168b7;
}
.post_box .post_title a {
	color: #0168b7;
	text-decoration: none;
}
.post_box .post_title a:hover {
    color: #FFAAAA;
	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;
	font-size: 12px;
	}
.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: 37px;
    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 -37px;
}

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

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

/*固定表示*/

.sticky {}