/**商品画像枠**/
#product-wrap {
    margin: 30px 0;
}
#product-wrap .leftarea {
    float: left;
    width: 40%;
	margin:0 30px;
}
#product-wrap .rightarea {
	margin:0 0 20px 0;
	overflow: hidden;
}

/**leftarea**/
/**商品画像**/
#product-wrap .leftarea .proimg{
	margin:0 0 20px 0;
	text-align:center;
	position: relative;
}
#product-wrap .leftarea .proimg img{
    width: 100%;
}

/**商品画像 矢印**/
#product-wrap .leftarea .arrowleft, #product-wrap .leftarea .arrowright {
    position: absolute;
    width: 40px;
    top: 40%;
    z-index: 1000;
    border-radius: 3px;
    padding: 40px 5px;
    cursor: pointer;
}
#product-wrap .leftarea .arrowleft {
    left: 5px;
}
#product-wrap .leftarea .arrowright {
    right: 5px;
}
#product-wrap .leftarea .arrowleft::after, #product-wrap .leftarea .arrowright::after {
    content: "";
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    width: 20px;
    height: 20px;
    top: 30px;
    position: absolute;
}
#product-wrap .leftarea .arrowleft::after {
    transform: rotate(-135deg);
    left: 20px;
}
#product-wrap .leftarea .arrowright::after {
    transform: rotate(45deg);
    right: 20px;
}


/**商品画像S**/
#product-wrap .leftarea .proimg-s {
    margin: 5px auto;
}
#product-wrap .leftarea .proimg-s img{
	width: 90px;
}
#product-wrap .leftarea .proimg-s li{
	display:inline-block;
	margin:10px;
	list-style:none;
    border: 1px solid #fff;
}
#product-wrap .leftarea .proimg-s li.active{
    border: 1px solid #8fd827;
}

/**部門別 new**/
#product-wrap .cate-ranking, #product-wrap .new {
	float: left;
}
#product-wrap .cate-ranking {
	margin: 0 5px 0 0;
}

/**ほしい物リスト**/
#product-wrap .leftarea .btn-favorite, #product-wrap .leftarea .btn-favorite-off {
	position: absolute;
	right: 5px;
	top: 2px;
	font-size:11px;
    display: block;
	padding: 0;
	margin: 0 auto;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
}
#product-wrap .leftarea .btn-favorite::before, #product-wrap .leftarea .btn-favorite-off::before {
	font-family: "Material Icons";
    content: "\e87d";
    display: block;
    margin: 0 auto;
	color: #ffc18f;
	font-size: 36px;
}
#product-wrap .leftarea .btn-favorite-off::before {
	color: #ccc;
}

/**ほしいものリストに追加しました**/
#product-wrap .leftarea .hukidasi-favorite {
	color:#ff9a49;
	border-radius:3px;
	border:2px #ffc18f solid;
	position:absolute;
	top:2px;
	right:50px;
	padding: 5px;
    margin: 0;
    font-size: 12px;
    width: 110px;
	z-index:1000;
	background:#fff;
}
#product-wrap .leftarea .hukidasi-favorite::after {
    border-color: transparent transparent transparent #ffc18f;
    border-width: 7px;
    border-style: solid;
	top:14px;
    right: -14px;
    content: "";
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-left: -7px;
    overflow: hidden;
    position: absolute;
}

/**rightarea**/
/**ポップ**/
#product-wrap .rightarea .pop {
    color: #575757;
    font-size: 14px;
    font-weight: bold;
	margin:20px 0 24px 3px;
}

/**商品名**/
#product-wrap .rightarea .tit-name {
	font-size: 24px;
	line-height: 26px;
	position: relative;
	margin: 20px 0 10px 0;
}

/**件の口コミ**/
#product-wrap .rightarea .star-wrap img{
	margin: 0 5px 0 0;
	vertical-align: text-bottom;
	width: 100px;
	height: 20px;
}
#product-wrap .star-wrap a{
	padding: 8px 10px 8px 0;
}

/**更新**/
#product-wrap .rightarea .day{
	color:#999;
    font-size: 12px;
	line-height:14px;
}

/**flex-wrap**/
#product-wrap .FlexWrapper{
	margin:5px 0;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/**kakaku-wrap**/
#product-wrap .rightarea .kakaku-wrap{
	margin:15px 0;
	height: 40px;
}

#product-wrap .rightarea .kakaku-wrap > span {
	height: 40px;
	float: left;
	display: block;
	margin: 0 3px;
	line-height: 40px;
}

