@charset "UTF-8";

.form-h1 {
  background: none;
}

body#shop {
  background-color: #f9f9f9;
  color: #000;
}

main#top {
  max-width: 1100px;
  margin: auto;
}

.mv {
  max-width: 800px;
}

.shop {
  padding-bottom: 60px !important;
}
a {
  color: #6DA26D;
}
.green a {
  color: #6DA26D;
}

.read {
  color: #fff;
  line-height: 2.5;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .read {
    font-size: 16px;
    line-height: 2;
  }
}
  
.shop h2,
.shop h3 {
	font-size: 22px;
	border-bottom: #000000 solid 1px;
	text-align: center;
	font-weight: bold;
	padding-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.shop h3 {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}

table {
  margin:auto auto 30px;
  width: 100%;
  table-layout: fixed;
}
th {
  padding: 10px 0px;
  width: 40%;
	font-weight: normal;
	color: #002878;
}
td {
  padding: 10px 0px;
	font-size: 16px;
}
#page_top {
    position: fixed;
    bottom: 35px;
    left: 90%;
    font-size: 25px;
    z-index: 99;
}
#page_top a {
    background-color: #ef845d;
    color: #fff;
	font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 12px;
	border-radius: 5px;
	filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
}
#page_top a:hover {
    text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#shop footer {
  padding-bottom: 0;
}

#shop footer figure {
  width: 250px;
}

header .gnav2 {
  background: #cceded;
  padding: 30px 0; }
  header .gnav2 li a {
    color: #000;
    font-size: 17px; }
.w68 {
  width: 68%;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.center {
  text-align: center;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 667px) {

table {
  margin:auto auto 30px;
  width: 95%;
}	
th {
    display: block;
    width: 100% !important;
  padding: 10px 0 0;	
  }
td {
    display: block;
    width: 100% !important;
  padding: 0 0 10px;
  }
.form a, .form p, .form div, .form table {
  width: 96%;
  margin-left: 2%;
}
img.shoplist_title {
  margin: auto -10% auto -8%;
  width: 115%
}
.sp-only {
  display: block;
}
}

#shop .shop {
  position: relative;
}


main, footer {
  position: relative;
  z-index: 1;
}