/* ------------------------------
共通スタイル
------------------------------ */
.flotR {
	float: right;
}
.flotL {
	float: left;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.clearfix {
	overflow: hidden;
	display: block;
}
#outlet_gear a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}
/* ------------------------------
page style
------------------------------ */
#outlet_gear .bg_red {
	background: #ba0000;
	padding: 12px 20px 20px;
	margin-bottom: 20px;
}
#outlet_gear .text_area {
	color: #FFF;
	margin-bottom: 15px;
}
/* ------------------------------
新着エリア
------------------------------ */
#outlet_gear .bg_red .bg_white {
	background: #FFF;
	padding: 10px;
}
#outlet_gear .tit_style01 {
	margin-bottom: 15px;
}
#outlet_gear .item_box01 {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
#outlet_gear .item_box01 .box01 {
	width: 50%;
	float: left;
}
#outlet_gear .item_box01 .box02 {
	width: 50%;
	float: right;
}
#outlet_gear .item_box01 .box02 .detail {
	margin-bottom: 10px;
}
#outlet_gear .item_box01 .box02 .detail .goods {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
#outlet_gear .item_box01 .box02 .detail .spec {
	font-size: 12px;
	margin-bottom: 8px;
}
#outlet_gear .item_box01 .box02 .detail .spec dt {
	font-weight: bold;
}
#outlet_gear .item_box01 .box02 .specialPrice {
	color: #ba0000;
	font-size: 20px;
	font-weight: bold;
}
#outlet_gear .item_box01 .box02 .btn_02 {
	text-align: right;
	margin-bottom: 10px;
}
#outlet_gear .item_box01 .box02 .boxYellow {
	background: #f3ecd2;
	padding: 10px;
	margin-bottom: 8px;
}
#outlet_gear .boxYellow p {
	font-size: 12px;
	line-height: 1.4;
}
/* ------------------------------
ブランド/カテゴリ から探す
------------------------------ */

#outlet_gear .item_box02 {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
#outlet_gear .item_box02 .brandname li {
	width: 25%;
	float: left;
}
#outlet_gear .item_box02 .brandname li a {
	padding:5px;
	display:block;
}
#outlet_gear .btn_area {
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}
#outlet_gear .btn_area .btn_01 {
	float: left;
	width: 50%;
}
#outlet_gear .btn_area .btn_01 a {
	padding:5px;
	display:block;
}
/* ------------------------------
graybox
------------------------------ */
#outlet_gear .graybox01 {
	background: #E1E1E1;
	padding: 12px 22px 12px 12px;
}
#outlet_gear .graybox01 p {
	font-size: 12px;
	line-height: 1.56;
}
/* ------------------------------
スマホ
------------------------------ */

#detailBody #outlet_gear {
	width: 100%;
}
#detailBody #outlet_gear img {
	width: 100%;
	height: auto;
}
#detailBody #outlet_gear .topimg {
	vertical-align:bottom;
	margin-bottom:-1px;
}
#detailBody #outlet_gear .bg_red {
	padding: 10px;
}
#detailBody #outlet_gear .bg_red .bg_white {
	padding: 5px;
}
#detailBody #outlet_gear .tit_style01 img {
	width:98%;
}
#detailBody #outlet_gear .tit_style01 {
	margin-bottom: 5px;
}
#detailBody #outlet_gear .text_area {
	margin-bottom: 10px;
	font-size:11px;
	line-height:1.2em;
}
#detailBody #outlet_gear .item_box01 .box01 {
	width: 100%;
}
#detailBody #outlet_gear .item_box01 .box02 {
	width: 100%;
}
#detailBody #outlet_gear .item_box01 .box02 .btn_02 img {
	width: 70%;
}
#detailBody #outlet_gear .item_box01 .box02 .boxYellow {
	padding: 5px;
	margin-bottom: 5px;
}
#detailBody #outlet_gear .item_box02 {
	margin-bottom: 10px;
}
#detailBody #outlet_gear .item_box02 .brandname li {
	width: 50%;
}
#detailBody #outlet_gear .btn_area {
	margin-bottom:10px;
}
#detailBody #outlet_gear .btn_area .btn_01 {
	width: 100%;
}
#detailBody #outlet_gear .graybox01 {
	background: #E1E1E1;
	padding: 8px 15px 8px 8px;
}
