@charset "UTF-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*-------------------------------------------------------------------------
変数
-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
mixin
-------------------------------------------------------------------------*/
/*
-----------------------------------------------
-siteName- Template Base Style
----------------------------------------------- */
/* pageStructureCommon
----------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  font: 14px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  color: #000;
  background: #fff;
  line-height: 1.7;
}

hr {
  border: 0;
}

ul {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #000;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
	  /*/
height: auto;
overflow: hidden;
/**/
}

.clear {
  display: block;
  clear: both;
}

/* Wrapper
----------------------------------------------- */
/* Header
----------------------------------------------- */
header {
  border-bottom: 3px solid #004c9f;
}

.head-menu {
  border-bottom: 6px solid #8bc56c;
}
.head-menu a {
  display: block;
}

.head-boxH2 {
  font-size: 12px;
  color: #797979;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
footer {
  margin-top: auto;
}
.formCheckBlock p,.formThanksBlock p {
  margin-bottom: 50px;
}
.formCheckBlock,.formThanksBlock {
  margin: 50px auto;
  width: 960px;
}

@media screen and (min-width: 769px) {
  header {
	 padding-top: 10px;
  }

  .head-box {
	 -webkit-display: flex;
	 -ms-display: flex;
	 -moz-display: flex;
	 -o-display: flex;
	 display: flex;
	 -webkit-align-items: flex-end;
	 -ms-align-items: flex-end;
	 -moz-align-items: flex-end;
	 -o-align-items: flex-end;
	 align-items: flex-end;
	 -webkit-justify-content: space-between;
	 -ms-justify-content: space-between;
	 -moz-justify-content: space-between;
	 -o-justify-content: space-between;
	 justify-content: space-between;
	 margin: 0 auto 10px;
	 width: 960px;
  }

  .head-boxH1 h1 {
    width: 154px;
  }

  .head-boxH2 {
	 text-align: right;
  }
  .head-boxH2 img {
    width: 213px;
  }
  .head-boxH2 p:first-child {
	 margin-bottom: 10px;
  }

  .head-menu input[type="checkbox"] {
	 display: none;
  }

  .head-menuV1 {
	 -webkit-display: flex;
	 -ms-display: flex;
	 -moz-display: flex;
	 -o-display: flex;
	 display: flex;
	 margin: 0 auto 10px;
	 width: 960px;
	 font-size: 15px;
	 border-left: 1px solid #797979;
	 box-sizing: border-box;
	 text-align: center;
  }
  .head-menuV1 > li {
	 width: 20%;
	 height: 30px;
	 line-height: 30px;
	 border-right: 1px solid #797979;
	 box-sizing: border-box;
  }
  .head-menuV1 > li ul {
	 position: relative;
  }
  .head-menuV1 > li li {
	 position: absolute;
	 overflow: hidden;
	 width: 100%;
	 height: 0;
	 transition: .2s;
	 z-index: 100;
  }
  .head-menuV1 > li li:first-child {
	 background: #8bc56c;
	 top: 10px;
  }
  .head-menuV1 > li li:nth-child(2) {
	 background: #004c9f;
	 top: 50px;
  }
  .head-menuV1 > li li:hover {
	 background: #3aaad4;
  }
  .head-menuV1 > li li a {
	 color: #fff;
  }
  .head-menuV1 > li:hover li {
	 height: 40px;
	 line-height: 40px;
	 overflow: visible;
  }
  .head-menuV1 > li > a:hover {
	 color: #8bc56c;
  }

  .selected {
	 color: #8bc56c;
  }
}
@media screen and (max-width: 768px) {
  .head-box {
	 padding: 10px;
  }

  .head-boxH1,.head-boxH2 {
  	display:inline-block;
  }

  .head-boxH1 {
  	 margin-right:7%;
	 width:25%;
  }

  .head-boxH2 {
	 width:53%;
  }

  .head-menu nav {
	 margin-top: 60px;
  }
  .head-menu ul {
	 border-top: 1px solid #fff;
  }
  .head-menu li {
	 border-bottom: 1px solid #fff;
  }
  .head-menu li:nth-child(4), .head-menu li:nth-child(5) {
	 border-bottom: 0;
  }
  .head-menu a {
	 padding: 10px;
	 color: #fff;
	 display: block;
  }
}
/* Menu
----------------------------------------------- */
/* article
----------------------------------------------- */
.main-img {
  position: relative;
}
.main-img ul img {
  width: 100%;
}

.main-img-box {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.main-img-box > img {
  display: block;
}
.main-img-box p {
  text-indent: -9999px;
}

.top-boxV1 {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.top-boxV1 h2 {
  font-size: 18px;
}
.top-boxV1 p {
  font-size: 13px;
}

.top-boxV2 {
  border-top: 4px solid #8bc56c;
  border-bottom: 4px solid #8bc56c;
}
.top-boxV2 dl {
  padding: 10px 0;
}
.top-boxV2 dl:not(:last-child) {
  border-bottom: 1px solid #cfcfcf;
}

.under-img {
  position: relative;
}
.under-img img {
  width: 100%;
}
.under-img h1 {
  margin: auto;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.com-box h2 {
  color: #004c9f;
  border-bottom: 3px solid #004c9f;
  text-align: center;
}

.com-boxV2 dl {
  border-bottom: 1px solid #cfcfcf;
}

.rec-box {
  background: #edf7e9;
  border-radius: 10px;
}

.rec-boxV1 li {
  background: #3aaad4;
  border-radius: 10px;
  text-align: center;
}
.rec-boxV1 li span {
  position: absolute;
}
.rec-boxV1 li span img {
  vertical-align: middle;
}
.rec-boxV1 a {
  color: #fff;
  position: relative;
  display: block;
}

.rec-boxV1H1 {
  width: 40px;
}

.rec-boxV2 {
  background: #fff;
}
.rec-boxV2 h3 {
  color: #fff;
  background: #004c9f;
  position: relative;
}
.rec-boxV2 h3 span {
  width: 40px;
}
.rec-boxV2 h3 img {
  vertical-align: middle;
}
.rec-boxV2 dt, .rec-boxV2 dd {
  border-bottom: 1px solid #cfcfcf;
}
.rec-boxV2 dt {
  background: #eee;
}

.con-box h2 {
  color: #004c9f;
  border-bottom: 3px solid #004c9f;
  text-align: center;
}

.con-boxV1 strong span {
  color: #8bc56c;
}

.pri-box h2 {
  color: #004c9f;
  border-bottom: 3px solid #004c9f;
  text-align: center;
}
.pri-box h3 {
  border-bottom: 4px solid #8bc56c;
}
.pri-box ol {
  margin-left: 1.5em;
  list-style-position: outside;
}

/* pta */
.pta_leadtext {
    text-align: center;
    line-height: 1.8;
    font-size: 15px;
}

 
.pta_menu_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pta_menu_box_in {
    width: 90%!important;
    float: none!important;
}
.pta_menu_box hr {
    display: none;
}

.pta_menu {
    width: 100%;
    margin-top: 40px;
    font-size: 15px;
}
.pta_menu h3 {
    color: #004c9f;
    font-size:20px;
    font-weight: 700;
    margin: 0 0 15px;
}
.pta_menu_img {
    margin-bottom: 15px;
}
.pta_menu_img img {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
}
.pta_main {
    margin: 0 0 50px;
    text-align: center;
}
.pta_main img {
    max-width: 100%;
    width: 100%;
}
.pta-contact {
    margin: 35px 0 35px;
    text-align: center;
}
.pta-contact p {
    margin: 15px 0;
    font-size: 15px;
}
.btn-style-txt {
    display: inline-block;
    padding: 12px 20px;
    font-size: 30px;
    color: #fff;
    background-color: #8bc56c;
    border-radius: 10px;
}
.btn-style-txt:hover {
    opacity: 0.7;
}
.pta_bnr {
    width: 90%;
    margin: 0 auto 50px;
}
@media screen and (min-width: 769px) {
  .pta_bnr {
    width: 100%;
  }
  .pta_menu_box {
    justify-content: space-between;
  }
  .pta_menu_box_in {
    width: 30%!important;
    float: none!important;
  }
 
  .d-none-pc {
	 display: none;
  }

  .main-img {
	 margin-bottom: 90px;
  }

  .main-img-box {
	 width: 810px;
	 top: 28%;
  }
  .main-img-box > img {
	 margin: 0 auto 80px;
	 width: 390px;
  }
  .main-img-box div {
	 -webkit-display: flex;
	 -ms-display: flex;
	 -moz-display: flex;
	 -o-display: flex;
	 display: flex;
	 -webkit-justify-content: space-between;
	 -ms-justify-content: space-between;
	 -moz-justify-content: space-between;
	 -o-justify-content: space-between;
	 justify-content: space-between;
  }
  .main-img-box a {
	 width: 100%;
	 height: 100%;
	 display: block;
  }

  .main-img-boxH1 {
	 background: url(/contents/images/img-btn1.png) no-repeat;
	 background-size: cover;
	 width: 370px;
	 height: 90px;
  }
  .main-img-boxH1:hover {
	 background: url(/contents/images/img-btn1-b.png) no-repeat;
	 background-size: cover;
  }

  .main-img-boxH2 {
	 background: url(/contents/images/img-btn2.png) no-repeat;
	 background-size: cover;
	 width: 370px;
	 height: 90px;
  }
  .main-img-boxH2:hover {
	 background: url(/contents/images/img-btn2-b.png) no-repeat;
	 background-size: cover;
  }

  .top-box {
	 margin: 0 auto 50px;
	 width: 960px;
  }
  .top-box a:hover {
	 color: #8bc56c;
  }

  .top-boxV2 a {
	 -webkit-display: flex;
	 -ms-display: flex;
	 -moz-display: flex;
	 -o-display: flex;
	 display: flex;
  }
  .top-boxV2 dt {
	 width: 14%;
  }
  .top-boxV2 dd {
	 width: 86%;
  }

  .under-img {
	 margin-bottom: 50px;
  }
  .under-img h1 {
	 width: 164px;
	 height: 63px;
  }
  
  #pta.under-img h1 {
	 width: 302px;
	 height: 63px;
  }

  .com-box {
	 margin: 0 auto 80px;
	 width: 960px;
  }
  .com-box h2 {
	 padding-bottom: 10px;
	 font-size: 25px;
  }

  .com-boxV1 {
	 margin-bottom: 80px;
	 font-size: 15px;
  }

  .com-boxV2 {
	 margin-bottom: 100px;
  }
  .com-boxV2 dl {
	 -webkit-display: flex;
	 -ms-display: flex;
	 -moz-display: flex;
	 -o-display: flex;
	 display: flex;
	 padding: 20px 0;
	 font-size: 15px;
  }
  .com-boxV2 dt {
	 width: 15%;
  }
  .com-boxV2 dd {
	 width: 85%;
  }

  .com-boxV3 h2 {
	 margin-bottom: 30px;
  }

  .rec-box {
	 margin: 0 auto 50px;
	 padding: 40px;
	 width: 960px;
	 box-sizing: border-box;
  }

  .rec-boxV1 {
	 margin-bottom: 40px;
  }
  .rec-boxV1 ul {
	 -webkit-display: flex;
	 -ms-display: flex;
	 -moz-display: flex;
	 -o-display: flex;
	 display: flex;
	 -webkit-flex-wrap: wrap;
	 -ms-flex-wrap: wrap;
	 -moz-flex-wrap: wrap;
	 -o-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -webkit-justify-content: space-between;
	 -ms-justify-content: space-between;
	 -moz-justify-content: space-between;
	 -o-justify-content: space-between;
	 justify-content: space-between;
  }
  .rec-boxV1 li {
	 width: 270px;
	 font-size: 17px;
  }
  .rec-boxV1 li:not(:nth-last-child(-n+3)) {
	 margin-bottom: 20px;
  }
  .rec-boxV1 li:hover {
	 opacity: 0.7;
  }
  .rec-boxV1 a {
	 padding: 15px;
  }

  .rec-boxV1H1 {
	 left: 15px;
  }

  .rec-boxV1H2 {
	 right: 15px;
  }

  .rec-boxV2:not(:last-child) {
	 margin-bottom: 50px;
  }
  .rec-boxV2 h3 {
	 padding: 15px 65px 15px 30px;
	 font-size: 18px;
  }
  .rec-boxV2 h3 span {
	 position: absolute;
	 right: 15px;
  }
  .rec-boxV2 dl {
	 -webkit-display: flex;
	 -ms-display: flex;
	 -moz-display: flex;
	 -o-display: flex;
	 display: flex;
	 -webkit-flex-wrap: wrap;
	 -ms-flex-wrap: wrap;
	 -moz-flex-wrap: wrap;
	 -o-flex-wrap: wrap;
	 flex-wrap: wrap;
  }
  .rec-boxV2 dt, .rec-boxV2 dd {
	 padding: 20px 40px;
	 box-sizing: border-box;
  }
  .rec-boxV2 dt {
	 width: 160px;
  }
  .rec-boxV2 dd {
	 width: 720px;
  }
  .rec-boxV2 p {
	 margin: 0 auto;
	 padding: 25px 0;
	 width: 300px;
  }
  .rec-boxV2 p:hover {
	 opacity: 0.7;
  }

  #contact.under-img h1 {
	 width: 270px;
	 height: 112px;
  }

  #staff.under-img h1 {
	 width: 244px;
	 height: 112px;
  }

  .con-box {
	 margin: 0 auto 80px;
	 width: 960px;
  }
  .con-box h2 {
	 margin-bottom: 20px;
	 padding-bottom: 10px;
	 font-size: 25px;
  }

  .con-boxV1 {
	 margin-bottom: 50px;
  }
  .con-boxV1 p {
	 font-size: 15px;
  }
  .con-boxV1 p:first-child {
	 margin-bottom: 30px;
  }
  .con-boxV1 strong {
	 font-size: 14px;
  }
  .con-boxV1 strong span {
	 font-size: 21px;
  }

  .pri-box {
	 margin: 50px auto 80px;
	 width: 960px;
  }
  .pri-box h2 {
	 margin-bottom: 50px;
	 padding-bottom: 10px;
	 font-size: 25px;
  }
  .pri-box h3 {
	 margin-bottom: 20px;
	 font-size: 20px;
  }
  .pri-box p, .pri-box ol {
	 margin-bottom: 30px;
	 font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .d-none-sp {
	 display: none;
  }
  .pta_leadtext {
      text-align: left;
  }
 .pta_leadtext br {
    display: none;
  }

  .main-img {
	 margin-bottom: 50px;
  }

  .main-img-box {
	 top: 5%;
  }
  .main-img-box > img {
	 margin: 0 auto 10px;
	 width: 50%;
  }
  .main-img-box div {
	 font-size: 0;
  }
  .main-img-box div img {
	 display: block;
  }
  .main-img-box p {
	 margin: 0 3%;
	 width: 44%;
	 display: inline-block;
  }

  .top-box {
	 margin-bottom: 30px;
  }

  .top-boxV1 {
	 margin: 0 10px;
  }

  .top-boxV2 dl {
	 margin: 0 10px;
  }
  .top-boxV2 dt {
	 margin-bottom: 5px;
  }

  .under-img {
	 margin-bottom: 20px;
  }
  .under-img h1 {
	 width: 138px;
	 height: 53px;
  }

  .com-box {
	 margin-bottom: 30px;
  }
  .com-box h2 {
	 padding-bottom: 5px;
	 font-size: 18px;
  }

  .com-boxV1 {
	 margin: 0 10px 20px;
  }

  .com-boxV2 {
	 margin-bottom: 20px;
  }
  .com-boxV2 dl {
	 padding: 10px;
  }
  .com-boxV2 dt {
	 margin-bottom: 5px;
  }

  .com-boxV3 h2 {
	 margin-bottom: 20px;
  }
  .com-boxV3 iframe {
	 margin: auto;
	 width: 95%;
	 height: 200px;
	 display: block;
  }

  .rec-box {
	 margin-bottom: 30px;
	 padding: 20px 10px;
  }

  .rec-boxV1 {
	 margin-bottom: 20px;
  }
  .rec-boxV1 li {
	 margin: 0 auto;
	 width: 180px;
	 font-size: 12px;
  }
  .rec-boxV1 li:not(:last-child) {
	 margin-bottom: 10px;
  }
  .rec-boxV1 a {
	 padding: 5px 15px;
  }

  .rec-boxV1H1 {
	 left: -50px;
  }

  .rec-boxV1H2 {
	 right: 10px;
  }

  .rec-boxV2:not(:last-child) {
	 margin-bottom: 20px;
  }
  .rec-boxV2 h3 {
	 padding: 5px 10px;
  }
  .rec-boxV2 h3 span {
	 margin-left: 5px;
	 display: inline-block;
  }
  .rec-boxV2 dt, .rec-boxV2 dd {
	 padding: 10px;
  }
  .rec-boxV2 p {
	 margin: 0 auto;
	 padding: 10px 0;
	 width: 200px;
  }

  #staff.under-img h1 {
	 width: 122px;
	 height: 53px;
  }

  #contact.under-img h1 {
	 width: 135px;
	 height: 53px;
  }

  .con-boxV1 {
	 margin: 0 10px 20px;
  }
  .con-boxV1 p:first-child {
	 margin-bottom: 10px;
  }
  .con-boxV1 strong {
	 font-size: 12px;
  }
  .con-boxV1 strong span {
	 font-size: 18px;
	 display: block;
  }

  .con-boxV2 h2 {
	 margin-bottom: 20px;
	 padding-bottom: 5px;
	 font-size: 18px;
  }

  .pri-box {
	 margin: 30px 10px;
  }
  .pri-box h2 {
	 margin-bottom: 20px;
	 padding-bottom: 5px;
	 font-size: 18px;
  }
  .pri-box h3 {
	 margin-bottom: 20px;
	 font-size: 16px;
  }
  .pri-box p, .pri-box ol {
	 margin-bottom: 20px;
  }
}

