@charset "UTF-8";

/* Normalize
--------------------------------*/
html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  transition: .3s;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

img,
iframe {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: baseline;
  border: 1px solid;
  text-align: left;
}

/* Remove Margin
--------------------------------*/
*:first-child,
.paragraph:first-child,
.widget:first-child,
.post:first-child {
  margin-top: 0;
}

*:last-child,
.paragraph:last-child,
.widget:last-child,
.post:last-child {
  margin-bottom: 0;
}

/* Heading
--------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: 700;
}

/* Common
--------------------------------*/
.cf:after {
  display: block;
  clear: both;
  content: "";
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.center {
  text-align: center;
}

/* Site Width
--------------------------------*/
.site {
  max-width: 720px;
  margin: 0 auto;
}

.backnumber {
  margin: 64px 0 32px;
}

.backnumber__caption {
  line-height: 1;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  font-size: 1em;
  text-align: center;
}

.backnumber-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 680px;
  margin: 0 auto;
}

.backnumber-banner__item {
  flex: 0 0 334px;
  margin-top: 10px;
}

.backnumber-banner__item:nth-child(-n+2) {
  margin-top: 0;
}

footer {
  padding-bottom: 32px;
  text-align: center;
}

/* Main
--------------------------------*/
.fishing-shop {
  padding: 0 0 40px;
  background: url(/assets/images/old-plan/lighthouse/bg_table.png) 0 310px;
}

.fishing-shop table {
  width: 660px;
  line-height: 1.5;
  margin: 10px auto 0;
  background: #fff;
  border: 0;
  color: #222;
  font-size: 12px;
}

.fishing-shop th,
.fishing-shop td {
  padding: 4px 8px;
  border: 1px solid #222;
  border-right: 0;
  background: transparent;
  font-weight: normal;
  text-align: left;
}

.fishing-shop th:first-child {
  width: 28%;
  border-left: 0;
}

.fishing-shop thead {
  background: #49ABB6;
  color: #fff;
  letter-spacing: 2em;
  text-indent: 2em;
}

.fishing-shop td + td,
.fishing-shop thead th {
  text-align: center;
}

.fishing-shop thead th + th + th {
  letter-spacing: 0;
  text-indent: 0;
}