/*------------------------------------------------------------------------
Project Name    : アニメ「むさしの！」公式サイト
File Name       : css/news.css
Encoding        : CSS/UTF-8
Creation Date   : 04/01/2017
 
Copyright © 2017 H/MSN. © 2017 DaitetsuSato. All rights reserved.
 
This source code or any portion thereof must not be  
reproduced or used in any manner whatsoever.
--------------------------------------------------------------------------*/

/*news一覧CSS*/
.news-meta p{
	margin-top: 20px;
	margin-bottom: -10px;
}
.news-meta span{
	margin-right: 10px;
}
@media screen and (min-width:750px){
	.news-meta{
		text-align: right;
	}
}