.LC_Page_Products_List .container {
  padding-bottom: 149px!important;
}

.product-list-page a {
  display: inline-block;
}

.product-list-page-button {
  float: left;
  width: 35%;
  padding: .3rem 0;
  text-align: center;
  background: #e50d0e;
}

.product-list-page-button-oneclick {
  float: left;
  width: 35%;
  padding: .3rem 0;
  text-align: center;
  background: #fed80b;
}

.already-in-cart {
  background: #ccc;
}

.already-in-cart-text,
.product-list-page-button,
.product-list-page-button-oneclick {
  display: inline-block;
  color: #fff;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
}

.product-list-page-button::before {
  content: url('../img/basket.png');
  display:inline-block;
  vertical-align: middle;
}

.product-list-page-button-oneclick::before {
  content: url('../img/quick.png');
  display:inline-block;
  vertical-align: middle;
  position: relative;
  top: 2px;
  left: -10px;
}

.product-list-page{
	margin: 1.4rem auto;
	width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.paiment_icons {
  float: left;
}

.product-list-page .icon {
  margin: 4px 6px 0 0;
}

.product-list-page td {
  display: table-cell;
}

.product-list-page .the-number-of-search-result{
	background: #f0f0f0;
  color: #747474;
  margin: 0 10px 10px;
  padding: 5px 10px;
}

.product-list-page input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	width: 1.2rem;
	height: 1.2rem;
	border: .1rem solid #95989A;
	border-radius: 1.2rem !important;
	margin-right: .8rem;
	outline: 0;
	position: relative;
	top: -1px;
	vertical-align: middle;
}

.product-list-page input:checked[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	width: 1.2rem;
	height: 1.2rem;
	border: .4rem solid #099BE8 !important;
	border-radius: 1.2rem !important;
	margin-right: .8rem;
	outline: 0;
	position: relative;
	top: -1px;
	vertical-align: middle;
}

.search-refinement{
	border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
	font-size: 1.2rem;
	text-align: center;
}

.search-refinement > .title{
  font-weight: bold;
	display: inline-block;
  padding: 10px 10px 10px 20px;
  font-family: "Helvetica Neue", YuGothic, sans-serif;
  font-size: 1.4rem;
	vertical-align: middle;
  color: #033199;
  background: url('/user_data/packages/sphone/img/filter.png') no-repeat left center;
}

.search-refinement.close > .title {
  background-image: url('/user_data/packages/sphone/img/close.png');
}

.display-setting li, .image-display li{
	display: inline-block;
}

.display-setting{
  position: relative;
	margin: .6rem .6rem 0;
}

.display-setting .relevance{
  -webkit-appearance: none;
	border: .1rem solid #95989A;
	border-radius: .3rem;
	min-width: 8rem;
	padding: 0rem .4rem;

}

.relevance-arrow-img {
  position: relative;
  top: .5rem;
  left: -2rem;
}

.setting-section-heading {
  padding: 1rem 0;
  font-size: 1.4rem;
}

.serch-ctrl {
  display: none;
}

.image-display{
	margin-top: .6rem;
	margin-left: 1.4rem;
}

.image-display li:nth-child(2) input, .display-setting li:nth-child(2) input{
	margin-left: .4rem;
}

.image-display li:nth-child(2) input{
	margin-left: 2.5rem;
}

.image-display li:nth-child(2) input:nth-child(2){
	margin-left: .4rem;
}

.list-form-selecter {
  margin: .5rem 0;
}

.list-form-selecter-image-label {
  margin-right: 4rem;
}

.list-form-selecter-image > span:nth-last-of-type(2) {
  margin-left: 1.1px;
}

.redisplay{
  /* position: absolute; */
	bottom: 0;
  right: 0;
	background-color:#583240;
	border-radius: .3rem;
	color: #FFF;
	padding: .25rem 2.2rem;
}

.product-list-table{
	border: .1rem solid #95989A;
	border-bottom: .1rem solid #95989A;
	width: 100%;
}

.product-list-table table {
  width: 100%;
  table-layout: fixed;
}

.product-list tr td img{
	margin-top: .4rem;
	margin-left: .6rem;
}

.description-title {
  float: left;
  width: 65%;
}

.description-title-link{
  padding: .2rem .5rem .5rem 0;
	font-size: 1.2rem;
  font-weight: bold;
}