/**tabs-wrap**/
#product-wrap .rightarea .tabs-wrap{
	margin:10px 0;
}
#product-wrap .rightarea .tab-detail{
	float: left;
	margin:0 5px 0 0;
}
#product-wrap .rightarea .tab-review{
	float: left;
}

/**cart-wrap**/
#product-wrap .rightarea .cart-wrap{
	margin:10px 0;
}

/**価格**/
#product-wrap .rightarea .kakaku{
	color:#b81a1a;
    font-size: 36px;
	line-height:36px;
    font-weight: bold;
	margin: 0 1px!important;
}

/**送料無料**/
#product-wrap .ProductFreeShipping{
	color: #f97306;
	font-size:16px;
	line-height:22px;
	font-weight: bold;
	margin-left: 10px;
}

/**送料無料 海外発送**/
#product-wrap .rightarea .border-square{
	width:70px;
    color: #575757;
	padding:3px;
	font-size:15px;
	line-height:30px !important;
	margin: 0 10px 0 0;
	border-radius: 5px;
	text-align:center;
	height: 30px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    #product-wrap .rightarea .border-square {
        padding:6px 0px !important;
    }
}
@-moz-document url-prefix() {
    #product-wrap .rightarea .border-square {
        padding:6px 0px !important;
    }
}

/**定期購入**/
.PeriodicalPriceWrapper{
	background-color: #f0f2f2;
    border: #cccccc 1px solid;
    border-radius: 5px;
    padding: 5px 10px 0;
    align-items: end;
    display: inline-flex;
}
.PeriodicalPriceTextBox{
	display: flex;
    flex-direction: column;
    margin: 5px 20px 5px 0;
    line-height: 1.1;
}
.PeriodicalPriceText{
	font-size: 15px;
    font-weight: 600;
}
.PeriodicalPriceTextRate{
	font-size: 28px;
    font-weight: 600;
    color: #b81a1a;
}

/**ほしいものリストに登録**/
#product-wrap .FlexWrapper3{
	margin:24px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#product-wrap .rightarea .btn-favorite2 a, #product-wrap .rightarea .btn-favorite2-off a {
	font-size: 13px;
	padding: 5px 5px 5px 25px;
	margin: 0;
	cursor: pointer;
	line-height: 25px !important;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	letter-spacing: -1px;
	text-decoration: none;
}
#product-wrap .rightarea .btn-favorite2-off a{
	color: #333;
	border: 1px solid #ccc;
}
#product-wrap .rightarea .btn-favorite2 a{
	color: #575757;
	border: 1px solid #ccc;
}
#product-wrap .rightarea .btn-favorite2 a:before {
	width: 20px;
	height: 17px;
	background: url(/images/product/i-favorite.png) no-repeat;
	background-size: 20px 17px;
	content: "";
	position: absolute;
	left: 2px;
	top: 9px;
	margin-right: 4px;
}
#product-wrap .rightarea .btn-favorite2-off a:before {
	width: 20px;
	height: 17px;
	background: url(/images/product/i-favorite-off.png) no-repeat;
	background-size: 20px 17px;
	content: "";
	position: absolute;
	left: 2px;
	top: 9px;
	margin-right: 4px;
}
#product-wrap .rightarea .btn-favorite2-off a:hover{
	color: #575757;
}
#product-wrap .rightarea .btn-favorite2-off a:hover:before{
	transition: 0s;
	-webkit-transition: 0s;
	opacity: 0.7;
}
#product-wrap .rightarea .btn-favorite2 a.active:before{
	transition: .5s;
	-webkit-transition: .5s;	
	opacity: .3;
	width: 34px;
	height: 29px;
	background: url(/images/product/i-favorite.png) no-repeat;
	background-size: 34px 29px;
	content: "";
	position: absolute;
	left: -5px;
	top: 5px;
	margin-right: 4px;	
}

/**セルフメディケーション**/
.selfmedication img{
	width: 60px;
	margin-left: 16px;
}

/**tab12**/
#product-wrap .rightarea #tabs {
	margin: 0 5px 0 0;
    padding: 0 10px;
	clear:both;
	border-bottom:2px solid #ccc;
	width:350px;
}
#product-wrap .rightarea #tabs li {
	text-align:center;
    float: left;
    margin-right:2%;
	width:49%;
    list-style: none;
}
#product-wrap .rightarea #tabs li a {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
    background: #efefef;
    color: #999;
    display: block;
    font-size: 14px;
	line-height:35px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#product-wrap .rightarea #tabs li:last-child {
    margin-right:0;
}
#product-wrap .rightarea #tabs li a.tabs-active {
	background: #999;
    color: #fff;
}
#product-wrap .rightarea #tabs .font11{
	margin-left:5px;
	font-size:11px;
	line-height:11px;
	color:#f93a1a;
    font-weight: normal;
}
#product-wrap .rightarea #tabs li a.tabs-active .font11{
    color: #fff;
}

