@charset "utf-8";
/* CSS Document */

/* Ą„ĘłĘ® CSS */

.news_table{
	width: 100%;
	border-collapse: collapse;
	overflow-x:auto;
	font-size: 0.8em;
	border: 1px solid #e5e5e5;
}


.news_table thead .ttitle{
	padding: 10px 0px;
	background: #f5f5f5;
}

.news_table thead th{
	text-align: center;
	
}
.news_table tbody td{
	padding: 12px 0px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.news_table td.text-left{
	text-align: left;
	padding: 5px 15px;
}

.news_table td.place_name{
	background: #fafafa;
}

.news_table td a{
	text-decoration: none;
	color: #333333;
}

.news_table td a:hover{
	color: #ffcc00;
}

.news_table thead .news_category{
	padding: 17px 0px;
	border-top: 3px solid #333333;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	font-size: 1.5em;
}

.news_table .blankarea{
	margin-top: 100px;
}

.news_table .table_unit{
	display: block;
	margin: 5px 0px;
	font-size: 0.8em;
	text-align: right;
}











