/************************
 * modal cart style
 ************************/
.frc-c-title {
  margin-left: 27px;
  margin-bottom: 3px;
  font-size: 1.1em;
  line-height: 1.5625;
  color: #e4007f;
  font-weight: bold;
}
.frc-c-table {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
}
.frc-c-cell {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/******** ã‚«ãƒ¼ãƒˆä¸€è¦§ ********/
.frc-c-cartTable {
}
.frc-c-cartTable thead tr th {
  background-color: #efbad7;
  font-weight: bold;
  padding: 5px 0;
}
.frc-c-cartTable thead tr th,
.frc-c-cartTable tbody tr td {
  text-align: center;
  vertical-align: middle;
  font-size: 80%;
}
.frc-c-cartTable thead tr th.name {
  text-align: left;
}
.frc-c-cartTable thead tr th div.cell-line {
  border-right: 1px solid #414141;
}
.frc-c-cartTable tbody tr td {
  font-weight: bold;
  font-size: 18px;
}
.frc-c-cartTable tbody tr td.img {
  width: 15%;
  padding: 5px 0px;
}
.frc-c-cartTable tbody tr td.name {
  width: 20%;
  text-align: left;
  font-size: 12px;
  padding: 0px 5px;
}
.frc-c-cartTable tbody tr td.price {
  width: 15%;
}
.frc-c-cartTable tbody tr td.volume {
  width: 10%;
}
.frc-c-cartTable tbody tr td.price-sum {
  width: 15%;
  font-weight: bold;
  color: #e4007f;
}
.frc-c-cartTable tbody tr td.frc-c-total {
  text-align: right;
  font-size: 14px;
  border-top: solid 1px #000;
  padding: 7px 0px;
}
.frc-c-cartTable tbody tr td.frc-c-total span {
  text-align: right;
  vertical-align: middle;
}
.frc-c-cartTable tbody tr td.frc-c-total .frc-c-total-number {
  text-align: right;
}
.frc-c-cartTable tbody tr td.frc-c-total .frc-c-total-price {
  color: #e4007f;
  font-size: 18px;
}
.frc-c-cartTable tbody tr td.btn {
  padding: 5px;
}
.frc-c-btnBlock ul {
  margin: 0 0 0.7em 1.7em;
}
.frc-c-btnBlock ul li {
  width: 219px;
  margin: 0 0 8px;
  display: inline-block;
}
.frc-c-btnBlock ul li:last-child {
  margin: 0;
}
.frc-c-btnBlock ul li a {
  padding: 10px 30px 8px 20px;
  font-size: 16px;
  line-height: 1.375;
  text-align: center;
  font-weight: bold;
  display: table-cell;
}
.frc-c-btnBlock ul .frc-c-btnCart a,
.frc-c-btnBlock ul .frc-c-btnContinue a {
  border-style: solid;
  border-width: 0px 3px 4px 0px;
  text-decoration: none;
  height: 44px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.frc-c-btnBlock ul .frc-c-btnCart a {
  padding-left: 0px;
  border-color: #b50166;
  background: #e4007f url(/excludes/common/img/ico_arrow_r.png) 93% center no-repeat;
  color: #ffffff;
}
.frc-c-btnBlock ul .frc-c-btnCart a span {
  padding-left: 45px;
  display: inline-block;
  background: url(/excludes/common/img/ico_cart.png) left center no-repeat;
  font-weight: bold;
  text-align: left;
}
.frc-c-btnBlock ul .frc-c-btnCart a:hover {
  background-color: #c24b77;
}
.frc-c-btnBlock ul .frc-c-btnContinue a {
  padding-left: 0px;
  border-color: #7d7d7d;
  background-color: #b5b5b5;
  vertical-align: middle;
}
.frc-c-btnBlock ul .frc-c-btnContinue a span {
  padding-left: 25px;
  padding-top: 2px;
  display: inline-block;
  background: url(/excludes/common/img/ico_arrow_l.png) left center no-repeat;
  font-weight: bold;
}
.frc-c-btnBlock ul .frc-c-btnContinue a:hover {
  color: #000000;
  border-color: #494949;
  background-color: #868686;
}

/******** ãŠã™ã™ã‚æ¬„ ********/
.frc-c-exp-box {
  padding-top: 12px;
  margin: 0 0 5px;
}
.frc-c-exp-box .frc-c-exp-cell-pos {
  width: 42%;
  height: 150px;
  background: #dcdcdc;
  padding: 0px 10px;
}
.frc-c-exp-box .frc-c-exp-cell-img {
  width: 58%;
  height: 150px;
  background: url(/excludes/common/img/exp_back.png) right center no-repeat;
  background-color: #ffffff;
  padding: 0px;
  padding-left: 95px;
}
.frc-c-exp-box .frc-c-exp-cell-img .frc-c-img-box {
  width: 50%;
  display: table-cell;
  padding: 6px 10px 0px;
  overflow: hidden;
}
.frc-c-exp-box .frc-c-exp-cell-img .frc-c-img-box-1 {
  padding-right: 0px;
}
.frc-c-exp-box .frc-c-exp-cell-img .frc-c-img-box img {
  width: 198px;
  height: 110px;
}
.frc-c-exp-box .frc-c-exp-cell-img .frc-c-icon-new {
  display: inline-block;
  background: #a31304;
  padding: 1px 5px;
  vertical-align: middle;
  font-size: 0.6em;
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
}
.frc-c-exp-box .frc-c-exp-cell-img p.frc-c-img-name {
  display: inline-block;
  font-size: 70%;
  width: 157px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  vertical-align: middle;
  text-align: left;
}
.frc-c-exp-box .frc-c-cell div.frc-c-exp01 {
  padding: 10px 0px 5px;
}
.frc-c-exp-box .frc-c-cell div.frc-c-exp01 span {
  padding: 1px 20px 0px;
  background-color: #f9d3e8;
  border: solid 1px #e999c5;
  font-size: 14px;
}
.frc-c-exp-box .frc-c-cell div.frc-c-exp02 {
  padding: 4px 0px;
  font-size: 12px;
  text-align: left;
}
.frc-c-exp-box .frc-c-cell div.frc-c-exp03 {
  padding: 4px;
  font-size: 16px;
  color: #e4007f;
}
.frc-c-exp-box .frc-c-cell div.frc-c-exp04 {
  padding: 4px;
  font-size: 12px;
}
.frc-c-cell .teiki_notice01 {
    text-align: left;
}
.frc-c-cell .teiki_notice02 {
    color: #666;
}
.contact_link{
  text-align: left;
}
.contact_link > a {
    font-size: 1rem;
}
/******** ãƒã‚§ãƒƒã‚¯æ¸ˆã¿å•†å“æ¬„ ********/
.frc-c-checked-title span {
  margin-left: 27px;
  margin-bottom: 3px;
  line-height: 1.5625;
  font-weight: bold;
}
.frc-c-checked-title p {
  padding: 11px 0px 3px 25px;
  font-size: 14px;
  display: table-cell;
  text-align: center;
  font-weight: bold;
  background: url(/excludes/common/img/ico_check.png) left center no-repeat;
  text-decoration: none;
}
.frc-c-checked-box {
  padding-top: 12px;
  margin: 0 0 2px;
  border-top: solid 1px;
}
.frc-c-checked-box .frc-c-checked-cell {
  width: 25%;
  padding: 12px 7px;
  display: table-cell;
    vertical-align: top;
}
.frc-c-checked-box .frc-c-cell-line {
  border-right: dotted 1px;
}
.frc-c-checked-box .frc-c-checked-cell .frc-c-checked-imgbox .frc-c-checked-img {
  width: 120px;
  height: 120px;
  margin-bottom: 5px;
}
.frc-c-checked-box .frc-c-checked-cell .frc-c-img-name {
  font-size: 14px;
  color: #e4007f;
  text-align: left;
  max-height: 63px;
}
.frc-c-checked-box .frc-c-checked-cell .frc-c-details {
  font-size: 13px;
  text-align: right;
  margin-top: 10px;
}
.frc-c-line-clamp {
  line-height: 1.5;
  height: 4.5em;
  background-color: #fff;
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}
.frc-c-line-clamp:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}
.frc-c-line-clamp:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

/** ã‚¢ã‚¤ã‚³ãƒ³ */
span.frc-c-ico-triangle {
  height:20px;
  width:20px;
  position:relative;
}
span.frc-c-ico-triangle:before{
  margin-top: 8px;
  content:'';
  height:0;
  width:0;
  border:10px transparent solid;
  border-bottom-width:0;
  border-top-color:#e4007f;
  position:absolute;
  top:0px;
  left:0px;
}
.frc-c-close-btn {
  position: absolute;
  top: -36px;
  right: 1px;
  color: #fff;
  z-index: 2010;
  font-size: 100%;
  cursor: pointer;
}
