@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	color: #333333;
}
div,p{
	margin: 0;
	padding: 0;
}
ol,ul,li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a{
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #333333;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.8;
	filter: alpha( opacity=80 );
}

.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	line-height: 0;
}
img{
	border: none;
}


* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}

h2 {
	font-size: 90%;
}







.material{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	max-width: 700px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.material .list_box3 {
	width: 32%;
	margin: 4px;
	color: #4A0000;
	font-size: 1em;
}
.material .list_box3 img {
	height: 16px;
	margin: 5px 0px 5px 10px;
}
.material .list_box3 p.material_01 {
	background: #FFF697;
}
.material .list_box3 p.material_02 {
	background: #FBE3D5;
}
.material .list_box3 p.material_03 {
	background: #D2ECFA;
}
.material .list_box3 p.material_txt {
	margin: 7px 0px 0px 0px;
	line-height: 1.5em;
}







.fs-c-button--plain {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  /*color: #1e5d9b;*/
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  background: #4A0000;
  width: 100%;
  text-align: center;
}

.fs-c-button--plain:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
  background: #E3D8D8;
}
.fs-c-button--plain {
	display: none;
}





.fs-c-productList__list__item {
  border-bottom: none;
  border-left: 1px solid #4A0000;
  padding: 16px 10px 0 10px;
  margin-bottom: 16px;
}

.fs-c-productList__list__item:nth-of-type(3n) {
  border-right: 1px solid #4A0000;
}
.fs-c-productList__list__item:last-child {
  border-right: 1px solid #4A0000;
}

.fs-c-productListItem__productName a {
  color: #4A0000;
  font-size: 1.25em;
  text-decoration: none;
}
.fs-c-productListItem__productName a:hover {
  text-decoration:underline;
}






@media only screen and (max-width: 939px) {
.fs-c-productList__list__item:nth-of-type(3n) {
  border-right: 0;
}
.fs-c-productList__list__item {
  border-left: 1px solid #4A0000;
}
.fs-c-productList__list__item:nth-of-type(2n) {
  border-right: 1px solid #4A0000;
}
.fs-c-productList__list__item:last-child {
  border-right: 1px solid #4A0000;
}
}



.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  /*color: #006db8;*/
  color: #B5001F;
  font-size: 2.2rem;
  font-weight: 700;
}


.fs-p-dateList > li {
  border: none;
  border-width: 1px 0 0 0;
  padding: 8px 0 0;
}
.fs-p-dateList > li time:first-child {
  background: none;
  color: #333;
}
.fs-p-dateList > li a:hover {
  text-decoration: underline;
}


/*商品画像*/
.fs-c-productImage {
  text-align: center !important;
}
.fs-c-productImage a img {
  margin: 0 auto !important;
}


/*futureshop非会員エリア（システムパーツグループ）*/
.fs-body-login .fs-c-newUsers {
    margin-left: 0;
}






/*カート　レイアウト*/
@media screen and (min-width: 960px) {
  .fs-body-cart .fs-l-cart__contentsArea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}


.fs-c-noResultMessage {
  background: rgba(126, 126, 126, 0.08);
  padding: 24px 0;
  margin: 24px 0;
  text-align: center;
}