/* -------------------------------------------------------------- 
  
 Hartija Css Print  Framework
   * Version:   1.0 
	 
-------------------------------------------------------------- */
@page {
  size: A4;
  margin: 10mm; }
body {
  width: 190mm;
  margin: 0;
  padding: 0;
  position: relative;
  color: #000;
  background: none;
  font-size: 10pt;
  line-height: 14pt; }

h1 {
  font-size: 14pt;
  text-align: center;
  border-bottom: 1px solid black;
  margin-bottom: 10px; }

h2 {
  font-size: 12pt;
  text-align: center;
  margin: 5mm 0;
  padding: 2mm;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  display: block; }

h3 {
  font-size: 10pt;
  padding: 1mm 0;
  font-weight: bold;
  border-bottom: 1px solid black; }

section {
  width: 100%;
  padding: 2mm 0;
  margin: auto; }

.sectionBorder {
  width: 190mm;
  height: 50mm;
  margin: 3mm 0;
  background-size: cover;
  background-position: center bottom; }

#map-canvas {
  width: 190mm;
  height: 100mm; }

.hidePC,
.hideSP,
.noPrint,
.moreRead,
#navi.small {
  display: none; }

.moreText {
  display: block; }

#print {
  height: 251mm; }
  #print .hideSP {
    display: inline; }

table.rootGuide {
  width: 180mm;
  margin-top: 5mm; }
  table.rootGuide td {
    font-size: .6rem;
    line-height: .8rem;
    padding: .5rem;
    vertical-align: middle;
    text-align: center; }
    table.rootGuide td img {
      width: 100%; }
    table.rootGuide td.stBVoad {
      width: 35%; }
    table.rootGuide td.ex, table.rootGuide td.photo {
      width: 15%; }
    table.rootGuide td .icon-circle-right,
    table.rootGuide td .icon-circle-down {
      font-size: 2rem;
      color: rgba(0, 0, 0, 0.2); }

#topImg {
  width: 190mm;
  height: 100mm;
  color: black; }
  #topImg section {
    position: relative;
    height: 100%; }

#restaurant .table .cell,
#tenant .table .cell {
  width: 100%;
  display: block; }
#restaurant .img,
#tenant .img {
  background-size: cover;
  background-position: center center;
  height: 100mm; }
#restaurant .row,
#tenant .row {
  display: block;
  border: 1px solid black;
  border-radius: 5px;
  margin: 10mm; }
#restaurant .text,
#tenant .text {
  background-color: white;
  color: black;
  padding: 5mm;
  text-align: left; }
  #restaurant .text img,
  #tenant .text img {
    width: 30mm;
    height: auto;
    margin: 5mm 10mm;
    border-radius: 100%; }
#restaurant #tenantTable,
#tenant #tenantTable {
  font-size: 0.6875rem;
  line-height: 1rem;
  text-align: left;
  margin: 2rem 0; }
  #restaurant #tenantTable table,
  #tenant #tenantTable table {
    width: 100%;
    border-left: 1px solid black;
    border-top: 1px solid black;
    margin: 1rem 0; }
  #restaurant #tenantTable td,
  #tenant #tenantTable td {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 5px;
    text-align: center; }
#restaurant .hideSP,
#tenant .hideSP {
  display: none !important; }

#staff img {
  width: 30mm;
  height: auto;
  margin: 5mm 20mm; }
#staff .cell {
  padding: 0;
  display: block; }

#footer {
  display: none; }

/*# sourceMappingURL=print.css.map */
