@charset "utf-8";
/* CSS Document */

.newsitem p { color:#CCC; }
.newsitem p:first-of-type { font-size:0.7em; border-top:1px dotted #CCC; }
.newsitem p:nth-of-type(2) { font-size:0.8em; padding:5px 0 20px 0; margin-bottom:10px; }
.newsitem p:nth-of-type(3) { font-size:0.8em; margin-bottom:40px; border-bottom:1px dotted #CCC; text-align:right; padding-bottom:5px; }
.newsitem span { color:#06C; }


