@charset "utf-8";


.list_head {
  height: 10%;
}

.multiline{
	white-space: pre-line;
}

.daysUntilDeliveryMessage{
	font-size: xx-small;
	color: gray;
}

.cardExpetctedArrivalMessage{
	font-size: xx-small;
	color: gray;
}

.stockInfo{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: normal;
}

.stockInfoCard{
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	margin-top: 7px;
}

.itembox_price{
	font-size: 1.2em;
}

input::placeholder {
    color: lightgray;
}

input:focus::placeholder {
    opacity: 0;
}

input{
	border: 1px solid #ccc; 
  	outline: none !important; 
  	box-shadow: none;
}

.searchArea {
	margin-bottom: 5px;
}

.searchArea img {
  vertical-align: middle;
}

.searchArea img:hover {
  cursor: pointer;
}

.cardGrid{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(4, 1fr);
	padding: 0 10px;
	height: 200px;

 }

.itembox_img {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  background-color: white;
}

.itembox_img_textmode {
  margin: 0 auto;
  width: 30px;
  height: 30px;
}

.item_bottom{
	grid-column: 1 ;
  	grid-row: 4;
	display: flex;
	flex-direction: column;
	align-items:end;
	justify-content: center;
	line-height: 1.2em;
	margin-bottom: -5px;

}

.itembox_commodityname{
	/*margin: 4px;*/
	grid-column: 1 ;
  	grid-row: 2;
}

.item_info {
	grid-column: 1 ;
  	grid-row: 3 ;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
	line-height: normal;

}

.info {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
  	text-align: right;
}

.info .info_name{
	grid-column: 1 / 3;
  	grid-row: 1;
}

.info .info_value{
	grid-column: 3 / 5;
  	grid-row: 1;
}

.items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
 	 gap: 30px;
  	padding-top: 20px;
  	width:100%;
  	font-size: 0px;
  	line-height: 0px;
}

.items .itembox {
  height: 420px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-right: 20px;
}

.item_label {
  font-weight: normal;
  font-size: 10px;
  padding: 0;
  display: inline-block;
}

.item_label span {
  padding: 2px 10px;
  display: inline-block;
  text-align: center;
}

.bdr_red {
  border: 1px solid #af0000;
}

.bdr_black {
  border: 1px solid #333333;
}

.bdr_gray {
  border: 1px solid #cccccc;
}

#catalogList .btn_buy {
  position: relative;
  bottom: 0;
  padding-bottom: 20px;
/* デザイン適用
  width: 98%;
*/
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 10px;
}

.btn_off {
  color: #ffffff;
  background-color: #cccccc;
  border: none;
  padding: 5px 11px;
  text-align: center;
  /* デザイン適用 */
  border-radius: 5px;
}

.btn_buy span {
  vertical-align: middle;
}

.itembox2 {
  padding: 20px 0;
  border-bottom: 1px dashed #cdcdcd;
}

.itembox2 .itembox_img {
  display: block;
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.itembox2 .itembox_itemname,.itembox2 .itembox_shopname {
  width: 100%;
  padding: 0;
  display: block;
  height: auto;
}

.itembox2 .item_bottom {
  margin-top: 10px;
  position: static;
}

.itembox2 .itembox_price {
  height: auto;
}

/* デザイン適用 */
#textModeArea .table {
  margin-right: 1px;
}
#textModeArea .table thead th {
  background-color: #666;
  color:#fff;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eee;
  padding: 8px;
}
#textModeArea .table tbody tr:hover {
  background-color: #eee;
}
#textModeArea .table tbody td {
  vertical-align: middle;
  border: 1px solid #eee;
  padding: 8px;
}
#textModeArea .table tbody td.text-left {
  text-align: left;
}
#textModeArea .table tbody td.text-center {
  text-align: center;
}
#textModeArea .table tbody td.text-right {
  text-align: right;
}
#textModeArea .table tbody td input:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#textModeArea .itembox2 .btn_buy {
  text-align: right;
  position: static;
  width: 178px;
  padding: 0;
  border: none;
  float: right;
}

/* デザイン適用 */
#textModeArea .row {
  margin-left: 0;
  margin-right: 0;
}
#textModeArea .row .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.addCartButton {
  color: #fff;
  background-color: #e68012;
}

.addCartButton:hover {
  color: #fff;
  background-color: #e68012;
}

.tabmenu {
  display: inline-block;
  vertical-align: middle;
  height: 31px;
}

.tab_thum {
  background: url(../../commonfiles/images/icon_thumView.gif)
    left top no-repeat;
  width: 31px;
  height: 31px;
  display: inline-block;
  cursor: pointer;
}

.tab_list {
  background: url(../../commonfiles/images/icon_listView.gif)
    left top no-repeat;
  width: 31px;
  height: 31px;
  display: inline-block;
  cursor: pointer;
}

