@charset "UTF-8";

.num-block {
	float: left;
	width: 100%;
	padding: 15px 30px;
}

.skin-3 .num-in span {
	display: block;
	float: left;
	/*
	width: 25px;
	*/
	height: 34px;
	position: relative;
	cursor: pointer;
}

.skin-3 .num-in span.minus:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	/*
	margin-left: -5px;
	margin-top: -1px;
	*/
	padding-left: 15px;
	padding-top: 5px;
	background-color: #000;
}

.skin-3 .num-in .in-num {
	float: left;
	width: 50px;
	height: 34px;
	/*
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	*/
	border: none;
	text-align: center;
	font-size: 14px;
}

.skin-3 .num-in span.plus:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	/*
	margin-left: -5px;
	margin-top: -1px;
	*/
	background-color: #000;
}

.skin-3 .num-in span.plus:after {
	content: '';
	position: absolute;
	height: 10px;
	width: 2px;
	left: 50%;
	top: 50%;
	/*
	margin-top: -5px;
	margin-left: -1px;
	*/
	background-color: #000;
}