@charset "UTF-8";
/*** table_tozan.css ***/

body {
	margin: 15px;
	font-family: sans-serif;
	box-sizing: border-box;
}
.subtitle {
	width: 350px;
	margin: 0 auto;
	font-size: 2.0rem;
}
.subtitle2 {
	text-align: center;
	font-size: 1.0rem;
}

.table_container {
	overflow-x: auto;
}
table {
	border-collapse: collapse;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;	
	font-size: 1rem;
}
table tr {
	height: 40px;
}

table th, tr , td {
	padding: 3px;
	border: 1px solid #000;
	white-space: nowrap;
	height: 40px;
}
.no {
	max-width: 10%;
}
.place																					 {
	max-width: 40%;
}
.elev {
	max-width: 20%;
}
.sche {
	max-width: 30%;
}

thead tr {
	background: rgb(132, 141, 144);
}
tbody tr:nth-child(2n+1){
	background: rgb(211,211,211,0.5);
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color:black;
}
a:hover {
	color: green;
}
#footer_inner {
	background-color: lightgreen;
}
/*********画面サイズが760px以下の時*********/
@media screen and (max-width:760px) {
	.table_container {
		font-size: 0.8rem;
	}
/*
	table {
		border-collapse: collapse;
		min-width: 100%;
		margin-left: auto;
		margin-right: auto;	
		overflow-x: auto;
	}
*/
/*
	.no {
		max-width: 20px;
	}
	.place {
		max-width: 150px;
	}
	.elev {
		max-width: 80px;
	}
	.sche {
		max-width: 100px;
	}
*/
	/*
	table {
		max-width: 360px;
		width: 100%;
		height: 40px;
	}
}
