@charset "UTF-8";


/*==================================================================
	topimages
===================================================================*/
#favoriteTTL{
	position: relative;
}
#favoriteTTL .ttl{
	height: 170px;
	width: 930px;
}
#favoriteTTL .ttl span{
	background: url(/img/front/search_result/img_favorite.png) no-repeat 0 0;
}
#favoriteTTL ul.favoriteIn{
	top: 50px;
	right: 55px;
}
p.bookmarkBtn a{
	width: 202px;
	height: 37px;
	position: absolute;
	top: 85px;
	right: 55px;
}
p.bookmarkBtn a span{
	background: url(/img/front/search_result/btn_favorite.png) no-repeat 0 0;
}
p.bookmarkBtn a:hover span{
	background: url(/img/front/search_result/btn_favorite.png) no-repeat 0 -37px;
}
/* recommend
-------------------------------------------------------------------*/
#recommendTTL{
	position: relative;
}
#recommendTTL .ttl{
	height: 170px;
	width: 930px;
}
#recommendTTL .ttl span{
	background: url(/img/front/search_result/img_recommend.jpg) no-repeat 0 0;
}


/* similarBox
-------------------------------------------------------------------*/
#similarBox {
	position:relative;
	width:700px;
	height:320px;
	background:url(/img/front/search_result/bg_similar_result.png) no-repeat 0 26px;
}
#similarBox h3 {
	width:700px;
	height:30px;
}
#similarBox h3 span {
	background:url(/img/front/search_result/h_similar_result.png) no-repeat 0 0;
}



/* bestMatchBox
-------------------------------------------------------------------*/
#bestMatchBox {
	position:relative;
	width:700px;
	height:385px;
	background:url(/img/front/search_result/bestmatch_back.png) repeat;
	border-bottom: 3px solid #FCCA60;
	margin-bottom: 20px;
}
#bestMatchBox h3 {
	width:700px;
	height:95px;
}
#bestMatchBox h3 span {
	background:url(/img/front/search_result/bestmatch_ttl.png) no-repeat 0 0;
}
#bestMatchBox .inner {
	position:absolute;
	top:110px;
	left:45px;
	width:620px;
	height:270px;
	overflow:hidden;
	zoom: 1;	
}
#bestMatchBox .slideSec {
	background:url(/img/front/search_result/bestmatch_frame.png) no-repeat 0 100%;
}

#bestMatchBox a.nextBtn span {
	background:url(/img/front/search_result/bestmatch_arrow.png) no-repeat 0 0;
	cursor:pointer;
}
#bestMatchBox a.nextBtn:hover span {
	background:url(/img/front/search_result/bestmatch_arrow.png) no-repeat -25px 0;
}

#bestMatchBox a.prevBtn span {
	background:url(/img/front/search_result/bestmatch_arrow.png) no-repeat 0 -27px;
	cursor:pointer;
}
#bestMatchBox a.prevBtn:hover span {
	background:url(/img/front/search_result/bestmatch_arrow.png) no-repeat -25px -27px;
}

#bestMatchBox a.nextBtn {
	position:absolute;
	top:215px;
	left:665px;
	width:25px;
	height:27px;
}
#bestMatchBox a.prevBtn {
	position:absolute;
	top:215px;
	left:10px;
	width:25px;
	height:27px;
}
#bestMatchBox a.nextGrayBtn {
	position:absolute;
	top:215px;
	left:665px;
	width:25px;
	height:27px;
	cursor: wait;
}
#bestMatchBox a.prevGrayBtn {
	position:absolute;
	top:215px;
	left:10px;
	width:25px;
	height:27px;
	cursor: wait;
}
#bestMatchBox .slideSec .img img,
#bestMatchBox .slideSec .img a img {
	border:2px solid #CCC;
}
#bestMatchBox .slideSec .img a:hover img {
	border:2px solid #FF9A03;
}