/* welfare */
.wel-box h2 {
  color: #004c9f;
  border-bottom: 3px solid #004c9f;
  text-align: center;
}
.wel-boxV3 {
  margin-bottom:25px;
}
.wel-boxV3 h3 {
  font-size:15px;
  margin-bottom:20px;
}
.wel-boxV3 h3:before {
  content:'●';
  color:#8bc56c;
}
.wel-boxV5 {
  padding:25px;
  background-color:#e5f2de;
  border-radius:10px;
  margin-bottom:20px;
}
.wel-boxV5 table {
  width:100%;
  font-size:16px;
  margin-bottom:25px;
}
.wel-boxV5 table:last-child {
  margin-bottom:0;
}
.wel-boxV5 tr {
}
.wel-boxV5 th {
  border:1px solid #8bc56c;
  background-color: #8bc56c;
  vertical-align: middle;
  color: #fff;
  font-weight:bold;
  width: 120px;
  text-align:center;
}
.wel-boxV5 td {
  border:1px solid #8bc56c;
  background-color:#fff;
  vertical-align: middle;
  padding-left:30px;
}
.wel-boxV5 .sunday{
  color:#e8371f;
}
.wel-boxV5 .saturday{
  color:#1f5fa6;
}
.wel-boxV5 .practice{
  display:inline-block;
  background-color:#8bc56c;
  color:#fff;
  font-size:13px;
  line-height:1.7;
  padding:0 .5em;
  margin-right:1.5em;
}
.wel-boxV5 .game{
  display:inline-block;
  background-color:#ec9931;
  color:#fff;
  font-size:13px;
  line-height:1.7;
  padding:0 .5em;
  margin-right:1.5em;
}
@media screen and (min-width: 769px) {
  .wel-box {
	 margin: 0 auto 35px;
	 width: 960px;
  }
  .wel-box h2 {
	 padding-bottom: 10px;
	 font-size: 25px;
  }
  .wel-boxV1 {
	 margin-bottom: 80px;
	 font-size: 15px;
  }
  .wel-boxV2 {
	 margin-bottom: 0;
  }
  .wel-boxV4H1{
	 margin:0 50px 0 0;
  }
  .wel-boxV5 td{
	 height:80px;
  }
}
@media screen and (max-width: 768px) {
  .wel-box {
	 margin-bottom: 30px;
  }
  .wel-box h2 {
	 padding-bottom: 5px;
	 font-size: 18px;
  }
  .wel-boxV1,
  .wel-boxV3 {
	 margin: 0 10px 20px;
  }
  .wel-boxV2 {
	 margin-bottom: 20px;
  }
  .wel-boxV3 h2 {
	 margin-bottom: 20px;
  }
  .wel-boxV4H1{
	 margin:0 0 20px;
  }
  .wel-boxV5 {
	 padding:15px;
	 margin-bottom:20px;
  }
  .wel-boxV5 table {
	 font-size:16px;
	 margin-bottom:25px;
  }
  .wel-boxV5 table:last-child {
  }
  .wel-boxV5 th {
	 width: 1.5em;
  }
  .wel-boxV5 td {
	 line-height:1.7;
	 padding-left:5vw;
  }
  .wel-boxV5 td:first-child {
	 width:5.5em;
  }
}
/* Footer
----------------------------------------------- */
.fot-boxV1 {
  background: #eee;
}

