@charset "utf-8";

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

#news_wrap{
	margin-bottom: 20px;
}

#news_wrap .categorywrap{
	position: absolute;
	width: auto;
	top: 16px;
}

#news_wrap h3{
	/*font-size: 1.8em;*/
	font-size: 1.4em; /*20160307*/
}

#news_wrap .news_title .post_title{
	margin-top: 5px;
	float: none;
	line-height: 1.2em;
}

#news_wrap .news_title .post_time{
	text-align: right;
	float: none;
	font-size: 0.9em;
	margin-bottom: 16px;
}

#news_wrap .category_tag{
	
	/*font-size: 1.2em;*/
	font-size: 0.9em;
	padding: 2px 16px;
	line-height: 34px;
	background: #fff;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	box-shadow: 1px 0 2px 1px rgba(0,0,0,0.4);
}

#news_wrap .common_news_content{
	text-align: left;
	/*font-size: 1.2em;*/
	font-size: 1em;
}

#news_wrap .common_news_content, #news_wrap .news_title, #news_wrap .snsArea {
    padding-left: 20px;
    padding-right: 20px;
}