@import url("common.css");
#bodyarea .textblock {
  text-align: center;
}
#bodyarea .textblock p {
  margin: 20px 0;
}
#bodyarea .business_time span {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
#bodyarea .business_time small {
  font-size: 14px;
  display: block;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1400px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #bodyarea .textblock {
    text-align: justify;
  }
  #bodyarea .textblock p br {
    display: none;
  }
}
