@charset "UTF-8";
/* CSS Document */
table.gaiyou_table{
	
	width:100%;
}
/*table.gaiyou_table */
table.gaiyou_table th{
	border:dotted #FF020E thin;
	background-color:#FFFFFF;
	width:25%;
    color: #A83524;
	text-align: left;
	border-right: #FFFFFF;
	border-left: #FFFFFF;
    
}
.gaiyou_table th.t-top {
border-top: #FFFFFF;;	
}
.gaiyou_table td.t-top {
border-top: #FFFFFF;;	
}
table.gaiyou_table td{
	/*border:solid #FF020E thin;*/
	 padding: 15px;
    line-height: 35px; 
	border:dotted  #FF020E thin;
	border-left: #FFFFFF;
	border-right: #FFFFFF;
}

@media screen and (max-width: 768px){
	
.kamoku_li ul li {
	width: 50%;
	float: left;
}	
	
	
	/*table.gaiyou_table */
table.gaiyou_table {
	width: 100% !important;
	margin: 0 auto !important;
    border-right: none;
	
}
table.gaiyou_table th {
    background-color: rgba(255,217,217,0.30);
    border-collapse: collapse;
    border-spacing: 0;
	border: none;
}
table.gaiyou_table th, table.gaiyou_table td {
	padding: 2%;
	box-sizing: border-box;
	width: 96%;
	display: block;
	/*border-bottom: solid #FF020E thin;*/
	border: none;
}
table.gaiyou_table tr:last-child td {
	border-bottom: none;
}
table.gaiyou_table input{
	width:100%;
	box-sizing:border-box;
}
table.gaiyou_table textarea {
	width: 100%;
}
}

/*----------------------------------------------------
.html（沿革）
----------------------------------------------------*/
.table_enkaku{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
	border-left: 1px solid #FF020E;
	}
	
.table_enkaku th {
	width: 26%;
	text-align: left;
	border-right: 1px solid #FF020E;
	border-bottom: 1px solid #FF020E;
	color: #A83524;
    font-weight: bold;
 background-color: rgba(255,217,217,0.30);
	
}
.table_enkaku thead{
    border-right: 1px solid #AFAFAF;
    background-color: #FFFFFF;
	}

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

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

.table_enkaku td.table_enkaku_name {
    color: #FF020E;
	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 #FF020E;	
	}	
.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: #FF020E;
	font-weight: normal;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #FF020E;
    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: #FF020E;
	}
.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: #FF020E;
	}
.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: #FF020E;
	}
}