.tabmenu .active {
  background-position: left -31px;
}

#tab2 {
  display: none;
}

.manufacturerInfoLink{
	grid-column: 1 ;
  	grid-row: 1;
}

.manufacturerInfo{
	display: flex;
  	align-items: center;
  	justify-content: center;
	text-align: center;
	flex-direction: column;
	margin-top: 5px;
	overflow-wrap: anywhere;
}

.manufacturerModelNo{
	font-size: 1.3em;
	word-wrap: anywhere;
}

.cardItem{
	background-color: #F0ECEB;
	border: solid #B0ACAB 1px;
	border-radius: 2px;
	box-shadow: 1px 1px 8px 3px #CAC5C4;
	padding: 15px 0px;
}

.hint{
	font-size: 12px;
}

.warning-msg{

	display: flex;
	align-items: normal;
	justify-content: left;
}

.warning-msg img{
	max-height: 15px;
}

/*991px～1200pxでの表示*/
@media only screen and (min-width:992px) and (max-width:1200px) {
  .itembox_img {
    width: 180px;
    height: 180px;
  }
}

/*769px～1200pxの表示*/
@media only screen and (min-width:768px) and (max-width:1200px) {
  .itembox2 .itembox_img {
    width: 100px;
    height: 100px;
  }
}

/*tab,PCでの表示*/
@media screen and (min-width:768px) {
  .item_bottom {
    width: 100%;
    padding: 0px 6% 20px 6%;
  }
}

/*SPでの表示*/
@media screen and (max-width:768px) {

	#imageModeArea{
		margin-top: 15px;
	}

	.cardItem{
		margin-bottom: 8px !important;
		box-shadow: 1px 1px 5px 2px #CAC5C4;
	}

	.manufacturerInfo{
		display: flex;
	  	align-items: start;
	  	justify-content: center;
		flex-direction: column;
		margin-top: 5px;
	}

	.cardGrid{
		display: block;
		height: 100%;
	}

	.item_info{
		line-height: 1,2em;
		position: absolute;
    		bottom: 0px;
    		line-height: normal;
    		margin-bottom: 5px;
	}

  #pageHeader .navigation {
    height: 0;
  }
  .sp_sequence,.sp_filter {
    display: inline-block;
    height: 40px;
    width: 49%;
    margin-top: -10px;
  }
  .sp_sequence button,.sp_filter button {
    text-align: left;
    padding: 0 12px;
    height: 40px;
    width: 100%;
  }
  .sp_filter {
    border-left: 1px solid #cccccc;
  }
  .sp_filter button {
    background: url(../../commonfiles/images/arrow_next.gif) 98% 50% no-repeat;
  }
  .items {
    padding: 0;
	display: grid;
	grid-template-columns: 1fr;
    gap: 15px;
  }
  .items .itembox {
    height: 150px;
    border-bottom: 1px dashed #cccccc;
    padding: 0px;
    margin: 0;
  }
  .itembox .itembox_img {
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 10px;
  }
  .sp_itembox_txt {
    font-size: 90%;
    padding: 10px;
    height: 110px;
  }
  .item_label span {
    padding: 0 10px;
    line-height: 1.3em;
  }
  .item_bottom {
    position: absolute;
    bottom: 0;
    right: 55px;
    margin-bottom: 5px;
  }
  .itembox_itemname,.itembox_shopname,.itembox_icon,.itembox_price {
    padding: 0;
    height: auto;
    line-height: 1.2em;
    margin-bottom: 1px;
  }
  .itembox_icon {
    text-align: right;
  }
  .icon_item img {
    width: 18px;
  }
  .icon_star img {
    width: 60px;
  }
  #catalogList .btn_buy {
    width: 50px;
    position: absolute;
    right: 0;
    height: 100%;
    border-bottom: 0;
    padding: 0;
  }
  .btn_buy button {
    padding: 0;
  }
  .btn_buy span {
    display: block;
  }
  .btn-black,.btn_off,.btn-in-cart {
    height: 100%;
  }
  .btn_buy a,.btn_off {
    padding: 25px 0 0 0;
  }
  .previous a {
    position: absolute;
    bottom: -40px;
    left: 0;
  }
  .next a {
    position: absolute;
    bottom: -40px;
    right: 0;
  }

  .searchArea {
	margin-bottom: 0;
}

  .searchArea select{
    width:49%;
    margin:0 0 10px 0;
    display:inline-block;
  }
  .warning-msg{
	margin-top: 0 !important;
}
}

/*481px～768pxでの表示*/
@media only screen and (min-width:481px) and (max-width:768px) {
  .sp_itembox_txt {
    width: 90%;
  }

  /*480px以下の表示*/
  @media screen and (max-width:480px) {
    .sp_itembox_txt {
      width: 84%;
    }
  }
}
