@charset "utf-8";
/*====================================
ブログ / お知らせテンプレート
====================================*/
/*お知らせ一覧*/
.info {}
.info dt { background: url(../img/icon_arrow_07.png) 0 50% no-repeat; padding-left: 18px; color: #000000; }
.info dt { clear: both; }
.info dd { border-bottom: 1px dotted #DDDDDD; }
/*記事*/
.post_box .post_title { font-size: 18px; line-height: 1.4; clear: both; font-weight: bold; margin-bottom: 10px; padding-top: 10px;padding-left: 0px; background:url(../img/midashi02_bg.jpg) 0% 0% no-repeat; height:45px; }
.post_box .post_title a{}
.post_box .post_title a:hover{ color: #8C0000; }
.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: 100px; padding: 5px 10px; display: block; background: #8C6900; color:#FFFFFF; text-align: center; float: right; text-decoration: none; font-size:10px; border-radius: 3px; }
.post_box .more a:hover { background: #D6BB03; text-decoration: underline; }
/*前後記事へのリンク*/
#post_page_nav { height: 30px; }
#post_page_nav #previous {}
#post_page_nav #previous a { width: 120px; height: 30px; display: block; text-indent: -120px; overflow: hidden; background: url(../img/btn_prev.png) no-repeat; }
#post_page_nav #previous a:hover { background-position: 0 -30px; }
#post_page_nav #next {}
#post_page_nav #next a { width: 100px; height: 30px; display: block; text-indent: -120px; overflow: hidden; background: url(../img/btn_next.png) no-repeat; }
#post_page_nav #next a:hover { background-position: 0 -30px; }
#post_page_nav #archives { margin-left: -50px; }
#post_page_nav #archives a { width: 100px; height: 30px; display: block; text-indent: -120px; overflow: hidden; background: url(../img/btn_archive.png) no-repeat; }
#post_page_nav #archives a:hover { background-position: 0 -30px; }