@charset "UTF-8";
/**********************************************************************
	webショップ - className : webshop
***********************************************************************/
@media only screen and (max-width: 1199px) {
  .tab-btn > [class^="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.Cart-btn input[type="text"] {
  display: inline-block;
  margin-right: 10px;
  width: 40px !important;
}

@media only screen and (max-width: 767px) {
  .Cart-btn input[type="text"] {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.Cart-btn input[type="submit"] {
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 50px;
  margin: auto;
  outline: none;
  background-color: #f8e244;
  padding: 15px;
  color: #0d4270;
  border: solid 1px #0d4270;
  font-size: 1.8rem;
  font-weight: bold;
  width: 350px;
  max-width: 100%;
  height: 65px;
  border-bottom: 4px solid #052e51;
  position: relative;
}

.Cart-btn input[type="submit"]:hover {
  background-color: #ffffff;
}

.lineup {
  max-width: 1140px;
}

.lineup .lineup_inner {
  max-width: 1080px;
  margin: auto;
}

.lineup .lineup_inner .sort {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .lineup .lineup_inner .sort {
    margin-bottom: 20px;
  }
}

.lineup .lineup_inner .sort .sort_btns {
  display: inline;
}

@media only screen and (max-width: 1199px) {
  .lineup .lineup_inner .sort .sort_btns {
    display: block;
    text-align: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .lineup .lineup_inner .sort .sort_btns {
    text-align: center;
  }
}

.lineup .lineup_inner li {
  text-align: center;
  padding-bottom: 50px;
}

.lineup .lineup_inner li p {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lineup .lineup_inner li .img_box {
  max-width: 255px;
  max-height: 255px;
  margin: auto;
}

.Book-info .Book-info_inner {
  max-width: 1140px;
  padding-bottom: 90px;
}

.Book-info .Book-info_inner .box-indent {
  padding: 0 40px;
}

.Book-info .Book-info_inner .box-indent ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 22px;
  text-indent: -22px;
}

.Book-info .Book-info_inner .box-indent .table .table-gray {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}

.Book-info .Book-info_inner .box-indent .table .table-gray tr {
  border-bottom: 1px solid #e6e6e6;
}

.Book-info .Book-info_inner .box-indent .table .table-gray tr th {
  background-color: #f6f6f6;
  width: 25%;
  vertical-align: middle;
}

.Book-info .Book-info_inner .box-indent .table .table-gray tr td {
  padding: 0.5em 1.0em;
}

@media only screen and (max-width: 767px) {
  .Book-info .Book-info_inner .box-indent {
    padding: 0 20px;
  }
  .Book-info .Book-info_inner .box-indent ul li {
    padding-left: 16px;
    text-indent: -16px;
  }
}

.ttl_webshop {
  color: #0D4371;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  background: url(../images/bg_ttl.gif);
  border-bottom: solid 1px #f0f0f0;
  padding: 12px 0px 10px;
}

@media only screen and (max-width: 767px) {
  .ttl_webshop {
    font-size: 1.8rem;
  }
}

.ttl_webshop span {
  padding-left: 18px;
  position: relative;
}

.ttl_webshop span i {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-60%);
}

.lineup_inner > .sort{
	display:none;
}