/**select**/
.FlexWrapper2 {
    margin: 10px 0;
}
#product-wrap .rightarea .ui-select {
	display: block;
    position: relative;
	width: auto;
	overflow: hidden;
}
#product-wrap .rightarea .ui-select select{
	margin:0;
    font-size: 15px;
    height: 50px;
    line-height: 1em;
    padding: 0 ;
    vertical-align: baseline;
    border-radius: 0 3px 3px 0;
    border: 1px solid #ccc;
	border-left: none;
}
#product-wrap .rightarea .ui-select select {
    width: 100%;
}

/**注文するボタン**/
#product-wrap .rightarea .quantity, .lbl-quantity {
	display: block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
}
#product-wrap .rightarea .lbl-quantity{
	border-right: 1px dotted #ccc;
	width: 80px;
	border-radius: 3px 0 0 3px;
	background: #f7f7f7;
	color: #666;
}
#product-wrap .rightarea .quantity {
	border-left: none;
	border-radius: 0 3px 3px 0;
	margin-right: 4px;
	width: 80px;
	background-color: #fff !important;
}
#product-wrap .rightarea #contact-left-qty.quantity, #product-wrap .rightarea #contact-right-qty.quantity {
	border: 1px solid #ccc;
	border-radius: 3px;
}
#product-wrap .rightarea .wrap-cart-btn {
	width: auto;
	display: block;
	overflow: hidden;
}
#product-wrap .rightarea .btn-cart {
	background: #f93a1a;
	border: 1px solid #f93a1a;
	color: #fff;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 10px 10px 5px;
	text-align: center;
	cursor: pointer;
	width: 100%;
}
#product-wrap .rightarea .i-cart {
	width: 40px;
	height: 30px;
	background: url(/images/product/i-cart.png) no-repeat;
	background-size: 40px 30px;
    padding: 0;
    display: inline-block;
    margin: 0 8px 3px 0;
    vertical-align: middle;
	color: #fff;
}
#product-wrap .rightarea .btn-cart2 {
	background: #ffc5b7;
	border: 1px solid #ff8d7a;
	color: #fff;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 10px 10px 5px;
	text-align: center;
	cursor: pointer;
	width: 100%;
}

/**定期購入 サイズ選択 tit**/
#product-wrap .rightarea .periodical-wrap h3, #product-wrap .rightarea .protype2-wrap h3{
	color: #575757;
	font-size: 16px;
	line-height: 22px;
	padding: 0;
	margin: 25px 0 0 0;
	position: relative;
}

/**table1**/
.table1 {
	font-size:13px;
	border-collapse: collapse;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
    margin: 24px 0;
}
.table1 th {
	width: 30%;
	background-color: #efefef;
	background: -moz-linear-gradient(left, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	font-weight: bold;
}
.table1 th, .table1 td {
	border-collapse: collapse;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
    padding: 4px;
}
.table1 a{
	text-decoration: underline;
}
#payment-names a{
	text-decoration: underline;
	padding: 5px 10px 5px 0;
	display: inline-block;
}

