@charset "utf-8";
/* CSS Document */

/*ゲストサイト住戸詳細ページ　印刷時に読み込ませるCSS*/

body {
	background:none;
	padding:0.5%;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
}
a:link,
a:visited {
	color: #000;
}
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}
header, .header_box, .bread_crumbs, a.print, .page_nav_wrap, .pagetop, footer {
	display:none;
}
.inner {
	width:auto;
}
.page_bg3 {
	background-image:none;
}
section.w1100 {
	max-width: 100%;
	padding:0;
}
.pg_R2_org {
	background:#fff;
	border-top: none;
	border-left: none;
	border-right: none;
}
.pg_R2_wht {
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.detail .list_flex {
	page-break-after:always;
}

.detail .list_flex .photo {
	margin-bottom:10px;
}
/*.detail .list_flex .photo {
	width:44.5%;
	margin-right:4%;
}
.detail .list_flex .basic_info {
	width:51.5%;
}
.pg_R2_wht .list_flex {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position:relative;
}
.slick-img.slick-slide {
	max-height:300px;
}
.slick-img img {
	max-height:300px;
}*/

.table1 th, .table1 td, .table2 th, .table2 td, .table3 th, .table3 td {
	padding:3px 7px;
	font-size: 14px;
}
.arrow_box {
	display:none;
}
.icon_spt li span img {
		width:26px;
		height:26px;
	}











