@charset "utf-8";
#machiya, #iwate {
  margin-top: -105px;
  padding-top: 105px;
}

.page-header {
  height: 100px;
  overflow: hidden;
}
.page-header h1 {
  line-height: 100px;
  height: 100px;
  margin: 0;
  float: left;
}
.page-header h1 img {
  vertical-align: middle;
}
.page-header .local-nav {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
  float: right;
}
.page-header .local-nav:after {
  content: "";
  display: table;
  clear: both;
}
.page-header .local-nav li {
  margin-left: 10px;
  float: left;
}
.page-header .local-nav li:last-child {
  margin-right: 0;
}
.page-header .local-nav li a {
  color: #000;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  display: block;
  padding: 0 25px;
}
.page-header .local-nav li a:hover, .page-header .local-nav li a.active {
  background: #ccc;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 white;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 white;
}

.area {
  background: #fff;
  margin-bottom: 1px;
  padding: 50px 0;
  position: relative;
}
.area:after {
  content: "";
  width: 100%;
  height: 15px;
  background: url('../images/shadow.png?1368155251') center top no-repeat;
  display: block;
  position: absolute;
  bottom: -15px;
  z-index: 1;
}
.area:last-child {
  margin-bottom: 0;
}
.area th, .area td {
  vertical-align: top;
  border: 1px solid #e9e9e9;
  border-width: 1px 0;
  padding: 10px;
}
.area th {
  white-space: nowrap;
  text-align: left;
  min-width: 100px;
}

.profile .box {
  overflow: hidden;
}
.profile .profile-table {
  width: 465px;
  float: left;
}
.profile .map {
  width: 465px;
  float: right;
}
.profile .map .map-link {
  text-align: right;
  margin: 0;
}

.factory .factory-visual {
  border-bottom: 1px solid #e9e9e9;
}
.factory .factory-visual h3 {
  margin: 0;
}
.factory .factory-visual p {
  margin: 30px 0;
}
.factory .factory-photos h3 {
  margin-top: 30px;
}
.factory .factory-photos ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.factory .factory-photos li {
  margin-right: 2px;
  margin-bottom: 2px;
  float: left;
}
.factory .factory-photos li:nth-child(3n) {
  margin-right: 0;
}