/**商品説明**/
.explanation-wrap{
	margin: 40px 0;
}
.explanation-wrap p{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8em;
    padding:0 8px;
	margin: 0 0 16px 0;
}
.explanation-wrap .tit, .explanation-wrap h3 {
  margin: 40px 0 16px;
  padding: 8px;
  font-weight: bold;
  font-size: 20px;
	line-height: 1.5;
  color: #333;
  background-color: #efefef;
  border-left: 5px solid #8fd827;
}
.explanation-wrap .H3 {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  margin: 24px 8px 16px;
  padding: 0;
  position: relative;
  border-bottom: 2px solid #999;
	border-left: none;
	background-color: transparent;
}
.explanation-wrap .H4 {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  margin: 24px 8px 16px;
  padding: 0;
  position: relative;
}
.explanation-wrap .Orange {
	color: #f97306;
	font-weight: bold;
}
.explanation-wrap .Red {
	color: #b81a1a;
	font-weight: bold;
}
.explanation-wrap .Bold{
	font-weight:bold;
}
.explanation-wrap .Disc {
  padding-left: 32px;
  margin: 8px 8px 32px 8px;
}	
.explanation-wrap .Disc li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.explanation-wrap .Decimal {
	padding-left: 32px;
	margin: 8px 8px 32px 8px;
}
.explanation-wrap .Decimal li {
	list-style-type: decimal;
	margin-bottom: 8px;
}
.explanation-wrap .Number {
	padding-left: 0;
	margin: 8px 8px 32px 8px;
	list-style-type: none;
}
.explanation-wrap .Number li {
	margin-bottom: 8px;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

/**review**/
.review-wrap .review-body {
	border: 1px dotted #ccc;
}
.review-wrap .review-left{
	width: 60%;
	float: left;
}
.review-wrap .review-right{
	width: 39%;
	float: right;
	background: #efefef;
	padding: 4px;
}
.review-wrap h4{
	font-size: 17px;
	line-height: 24px;
    padding: 15px 5px;
	margin: 0;
}
.review-wrap h4.review-title{
    padding: 0 5px;
}
.review-wrap h4.review-title::before{
    font-family: "Material Icons";
    content: "\e05e";
    display:inline-block;
    margin: 0 5px 0 0;
    color: #f93a1a;
    font-size: 36px;
	top: 10px;
	position: relative;
}
.review-wrap .reviewlink{
    padding: 0;
	border-bottom: 1px dotted #ccc;
	position:relative;
	text-align: center;
	font-size: 17px;
}
.review-wrap .reviewlink a{
    padding: 20px 10px;
	display: block;
}
.review-wrap .reviewlink a > div {
	display: inline-block;
}
.review-wrap .reviewlink a:hover > div {
	text-decoration: underline;
}
.review-wrap .reviewlink a::after {
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    content: "";
    width: 15px;
	height: 15px;
    position: absolute;
    top: 38%;
    transform: rotate(45deg);
}
.review-wrap .reviewlink img{
	vertical-align:text-bottom;
	margin: 0 15px 0;
	width: 120px;
	height: 24px;
}
.review-wrap .product-review{
    padding: 10px;
	line-height: 1.4;
}
.review-wrap .product-review li{
	list-style:none;
    padding: 0 0 10px 0;
	margin:0 0 15px 0;
    border-bottom: 1px dotted #ccc;
	position:relative;
}
.review-wrap .product-review li:last-child{
    border-bottom: none;
}
.review-wrap .product-review li .review-tit{
    display: table-cell;
    vertical-align: middle;
}
.review-wrap .product-review li .hito {
    display: table-cell;
    padding-right: 10px;
}
.review-wrap .product-review li .hito img{
	width:40px;
	height:40px;
	border: 4px solid rgb(134, 182, 238);
	border-radius: 25%;
}
.review-wrap .product-review li .hito img.woman{
	border: 4px solid #ffc18f;
	width:40px;
	height:40px;
}
.review-wrap .product-review .star {
	background: #fff;
	padding: 4px;
}
.review-wrap .product-review .star img{
	width: 90px;
	height: 18px;
	vertical-align:text-bottom;
}
.review-wrap .product-review h5 {
	font-size: 15px;
	margin: 10px 0; 
}

/**海外からの発送 文章**/
.checkout-caution{
	border: 1px dotted rgb(247, 181, 181);
	/* border-width: 1px 0; */
	background-color:#f7ebeb;
	margin:30px 0;
	padding: 15px;
	border-radius: 4px;
}
.checkout-caution h3 {
	color: #f97306;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	padding: 0 0 0 60px;
	margin:10px 0;
	position: relative;
}
.checkout-caution h3::before{
    font-family: "Material Icons";
    content: "\e001";
    display:inline-block;
    margin: 0 5px 0 0;
    color: #575757;
    font-size: 36px;
	left: 15px;
	top: -12px;
	position: absolute;
}
.checkout-caution ul {
    color: #333;
    padding: 10px;
	margin:0 0 0 25px;
}
.checkout-caution li {
    font-size: 14px;
    line-height: 1.6;
	list-style: disc;
}
.checkout-caution > div {
	margin: 5px 20px;
}
.checkout-caution > div > p{
	margin: 5px 0;
}

/** 関連コンテンツ **/
.card-wrap {
	margin: 8px 2px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	transition: 0.3s;
}
.card-wrap:hover {
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}
.card-wrap .card-title {
	padding: 10px;
	border-bottom: 1px dotted #ddd;
	background: #efefef;
}
.card-wrap.grey .card-title {
	background: #ddd !important;
}
.card-wrap .card-body {
	padding: 10px;
}
.card-wrap ul {
	list-style-type: none;
}
.card-ul-v a {
	text-decoration: none;
	color: #666;
	display: block;
	padding: 8px 4px;
}
.card-ul-v a:before {
	font-family: "Material Icons"; 
	content: "\e895";
	position: relative;
	left: -2px;
	top: 3px;
	font-size: 18px;
	color: #333;
	margin-right: 4px;
}
.card-ul-v a:hover {
	background: #f7f7f7;
}
.card-ul-v li:last-child a {
	border-bottom: none;
}

/** 関連カテゴリー **/
.breadcrumb-wrap2 ul {
    list-style-type: none;
    margin: 4px 0;
    padding: 0;
    overflow: auto;
}
.breadcrumb-wrap2 ul:after {
    content: "";
    clear: both;
    display: table;
}
.breadcrumb-wrap2 li {
    float: left;
	position: relative;
}
.breadcrumb-wrap2 li:not(:first-child):before {
	content: "";
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    width: 7px;
    height: 7px;
	top:12px;
	position: absolute;
    transform: rotate(45deg);
	left:-6px;	  
}
.breadcrumb-wrap2 li a {
    display: inline-block;
    padding: 4px 8px;
    margin: 4px;
    text-decoration: underline;
    color: #575757;
    border-radius: 4px;
}
 .breadcrumb-wrap2 li a:hover {
    background: #f7f7f7;
}

/** protate listmenu**/
.pro-cate{
	margin:10px 0;
	box-sizing: border-box;
}
.pro-cate li {
	float: left;
	display: block;
	margin:0 1.25% 5px 0;
	overflow: hidden;
	list-style:none;
	width: 24%;
	box-sizing: border-box;
}
.pro-cate li:nth-child(4n) {
	margin-right: 0;
}
.pro-cate li a:after {
	content: "";
	position: absolute;
	left: 8px;
	top: 36%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f7f7f7;
	border: 1px inset #fff;
}
.pro-cate li a {
	position: relative;
	display: block;
	padding: 10px 10px 10px 24px;
	background: #ddd;
}
.pro-cate li a:hover {
	background:  #999;
	color: #fff;
	font-weight: bold;
}
.pro-cate li a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: rgb(189, 188, 188) #f7f7f7;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transform: rotateX(0deg);
	transform-origin: top; 
	-webkit-transform: rotateX(0deg);
	-webkit-transform-origin: top; 
	-moz-transform: rotateX(0deg);
	-moz-transform-origin: top; 
}
.pro-cate li a:hover:before {
	transform: rotateX(360deg);
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	opacity: 0;
	border-color: #999;
}

