/* @page { size: A4 }  A4縦 */
@page { size: A4 landscape;} /* A4横 */
@media print {
    iframe { overflow: visible;}
}
body {
    padding: 0;
    margin: 0;
    -webkit-print-color-adjust: exact;
}

body,
table,
.article {
    font-size: 10pt;
}
img,tr {page-break-inside: avoid;}

table.spec {
     border-collapse: collapse;
  border-spacing: 0;
    border: solid 1px #333;
    
}
table.spec th { font-weight: normal; white-space:  nowrap; font-size: 8pt;}
table.spec th, table.spec td { padding: 2pt 3pt; border: solid 1px #333;}

.print_pages:before {
    content: "物件情報｜宮崎宅地建物取引業共同組合";
    display: block;
    border-bottom: solid 1px #ccc;
    padding: 1px 3px;
}
.print_pages:last-child {
    page-break-after: auto;
}

.print_pages img { width: 98%; margin: 0 auto;}
.print_pages iframe { width: 100%; height: 450px;}

.footinfo { width: 100%; margin-top: 10px; padding-top: 10px; border-top: solid 1px #ccc;}
.footinfo td {
    vertical-align: top;
}
.footinfo td dl, .endinfo td dl {
    margin: 0;
    display: table;
}
.footinfo td dt, .endinfo td dt { font-size: 8pt; display: table-cell; white-space: nowrap;}
.footinfo td dt:after, .endinfo td dt:after { content: "："}

.footinfo td dd, .endinfo td dd { display: table-cell; white-space: nowrap;}