#list-comment p strong {
  color: #e53d0f;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  #list-comment p {
    margin-left: 1rem;
  }
}

#information {
  padding: 0.5rem;
}

#information ul {
  margin: 0;
  padding: 0;
}

#information li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0.5rem;
}

#information li .date {
  color: #e65d19;
}

#information li p {
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 769px) {
  #information li {
    margin-left: 0.5rem;
    margin-bottom: 5px;
    padding-left: 14px;
    background: url(../common_img/icon_list.gif) no-repeat 0 3px;
  }
  #information li .date {
    float: left;
    width: 6rem;
  }
  .info li p {
    margin-left: 6.5rem;
  }
  .info li a {
    font-weight: bold;
  }
}

.page-navi {
  margin-bottom: 1rem;
}

.prev {
  float: left;
  width: 48px;
  height: 24px;
  background: url(image/bt_rev.png) no-repeat;
  cursor: pointer;
}

.next {
  float: right;
  width: 48px;
  height: 24px;
  background: url(image/bt_next.png) no-repeat;
  cursor: pointer;
}

.prev a,
.next a {
  display: block;
  width: 48px;
  height: 24px;
}

.prev a span,
.next a span {
  display: none;
}

.pagenum {
  clear: both;
  margin-right: 6px;
  text-align: right;
}

#person-list ul {
  margin: 0;
  padding: 0;
  letter-spacing: -1rem;
}

#person-list li {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  letter-spacing: 0;
}

#person-list li img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}

#person-list li .content {
  margin-left: 3px;
  margin-right: 3px;
}

#person-list li .photo {
  text-align: center;
  height: 120px;
}

#person-list li p {
  margin: 0 auto;
  margin-top: 0.5rem;
  padding: 0;
  max-width: 160px;
  text-align: center;
  height: 3rem;
  overflow: hidden;
}

@media screen and (min-width: 500px) {
  #person-list li {
    width: 33.333333%;
  }
}

@media screen and (min-width: 600px) {
  #person-list li {
    width: 25%;
  }
}

@media print, screen and (min-width: 769px) {
  #person-list li {
    width: 20%;
  }
}

#person-list li p a:link,
#person-list li p a:visited {
  color: #444;
  text-decoration: none;
}

#person-list li p a:active,
#person-list li p a:hover {
  color: #f66;
  text-decoration: underline;
}

#person-photo {
  text-align: center;
  margin-bottom: 1rem;
}

#person-photo img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}

#person-data h2 {
  margin-top: 0;
}

#person-data p {
  margin-left: 0.5rem;
}

#person-data ul {
  margin: 0;
  padding: 0;
  margin-top: 0.5rem;
}

#person-data ul li {
  display: inline;
  float: left;
  margin-bottom: 6px;
  margin-right: 12px;
  border-bottom: none;
  background: url(../common_img/icon_list.gif) no-repeat 0 40%;
  white-space: nowrap;
}

#person-data ul li a {
  padding-left: 12px;
}

#person-data ul li a:link,
#person-data ul li a:visited {
  color: #444;
  text-decoration: none;
}

#person-data ul li a:active,
#person-data ul li a:hover {
  color: #f66;
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  #person-photo {
    float: left;
    width: 46%;
    text-align: left;
    margin-bottom: 0;
  }
  #person-photo img {
    max-width: 98%;
    padding: 6px;
  }
  #person-data {
    float: right;
    width: 50%;
  }
  #person-data h3 {
    margin-left: 0.5rem;
  }
  #person-data ul {
    margin-left: 1rem;
  }
}

#kindlybase {
  position: relative;
  height: 150px;
}

#kindlybase img {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 100px;
}

#kindly {
  position: absolute;
  top: 10px;
  right: 120px;
  padding: 10px;
  padding-top: 14px;
  border: 1px solid #f04c88;
  background: #ffffff;
}