.protate-wrap {
	margin-top: 30px;
}
.protate-wrap .box-wrap {
	padding: 10px;
	background: #f7f7f7;
}
.protate-wrap .box-wrap h3 {
	color: #fff;
	padding: 8px;
	width: 100%;
	height: 0;
	display: inline-block;
	line-height: 52px;
	border-right: 30px solid transparent;
  	border-bottom: 36px solid rgb(113, 156, 64);
	box-sizing: border-box;
	font-size: 20px;
	margin: 8px 0 0;
	position: relative;
}

/** protate **/
ul.protate{
	text-align: center;
	margin: 0;
	padding: 0;
}
ul.protate li {
	margin:0 0 10px 0;
	padding:10px;
	overflow: hidden;
	list-style:none;
	background: #fff;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}
ul.protate li .prowaku{
	float:left;
	width:200px;
	margin: 0 15px 0 0;
}
ul.protate li .prowaku img{
	width:100%;
}
ul.protate li .protxt{
	overflow: hidden;
}
ul.protate li h4 {
	margin:10px 0;
	font-size: 15px;
	line-height: 1.4;
	color: #f97306;
	font-weight:bold;
	text-align: left;
}
ul.protate li .star {
    margin-top: 5px;
}
ul.protate li .name{
	color:#333;
	font-size: 13px;
	line-height: 18px;
	font-weight:bold;
	padding:5px;
	text-align: center;
	margin:10px 0 0 0;
}
ul.protate li .name a:link, ul.protate li .name a:visited{
	color: #575757;
}
ul.protate li .name a:hover {
	color: #999;
}
ul.protate li .setumei{
	text-align:left;
	color: #777;
	line-height: 1.7;
}

/* move-btncart */
#move-btncart {
	display: block;
	position: fixed;
	bottom: 290px;
	right: 25px;
	z-index: 1001;
}
#move-btncart #move-cart {
	background: #f93a1a;
	border: 1px solid #f93a1a;
	color: #fff;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 700;
	line-height: 14px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	width: 95px;
	height: 95px;
	padding-top: 15px;
	box-sizing: border-box;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
	letter-spacing: -1px;
	animation: floating 4s infinite;
}
#move-btncart #move-cart::before {
	content: "";
	width: 60px;
	height: 45px;
	background: url(/images/product/i-cart.png) no-repeat;
	background-size: 60px 45px;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 45px;
	position: relative;
	top:-12px;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
}
@keyframes floating {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-4px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

/* override */
#product .item-group {
	border: none;
}
.pro-wrap .tit {
	text-align: left;
}
#product .carousel-wrap .pro {
	margin-bottom: 10px;
}
.clamp-border .up:before, 
.clamp-border .up:after,
.clamp-border .down:before, 
.clamp-border .down:after {
	width: 56px;
	height: 36px;
	border-width: 2px;
}

