/* 森本軽金属株式会社 静的サイト用スタイル（独自実装） */

body {
  margin: 0;
  background-color: #b7d5e9;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #0080ff;
}

a:visited {
  color: #333;
}

img {
  display: block;
  border: 0;
}

img.inline-icon {
  display: inline;
  vertical-align: middle;
}

.site-wrapper {
  width: 800px;
  margin: 0 auto;
}

.sidebar {
  width: 180px;
  background: url("../file/base/menu_bg_07.jpg") repeat;
  vertical-align: top;
  text-align: center;
}

.content {
  width: 643px;
  background-color: #fff;
  vertical-align: top;
}

.menu-block {
  width: 157px;
  margin: 0 auto;
}

.menu-title img {
  margin: 0 auto;
}

.menu-links {
  text-align: left;
  padding-left: 8px;
}

.menu-links a {
  font-size: 13px;
  text-decoration: underline;
}

.menu-links a:hover {
  color: #0080ff;
}

.menu-links td {
  padding: 2px 0;
}

.menu-links td span {
  font-size: 13px;
}

.page-banner img {
  margin: 0 auto;
}

.content-box {
  width: 600px;
  margin: 0 auto;
  text-align: left;
}

.content-box-wide {
  width: 643px;
  margin: 0 auto;
}

.greeting-box {
  width: 466px;
  margin: 0 auto;
  background-color: #e6f9f9;
  border: 1px solid #999;
  padding: 5px;
  font-size: 13px;
}

.greeting-box .mds {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.info-table {
  width: 643px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 13px;
}

.info-table td {
  padding: 4px 8px;
  border: 1px solid #999;
}

.info-table .label {
  background-color: #a2def2;
  width: 203px;
}

.link-table {
  width: 643px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 13px;
}

.link-table td {
  padding: 8px;
  border: 1px solid #999;
}

.link-table a {
  text-decoration: underline;
}

.link-table .header {
  background-color: #a2def2;
  text-align: center;
  font-weight: bold;
}

.price-table {
  width: 643px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 13px;
}

.price-table td {
  padding: 4px;
  border: 1px solid #999;
  text-align: center;
}

.price-table .header {
  background-color: #a2def2;
}

.price-table .gray {
  background-color: #dbdbdb;
}

.price-table .yellow {
  background-color: #eef295;
}

.price-table .blue {
  background-color: #c8e9f9;
}

.product-grid {
  width: 643px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 30px;
}

.product-card {
  width: 155px;
  border-collapse: separate;
  border-spacing: 1px;
}

.product-card td {
  border: 1px solid #999;
  font-size: 13px;
}

.product-card .title {
  background-color: #a2def2;
  text-align: center;
  height: 30px;
  vertical-align: middle;
}

.product-card .thumb {
  text-align: center;
  padding: 4px;
}

.product-card .thumb img {
  margin: 0 auto;
  cursor: pointer;
}

.product-card .caption {
  padding: 4px;
}

.news-list {
  font-size: 13px;
  line-height: 1.8;
}

.footer {
  margin-top: 20px;
  font-size: 13px;
  padding: 8px;
  text-align: center;
}

.spacer-5 {
  height: 5px;
}

.spacer-40 {
  height: 40px;
}

.spacer-50 {
  height: 50px;
}

.business-section {
  width: 550px;
  margin: 0 auto 5px;
  text-align: left;
  font-size: 13px;
}

.business-section img {
  margin-bottom: 8px;
}

/* 画像ポップアップ（加工品ページ） */
.image-popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.image-popup-overlay img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: 40px auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.image-popup-overlay.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}


.access-map {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.access-map .map {
  width: 47%;
  height: 350px;
  margin-right: 20px;
}

.access-map .map iframe {
  width: 100%;
  height: 100%;
}

.access-map .info {
  width: 50%;
}

.access-map .info h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.access-map .info p {
  font-size: 14px;
  font-weight: bold;
}