@charset "utf-8";

/**
 * 	ニュースページ  共通
 */
#news_wrap{
	text-align: left;
	width: 100%;
	/*margin-bottom: 100px;*/
}
#news_wrap .news_title{

	margin-top: 35px;
	padding-top: 20px;
	padding-bottom: 15px;
	background: #eee;
	border-top: 4px solid #AAAAAA;
}
#news_wrap .newspost{
	border: 1px solid #AAAAAA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background: #fefefe;
	margin-bottom: 40px;
	margin-left: 7px;
	position: relative;
}
#news_wrap .categorywrap{
	position: absolute;
	width: auto;
	left: -7px;
	top: 14px;
}

#news_wrap .category_tag{
	font-size: 1.2em;
	padding: 10px 15px;
	/*line-height: 30px;*/
	letter-spacing: 0.15em;
	text-shadow: rgb(0,0,0) 0 1px 2px;
	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 .triangle{
	position: relative;
	display: block;
	width: 0;
	height: 0;
	border-top: 3px solid #004E84;
	border-right: 3px solid #004E84;
	border-bottom: 3px solid transparent;
	border-left: 3px solid transparent;
}

#news_wrap h3{
	font-size: 1.5em;
}
#news_wrap .news_title p{
	vertical-align: baseline;
	text-align: right;
}


#news_wrap .news_title .post_time{
	color: #AAAAAA;
}

#news_wrap .common_news_content{
	padding: 20px 0;
	height: auto;
	min-height: 30px;
}

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

#news_wrap .newspost a.topback{
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 8px;
	display: inline-block;
	float: right;
}

#news_wrap .snsArea{
	padding-top: 15px;
	padding-bottom: 20px;
	border-top: 1px dotted #AAAAAA;
}
#news_wrap .common_news_content img{
	max-height: none;
   max-width: 100%;
   width: auto;
}
/**
 * 	カテゴリタグ
 */

#news_wrap .category_tag.cat_npr{
	background: #003d60;
	color: #FFFFFF;
}