.description-price{
  float: right;
	color: #BF525B;
	font-size: 1.4rem;
	margin-right: 1.6rem;
  line-height: 3.3rem;
	text-align: right;
  width: 58%;
  font-weight: bold;
}

.image {
  padding: .3rem;
}

.image > a {
  display: block;
  width: 100%;
  color: #003399;
  text-decoration: underline;
  text-align: center;
}

.description {
  width: 250px;
  padding: .5rem;
}

.image-box {
  margin: .1rem;
  border: 1px solid #333;
  width: 6rem;
  height: 6rem;
  text-align: center;
}

.address {
  margin-left: 1rem;
}

.search-section{
	background-color: #E0C78E;
	display:table;
	text-align: center;
	width: 100%;
}

.search-section form{
	display:table-cell;
	vertical-align:middle;
}

.search-section img {
	position: relative;
	top: .8rem;
}

.search-box{
	background-color: #FFF;
	border: .1rem solid #95989A;
	border-radius: .5rem;
	height: 2.3rem;
	width: 64%;
	margin-bottom: 0.5rem;
}

.search-button {
	background-color:#583240;
	border-radius: .3rem;
	bottom: .1rem;
	color: #FFF;
	height: 2.3rem;
	margin-left: .6rem;
	padding: .3rem 1.2rem;
	position: relative;
}

.bottom-navigation-button {
  line-height: 2;
  padding: 1rem 1rem 0;
}

.bottom-navigation-button > a {
  font-size: 1.1rem;
  margin: 0 .2rem;
}

.not-find-error,
.limit-error {
  padding: 10rem .5rem;
  line-height: 2;
  font-size: 12px;
  text-align: center;
}

.limit-error {
  padding: 0 0 5px;
  text-align: left;
}

.not-find-error:nth-of-type(2) {
  padding-top: 1rem;
}

.not-find-error p {
  margin-bottom: 20px;
}

.not-find-error img {
  max-width: 100%;
}

/* .detail_search {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 43px;
} */

.image > a > img {
  width: 100%;
}

.bottom-navigation-button {
  text-align: center;
}

.bottom-navigation-button strong{
  border: solid 1px #000000;
  background-color: #ffdd44;
  padding : 0.9rem 0.5rem;
}

.bottom-navigation-button a{
  border: solid 1px #000000;
  background-color: #eeeeee;
  padding : 0.4rem 0.5rem;
}

/* 2017-09-15 修正 */
a.product-list-new-link{
  width:100%;
  border-top: 1px solid #cccccc;
}

.new-list a:last-of-type{
  border-bottom: 1px solid #cccccc;
}

.product-list-new {
  width: 100%;
  padding: 10px 30px 4px 10px;
  position: relative;
}

