@charset "shift_jis"; 

.table {
	border-collapse: collapse;
}
.table td,
.table th {
	padding:10px;
	border: 1px solid #ccc;
}


@media only screen and (max-width:480px) {
	.table{
		display: block;
	}
	.table thead {
		display: none;
	}
	.table tbody {
		display: block;
	}
	.table tbody tr {
		display: block;
		margin-bottom: 0.5em;
		text-align:left;
	}
	.table th,
	.table td {
		display: list-item;
		list-style-type: none;
		border: none;
		text-align:left;
		width:100%;
	}
	.table th {
		margin-bottom: 5px;
	}
	.table td {
	}
}

/*地鎮祭について式次第-SPで使用*/
.table_jichinsai2{}



/*地鎮祭について用意するもの-SPで使用*/
.table_jichinsai3{}
