/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

#controlbox {
    position: absolute;

    display: none;
    background: #FFF;
    padding: 0px;
    width: 950px;
    top: 0;
    left: 50%;
    z-index: 1000;
    
    box-shadow:2px -1px 4px 1px #e8e6e1;
   -moz-box-shadow:2px -1px 4px 1px #e8e6e1;
   -webkit-box-shadow:2px -1px 4px 1px #e8e6e1;
}

#controlbox .handle {
    position: relative;
    /*background: transparent url(../img/bg.png) 0 bottom repeat-y;*/
    color: #bf0c21;
    padding: 10px 5px 10px;
    cursor: move;
    font-weight: bold;
    
}

#controlbox .message {
    padding: 10px 25px 10px 25px;
}

#controlbox .close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    color: #bf0c21;
}

#branchbox {
   width: 900px;
   background: #FFFFFF;
   
   margin: 10px auto;

   /* border-radius 
   border-radius:6px;
   -moz-border-radius:6px;
   -webkit-border-radius:6px;

   border:1px solid #f3f3f2;*/
   
}

#branchbox > div > h2 {
    background-color: #d3d3d3;
    padding: 0.5rem 1rem;
    font-size: 1.6rem !important;
    text-align: left;
    font-weight: bold;
    margin: 0 !important;
    line-height: 1.5 !important;
}

#branchbox > div > p {
    text-align: left;
}

table.branchlist {
   width: 900px;
   border: none;
}

table.branchlist td {
   height: 20px;
   padding: 5px 10px 5px 10px;
   border: none;
   text-align: left;
   font-size: 12px;
   font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
table.branchlist td[align=right] {
    text-align: right;
}
.titleh {
   height: 30px;
   line-height: 30px;
   margin: 10px 0px 20px 0px;
   padding-left: 10px;
   border-left: 10px solid #f9caa0;
   text-align: left;
   font-weight: bold;
   font-size: 1.17em;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 785px; }

.inner h1, h2, p {
  font-size: 1.6rem;
  margin: 0; }

.inner h1 img {
  width: 20%;
  padding: 0.25rem; }

.inner h2 {
  background-color: #d3d3d3;
  padding: 0.5rem 1rem; }

.inner p {
  padding: 1rem; }

.image {
  background: url(../img/tl.png) no-repeat, url(../img/tr.png) no-repeat 100% 0, url(../img/br.png) no-repeat 100% 100%, url(../img/bl.png) no-repeat 0 100%;
  list-style: none;
  margin: 0.5rem 0.25rem;
  padding: 2rem; }
  .image li {
    margin-bottom: 2rem;
    text-align: center; }
    .image li:last-child {
      margin-bottom: 0; }

.map {
  height: 525px;
  margin: 1rem 0;
  padding: 3rem; }

.button {
  margin: 0 auto;
  padding: 0;
  text-align: center; }
  .button img {
    vertical-align: top; }
