@charset "utf-8";
/* CSS Document */

/* 新着情報専用CSS */


/* 一覧 */

#newsList {
	zoom:1;
}
#newsList .date {
	clear:left;
	float:left;
	width:105px;
	zoom:1;
}
#newsList .txt {
	margin-left:110px;
	zoom:1;
}



/* 詳細 */
#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;
}



@media screen and (max-width:767px){
	
/* 詳細 */
#newsDetail {
	padding:5px;
	line-height:130%;
	font-size:11px;
}
#newsDetail .date {
	margin-bottom:0;
}
#newsDetail .ttl {
	padding:5px;
	margin-bottom:10px;
	font-size:110%;
	font-weight:bold;
	border-bottom:2px solid;
	border-bottom-color:#CCC;
}
#newsDetail .txt {
	padding:5px;
}
#newsDetail .img {
	padding:5px;
}
#newsDetail .img img {
	margin-right:5px;
	margin-bottom:5px;
	max-width:100%;
}
#newsDetail .pdf {
	margin-bottom:10px;
}
#newsDetail .link {
	margin-bottom:10px;
}


}