/* ------------------------------------------ */
/* REALTIME CART SMARTPHONE                   */
/*                                    2014.06 */
/* ------------------------------------------ */

/* PB TOP */
#gmenu .gm_cart {
	position:relative;
}
#gmenu .rtc-count {
	position: absolute;
	top: -12px;
	right: -6px;
	z-index: 10;
	background: #ff3333 !important;
	height: auto;
	padding: 2px 8px;
	border: 2px solid #ffeeee;
	border-radius: 30px;
	color: #ffffff;
	text-indent: 0;
	text-align:center;
	vertical-align:middle;
	font-weight: bold;
	font-size: 1rem;
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
}


/* CONTENTS */
.header ul.mypage {
	overflow: visible !important;
}
.header .cartBtn {
	position:relative;
}
.header .cartBtn .rtc-count {
	position: absolute;
	top: -8px;
	right: -8px;
	z-index: 10;
	background: #ff3333 !important;
	height: auto;
	padding: 4px 6px;
	border: 2px solid #ffeeee;
	border-radius: 30px;
	color: #ffffff;
	text-indent: 0;
	text-align:center;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1;
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
}