#kindly:before {
  content: "";
  position: absolute;
  top: 40%;
  right: -10px;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid #f04c88;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#kindly:after {
  content: "";
  position: absolute;
  top: 40%;
  right: -9px;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#kindly #num {
  font-size: 24px;
  font-weight: bold;
  color: #f04c88;
}

p#kindlyexp {
  margin: 0;
  padding: 0;
  text-align: right;
  margin-right: 0px;
  padding-top: 110px;
}

p#kindlyexp a:hover {
  text-decoration: none;
}

#kindlyexplanationbase {
  display: none;
}

#kindlyexplanation {
  width: 100%;
}

#kindlyexplanation h2 {
  font-size: 1.429rem;
  font-weight: bold;
  background: #f04c88;
  padding: 1rem;
  color: #ffffff;
  margin-bottom: 20px;
  border-radius: 5px;
}

#kindlyexplanation p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#kindlyexplanationclose {
  border: 1px solid #f04c88;
  padding: 6px;
  width: 5rem;
  margin: auto;
  margin-top: 2rem;
  cursor: pointer;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  #kindlybase {
    height: 3rem;
  }
  #kindlybase img {
    top: -95px;
    right: -40px;
  }
  #kindly {
    top: -60px;
    right: 75px;
    padding: 10px;
    padding-top: 14px;
    border: 1px solid #f04c88;
    background: #ffffff;
  }
  p#kindlyexp {
    margin: 0;
    padding: 0;
    padding-top: 1rem;
  }
  #kindlyexplanation {
    width: 600px;
  }
}

.url {
  text-align: center;
}

.url a {
  position: relative;
  display: inline-block;
  background: #005005;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 1rem 2rem;
  border: 1px solid #005005;
}

.url a::after {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.url a:hover {
  background: #ffffff;
  color: #005005;
}

.url a:hover::after {
  border-right: 2px solid #005005;
  border-bottom: 2px solid #005005;
}

.item h2 {
  font-size: 2rem;
  border-bottom: 3px solid #666666;
}

.item .item-photo {
  text-align: center;
}

.item .item-photo img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}

.item .item-photo ul {
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-left: -1%;
  letter-spacing: -1rem;
}

.item .item-photo li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 32.33333%;
  margin-left: 1%;
  text-align: center;
  letter-spacing: 0;
}

.item .item-photo li img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}

.item .item-photo .comp_url {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.item .item-photo .comp_url a {
  position: relative;
  display: inline-block;
  background: #dc2b3d;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 0.75rem;
  width: 100%;
  border: 1px solid #dc2b3d;
}

.item .item-photo .comp_url a::after {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.item .item-photo .comp_url a:hover {
  background: #ffffff;
  color: #dc2b3d;
}

.item .item-photo .comp_url a:hover::after {
  border-right: 2px solid #dc2b3d;
  border-bottom: 2px solid #dc2b3d;
}

.item .item-data p {
  margin-top: 0;
}

.item .item-data p.sake-attention {
  color: #ff0000;
  margin-top: 1rem;
}

table.capaprice {
  width: 100%;
  border-collapse: collapse;
}

table.capaprice th,
table.capaprice td {
  padding: 1rem 0.5rem;
  text-align: left;
  border-bottom: 1px solid #666666;
}

table.capaprice td div {
  padding: 0 1rem;
}

table.capaprice th.item-name {
  font-weight: normal;
  white-space: nowrap;
}

table.capaprice td.item-price {
  text-align: right;
  white-space: nowrap;
}

table.capaprice td.item-price span {
  display: block;
  color: #e01010;
  font-weight: bold;
}

table.capaprice td.item-kago {
  width: 8rem;
  padding: 10px 0;
}

table.capaprice td.item-kago .soldout {
  display: block;
  text-align: center;
  color: #e01010;
  font-weight: bold;
}

table.capaprice td.item-kago .buttons {
  padding: 0;
}

table.capaprice td.item-kago .buttons select {
  margin-bottom: 10px;
}

table.capaprice td.item-kago .buttons button {
  position: relative;
  display: inline-block;
  background: #b72b00;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  width: 8rem;
  border: 1px solid #b72b00;
  cursor: pointer;
}

table.capaprice td.item-kago .buttons button::after {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

table.capaprice td.item-kago .buttons button:hover {
  background: #ffffff;
  color: #b72b00;
}

table.capaprice td.item-kago .buttons button:hover::after {
  border-right: 2px solid #b72b00;
  border-bottom: 2px solid #b72b00;
}

.item-data .button-base button {
  position: relative;
  display: inline-block;
  background: #b72b00;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-weight: bold;
  width: 15rem;
  border: 1px solid #b72b00;
  cursor: pointer;
}

.item-data .button-base button::after {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.item-data .button-base button:hover {
  background: #ffffff;
  color: #b72b00;
}

.item-data .button-base button:hover::after {
  border-right: 2px solid #b72b00;
  border-bottom: 2px solid #b72b00;
}

.item-data .ref_url {
  margin-top: 1rem;
}

.item-data .ref_url a {
  position: relative;
  padding-left: 30px;
}

.item-data .ref_url a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 2px;
  background: #000000;
}

.item-data .ref_url a::after {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media print, screen and (min-width: 769px) {
  .item h2 {
    padding-left: 1rem;
  }
  .item .item-photo {
    float: left;
    width: 40%;
  }
  .item .item-data {
    float: right;
    width: 55%;
  }
}

#postage h2 {
  border-bottom: 3px solid #0098da;
}

#postage em {
  color: #e01010;
  font-weight: bold;
  font-style: normal;
}

#prefpostage {
  margin: 0;
  padding: 0;
}

#prefpostage li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-bottom: -1px;
  margin-right: -1px;
}