/* sidebarRecommendForYou
-------------------------------------------------------------------*/
#sidebarRecommendForYou {
	background: url(/img/front/search_result/side_recommend_back.png) no-repeat 0 bottom;
	width: 218px;
	margin-bottom: 10px;
}
#sidebarRecommendForYou h2 {
	height: 41px;
	width: 218px;
}
#sidebarRecommendForYou h2 span {
	background: url(/img/front/search_result/side_recommend_ttl.png) no-repeat 0 0;	
}
#sidebar #sidebarRecommendForYou .listItem p.price {
	background: #FFF;
}

#sidebarRecommendForYou p.more {
	padding: 7px 10px;
}
#sidebarRecommendForYou p.more a {
	background: url(/img/front/common/icon_common.gif) no-repeat scroll 0 -7px;
	padding-left: 12px;
}
#sidebar #sidebarRecommendForYou .last {
	background: none;
}


/* sliderBox
-------------------------------------------------------------------*/

#similarBox .inner,
#areaInfo .inner {
	position:absolute;
	top:35px;
	left:45px;
	width:620px;
	height:270px;
	overflow:hidden;
	zoom: 1;
}
#sliderBox {
/*	height:415px;*/
	width: 620px;
}

a.nextBtn {
	position:absolute;
	top:140px;
	left:665px;
	width:25px;
	height:27px;
}
a.nextBtn span {
	background:url(/img/front/detail/detail.gif) no-repeat -205px -88px;
	cursor:pointer;
}
a.nextBtn:hover span {
	background:url(/img/front/detail/detail.gif) no-repeat -255px -88px;
}
a.prevBtn {
	position:absolute;
	top:175px;
	left:10px;
	width:25px;
	height:27px;
}
a.prevBtn span {
	background:url(/img/front/detail/detail.gif) no-repeat -180px -88px;
	cursor:pointer;
}
a.prevBtn:hover span {
	background:url(/img/front/detail/detail.gif) no-repeat -230px -88px;
}
/*灰色になる*/
a.nextGrayBtn {
	position:absolute;
	top:202px;
	left:887px;
	width:25px;
	height:27px;
	cursor: wait;
}
#bestMatchBox a.nextGrayBtn span,
a.nextGrayBtn span {
	background:url(/img/front/detail/detail.gif) no-repeat -305px -88px;
	cursor:pointer;
}
#bestMatchBox a.nextGrayBtn:hover span,
a.nextGrayBtn:hover span {
	background:url(/img/front/detail/detail.gif) no-repeat -305px -88px;
}

a.prevGrayBtn {
	position:absolute;
	top:140px;
	left:10px;
	width:25px;
	height:27px;
	cursor: wait;
}
#bestMatchBox a.prevGrayBtn span,
a.prevGrayBtn span {
	background:url(/img/front/detail/detail.gif) no-repeat -280px -88px;
	cursor:pointer;
}
#bestMatchBox a.prevGrayBtn:hover span,
a.prevGrayBtn:hover span {
	background:url(/img/front/detail/detail.gif) no-repeat -280px -88px;
}/**/

.slideBox {
	/*width:600px;*/
	margin-bottom: 20px;
	margin-top: 5px;
	height: 262px;
	zoom: 1;
}
.slideSec {
	margin-bottom:10px;
	position:relative;
	height:260px;
	width:145px;
	float:left;
	margin-right:10px;
	zoom: 1;
}
#similarBox .slideSec {
	background:url(/img/front/search_result/bg_similarbox_result.png) no-repeat 0 100%;
}


