@charset "utf-8";
/****************************************************************************************************

news共通

****************************************************************************************************/



/*
記事一覧
--------------------------------------------------*/
.newsListBase{
	margin-bottom:5px;
	line-height: 2.0;
}

	.newsListBase a{
		color:#333;
		text-decoration:none;
	}
	.newsListBase a:hover{
		text-decoration:underline;
	}

	.newsListBase .spot,
	.newsListBase .spot a{
		color:#f00;
		font-weight:bold;
	}

.newsList1{
}

	.newsList1 dt{
		float:left;
		width:80px;
	}
	
	.newsList1 dd{
		margin-left:80px;
	}

.newsList2{
}

	.newsList2 dt{
		float:left;
		width:160px;
	}

	.newsList2 dd{
		margin-left:160px;
	}


@media only screen and (max-width:766px){
.newsListBase{
	margin-bottom:15px;
}
	.newsListBase dt{
		margin-bottom:3px;
	}
.newsList1{
}

	.newsList1 dt{
		float:none;
		width:100%;
	}
	
	.newsList1 dd{
		margin-left:0;
	}

.newsList2{
}

	.newsList2 dt{
		float:none;
		width:100%;
	}

	.newsList2 dd{
		margin-left:0;
	}
}



/*
カテゴリ
--------------------------------------------------*/
.newsCatBase{
	display:block;
	float:left;
	padding:2px 0 1px;
	width:60px;
	text-align:center;
	color:#fff;
	font-size:80%;
}

.newsCat_event{ background-color:#990000; }
.newsCat_news{ background-color:#006633; }
.newsCat_renew{ background-color:#003399; }



