@charset "utf-8";

/*================
全体
=================*/

.fcWrapper {
  font-size: 13px;
  line-height: 130%;
  width: 960px;
  margin: 0 auto;
  /* margin-left: -129px; */
}

.wd1000 {
  width: 1000px;
  margin: 0 auto;
}

.fcWrapper img {
  width: 100%;
  vertical-align: top;
}

.fcWrapper .mgb10 {
  margin-bottom: 10px;
}

.fcWrapper .mgb20 {
  margin-bottom: 20px;
}

.fcWrapper .mgb30 {
  margin-bottom: 30px;
}

.cartBtn img:hover {
  opacity: 0.7;
}

/*============
コンテンツ
==============*/

.fcWrapper h1 {
  background-color: #aa8339;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  padding: 15px;
  margin: 30px 0 55px;
}

.fcWrapper .kiyaku-txt {
  width: 760px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto 0;
}

.fcWrapper .kiyaku-txt .kiyaku-box {
  display: flex;
  width: 500px;
  /*background-color: #e3e3e3;*/
  padding: 10px 10px 0;
  margin-bottom: 5px;
}


.fcWrapper .kiyaku-txt .kiyaku-box a {
  color: #2a71ff;
}

.fcWrapper .kiyaku-txt .kiyaku-box .kiyakuk-box-left-item {
  display: flex;
  background-color: #fff;
  padding: 10px;
  width: 285px;
}

.fcWrapper .kiyaku-txt .kiyaku-box .kiyakuk-box-left-item img {
  width: 50px;
  margin-right: 20px;
}

.fcWrapper .kiyaku-txt .kiyaku-box .kiyakuk-box-left-item p{
  color: #000;
  line-height: 50px;
}

.fcWrapper .kiyaku-txt .kiyaku-box .kiyakuk-box-right {
  padding: 10px;
}

.fcWrapper .kiyaku-txt .kiyaku-box .kiyakuk-box-right p {
  line-height: 50px;
}
  





/*商品詳細*/

/* 
#item-detail {
  width: 925px;
  margin: 0 auto;
}


.contents_box table {
  width: 925px;
  margin: 0 auto;
} */