#similarBox .slideSec .detail {
	/*background:url(/img/front/detail/bg_similarbox_top.gif) no-repeat;*/
}
#areaBox .slideSec {
	margin-left:9px;
	float:left;
	width:145px;
	background:url(/img/front/detail/bg_areabox_bottom.gif) no-repeat 0 100%;
	zoom: 1;
}
#areaBox .slideSec .detail {
	background:url(/img/front/detail/bg_areabox_top.gif) no-repeat;
}
.slideInner {
	height:202px;
	overflow:hidden;
	zoom: 1;
}
.slideSec .img {
	/*position:absolute;*/
	/*top:10px;
	left:10px;*/
	/*margin:7px 5px;*/
}
.slideSec .img table td{
	width:145px;
	height:145px;
	text-align:center;
	padding:0;
}
.slideSec .img img,
.slideSec .img a img {
	border:2px solid #cccccc;
}
.slideSec .img a:hover img {
	border:2px solid #5BBA28;
}
.slideSec .detail {
	padding-left:7px;
	overflow:hidden;
}
.slideSec th {
	padding:0;
	width:16px;
	height:15px;
}
.slideSec th.detail1,
.slideSec th.detail4 {
	width:37px;
}
.slideSec th.detail4 span{
	padd-left: 10px;
}
.slideSec th span {
	background:url(/img/front/common/icon_detail.gif) no-repeat;
}
.slideSec th.detail1 span {
	background: url(/img/front/common/icon_detail_yachin.gif) no-repeat scroll 0 0
}
.slideSec th.detail2 span {
	background-position:0 -100px;
}
.slideSec th.detail3 span {
	background-position:0 -150px;
}
.slideSec th.detail4 span {
	background: url(/img/front/common/icon_detail_kanri.gif) no-repeat scroll 0 0
}
.slideSec th.detail5 span {
	background-position:-16px -100px;
}
.slideSec th.detail6 span {
	background-position:-16px -150px;
}
.slideSec td {
	padding-left:4px;
	padding-right: 3px;
}
.slideSec td.cell1 {
	padding-top:0;
	color:#cc0000;
	font-weight:bold;
	font-size:15px;
}
.slideSec td.cell2,
.slideSec td.cell3 {
	width:42.2%;
}
.slideSec ul.icon {
	/*padding-top:5px;*/
}
.slideSec ul.icon li {
	float:none;
	font-size: 12px;
	white-space: normal;
	margin-right: 5px;
	line-height: 1.5em;
	zoom: 1;
}
.slideSec ul.icon li.icon18 p{
	width: 218px;
	white-space: normal;
}
#sliderBox .slideSec ul.icon li.icon18 p{
	width: 180px;
}
ul.icon li.icon20 span{
	color: #FF6600;
	font-weight: bold;
}
.slideSec td.cell1 span{
	font-size: 12px;
}

ul.icon li.icon21 {
	background: url(/img/front/search_result/icon_money.png) no-repeat ;
}
ul.icon li.icon21 span{
	color: #FF6600;
	font-weight: bold;
}



/*==================================================================
	detail table span
===================================================================*/

/*detail table span hacks*/
#detailTable table table th,
.slideSec th {
	padding:0;
	width:16px;
	height:15px;
	/height:0;
}
*:first-child+html #detailTable table table th {
	height:0;
}
#detailTable table table th span,
.slideSec th span{
	height: 0;
	overflow: hidden;
	display: block;
	padding: 17px 0 0 ;
}
.slideSec th.detail2 span,
.slideSec th.detail3 span,
.slideSec th.detail5 span,
.slideSec th.detail6 span{
	height: 0;
	overflow: hidden;
	display: block;
	padding: 16px 0 0 ;
}
*:first-child+html #detailTable table table th span ,
*:first-child+html .slideSec th span {
	padding: 16px 0 0 ;
	height: 0;
	overflow: hidden;
}
*:first-child+html .slideSec th.detail2 span,
*:first-child+html .slideSec th.detail3 span,
*:first-child+html .slideSec th.detail5 span,
*:first-child+html .slideSec th.detail6 span{
	padding: 16px 0 0 ;
	height: 0;
	overflow: hidden;
}
html>/**/body .slideSec th {/*IE8 hack*/
	height /*\**/: 0px\9;
	padding: 15px 0 0\9;
}

