@charset "utf-8";
ul.tabs {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	font-size: 10px;
    display: flex;
    justify-content: space-between;
}
ul.tabs li {
/*	float: left;*/
	width: calc( 16.66% - 5px );
	position: relative;
	overflow: visible;
	height: 35px;
}
ul.tabs li a {
	line-height: 1.2em;
	text-align: center;
/*	display: block;*/
    display: flex;
    justify-content: center;
    align-items: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-left-color: #e9e9e9;
	width: 100%;
	height: 35px;
}
ul.tabs   li   a.active, ul.tabs  li  a:hover {
	color: #5a5a5a;
	background-color: #f3f3f3;
	border-bottom-color: #f3f3f3;
	height: 37px;
}
h4.tabsTitle {
	font-size: 13px;
	line-height: 35px;
	font-weight: 600;
	text-align: left;
	color: #272727;
	background-color: #f3f3f3;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.iconList {
	line-height: 35px;
	font-size: 11px;
}
.iconList dl {
	float: left;
	width: 25%;
	margin-bottom: 10px;
}
.iconList dt {
	float: left;
}
.iconList dd {
	margin-left: 41px;
	line-height: 35px;
}
.iconList.nimoca dl {
	float: left;
	width: 35%;
}
.iconList.nimoca dd {
	margin-left: 32px;
	line-height: 35px;
}

.parkingInfo {
	font-weight: 600;
	text-align: center;
	line-height: 200%;
	font-size: 13px;
}
.parkingInfo h3 {
	border-bottom: #e9e9e9 solid 1px;
	line-height: 50px;
	font-size: 20px;
}
ul.parkingOther {
	margin-top: 0;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 1.846;
}
ul.parkingOther li {
	padding: 0 10px 0 10px;
	border-bottom: #e9e9e9 solid 1px;
}
ul.parkingOther li .floor {
	font-weight: 600;
	display: inline-block;
	width: 48px;
}
table.parkingTable {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}
table.parkingTable td, table.parkingTable th {
	padding: 10px;
	border: #e9e9e9 solid 1px;
}
table.parkingTable th {
	background-color: #eef9e8;
	font-size: 15px;
}
table.parkingTable .no {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #72a05b;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
}
.box.bg-gray {
	background: #f3f3f3;
}









.wInfo {
	font-size: 13px;
	color: #d70011;
	font-weight: 600;
	line-height: 200%;
}
table.informationTable.service table.wifiTable {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.informationTable.service  table.wifiTable  th, table.informationTable.service table.wifiTable td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}
table.informationTable.service table.wifiTable th  {
	font-size: 18px;
	width: 30px;
	background-color: #cdc592;
	text-align: center;
	font-weight: 300;
	padding: 0px;
	line-height: 30px;
}
.text-green {
	color: #72a05b;
	font-weight: 400;
}
h5.warning {
	line-height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
	padding-right: 10px;
	padding-left: 10px;
}
