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


/*.toi_info{
	margin: 55px 0 5px;
}*/

/*.cont_ttl{
	margin-top: 135px;
}*/
/*.works_tbl + .content_subttl02{
	margin-top: 85px;
}*/
.works_tbl{
	width: 100%;
	font-size: 1.6rem;
}
.works_tbl th,
.works_tbl td{
	border: 1px solid #ccc;
	vertical-align: middle;
	padding: 15px;
}

.w_date{
	background-color: #00A87A;
	color: #fff;
	width: 155px;
}
.w_place{
	text-align: center;
	background-color: #F8F7F3;
	width: 135px;
}
.works_tbl td a{
	color: #00A779;
	font-weight: bold;
	text-decoration: underline;
}

.other_cate_link .cate_list li a::before{
	margin-right: 34px;
}
/*.other_cate_link .cate_list li.toin a::before{
	background-image: url("../images/page/information/region/icon_toin.png");
}
.other_cate_link .cate_list li.chiiki a::before{
	background-image: url("../images/page/information/region/icon_chiiki.png");
}
.other_cate_link .cate_list li.sinryoka a::before{
	background-image: url("../images/page/information/region/icon_sinryoka.png");
}
.other_cate_link .cate_list li.center a::before{
	background-image: url("../images/page/information/region/icon_center.png");
}*/

@media screen and (max-width: 767px){
	/*.toi_info{
		margin: 25px 0 5px;
	}*/
	.cont_ttl{
		/*margin-top: 35px;*/
		margin-bottom: 40px;
	}
	.works_tbl{
		border-top: 1px solid #ccc;
	}
	.works_tbl th, 
	.works_tbl td{
		display: block;
		width: 100%;
		border-top: none;
		padding: 5px;
		font-size: 1.4rem;
		text-align: left;
	}
	.w_place br{
		display: none;
	}
	/*.works_tbl + .content_subttl02{
		margin-top: 20px;
	}*/
	.works_tbl:last-of-type{
		margin-bottom: 35px;
	}
	.other_cate_link .cate_list li a::before{
		margin-right: 10px;
	}
}