@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 .info-txt {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto;
}

.fcWrapper .info-txt .info-box {
  display: flex;
  width: 760px;
  /*background-color: #e3e3e3;*/
}

.fcWrapper .list-title{
  color: #aa8339;
  font-size: 20px;
  font-weight: bolder;
}

.fcWrapper .list-wrap{
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 35px;
  font-weight: bolder;
}

.fcWrapper .list-text::before{
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #aa8339;
  border-radius: 50%;
  position:relative;
  margin-right: 7px;
}

.fcWrapper .font-bold{
  font-weight: bolder;
}

/*商品詳細*/

/* 
#item-detail {
  width: 925px;
  margin: 0 auto;
}


.contents_box table {
  width: 925px;
  margin: 0 auto;
} */

