@charset "utf-8";

.tbl_wrap {
	max-width:540px;
	margin:0 auto 3em auto;
}
/*===========================================================

  			Tablepress     
    
============================================================*/
/*
	TablePress 編集ボタンを消す
--------------------------------------- */
.tablepress caption {
	display:none !important;
}
.tablepress-table-name {
	font-size:0.9em;
}

/*
	共通テーブル
--------------------------------------- */

.tbl_cmn caption {
	display:none;
}
.tbl_cmn {
	width:98% !important;
	max-width:880px;
	background:rgba(255,255,255,0.35);
	margin:0 auto;
	border-top:1px solid #9f9f9f !important;
	border-bottom:1px solid #9f9f9f !important;
	border-collapse:collapse;
}
.tbl_cmn td, th {
	border-top:1px solid #9f9f9f !important;
	border-bottom:1px solid #9f9f9f !important;
	font-size:1.1em;
	padding:0.8em 0.8em !important;
}
.tbl_cmn .column-1 {
	color:#3b0606;
	width:27%;
}
@media screen and (max-width: 767px) {
	.tbl_cmn td, th {
		font-size:1em;
		padding:0.4em 0.6em !important;
	}
}


/*
	物件詳細テーブル
--------------------------------------- */
.tbl_dt caption {
	display:none;
}
.tbl_dt {
	margin:0 auto;
	width:95%;
	border-collapse:collapse;
	border-bottom:1px solid rgba(255,255,255,0.08) !important;
}
.tbl_dt .tablepress-table-description {
	font-size:0.9em !important;
	text-align:right !important;
}

.tbl_dt td {
	border-top:1px solid rgba(255,255,255,0.08) !important;
	border-left:none !important;
	border-right:none !important;
	font-size:1em;
	color:#d9d9d9;
	padding:0.39em 0.8em !important;
}
.tbl_dt th {
	font-weight:normal;
}
.tbl_dt .column-1 {
	width:25%;
}
.tbl_dt .column-1 span {
	display:block;
}
@media screen and (max-width: 767px) {
	.tbl_dt td {
		font-size:0.86em;
		padding:0.4em 0.3em !important;
	}
}

