/************************
 * modal cart style
 ************************/
.frc-c-titlebox {
	padding-left: 15px;
}
.frc-c-title {
	margin-left: 30px;
	margin-bottom: 3px;
	font-size: 15px;
	line-height: 1.5625;
	letter-spacing: 0.1em;
	color: #e4007f;
	font-weight: bold;
}
.frc-c-table {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.frc-c-cell {
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/******** カート一覧 ********/
.frc-c-cart {
	padding: 5px;
}

.frc-c-cartTable thead tr th,
.frc-c-cartTable tbody tr td {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 5px;
}
.frc-c-cartTable thead tr th {
	background-color: #efbad7;
	padding: 2px 0;
	font-size: 12px;
	letter-spacing: 0.3em;
}
.frc-c-cartTable thead tr th.name {
	text-align: left;
}
.frc-c-cartTable tbody tr td.img {
	width: 40%;
	padding: 5px 0px;
}
.frc-c-cartTable tbody tr td.name {
	width: 60%;
	padding: 0px 5px;
	text-align: left;
}
.frc-c-cartTable tbody tr.price-sum-line {
	border-top: solid 1px;
}
.frc-c-cartTable tbody tr td.price-sum-title {
	padding: 5px 0px 5px 5px;
	font-size: 13px;
	line-height: 24px;
	text-align: left;
}
.frc-c-cartTable tbody tr td.price-sum-title span {
	line-height: 18px;
}
.frc-c-cartTable tbody tr td.price-sum {
	font-size: 18px;
	text-align: right;
	line-height: 26px;
}
.frc-c-cartTable tbody tr td.frc-c-total {
	text-align: right;
	font-size: 14px;
	border-top: dotted 1px #000;
	padding: 7px 0px;
}
.frc-c-cartTable tbody tr td.frc-c-total span {
	text-align: right;
}
.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 div.cell-line {
	border-right: dotted 1px;
}
.frc-c-cartTable tbody tr td .cell_st {
	color: #e4007f;
}
.frc-c-cartTable tbody tr td.btn {
	padding: 5px;
}

/** カート状況欄 */
.frc-c-total {
	padding: 5px;
}
.frc-c-cartbox {
	display: table;
	width: 100%;
	margin: 10px 0 5px;
	border: solid 2px #e5e5e5;
	background-color: #e5e5e5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.frc-c-cartbox .frc-c-cartbox-title {
	width: 30%;
	background: #ffffff;
	padding: 10px 2px;
	font-size: 13px;
}
.frc-c-cartbox .frc-c-cartbox-value {
	width: 100%;
	padding: 5px 2px;
	text-align: right;
	font-size: 15px;
	line-height: 1.8em;
}
.frc-c-cartbox .cell_st {
	color: #e4007f;
}

/** ボタン欄 */
.frc-c-btnbox {
	margin-bottom: 5px;
}
.frc-c-btnBlock ul {
	margin: 0 0 0.7em 1.7em;
}
.frc-c-btnBlock ul li {
  width: 150px;
	margin: 0 0 8px;
	display: inline-block;
}
.frc-c-btnBlock ul li:last-child {
	margin: 0;
}
.frc-c-btnBlock .frc-c-btn {
	margin: 0;
	padding: 5px;
  text-align: center;
}
.frc-c-btnBlock .frc-c-btn li.frc-c-btn-left {
  float: left;
}
.frc-c-btnBlock .frc-c-btn li.frc-c-btn-right {
  float: right;
}
.frc-c-btnBlock .frc-c-btn li.frc-c-btn-clear {
  clear: left;
}
.frc-c-btnBlock ul li a {
	padding: 10px 10px 8px 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.375;
	text-align: center;
	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 2px 3px 0px;
	text-decoration: none;
	height: 55px;
	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) 97% center no-repeat;
	color: #ffffff;
}
.frc-c-btnBlock ul .frc-c-btnCart a span {
	padding-left: 28px;
	display: inline-block;
	font-weight: bold;
	background: url(/excludes/common/img/ico_cart.png) left center no-repeat;
	background-size: 23px;
	-moz-background-size: 23px;
	-webkit-background-size: 23px;
}
.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: 20px;
	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: #a8a8a8;
	background-color: #e0e0e0;
}

