@charset "utf-8";

#overview-01{
  background: url(/corporate/images/overview/c-01_header_01.jpg) no-repeat scroll center top / cover rgba(0, 0, 0, 0);
}
/* @media screen and (min-width: 1920px) {
  #dic-01{
    background-size:100% auto;
    height:300px;
  }
 */}


/* /overview/map01.html
-----------------------------*/
.table_inner {
    margin: 0 auto;
    padding: 32px 0;
    width: 720px;
}
.table_inner table{
  width:720px;
}
.table_inner td{
  border: 1px solid #ccc;
  padding: 12px 8px 11px 15px;
}
.table_inner th{
  background-color: #faf5eb;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 12px 8px 11px 15px;
  text-align: left;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}