#tooltip_area{
	position:relative
}
#add_cart_tooltip{
	display:none;
}
.tooltip{
	position:absolute;
	display:inline-block;
	margin:auto;
	padding:0 15px;
	min-width:120px;
	max-width:100%;
	color:#fff;
	font-size:12px;
	background:#333;
	border-radius:15px;
	top:-145px;
	left:0;
	right:0;
	bottom:0;
	width:50px;
	height:100px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	line-height:19px;
	text-align:center;
}
.tooltip img{
	width:50px;
	height:50px;
	margin:auto;
}
.tooltip:before{
	content:"";
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-15px;
	border:15px solid transparent;
	border-top:15px solid #333;
}
.tooltip p{
	margin:0;
	padding:0;
}
#stock_table{
	max-width:80%;
	padding:55px 35px 40px 35px;
}
#stock_table>div{
	padding:30px;
	border:solid 1px #efefef;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	overflow-x:scroll;
}
#stock_table table{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	border-collapse:collapse;
	width:100%;
	margin:0 0 20px 0;
	font-size:14px;
	line-height:1;
    table-layout:fixed;
}
#stock_table table th,
#stock_table table td{
	padding:10px;
	border:1px solid #ddd;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	width:110px;
}
#stock_table table thead th{
	background-color:#fef6cf;
	text-align:center;
}
#stock_table table tbody th{
	background-color:#fff;
	text-align:center;
}
#stock_table table tbody th span{
	display:inline-block;
	width:0;
	margin:0 0 3px 0;
	padding:0 7px;
	border-radius:100px;
	border:1px solid #ccc;
	font-size:14px;
	line-height:1;
}
#stock_table p{
	margin:10px 0;
	font-size:12px;
	line-height:1.4;
	text-align:left;
}
#stock_table input[type="text"]{
	width:3em;
	margin:6px auto 0;
	padding:3px;
	border:1px solid #ccc;
	border-radius:5px;
	font-size:20px;
	color:#0f367b;
	text-align:center;
}
#stock_table .price{
	margin:10px 0;
	font-size:16px;
	line-height:1.4;
}
#stock_table .price span{
	font-size:12px;
}
#stock_table .price span.zeikomi{
	color:#333;
	font-weight:normal;
}
#stock_table .price strong{
	color:#c00;
}
#stock_table .price span.postscript{
	float:right;
	position:relative;
	top:-15px;
	font-size:14px;
	color:#c00;
	font-weight:bold;
	line-height:1.4;
}
#stock_table table{
	border-collapse:separate;
	border-spacing:0px;
	border-left:1px solid #ddd;
}
#stock_table table th,
#stock_table table td{
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:0px;
	border-top:0px;
}
#stock_table table thead th{
	border-top:1px solid #ddd;
}
#temp_cart{
	border:2px solid #DA142B;
	border-radius:10px;
	background:#DA142B url(../img/icon_cart_white.svg) no-repeat left 1.8rem center;
	background-size:20px auto;
	display:block;
	font-weight:bold;
	font-size:1.6rem;
	letter-spacing:0.4px;
	color:#fff;
	text-align:center;
	border-radius:10px;
	padding:1.1rem 4rem;
	margin-bottom:0.8rem;
	-webkit-transition:background-color ease 0.3s, background-image ease 0.3s, color ease 0.3s;
	transition:background-color ease 0.3s, background-image ease 0.3s, color ease 0.3s;
	cursor:pointer;
	max-width:250px;
	margin:auto;
}
#temp_cart:hover{
	background:#fff url(../img/icon_cart_red.svg) no-repeat left 1.8rem center;
	color:#DA142B;
}