  h1.title {
   font-size: 22px;
   margin-top: 5px;
  }
  
  h1.title span {
   font-size: 13px;
   display: block;
  }
.img-responsive {margin:0 auto;}

 .cv {
   text-align: center;
  }
  
.cv a {   font-size: 24px ; line-height: 1; font-weight: bold;}
.cv table {margin: 0 auto;}
.cv table tr td { padding: 5px;}

span.tel {display: block;font-size: 13px; line-height: 1.3;}

  .catch-img {
   background-color: #333;
  }
  
  .table {
   margin: 5px auto;
   max-width: 320px;
  }
  
  .table th {
   text-align: center;
   background-color: #EAFFE9;
  }
  
  .gmap iframe {
   border: 1px solid rgba(0, 0, 0, 0.25)!important;
  }
  
  footer {
   text-align: center;
   background-color: #FFF9F0;
   margin: 0 0 0;
   padding: 20px 10px 30px;
  }
  
  footer img {
   margin: 0 auto;
   max-width: 800px;
  }
  
  #back-top {
   position: fixed;
   bottom: 0px;
   right: 2%;
  }
  
  #back-top a {
   width: 50px;
   height: 50px;
   margin-bottom: -10px;
   display: block;
   text-align: center;
   text-decoration: none;
   color: #FFF;
   background-color: rgba(0, 102, 204, 0.40);
   border-radius: 3px 3px 0px 0px;
   padding-top: 15px;
   font-size: 16px;
   line-height: 1em;
  }
  
  #back-top a:hover {
   color: #22A7F0;
  }