#prefpostage li .pref {
  display: inline-block;
  border: 1px solid #a7a7a7;
  padding: 0.5rem;
  width: 6rem;
  background: #efefef;
}

#prefpostage li .price {
  display: inline-block;
  border: 1px solid #a7a7a7;
  border-left: none;
  padding: 0.5rem;
  width: 5rem;
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  #prefpostage {
    margin-left: 1rem;
  }
}

#shopinfo h2 {
  border-bottom: 3px solid #ffa73f;
}

#shopinfotable {
  margin-bottom: 1rem;
}

#shopinfo table {
  border-collapse: collapse;
  empty-cells: show;
  width: 100%;
}

#shopinfo table th {
  display: block;
  text-align: left;
  font-weight: bold;
}

#shopinfo table td {
  display: block;
  padding-left: 1rem;
}

#shopinfo table td #map iframe {
  width: 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 769px) {
  #shopinfotable {
    margin-left: 1rem;
  }
  #shopinfo table th {
    display: table-cell;
    padding: 0.5rem;
    border: 1px solid #a7a7a7;
    width: 7rem;
    font-weight: normal;
    white-space: nowrap;
    background: #efefef;
    text-align: center;
  }
  #shopinfo table td {
    display: table-cell;
    padding: 0.5rem;
    border: 1px solid #a7a7a7;
  }
}

#freearea h2 {
  border-bottom: 3px solid #00c16c;
}

#freearea h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

#freeareatable {
  margin-bottom: 1rem;
}

#freearea table {
  border-collapse: collapse;
  empty-cells: show;
}

#freearea table th {
  display: block;
  text-align: left;
  font-weight: bold;
}

#freearea table td {
  display: block;
  padding-left: 1rem;
}

@media print, screen and (min-width: 769px) {
  #freeareatable {
    margin-left: 1rem;
  }
  #freearea table th {
    display: table-cell;
    padding: 0.5rem;
    border: 1px solid #a7a7a7;
    width: 7rem;
    font-weight: normal;
    white-space: nowrap;
    background: #efefef;
    text-align: center;
  }
  #freearea table td {
    display: table-cell;
    padding: 0.5rem;
    border: 1px solid #a7a7a7;
  }
  #freearea p {
    margin-left: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */