@charset "UTF-8";
@page { size: A4 } /* A4縦 */
body{
	line-height: 1.2;
}
p{
	margin: 5px 0px!important;
	padding: 0px 0px!important;
}
.sml{
	margin-bottom: 15px;
}
.mid{
	margin-bottom: 25px;
}
.und{
	margin-bottom: 35px;
}

.f10 {
	font-size: 10px;
}
.f11 {
	font-size: 11px;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.jyutaku_font{
	font-size: 14px;
	line-height: 14px;
	padding: 0px 0px;
	text-align: left;
}
.nairan_font{
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0 0;
	padding: 15px 0px 8px!important;
	text-align: center;
}
.nairan_font span{
	font-size: 12px;
}
.kind_area{
	display: block;
	margin: 10px 0 8px 20px;
}

.print_area{
	/*width: 640px;*/
	width: 720px;
	margin: 0px auto;
}

div{
	box-sizing: border-box!important;
}
.hd_area {
  margin: 0 auto;
  margin-bottom: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  color: #191919;
	border-bottom: 3px solid #00aaff;
}
.hd_img{
	height: 61px;
	font-size: 0px;
	line-height: 0px;
}
.hd_img img{
	height: 100%;
	width: auto;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}

.hd_area .hd_in01{
    border-right: none !important;
    width: calc(40% - 0px);
    padding: 0;
}
.hd_area .hd_in02{
    border-right: none !important;
    width: calc(58% - 0px);
    padding: 0;
}

.property_info_area{
	margin: 0 auto;
    margin-bottom: 0px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	color: #191919;
	border-top: 1px solid #494949;
}
.in_box{
	margin: 0 auto;
    margin-bottom: 0px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	color: #191919;
}


.box01 {
    border-left: 1px solid #494949;
    border-right: none !important;
    width: calc(30% - 0px);
    padding: 5px 1.2%;
}
.box02 {
	border-bottom: 1px solid #494949;
	border-right: 1px solid #494949;
    width: calc(30% - 0px);
    /*padding: 2vh 2vh;*/
    padding: 5px 1.2%;
}
.box03 {
    font-size: 12px;
    line-height: 1.2;
    width: calc(80% - 0px);
    padding: 1% 1.5%;
}
.box03_in {
	
    /*font-size: 12px;
    line-height: 1.2;*/
    width: calc(76% - 0px);
}
.box03-sub {
  border-bottom: 1px solid #494949;
  border-left: 1px solid #494949;
  border-right: 1px solid #494949;
  background-color: #fdf8f9 !important;
  width: calc(100% - 0px);
  padding: 5px 1.2%;
}
.box04 {
	border-bottom: 1px solid #494949;
    border-left: 1px solid #494949;
    border-right: 1px solid #494949;
    width: calc(20% - 0px);
    padding: 5px 1.2%;
    font-size: 12px;
    line-height: 1.2;
    width: calc(100% - 0px);
    padding: 1% 1.5%;
}
.box04_in {
	font-weight: bold;
    width: calc(23% - 0px);
    /*font-size: 12px;
    line-height: 1.2;*/
}
.box05 {
	border-bottom: 1px solid #494949;
    font-size: 12px;
    line-height: 1.2;
    border-right: none !important;
    width: calc(30% - 0px);
    padding: 5px 1.2%;
 }
.box06 {
	border-bottom: 1px solid #494949;
	border-left: 1px solid #494949;
    font-size: 12px;
    line-height: 1.2;
    width: calc(30% - 0px);
    padding: 5px 1.2%;
 }
.box07_lf {
  border-bottom: 1px solid #494949;
  border-right: 1px solid #494949;
  border-left: 1px solid #494949;
  width: calc(50% - 0px);
  padding: 5px 1.2%;
}
.box07 {
  border-bottom: 1px solid #494949;
  border-right: 1px solid #494949;
  width: calc(50% - 0px);
  padding: 5px 1.2%;
}
.box07_in {
  width: calc(48% - 0px);
  padding: 0;
}
.box08 {
  border-bottom: 1px solid #494949;
  border-left: 1px solid #494949;
  border-right: 1px solid #494949;
  width: calc(100% - 0px);
  padding: 5px 1.5%;
}
.box08_in {
  width: calc(100% - 0px);
  padding: 0;
}

.floor_img{
	width: 100%;
}
.floor_img figure{
	/*height: 230px;*/
	height: 190px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.floor_img figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.gennchizu {
	width: 100%;
}
.gennchizu figure{
	/*height: 140px;*/
	height: 100px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.gennchizu figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.tatemono {
	width: 100%;
}
.tatemono figure{
	/*height: 142px;*/
	height: 110px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.tatemono figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}


