@charset "UTF-8";
/*
----------
news.css
2016.12.10
----------
*/

/*index*/
.news-index{ margin:-20px 0 20px}
.news-index li{ padding:16px 0; border-bottom:1px dotted #00AF8D}



/*post*/
.date{ text-align:right; margin:-20px 0 20px}
.txt-area{
float:left;
width:420px
}

.img-area{
float:right;
width:240px
}

.img-area img{
width:240px
}