/*-----------------------------------------------------
  common
-----------------------------------------------------*/
.content {
  margin-bottom: 20px;
}

.contactBox {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #CCC;
}
.contactBox .head {
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}

@media print, screen and (min-width: 640px) {
  .contactBox {
    margin-top: 40px;
    padding: 15px 20px;
  }
}
