@charset "UTF-8";

/*==========　設備紹介　テーブル　==========*/
.box_table {
	border: 2px solid #fef2e3;
	margin-bottom: 30px;
}

.table_facilities{
	width: 100%;
	font-size: 90%;
	border-collapse: collapse;
}
.table_facilities th{
	width: 20%;
	color: #333;
	background-color: #fef2e3;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-style: none;
}
.table_facilities td.aaa{
	background-color: #fff;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fef2e3;
}
.table_facilities td.bbb{
	background-color: #fff;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fef2e3;
}
.table_facilities td.aaa_last{
	background-color: #fff;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fef2e3;
	border-bottom-style: none;
}
.table_facilities td.bbb_last{
	background-color: #fff;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fef2e3;
	border-bottom-style: none;
}