/******** おすすめ欄 ********/
.frc-c-exp-box {
	margin: 0 12px 10px;
}
.frc-c-exp-box-2 {
	margin: 0 5px 10px;
}
.frc-c-exp-box .frc-c-exp-cell-pos {
	width: 40%;
	background: #e5e5e5;
	padding: 12px 5px 7px;
}
.frc-c-exp-box .frc-c-exp-cell-img {
	width: 100%;
	background: #e5e5e5;
	padding: 0px;
	background: url(/excludes/common/img/exp_back_s.png) left center no-repeat;
	padding-left: 65px;
}
.frc-c-exp-box .frc-c-exp-cell-img .frc-c-img-box {
	width: 50%;
	padding: 5px 1px;
	display: table-cell;
}
.frc-c-exp-box .frc-c-exp-cell-img .frc-c-img-box img {
	width: 100px;
	margin-bottom: 3px;
}
.frc-c-exp-box .frc-c-exp-cell-img .frc-c-img-box>div {
	display: table;
	width: 100%;
}
.frc-c-exp-box .frc-c-exp-cell-img .frc-c-icon-new {
	display: inline-block;
	width: 26px;
	height: 13px;
	background: url(/excludes/common/img/ico_new.png) center center no-repeat;
	margin: 3px 0px;
	vertical-align: top;
}
.frc-c-exp-box .frc-c-exp-cell-img .frc-c-img-name {
	display: inline-block;
	font-size: 9px;
	padding-left: 2px;
	width: 71px;
	text-align: left;
	vertical-align: top;
}
.frc-c-exp-box .frc-c-exp-cell-img .frc-c-line-clamp {
	line-height: 1.5;
	height: 2.6em;
	background: url(/excludes/common/img/exp-box_back.png) right center no-repeat;
	position: relative;
	padding-right: 1em;
	overflow: hidden;
}
.frc-c-exp-box .frc-c-exp-cell-img .frc-c-line-clamp:before {
	content: "...";
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 1em;
}
.frc-c-exp-box .frc-c-exp-cell-img .frc-c-line-clamp:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
	background: url(/excludes/common/img/exp-box_back.png) right center no-repeat;
}
.frc-c-exp-box .frc-c-cell div.frc-c-exp01 {
	padding: 0px 0px 10px;
}
.frc-c-exp-box .frc-c-cell div.frc-c-exp01 img {
	vertical-align: middle;
}
.frc-c-exp-box .frc-c-cell div.frc-c-exp01>span {
	padding: 5px 10px;
	background-color: #edc3db;
	border: solid 1px #e5007f;
	font-size: 13px;
}
.frc-c-exp-box .frc-c-cell div.frc-c-exp01>span span {
	padding-left: 5px;
}
.frc-c-exp-box .frc-c-cell div.frc-c-exp02 {
	/*padding: 0px 5px;*/
	font-size: 12px;
	text-align: left;
}
.frc-c-exp-box .frc-c-cell div.frc-c-exp03 {
	padding: 0px;
	font-size: 22px;
	color: #e4007f;
}
.frc-c-exp-box .frc-c-cell div.frc-c-exp04 {
	padding: 5px 0px;
	font-size: 14px;
}
.frc-c-cell .contact_link{
	text-align: left;
}
.contact_link > a {
    color: #f04c93;
    font-size: 1rem;
}
.frc-c-cell .teiki_notice02 {
    font-size: .6rem;
}
/******** チェック済み商品欄 ********/
.frc-c-checked {
	padding: 5px;
}
.frc-c-checked-title {
	margin-left: 7px;
	margin-bottom: 3px;
	line-height: 1.5625;
	font-weight: bold;
}
.frc-c-checked-title p {
	padding: 9px 0px 3px 25px;
	font-size: 14px;
	font-weight: bold;
	display: table-cell;
	text-align: center;
	background: url(/excludes/common/img/ico_check.png) left center no-repeat;
	background-size: auto 70%;
	-moz-background-size: auto 70%;
	-webkit-background-size: auto 70%;
	text-decoration: none;
}
.frc-c-checked-box {
	border-top: solid 1px;
}
.frc-c-checked-box .frc-c-checked-cell {
	/*width: 25%;*/
	padding: 12px 7px;
	display: table-cell;
}
.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: 13px;
	color: #e4007f;
	text-align: left;
	height: 55px;
}
.frc-c-checked-box .frc-c-checked-cell .frc-c-details {
	font-size: 13px;
	text-align: right;
	margin-top: 7px;
}
.frc-c-checked-box .frc-c-line-clamp {
	line-height: 1.5;
	height: 4.2em;
	background-color: #fff;
	position: relative;
	padding-right: 1em;
	overflow: hidden;
}
.frc-c-checked-box .frc-c-line-clamp:before {
	content: "...";
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 1em;
}
.frc-c-checked-box .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: 6px;
	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: -37px;
	right: 0px;
	cursor: pointer;
	color: #eeeeee;
	z-index: 20010;
	font-size: 100%;
}

.frc-c-checked-imgbox .rank_icon>img{
	width: 30%;
	padding-bottom: 10px;
}
