@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------
.html（沿革）
----------------------------------------------------*/
.table_enkaku{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
	border-left: 1px solid #0073BE;
	}
	
.table_enkaku th {
	width: 35%;
	text-align: left;
	border-right: 1px solid #0073BE;
	border-bottom: 1px solid #0073BE;
	color: #0073BE;
    font-weight: bold;
	background-color:rgba(168,231,254,0.2);
	
}
.table_enkaku thead{
    border-right: 1px solid #AFAFAF;
    background-color: #FFFFFF;
	}

.table_enkaku td {
	border-right: 1px solid #0073BE;
	border-bottom: 1px solid #0073BE;
	border-top: 1px solid #0073BE;
	padding: 2%;
    line-height: 35px;
	
}
.table_enkaku tr:nth-child(even) {
}

.table_enkaku th,.responsive-table td{
	padding: 2%;
	border-top: 1px solid #0073BE;
	border-right-color: #0073BE;
	}

.table_enkaku td.table_enkaku_name {
    color: #0073BE;
	font-weight: normal;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 768px){
		
/*--table_enkaku-m*/
    
.table_enkaku {
	border-style: none;
	text-align: left;
}
.table_enkaku thead{
	display:none;
	}
.table_enkaku tr,
.table_enkaku th,
.table_enkaku td {
	display: block;
	font-weight: normal;
	text-align: left;
	}
	.table_enkaku th {
		width: 94%;
		border-right: none;
margin-left:auto;
margin-right: auto;
	border-top: 3px solid #0073BE;	
	}	
.table_enkaku td {
	padding-top: 1%;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
	border-style: none;
	margin-top: 0px;
	text-align:left;
	
	}
.table_enkaku tr td:first-child {
	/* [disabled]border-top: 3px solid #557EB6; */
	}
.table_enkaku tr td:last-child {
	margin-bottom: 20px;
}
.table_enkaku td:before {
	display: block;
	font-weight: bold;
	padding-left: 2%;
	}	
.table_enkaku td.table_enkaku_name {
    color: #0073BE;
	font-weight: normal;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #0073BE;
    padding-top: 20px;
}
.table_enkaku td:nth-of-type(1):before {
    display:none;
	/*content: "フロア";
	background-color: #F1F8F4;
	display: block;
	font-weight: normal;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	margin-bottom: 10px;
	padding-left: 3%;
	border-left: 5px solid #557EB6;*/
	}
.table_enkaku td:nth-of-type(2):before {
		content: "本館";
		background-color: #F1F8F4;
	display: block;
	font-weight: normal;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	margin-bottom: 10px;
        color: #0073BE;
	}
.table_enkaku td:nth-of-type(3):before {
		content: "西棟";
		background-color: #F1F8F4;
	display: block;
	font-weight: normal;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	margin-bottom: 10px;
        color: #0073BE;
	}
.table_enkaku td:nth-of-type(4):before {
		content: "地図";
		background-color: #F1F8F4;
	display: block;
	font-weight: normal;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	margin-bottom: 10px;
        color: #0073BE;
	}
}