@charset "utf-8";

/* テーブル */

#table{
	margin-bottom:40px;
}

.table-box {
  width: 100%;
  border-collapse: collapse;
}

.table-box td {
  padding: 20px;
	border: #963 solid 1px;
	vertical-align:middle;
}

.table-box td:nth-child(odd) {
	background:#f9f2e6;
    width: 30%;
}

.table-box td:nth-child(even) {
    width: 70%;
}

@media(max-width:960px){
  .table-box td{
    display: block;
		border: 0px;
		padding: 10px;
		box-sizing: border-box;
  }

	.table-box td:nth-child(odd) {
		width: 100%;
	}

	.table-box td:nth-child(even) {
		width: 100%;
	}
}

/* 地図 */

#map{
	margin-bottom:40px;
}

.map-box {
	position: relative;
	padding-bottom: 75%;
}

.map-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
