/* -------------------------------------------------------------- 
 
 Hartija CSS Print Framework -MIT License
   * Version:   1.0
 
-------------------------------------------------------------- */

@media print{
    
@page {
  size: A4;
  margin: 0;
}
    
@media print {
  body {
    width: 210mm; /* needed for Chrome */
  }
}
    
    header,footer,nav,.bt-contact,.pager,.bukken-map{
        display: none !important;
    }    
    

body { 
width:100% !important;
margin:0 !important;
padding:0 !important;
line-height: 1.45; 
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
color: #000; 
background: none; 
font-size: 1.1rem; }

    .container{
        padding:20px !important;
    }    
    

/* Headings */
h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }

h2{
    font-size:1.5rem !important;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #999;
    min-height:10px !important;
    }
h3{font-size:15pt;}
h4,h5,h6{font-size:14pt;}
 
p, h2, h3 { orphans: 3; widows: 3; }
 
code { font: 12pt Courier, monospace; } 
blockquote { margin: 1.2em; padding: 1em;  font-size: 12pt; }
hr { background-color: #ccc; }


/* Images */
img { float: left; margin: 1em 1.5em 1.5em 0; max-width: 100% !important; }
a img { border: none; }



}

.house-photo-area{
    margin-bottom:0;
}

.house-top-area{
    margin-bottom:10px;
}

.rent-ta th, .rent-ta td{
    padding:2px;
}

