@charset "utf-8";

/**
 * 	ニュースページ  PC用
 */

#news_wrap .news_title .post_title{
	/*float: left;*/
	/*width: 70%;*/
}

#news_wrap .news_title .post_time{
	margin-bottom: 14px;
	text-align: right;
	/*width: 30%;*/
	line-height: baseline;
	/*float: right;*/
	font-size: 1.2em;
	text-shadow: 0 3px 2px rgba(0,0,0,0.5);
}

.post_time span.p_week{
	font-size: 0.8em;
}
.post_time span.p_time{
	font-size: 0.9em;
}

.snsArea > div{
	height: 25px;
}
