@charset "UTF-8";

/*トピックス一覧*/
.news{
	padding:10px 10px 20px;
}
.news dt{
	width:100px;
	height:20px;
	padding:0 10px;
	color:#00a0e9;}
.news dd{
	margin:-20px 0 10px;
	padding:0 0 10px 100px;
	border-bottom: #82756D 1px dotted;}

	
/*トピックス詳細*/

p.release_date{
color:#00a0e9;
}
p.topic_content{
}

div.file_content img.icon{
	width:16px;
	cursor:default;
	display:inline;
}
div.file_content img{
	display:block;
	width:300px;
	cursor:pointer;
	margin-bottom:5px;
}
div.btn_content{
	margin-top: 30px;
	text-align: center;
}
