/* 漫画リスト */
#comic-list{margin-bottom:1em;}
#comic-list table{background-color:#ffffff;text-align:left;border:solid 1px #cdcdcd;padding:0.3em;}
#comic-list table th{font-weight:bold;}
#comic-list table tr td{padding:0.3em;border-bottom:dotted 1px #cdcdcd;}
#comic-list table tr td .entry-title{font-size:120%;}
#comic-list table tr td a:link,
#comic-list table tr td a:visited,
#comic-list table tr td a:hover,
#comic-list table tr td a:active{padding:0.5em;display:block;text-decoration:none;}
#comic-list table tr.finish{background-color:#ffffee}
#comic-list table tr.incomplete{background-color:#efefef}

/* twitter */
#twitter_div{text-align:left;}
#twitter_div ul{border:solid 1px #cdcdcd;padding:0.3em;}
#twitter_div ul li{padding:0.3em;border-bottom:dotted 1px #cdcdcd;}
.updated{color:#888888;}
/* webclap */
#webclap div{margin:1em 0;}
a.webclap{border:solid 1px #cdcdcd;padding:0.5em;text-decoration:none;}

/* リンク */
ul#link-list{margin-bottom:1em;padding:0.3em;list-style-type:disc;}