.fot-boxV1V1H1 img {
  width: 135px;
  height: 85px;
}
.fot-boxV1V1H1 strong {
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
}

.fot-boxV1V1H2 li {
  margin-bottom: 10px;
}
.fot-boxV1V1H2 li p {
  margin-bottom: 10px;
}
.fot-boxV1V1H2 li span {
  color: #8bc56c;
}
.fot-boxV1V1H2 li ul {
  margin-left: 1em;
}
.fot-boxV1V1H2 li li:nth-child(2) {
  margin-bottom: 0;
}

.fot-boxV2 {
  background: #8bc56c;
  text-align: center;
}
.fot-boxV2 img {
  width: 29px;
}

.fot-boxV3 {
  padding: 10px 0;
  color: #fff;
  background: #004c9f;
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .fot-boxV1 {
	 padding: 40px 0;
  }

  .fot-boxV1V1 {
	 -webkit-display: flex;
	 -ms-display: flex;
	 -moz-display: flex;
	 -o-display: flex;
	 display: flex;
	 -webkit-justify-content: space-between;
	 -ms-justify-content: space-between;
	 -moz-justify-content: space-between;
	 -o-justify-content: space-between;
	 justify-content: space-between;
	 margin: 0 auto;
	 width: 960px;
  }

  .fot-boxV1V1H1 {
	 -webkit-display: flex;
	 -ms-display: flex;
	 -moz-display: flex;
	 -o-display: flex;
	 display: flex;
  }
  .fot-boxV1V1H1 div {
	 margin-left: 30px;
  }

  .fot-boxV1V1H2 {
	 font-size: 13px;
  }
  .fot-boxV1V1H2 nav {
	 width: 365px;
  }
  .fot-boxV1V1H2 nav > ul {
	 -webkit-display: flex;
	 -ms-display: flex;
	 -moz-display: flex;
	 -o-display: flex;
	 display: flex;
	 -webkit-flex-direction: column;
	 -ms-flex-direction: column;
	 -moz-flex-direction: column;
	 -o-flex-direction: column;
	 flex-direction: column;
	 -webkit-flex-wrap: wrap;
	 -ms-flex-wrap: wrap;
	 -moz-flex-wrap: wrap;
	 -o-flex-wrap: wrap;
	 flex-wrap: wrap;
	 height: 130px;
  }
  .fot-boxV1V1H2 nav > ul > li:nth-last-child(-n+2) {
	 margin-left: auto;
  }
  .fot-boxV1V1H2 nav > ul > li:last-child {
	 margin-right: 2em;
  }
  .fot-boxV1V1H2 a:hover {
	 color: #8bc56c;
  }

  .fot-boxV2 {
	 padding: 15px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .fot-boxV1 {
	 padding: 20px 10px;
  }

  .fot-boxV1V1H1 div {
	 margin: 10px 0 20px;
  }

  .fot-boxV1V1H2 nav > ul {
	 font-size: 0;
  }
  .fot-boxV1V1H2 nav > ul > li {
	 font-size: 12px;
	 display: inline-block;
  }
  .fot-boxV1V1H2 nav > ul > li:nth-child(odd) {
	 margin-right: 2%;
	 width: 54%;
  }
  .fot-boxV1V1H2 nav > ul > li:nth-child(even) {
	 width: 44%;
  }
  .fot-boxV1V1H2 nav > ul > li:last-child {
	 margin-bottom: 0;
  }

  .fot-boxV2 {
	 padding: 10px 0;
  }
}
/* googleMap
----------------------------------------------- */
#googlemap {
  width: 100%;
  height: 400px;
  margin: 0 0 10px;
}

