@charset "utf-8";

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  [class^="col-"] {
    width: 50%;
    float: left;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .list_item li {
    margin-bottom: 20px;
  }
}

.img-responsive {
  max-width: none;
  width: 100%;
}

body {
  position: relative;
  background-color: #ffffff;
  color: #666;
  text-align: left;
  min-width: 100% !important;
  font-size: 13px;
}

.container {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}
.anchor {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 25px;
}
.anchor li {
  border-radius: 20px; /* CSS3草案 */
  -webkit-border-radius: 20px; /* Safari,Google Chrome用 */
  -moz-border-radius: 20px; /* Firefox用 */
  border: solid 3px #4b9eba;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  width: 49%;
  float: left;
  margin-right: 2%;
}
.anchor.anchor_col3 {
  width: 100%;
}
.anchor.anchor_col3 li {
  width: 32%;
  margin-right: 2%;
}
.anchor li:last-child {
  margin-right: 0 !important;
}
.anchor li a {
  display: block;
}
.color-ttl {
  margin-bottom: 10px;
  font-size: 140%;
  font-weight: bold;
  padding: 5px;
  color: #fff;
  text-align: center;
  border-radius: 20px; /* CSS3草案 */
  -webkit-border-radius: 20px; /* Safari,Google Chrome用 */
  -moz-border-radius: 20px; /* Firefox用 */
}
.anchor li.sec1 {
  border: solid 3px #4b9eba;
}
.anchor li.sec1 a {
  color: #4b9eba;
}
.color-ttl#sec1 {
  background-color: #4b9eba;
}
.anchor li.sec2 {
  border: solid 3px #3fa919;
}
.anchor li.sec2 a {
  color: #3fa919;
}
.color-ttl#sec2 {
  background-color: #3fa919;
}
.anchor li.sec3 {
  border: solid 3px #f75d19;
}
.anchor li.sec3 a {
  color: #f75d19;
}
.color-ttl#sec3 {
  background-color: #f75d19;
}

.list_item {
  overflow: hidden;
}
.to_top {
  position: absolute;
  z-index: 2;
  right: 30px;
}

.main_visual {
  max-width: 415px;
  margin: 12px auto 30px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.list_item li {
  margin-bottom: 30px;
}

.list_item_inner {
  padding: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

/*.item_details{
	margin-top: 10px;
}*/
dt.rogo {
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 1px;
}
dt.rogo img {
  width: 100%;
}
dd.number {
  text-align: center;
  margin: 3px 0 10px 0;
}
dd.item_price {
  margin-top: 10px;
  border-bottom: dotted 1px #cccccc;
  margin-bottom: 10px;
  text-align: right;
}
dd.comment {
  margin-top: 10px;
  text-align: justify;
}
.item_details dd.item_name {
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 3em;*/
  min-height: 3em;
  font-size: 1.2em;
  color: #e95565;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}

.item_shop {
  margin-top: 8px;
  font-weight: bold;
}
.item_shop span {
  display: block;
  font-size: 0.9em;
}

.txt_tax {
  text-align: right;
  margin: 30px 0 10px;
  color: #000000;
}

.ta_l {
  text-align: left;
}
.ta_r {
  text-align: right;
}

.mt_5 {
  margin-top: 5px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_40 {
  margin-top: 40px;
}
.mt_70 {
  margin-top: 70px;
}

#footer {
  padding: 20px 0 0;
  background-color: #fff;
  border-top: 2px solid #e50065;
}
.copyright {
  display: block;
  padding: 14px 0px 10px;
  text-align: center;
}
#footer .logo {
  text-align: center;
}

@media only screen and (max-width: 320px) {
  .list_item li {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #footer {
    margin-bottom: 110px;
  }
}

@media only screen and (max-width: 1280px) {
  .to_top {
    position: static;
    padding: 20px 20px 20px 0;
    text-align: right;
  }
}
/*====================================================

　Clear Fix  (  clearfix 表記 )

====================================================*/
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
} /* IE < 8 */
