@charset "utf-8";
/* CSS Document */

/* 新着情報専用CSS */


/* 一覧 */

#newsList {
	font-size:15px;
	zoom:1;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
}
#newsList .date {
	clear:left;
	float:left;
	width:105px;
	zoom:1;
}
#newsList .txt {
	margin-left:110px;
	zoom:1;
	display: flex;
	align-items: center;
}
#newsList .icnNew {
	margin: initial;
	filter: initial;
	height: 5%;
	margin-left: 5px;
}
#newsList .newsitem {
	margin-top:5px;
	margin-bottom:5px;
}

/* 詳細 */
#newsDetail {
	padding:15px;
	line-height:150%;
	font-size:14px;
}
#newsDetail .date {
	margin-bottom:0;
}
#newsDetail .ttl {
	padding:5px;
	margin-bottom:10px;
	font-size:140%;
	font-weight:bold;
	border-bottom:3px solid;
	border-bottom-color:#CCC;
}
#newsDetail .txt {
	padding:10px;
}
#newsDetail .img {
	padding:10px;
}
#newsDetail .img img {
	margin-right:10px;
	margin-bottom:10px;
	max-width:100%;
}
#newsDetail .pdf {
	margin-bottom:15px;
}
#newsDetail .link {
	margin-bottom:30px;
}