.product-list-new::after {
  content: ">";
  font-size: 24px;
  color: #033199;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

div.testest{
  width: 100%;
}
div.testest:last-child{
  border-bottom: 1px solid #cccccc;
}

.product-list-new h3 {
  font-weight: bold;
  font-size: 1.4rem;
}

.product-list-new-table {
  margin-top: 10px;
  display: table;
  width: 100%;
}

.product-list-new-table-cell {
  display:table-cell;
  vertical-align: top;
  text-align: left;
  padding: 0 5px;
}

.product-list-new-table-cell table{
  width: 100%;
  height: 100%;
}

.product-list-table-price {
  vertical-align: bottom;
}

.product-list-new-table-cell-image {
  display:table-cell;
  vertical-align: top;
  text-align: left;
  width: 90px;
  max-width: 90px;
  height: 87px;
}

.product-list-new-table-cell-image img {
  width: auto;
  max-width: 90px;
  height: auto;
}

.product-list-new-table-info {
  color: #666666;
  font-size: 1.1rem;
}

.product-list-new-table-baseinfo {
  color: #000;
  font-size: 1rem;
  margin-top: 10px;
  float: right;
  padding-left: 20px;
  background: url('/user_data/packages/default/img/common/search-icon_02.png') no-repeat left center;
  max-width: calc(100% - 50px);
  box-sizing: border-box;
  display: table;
  vertical-align: middle;
}

.product-list-new-table-price {
  color: #bf525b;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: right;
  clear: both;
}

.product-list-new-comment{
  color: #666666;
  font-size: 1.3rem;
}

.ellipsis {
  position: relative;
  overflow: hidden;
}

.ellipsis-2 {
  max-height: 40px;
  line-height: 20px;
  -webkit-text-size-adjust: 100%;
}

.ellipsis-3 {
  max-height: 60px;
  line-height: 20px;
  -webkit-text-size-adjust: 100%;
}

.ellipsis:before, .ellipsis:after {
  position: absolute;
  background: #fff;
}

.ellipsis:before {
  content: "･･･";
  bottom: 0;
  right: 0;
}

.ellipsis:after {
  content: "";
  width: 100%;
  height: 100%;
}

.detail_search_switch {
  margin-top: 0.6rem;
}

.search-word-container {
  margin: 0 10px;
}

.search-word-container .drawer-form {
  height: 38px;
  width: calc(100% - 78px);
  border-radius: 0;
  padding: 10px;
  margin-right: 0;
  font-size: 14px;
  line-height: 14px;
}

.search-word-container .submit-btn {
  color: #fff;
  background: #033199;
  border-radius: 4px;
  font-size: 14px;
  padding: 9px 23px;
}

.serch-add-key {
  margin: 10px 10px;
}

.serch-add-key li {
  float: left;
  margin: 0 5px 10px 0;
  background: #e6f0ff;
  border: 1px solid #3e569c;
  border-radius: 2px;
}

.serch-add-key a {
  color: #3e569c;
  padding: 2px 7px;
}

.orderby-tab {
  width: 100%;
  border-bottom: 3px solid #979797;
  text-align: center;
  margin-bottom: 10px;
}

.orderby-tab li {
  width: 20%;
  background: #e6f0ff;
  border: 1px solid #033199;
  border-radius: 5px 5px 0 0;
  font-size: 13px;
  transform: translateY(3px);
}

.orderby-tab li.current {
  background: #fff;
  border-color: #979797;
  border-bottom: 3px solid #fff;
}

.orderby-tab a {
  display: block;
  text-align: center;
  padding: 8px 0 5px;
  color: #033199;
}

.orderby-tab li.current a {
  color: #000;
}

.orderby-sortbtn {
  text-align: center;
}

.orderby-sortbtn li {
  min-width: 110px;
  background: #e6f0ff;
  border: 1px solid #033199;
  border-radius: 3px;
  margin: 0 5px 10px;
  color: #033199;
  font-size: 12px;
  padding: 0;
}

.orderby-sortbtn li.current {
  background: #fff;
  border-color: #979797;
  color: #000;
}

.orderby-sortbtn li a {
  display: block;
  color: #033199;
  font-size: 12px;
  padding: 10px 0;
}

.orderby-sortbtn li.current a {
  color: #000;
}

.attention ,
.result {
  color: #000;
  font-weight: bold;
  margin: 0 10px;
}

.attention .txt-red,
.result .txt-red {
  color: #ff0202;
  font-weight: bold;
}

.product-list-pagenation {
  border: none!important;
}

p.product-list-pagenation strong,
p.product-list-pagenation a {
  margin: 0 1px!important;
  display: inline-block!important;
}

.bottom-navigation-button {
  margin: 12px 10px;
}

.bottom-navigation-button a {
  text-align: center;
  background: #e6f0ff;
  color: #033199;
  font-size: 10px;
  border: 1px solid #033199;
  padding: 3px 2px;
  min-width: 25px;
}

.bottom-navigation-button strong {
  text-align: center;
  background: #fff;
  color: #979797;
  font-size: 10px;
  border: 1px solid #979797;
  padding: 3px 2px;
  min-width: 25px;
}

.to-searcharea-btn {
  width: 170px;
  text-align: center;
    margin: 0 0 0 auto;
}

.to-searcharea-btn a {
  display: inline-block;
  background: url('/user_data/packages/sphone/img/arrow_top.png') no-repeat left 25px center;
  padding: 10px 27px 10px 51px;
  border-bottom: none;
  color: #033199;
  font-weight: bold;
}

.btn_store_search_off {
  display: block;
  color: #fff;
  background: #033199;
  border-radius: 5px;
  padding: 7px 44px;
  margin: 10px auto 0;
  font-size: 11px;
}

.btn_store_search_off_top {
  float: right;
  padding: 4px 15px;
  margin: 0 10px 7px;
}

.soldout {
  margin-bottom: 40px;
}

.sold-out a:last-child {
  border-bottom: 1px solid #cccccc;
}
