main {
  background: #fff;
  padding: 0 0 20px 0;
}

.shashuStep {
  margin: 0 0 5px 0;
  padding: 0 10px;
}
.shashuStep img {
  width: 100%;
}

.setDetail {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 10px 0 10px;
}
.setDetail .setWheel {
  width: 260px;
  height: 260px;
}
.setDetail .setTire {
  position: absolute;
  top: 105px;
  left: 10px;
  display: block;
  width: 90px;
  height: 121px;
  border: 1px solid #666;
}
.setDetail dl {
  width: calc(100% - 260px);
}
.setDetail dl dt {
  display: inline-block;
  width: 120px;
  margin: 0 0 0 10px 0;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-size: 0.85em;
  background-color: #323232;
}
.setDetail dl dd {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-bottom: 1px solid #7e7e7e;
}

.setCheck {
  width: 560px;
  padding: 0 10px 10px 10px;
  margin: 0 0 0 auto;
}
.setCheck .prices {
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid #9e4362;
}
.setCheck .prices .label {
  font-size: 1.14em;
  font-weight: bold;
  margin: 0px 20px 0 5px;
}
.setCheck .prices .price {
  color: #ff1166;
  font-size: 2.3em;
  font-weight: bold;
  font-style: italic;
}
.setCheck .prices .unit {
  margin: 0 0 0 10px;
  color: #ff1166;
  font-size: 1.15em;
  font-weight: bold;
  font-style: normal;
}
.setCheck .setExplain {
  text-align: right;
  width: 100%;
}
.setCheck .setExplain .attention {
  display: inline-block;
  margin: 5px 60px 0 0;
  text-align: left;
  font-size: .75em;
}

.setOption {
  margin: 20px 0 0 0;
  padding: 10px 10px 20px 10px;
}
.setOption p {
  margin: 5px 0 10px 20px;
  font-weight: bold;
}
.setOption h3 {
  border: 1px solid #ccd8fe;
  border-radius: 5px 5px 0 0;
  background-color: #ccd8fe;
  padding: 10px 0 10px 20px;
  font-weight: bold;
}
.setOption h3 span:before {
  content: '\f013';
  margin: 0 5px 0 0;
  font-size: 1.41em;
  font-family: 'typicalo';
  vertical-align: middle;
}
.setOption ul {
  border: 1px solid #ccd8fe;
}
.setOption ul li label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 0 20px;
}
.setOption ul li label input {
  margin: 0 10px 0 0;
}
.setOption ul li label img {
  width: 50px;
  margin: 0 10px 0 0;
}
.setOption ul li label .price {
  display: block;
  margin: 0 0 0 auto;
  color: #ff1166;
  font-weight: bold;
}
.setOption ul li.selected {
  background-color: #ffe4b2;
}
.setOption .addCartBtn {
  margin: 20px auto 0 auto;
}
