@charset "UTF-8";

#item .section1 .blockright .descriptions .quantity_block .right {
   cursor: pointer;
}
#item .section1 .blockright .descriptions .quantity_block .right:hover {
     color: #FF3366;
}
#item .section1 .blockright .descriptions .quantity_block .right i {
    margin: 0 5px 0 10px;
    position: relative;
    top: 2px;
}
.menu_top_bar li {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#item .section1 .blockright .descriptions .partkago table th {
	position: relative;
}

#item .section1 .blockright .descriptions .partkago table th::after {
	display: block;
	content: "";
	width: 2px;
	height: 2px;
	position: absolute;
	right:  0;
	top: 29px;
	background: #FFF;
}
.register__right {
	position: relative;
}
.register_right_scroll {
	position: fixed;
	top:  40px;
	width: 336px;
}
/* --- CSS add for page cart_order_confirm01.html --*/
	#cart_register .thepoint .formwrap table td {
		padding: 4px 1px;
	}
	.cartmain .cat__right .button {
		margin: 10px 0 0;
	}
/* --- End css 2017.06.01 --- */


/* ---  CSS for page cart_order_detail_point.html  --- */
	#cart_order_detail .point_customer{
		letter-spacing: 0.1em;
		margin: 0;
	}
	#cart_order_detail .point_customer span {
		font-weight: bold;
		font-size: 20px;
	}
/* --- End css 2017.06.01 --- */

/* --- 0611 --- */
/* MODIFY OWL CAROUSEL TOP */
	#top .section1 .right_area .top-carousel .owl-controls {
		width: auto;
		position: static;
	}
/* END MODIFY OWL CAROUSEL TOP */

/* MODIFY REGISTER.HTML */
	#register #register_right {
		width: inherit;
	}
/* END MODIFY REGISTER.HTML */

/* MODIFY CATEGORY.HTML */
#category .category--item:nth-child(4n+1) {
	clear: left;
}
#category .category--item--i3 {
	width: 33.333%;
}
#category .category--item--i3:nth-child(4n+1) {
	clear: none;
}
#category .category--item--i3:nth-child(3n+1) {
	clear: left;
}
/* END MODIFY CATEGORY.HTML */
/* --- //0611 --- */
/* start 2017.10.27 修正しました*/
#item .section1 .blockright .descriptions .note_arround .notetextsmall {
	margin: 15px 0 13px;
}
.cartmain .cat__right .register .input_txt {
	color: #000;
}
#item .section1 .blockright .descriptions .sns a {
	position: relative;
}
#item .section1 .blockright .descriptions .sns i.c-fa-line {
	position: absolute;
	top: -3px;
}
#item .section1 .blockright .descriptions .sns a iframe {
	opacity: 0;
}
/* end 2017.10.27 修正しました*/
/* start 2017.10.27 修正しました*/
.cartmain .coupon_info {
	display: inline-block;
	margin-top: 10px;
}
.cartmain a.tooltip span {
	display: none;
    padding: 8px;
    font-size: 12px;
    margin-left: 8px;
    line-height: 1.6;
    width: 100%;
}
.cartmain a.tooltip:hover span {
    display: block;
    position: absolute;
    background-color: #effffe;
    border: 1px solid #cccccc;
    color: #000000;
    width: 100%;
    top: -60px;
    left: -8px;
}
/* end 2017.10.27 */
