/*-----------------------------------------------
■スマホ用フリック■
最近チェックした商品、おすすめ商品、ピックアップ商品、新商品
商品詳細ページの規格画像
----------------------------------------------- */
.sphone_flick_area {
    margin: 15px 10px 20px 10px;
    padding-top: 10px;
    border: #CCC solid 1px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	overflow:hidden;
}
.sphone_flick_area .flick_view {
    width: 270px;
    padding: 5px 10px 5px 15px;
    margin: 0 auto;
	overflow:hidden;
}
.sphone_flick_area .item {
	float:left;
	width:270px;
	margin-right:10px;
	margin-bottom:15px;
}
.sphone_flick_area .item img {
	max-width:120px;
    float: left;
}
.sphone_flick_area .item .item_content {
    width: 50%;
    float: right;
    text-align: left;
}
.sphone_flick_area .pointer {
	clear:both;
	position:relative;
	margin-right:10px;
	border-top:1px dotted #ccc;
	text-align: center;
}
.sphone_flick_area .pointer span {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	border: 1px solid #fff;
	background:#ccc;
}
.sphone_flick_area .pointer span.current {
	background:#666;
}
.sphone_flick_area .pointer .icon {
	width:80%;
	margin:0 auto;
	margin-top:3px;
}
.sphone_flick_area .pointer .prev_btn {
	position:absolute;
	top:3px;
	left:0;
	width:10%;
	height:100%;
	min-height:100%;
	background: url(../img/button/gui-prev.png) no-repeat center center;
	background-size:10px 15px;
}
.sphone_flick_area .pointer .next_btn {
	position:absolute;
	top:3px;
	right:0;
	width:10%;
	height:100%;
	min-height:100%;
	background: url(../img/button/gui-next.png) no-repeat center center;
	background-size:10px 15px;
}

