@charset "UTF-8";
/*===================================
	店舗情報
====================================*/
#contents .aside {
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
}
#contents .aside img {
  display: block;
  width: 300px;
  margin-bottom: 10px;
}

.lineBox {
  width: 370px;
  height: 440px;
  background-image: url("../../images/common/box_linebg.jpg");
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 2px;
  float: right;
  border-radius: 6px;
  position: relative;
}

.widget {
  width: 370px;
  height: 440px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background-color: #FFFFFF;
}

.table1 table {
  width: 100%;
}
.table1 table th {
  width: 6em;
}

div.staff {
  margin: 20px;
}

#map {
  padding-top: 62.5%;
  position: relative;
  margin: 20px;
}
#map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}