#mapBalloon {
  padding: 5px 0;
}

#mapName {
  margin-bottom: 5px;
  font-weight: bold;
  color: #5B7900;
}

/* TopicPath トピックパススタイル
----------------------------------------------- */
#topicPath {
  position: absolute;
  overflow: hidden;
  top: 0;
  margin: 0;
  line-height: 1.2em;
  font-size: 12px !important;
}

#topicPath ul {
  margin: 0;
}

#topicPath ul li {
  display: inline-block;
  float: left;
  list-style: none;
}

#topicPath ul li:first-child:before {
  content: none;
}

#topicPath ul li:before {
  content: '>';
  margin: 0 5px 0 0;
}

#topicPath ul li > a, #topicPath ul li > span {
  margin-right: 5px;
  color: #333333;
  text-decoration: none;
}

#topicPath ul li a:hover {
  text-decoration: underline;
}

/* pageTopButton
----------------------------------------------- */
#pageTopButton {
  position: fixed;
  bottom: 24px;
  right: 20px;
  font-size: 12px;
}

#pageTopButton a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#pageTopButton a:hover {
  text-decoration: none;
  background: #999;
}

/* Form Fieldset【変更注意】フォームスタイル
----------------------------------------------- */
form.mailForm {
  margin: 0 0 30px;
  padding: 10px 10px 20px;
  border: 1px solid #cccccc;
  background: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

fieldset.formBlock {
  border-bottom: 1px dotted #aaaaaa;
  margin: 0;
  padding: 10px 5px 5px;
  line-height: 1.3em;
  font-size: 0.875em;
  color: #333333;
}

fieldset legend.title {
  display: block;
  padding: 10px 0;
  color: #333333;
}

fieldset.titleDisplayNone legend.title {
  display: none;
}

fieldset.titleDisplayNone .content {
  width: 100%;
}

fieldset.titleDisplayNone .goodsOrderSelectBox li label .goodsTitle {
  width: 550px;
}

fieldset.titleDisplayNone .shoppingOrdererInformationBox .shoppingOrdererInformationBoxTitle {
  width: 200px;
}

fieldset.titleDisplayNone .shoppingOrdererInformationBox .shoppingOrdererInformationBoxInnerInputGroup {
  margin-left: 210px;
}

fieldset.titleDisplayNone .shoppingDeliverySelectBox .shoppingDeliveryBoxTitle {
  width: 200px;
}

fieldset.titleDisplayNone .shoppingDeliveryTimeSelectBox .shoppingDeliveryTimeSelectBoxTitle {
  width: 200px;
}

fieldset.titleDisplayNone .shoppingDeliveryBox .shoppingDeliveryBoxTitle {
  width: 200px;
}

fieldset.titleDisplayNone .shoppingDeliveryBox .shoppingDeliveryBoxInnerInputGroup {
  margin-left: 210px;
}

fieldset.titleDisplayNone .shoppingOrdererInformationBoxInner:first-child {
  border-top: none;
  padding-top: 0;
}

fieldset.titleDisplayNone .shoppingOrdererInformationBoxInner {
  border-top: 1px dotted #CCCCCC;
  padding-top: 5px;
}

form.check fieldset div.content {
  display: inline-block;
  width: 70%;
  padding: 10px 0;
}

form.check fieldset .content span {
  display: inline-block;
}

form.check fieldset .content .contentTitle {
  width: 130px;
}

form.check .comment {
  display: none;
}

form.check .formMarkColor {
  display: none;
}

form.check .orderNumber {
  padding: 3px 5px;
  background: #CCCCCC;
}

form.check .contentInner {
  overflow: hidden;
}

form.check .orderProcuctsList {
  margin-left: 0;
  list-style: none;
}

form.check .orderProcuctsList li {
  border-left: 5px solid #cccccc;
  padding-left: 5px;
}

form.check .orderProcuctsList li ul {
  overflow: hidden;
  margin: 0;
}

form.check .orderProcuctsList li ul li {
  border-left: none;
  padding-left: 0;
}

form.check .orderProcuctsList .goodsOptionTitle {
  display: none;
}

form.check .orderProcuctsList .orderProcuctsListBox {
  overflow: hidden;
}

form.check .orderProcuctsList .orderProcuctsListBox .goodsName {
  font-weight: bold;
}

form.check fieldset .content span {
  float: left;
}

form.check .feeDetailsBox {
  line-height: 1.5em;
}

form.check .feeDetailsBox .feeDetailsBoxInner .feeDetailsName {
  width: 200px;
  border-bottom: 1px solid #cccccc;
  margin-right: 0;
}

form.check .feeDetailsBox .feeDetailsBoxInner .feeDetailsPrice {
  width: 200px;
  border-bottom: 1px solid #cccccc;
  margin-right: 0;
  text-align: right;
}

form.check .feeDetailsBox .feeDetailsBoxInnerSumTotal span {
  width: 200px;
  margin-right: 0;
  border-top: 1px solid #cccccc;
  font-weight: bold;
}

form.check .feeDetailsBox .feeDetailsBoxInnerSumTotal .feeDetailsPrice {
  text-align: right;
}

fieldset.titleDisplayNone .shoppingDeliveryBoxInner:first-child {
  border-top: none;
  padding-top: 0;
}

fieldset.titleDisplayNone .shoppingDeliveryBoxInner:last-child {
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 5px;
}

fieldset.titleDisplayNone .shoppingDeliveryBoxInner {
  border-top: 1px dotted #CCCCCC;
  padding-top: 5px;
}

fieldset.titleDisplayNone .shoppingDeliverySelectBox {
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 5px;
}

fieldset div.content {
  padding: 4px 0;
}

fieldset div.content select {
  margin: 6px 0;
}

fieldset div.check .content {
  padding: 10px 0;
}

fieldset div.content span {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #333333;
}

fieldset div.content input[type=text], fieldset div.content textarea, fieldset div.content select {
  position: relative;
  margin: 0 0 5px;
  padding: 3px;
  border: 1px solid #aaaaaa;
  color: #333333;
  font-size: 0.9375em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

fieldset input[type=text].formCaution, fieldset textarea.formCaution, fieldset select.formCaution {
  border: 1px solid #cc0000 !important;
  background: #ffd4d4 !important;
}

fieldset div.content input[type=radio], fieldset div.content input[type=checkbox] {
  margin-right: 5px;
}

fieldset div.content input[type=text] {
  width: 150px;
}

fieldset div.content input[type=text].textareaShort {
  width: 250px;
}

fieldset div.content input[type=text].tel01, fieldset div.content input[type=text].tel02, fieldset div.content input[type=text].tel03 {
  width: 4.5em;
}

fieldset div.content input[type=text].zipecode01 {
  width: 3.5em;
}

fieldset div.content input[type=text].zipecode02 {
  width: 4.5em;
}

fieldset div.content select.selectAddress {
  width: auto;
}

fieldset div.content input[type=text].address01, fieldset div.content input[type=text].address02 {
  width: 80%;
}

fieldset div.content select.selectMonth, fieldset div.content select.selectDay {
  width: 4.5em;
}

fieldset .formMarkColor {
  color: #cc0000;
}

fieldset .radio {
  margin: 4px;
}

fieldset .checkbox {
  margin: 4px;
}

fieldset.comment {
  background: #eeeeee;
  line-height: 1.3em;
  text-align: center;
  padding: 10px 0 5px;
  font-weight: bold;
}

fieldset.comment legend {
  display: block;
  width: 100%;
  padding: 15px 0 0;
  background: #eeeeee;
}

fieldset.comment .content {
  display: none;
}

fieldset .comment span {
  display: block;
  font-size: 90%;
  font-weight: normal;
}

fieldset .shoppingOrdererInformationBox .shoppingOrdererInformationBoxTitle {
  width: 120px;
}

fieldset .shoppingOrdererInformationBox .shoppingOrdererInformationBoxInnerInputGroup {
  margin-left: 130px;
  margin-top: -18px;
}

fieldset .shoppingDeliverySelectBox .shoppingDeliveryBoxTitle {
  width: 120px;
}

fieldset .shoppingDeliveryBox .shoppingDeliveryBoxTitle {
  width: 120px;
}

fieldset .shoppingDeliveryTimeSelectBox .shoppingDeliveryTimeSelectBoxTitle {
  width: 120px;
}

fieldset .shoppingDeliveryBox .shoppingDeliveryBoxInnerInputGroup {
  margin-left: 130px;
  margin-top: -18px;
}

fieldset .shoppingPaymentMethodCreditBox .shoppingPaymentMethodCreditBoxTitle {
  width: 120px;
}

fieldset .shoppingPaymentMethodCreditBox .shoppingPaymentMethodCreditBoxInner .cardNumber {
  width: 50%;
}

fieldset .textarea {
  width: 80%;
  height: 200px;
  padding: 2px;
  border: 1px solid #aaaaaa;
}

fieldset.formBlock .goodsOrderSelectBox {
  margin-left: 0;
}

fieldset.formBlock .goodsOrderSelectBox li:first-child {
  border-top: none;
  padding-top: 0;
}

fieldset.formBlock .goodsOrderSelectBox li {
  overflow: hidden;
  padding-top: 15px;
  border-top: 1px dotted #cccccc;
  list-style: none;
}

fieldset.formBlock .goodsOrderSelectBox li .goodsItem {
  float: left;
  width: 49%;
}

fieldset.formBlock .goodsOrderSelectBox li div label {
  overflow: hidden;
}

fieldset.formBlock .goodsOrderSelectBox li .goodsOptionName {
  display: block;
  margin-bottom: 5px;
}

fieldset.formBlock .goodsOrderSelectBox li .goodsOptionItem {
  float: right;
  width: 49%;
  margin: 0;
}

fieldset.formBlock .goodsOrderSelectBox li div .goodsOrderSelectBoxOptionList {
  margin-left: 0;
}

fieldset.formBlock .goodsOrderSelectBox li div .goodsOrderSelectBoxOptionList li select {
  width: 97%;
}

fieldset.formBlock .goodsOrderSelectBox li li {
  list-style: none;
  border-top: none;
  padding-top: 0;
}

fieldset.formBlock .goodsOrderSelectBox li label input.checkbox {
  float: left;
  margin: 70px 0 0 0;
}

fieldset.formBlock .goodsOrderSelectBox li label .goodsThumbnail {
  display: block;
  float: left;
  height: 155px;
}

fieldset.formBlock .goodsOrderSelectBox li label .goodsThumbnail img {
  width: auto;
  height: 100%;
}

fieldset.formBlock .goodsOrderSelectBox li .goodsName {
  cursor: pointer;
  margin-bottom: 10px;
}

fieldset.formBlock .goodsOrderSelectBox li label .goodsPrice {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}

fieldset.formBlock .goodsOrderSelectBox li .goodsOptionTitle {
  display: block;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #B6D9F2;
}

fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem {
  clear: both;
  overflow: hidden;
  margin-top: 15px;
}

fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem .goodsGiftTitle {
  display: block;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #B6D9F2;
}

fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem .goodsGiftItemList {
  float: left;
  width: 33%;
}

fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem .goodsGiftItemList .goodsGiftThumbnail img {
  width: 100%;
  height: auto;
}

fieldset.formBlock .goodsOrderSelectBox li label .goodsTitle {
  float: left;
}

fieldset.formBlock .goodsOrderSelectBox li .goodsText input[type="text"] {
  width: 2.5em;
}

.button {
  margin: 20px 0 0 0;
  text-align: center;
}

.btnSend {
  position: relative;
  border: 1px solid #de8405;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

span.btnSend {
  display: inline-block;
}

.btnSend input {
  position: relative;
  display: block;
  width: 150px;
  border: none;
  background: #FFAB09;
  color: #ffffff !important;
  padding: 5px;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 0.8125em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(#fbb450, #f89406);
  background-image: -moz-linear-gradient(center top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.btnSend input:hover {
  background: #f89406;
  text-decoration: none;
  color: #ffffff !important;
}

.btnBack {
  position: relative;
  border: 1px solid #777777;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

span.btnBack {
  display: inline-block;
}

.btnBack input {
  position: relative;
  display: block;
  width: 100px;
  border: none;
  color: #ffffff !important;
  padding: 5px;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 0.8125em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #bbbbbb;
  background: linear-gradient(#cccccc, #999999);
  background-image: -moz-linear-gradient(center top, #cccccc, #999999);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#999999));
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.btnBack input:hover {
  background: #999999;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  fieldset legend.title {
	 width: 30%;
	 float: left;
  }
  fieldset .content {
	 display: inline-block;
	 width: 70%;
  }
}
@media screen and (max-width: 768px) {
  form.mailForm {
	 margin-left: 10px;
	 margin-right: 10px;
  }
}
/* Button【変更注意】ボタンスタイル
----------------------------------------------- */
.fileDownload {
  display: inline-block;
  border: 1px solid #7CA800;
  margin: 20px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: linear-gradient(#ffffff, #AFC900);
  background-image: -moz-linear-gradient(top, #ffffff, #AFC900);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#AFC900));
  background: -ms-linear-gradient(top, #ffffff, #AFC900);
}

.fileDownload:hover {
  background: linear-gradient(#619212, #375E13);
  background-image: -moz-linear-gradient(top, #619212, #375E13);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#619212), to(#375E13));
  background: -ms-linear-gradient(top, #619212, #375E13);
}

.fileDownload a {
  display: block;
  padding: 5px 1em;
  text-align: center;
  color: #385F13;
  text-decoration: none;
  border: 1px solid #ffffff;
  font-size: 13px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.fileDownload a:hover {
  color: #ffffff;
}

/* FAQCommonStyle【変更注意】FAQスタイル
----------------------------------------------- */
.faqList {
  overflow: hidden;
  margin: 0 0 30px;
}

.qMarkText {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 0 35px;
  background: url("../../../contents/templates/images/bg_qMark.png") no-repeat scroll 0 0 transparent;
  font-size: 110%;
  font-weight: normal;
  line-height: 1.5em;
}

.aMarkText {
  background: url("../../../contents/templates/images/bg_aMark.png") no-repeat scroll 0 0 transparent;
  padding: 0 0 0 35px;
  line-height: 1.5em;
  font-size: 90%;
}

/* sitemapStyle【変更注意】サイトマップスタイル
----------------------------------------------- */
.sitemapTitle {
  margin-bottom: 5px !important;
  font-weight: bold;
  font-size: 1em !important;
}

.sitemapList {
  list-style: none;
  margin-left: 0;
}

.sitemapList ul {
  list-style: none;
  margin: 0 0 0 20px;
}

.sitemapList ul ul {
  list-style: none;
  margin: 0 0 0 20px;
}

.sitemapList ul ul ul {
  list-style: none;
  margin: 0 0 0 20px;
}

/* blockQuote【変更注意】ブロッククォートスタイル
----------------------------------------------- */
blockquote {
  padding: 20px 20px 20px 50px;
  background: url(../../../contents/templates/images/bg_blockQuote.png) no-repeat 10px 20px;
  background-size: 30px 30px;
  background-color: #CCEAFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* decoration【変更注意】データタイプ適用スタイル
----------------------------------------------- */
.square {
  margin: 0 0 30px;
  padding: 20px 30px;
  background-color: #B6D9F2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.square h1:first-child, .square h2:first-child, .square h3:first-child, .square h4:first-child, .square h5:first-child, .square h6:first-child {
  margin-top: 0;
}

.square p:last-child, .square ul:last-child {
  margin-bottom: 0 !important;
}

.squareLine {
  margin: 0 0 30px;
  padding: 20px 30px;
  border: 5px solid #B6D9F2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.squareLine h1:first-child, .squareLine h2:first-child, .squareLine h3:first-child, .squareLine h4:first-child, .squareLine h5:first-child, .squareLine h6:first-child {
  margin-top: 0;
}

.squareLine p:last-child, .squareLine ul:last-child {
  margin-bottom: 0 !important;
}

.squareDotLine {
  margin: 0 0 30px;
  padding: 20px 30px;
  border: 5px dotted #B6D9F2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.squareDotLine h1:first-child, .squareDotLine h2:first-child, .squareDotLine h3:first-child, .squareDotLine h4:first-child, .squareDotLine h5:first-child, .squareDotLine h6:first-child {
  margin-top: 0;
}

.squareDotLine p:last-child, .squareDotLine ul:last-child {
  margin-bottom: 0 !important;
}

.no-01 {
  padding-left: 60px;
  background: url(../../../contents/templates/images/01.png) no-repeat top left;
}

.no-02 {
  padding-left: 60px;
  background: url(../../../contents/templates/images/02.png) no-repeat top left;
}

.no-03 {
  padding-left: 60px;
  background: url(../../../contents/templates/images/03.png) no-repeat top left;
}

.no-04 {
  padding-left: 60px;
  background: url(../../../contents/templates/images/04.png) no-repeat top left;
}

.no-05 {
  padding-left: 60px;
  background: url(../../../contents/templates/images/05.png) no-repeat top left;
}

.no-06 {
  padding-left: 60px;
  background: url(../../../contents/templates/images/06.png) no-repeat top left;
}

.no-07 {
  padding-left: 60px;
  background: url(../../../contents/templates/images/07.png) no-repeat top left;
}

.no-08 {
  padding-left: 60px;
  background: url(../../../contents/templates/images/08.png) no-repeat top left;
}

.no-09 {
  padding-left: 60px;
  background: url(../../../contents/templates/images/09.png) no-repeat top left;
}

.no-10 {
  padding-left: 60px;
  background: url(../../../contents/templates/images/10.png) no-repeat top left;
}

.rolloverOpacity:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/* DB GOODS INFORMATION【変更注意】DB商品情報
----------------------------------------------- */
.goodsDetailInfo {
  overflow: hidden;
  margin-bottom: 30px;
}

.goodsDetailInfo .goodsThumbNail {
  float: left;
  margin: 0 20px 0 0;
}

.goodsDetailInfo .goodsThumbNail img {
  width: 100%;
  height: auto;
}

.goodsDetailInfo .goodsDetailBasicInfo {
  float: right;
  width: 415px;
}

.goodsDetailInfo .goodsDetailBasicInfo h1 {
  margin-top: 0;
  font-size: 1.4em;
}

.goodsDetailInfo .goodsPrice {
  color: #cc0000 !important;
  font-size: 1em;
  font-weight: bold;
}

.goodsDetailInfo .goodsPrice:before {
  content: "価格：";
}

.goodsDetailInfo .goodsOptionBox {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #cccccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.goodsDetailInfo .goodsOptionBox ul {
  margin: 0 0 1em;
}

.goodsDetailInfo .goodsOptionBox ul li {
  list-style: none;
}

.goodsDetailInfo .goodsOptionBox ul li h2 {
  margin: 0 0 5px;
  font-size: 1em;
}

.goodsDetailInfo .goodsOptionBox ul li select {
  min-width: 4em;
  max-width: 97%;
}

.goodsDetailInfo .goodsQuantityBox h2 {
  display: inline-block;
  margin: 0;
  font-size: 1em;
}

.goodsDetailInfo .goodsQuantityBox input {
  width: 2.5em;
}

.goodsDetailInfo .goodsDeliveryBox {
  margin-top: 15px;
}

.goodsDetailInfo .goodsDeliveryBox h2 {
  display: inline-block;
  margin: 0;
  font-size: 1em;
}

.goodsDetailInfo .goodsDeliveryBox select {
  max-width: 97%;
  min-width: 7em;
}

.goodsDetailInfo .button {
  text-align: left;
}

.searchForm {
  margin: 0 2px 15px;
}

.searchForm h1 {
  color: #666666;
  display: block;
  font-size: 14px;
  margin-bottom: 1px;
  padding: 8px 6px 8px 1em;
  text-decoration: none;
  background: #dbdbdb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d6d6d6 50%, #c1c1c1 51%, #dddddd 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(50%, #d6d6d6), color-stop(51%, #c1c1c1), color-stop(100%, #dddddd)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d6d6d6 50%, #c1c1c1 51%, #dddddd 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dbdbdb 0%, #d6d6d6 50%, #c1c1c1 51%, #dddddd 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dbdbdb 0%, #d6d6d6 50%, #c1c1c1 51%, #dddddd 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #dbdbdb 0%, #d6d6d6 50%, #c1c1c1 51%, #dddddd 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dddddd',GradientType=0 ) !important;
  /* IE6-9 */
  border: 1px solid #C5C5C5;
}

.searchForm form {
  padding: 10px;
  background: #f8f8f8;
}