/***** pro1234tate *****/
#special ul.pro1234tate{
	text-align: center;
	margin: 20px 0;
	padding: 0;
}
#special ul.pro1234tate li {
	margin:0 0 10px 0;
	padding:10px;
	overflow: hidden;
	list-style:none;
	border:dotted 1px #999;
}
#special ul.pro1234tate li .prowaku{
	float:left;
	width:200px;
	margin: 0 15px 0 0;
}
#special ul.pro1234tate li .catch {
	margin:0 0 10px 0;
	font-size: 15px;
	line-height: 1.4;
	color: #ff6106;
	font-weight:bold;
	text-align: left;
}
#special ul.pro1234tate li .star {
    margin-top: 5px;
}
#special ul.pro1234tate li .name{
	color:#333;
	font-size: 13px;
	line-height: 18px;
	font-weight:bold;
	padding:5px;
	text-align: center;
	margin:10px 0 0 0;
}
#special ul.pro1234tate li .name a:link, #special ul.pro1234tate li .name a:visited{
	color: #575757;
}
#special  ul.pro1234tate li .name a:hover {
	color: #999;
}
#special  ul.pro1234tate li .setumei{
	text-align:left;
}

/**コンタクトレンズ cart**/
.btn-all.btn-cart.w60{
	width: 60% !important;
}
.protype-wrap{
    margin: 0 0 10px;
    padding: 0px;
}
.table-pro {
    font-size: 13px;
    border-collapse: collapse;
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
}
.table-pro th, .table-pro td {
    border-collapse: collapse;
    border-right: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc;
    padding: 5px 10px;
}
.table-pro th {
    width: 20%;
    background-color: #efefef;
    font-weight: normal;
}
.table-pro select {
    font-size: 17px;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 85%;
    margin: 5px;
	padding: 0;
}

/**review**/
.review-summary-wrap {
	font-size: 0;
}
.review-summary {
	margin-bottom: 10px;
}
.review-summary > span {
	display: inline-block;
	border: 1px solid #ccc;
	width: 24%;
	margin-right: 1.3%;
	height: 74px;
	box-sizing: border-box;
	font-size: 13px;
	text-align: center;
	border-radius: 4px;
}
.review-summary > span:last-child {
	margin-right: 0;
}
.review-summary strong {
	display: block;
	margin: 8px auto;
	font-size: 14px;
}
.review-summary > span > span {
	font-size: 24px;
}
.review-graph {
	font-size: 14px;
	border: 1px dotted #ccc;
}
.review-graph legend {
	font-weight: bold;
	padding: 0 8px;
}
.review-graph img {
	width: 80px;
	height: 16px;
}
.review-graph .bar {
	background-color: #f62b2b; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
	background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
	background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
	background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
	background-image: -o-linear-gradient(top, #f62b2b, #d20202);
	background-image: linear-gradient(to bottom, #f62b2b, #d20202);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
	height: 14px;
}
.review-graph table {
	width: 100%;
}
.review-graph table td {
	padding: 5px 10px;
}
.review-graph table tr td:first-child {
	width: 80px;
}
.review-graph table tr td:nth-child(2) {
	padding: 10px;
}
.review-graph table tr td:nth-child(3) {
	width: 80px;
	text-align: right;
}
.review-graph table tr:hover td:nth-child(3) {
	font-weight: bold;
}
