@charset "UTF-8";
/* img
   ========================================================================== */

   .ec-productRole .fimg {
    max-width: 600px; /* 最大幅 */
    min-width: 240px; /* 最小幅 */
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
 }
  .ec-productRole .fimg p {
  margin: 5px 5px 5px 5px;
 
 }
/*   ========================================================================== */


/* spec
   ========================================================================== */


.spec{
  width: 100%;
  border-collapse: collapse;
}

.spec tr{
  border-bottom: solid 2px white;
}

.spec tr:last-child{
  border-bottom: none;
}

.spec th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #d2b48c;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.spec th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #d2b48c;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.spec td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 10px 10px 20px;
}

/*   ========================================================================== */
