@charset "utf-8";

.txt_red {
  color: #e60012;
}


/*------------------------------------------------------------
title
------------------------------------------------------------*/
#title {
  text-align: center;
  box-sizing: border-box;
  padding: 0 1em;
}
.btnblock {
  text-align: center;
  box-sizing: border-box;
  padding: 0 1em;
}
#title h1 {
  font-size: 3.3rem;
  line-height: 1.2;
}
#title .shopBanner {

}
.headerBackLink{
  margin: 40px auto;
  font-weight:bold;
  font-size: 2.2rem;
}
.shopBanner {
  margin: 40px 0 0;
}
.headerBackLink a{
  display: inline-block;
  background-color: #e60012;
  color:#ffffff;
  margin:5px;
  padding: 20px 30px;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  text-decoration:none;
}
@media screen and (max-width: 960px) {
  .headerBackLink{
    width: 100%;
    font-size: 1.6rem;
    margin: 30px 0 30px;
  }
  #title h1 {
    font-size: 2.2rem;
  }
  #title .shopBanner {
    margin: 30px 0 0;
  }
  #title .shopBanner a img {
    width: 80%;
    height: auto;
  }

  .headerBackLink a{

    padding: 10px 15px;

  }
}

/*------------------------------------------------------------
goods
------------------------------------------------------------*/
#goods {
  width: 960px;
  padding: 40px 0 20px 0;
}
#goods h2 img {
  margin: 0 auto;
}
#goods ul {
  margin: 20px 0 0 0;
}
#goods ul li {
  text-align: center;
}
#goods ul li img {
  width: 80%;
  height: auto;
}
#goods ul li:first-child {
  margin-bottom: 10px;
}

@media screen and (min-width: 960px) {
  #goods {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0 0 0;
  }
  #goods h2 {
    margin-bottom: 40px;
  }
  #goods ul {
    overflow: hidden;
    *zoom: 1;
  }
  #goods ul li:first-child {
    width: auto;
/*    float: left;*/
  }
  #goods ul li:first-child img {
    width: auto;
  }
  #goods ul li:last-child {
    width: auto;
/*    float: right;*/
  }
  #goods ul li:last-child img {
    width: auto;
  }
}
#goods2 {
  width: 100%;
  padding: 30px 0 20px 0;
}
#goods2 h2 img {
  margin: 0 auto;
}
#goods2 ul {
  margin: 20px 0 0 0;
}
#goods2 ul li {
  text-align: center;
}
#goods2 ul li img {
  width: 80%;
  height: auto;
}
#goods2 ul li:first-child {
  margin-bottom: 10px;
}

@media screen and (min-width: 960px) {
  #goods2 {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0 0;
  }
  #goods2 h2 {
    margin-bottom: 40px;
  }
  #goods2 ul {
    overflow: hidden;
    *zoom: 1;
  }
  #goods2 ul li:first-child {
    width: auto;
    float: left;
  }
  #goods2 ul li:first-child img {
    width: auto;
  }
  #goods2 ul li:last-child {
    width: auto;
    float: right;
  }
  #goods2 ul li:last-child img {
    width: auto;
  }
}
/*------------------------------------------------------------
detail
------------------------------------------------------------*/
#detail {
  width: 100%
  padding: 20px 0;
	text-align: left;
}
#detail h2 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  text-align: center;
}
#detail h2 img {
  margin: 0 auto;
}
#detail p {
  margin-bottom: 20px;
  font-size: 1.2rem;
  padding: 0 20px;
}
#detail h3 {
  padding-bottom: 10px;
  margin: 0 20px 10px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: #666 solid 1px;
}
#detail dl {
  padding: 0 20px;
}
#detail dl dt {
  color: #e60012;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
#detail dl dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  border-bottom: #f69cc9 dotted 1px;
}

#detail dl dd:last-of-type {
  border-bottom: none;
}

@media screen and (min-width: 960px) {
  #detail {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0 0px 0;
  }
  #detail h2 {
    margin-bottom: 40px;
    font-size: 3.3rem;
  }
  #detail h3 {
    padding-bottom: 10px;
    margin: 0 0 10px 0;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: #666 solid 1px;
  }
  #detail p {
    font-size: 1.6rem;
    padding: 0;
  }
  #detail dl {
    padding: 0;
  }
  #detail dl dt {
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #detail dl dd {
    font-size: 1.6rem;
  }
  #detail dl dd span {
    font-size: 1.4rem;
  }
}

  /***footer***/
  footer {
    width: 100%;
    background-color: #e60012;
    padding: 35px 0 35px;
  }
  footer p {
    color: #fff;
    text-align: center;
    font-size: 12px;
  }

/*------------------------------------------------------------
colorbox
------------------------------------------------------------*/
.m_inner {
  width: auto;
  display: inherit;
}
.m_inner p img {
  width: 100%;
}

#cboxClose {
  text-indent: -9999px !important;
}

/*# sourceMappingURL=top.css.map */
