@charset "EUC-JP";

/**
 * CSS for Quick View 1.0.0
 * Copyright(c) 2013 Rakuten.Inc
 * Date: 2013/05/14
 */

/*
 gtShopIntro common
---------------------------*/
.gtShopIntro{
	background: #ffffff;
	border: 1px solid #bf0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #222222;
	display: none;
	left:50%; top:50%;
	line-height:1.2;
	margin-left: -276px;
	margin-top: -240px;
	overflow: hidden;
	position: fixed;
	padding: 0;
	width: 550px;
	height: 480px;
	z-index: 101;
}
* html .gtShopIntro{
	position: absolute;
	top: 1850px;

}
.gtShopIntro p,.gtShopIntro img, .gtShopIntro div, .gtShopIntro ul, .gtShopIntro li, .gtShopIntro span{
	margin: 0;
	padding: 0;
	border: 0;
}
.gtShopIntro .fwBold{
	font-weight: bold;
	text-align:left;
}

/*
 gtqvContent
---------------------------*/
.gtShopIntro .gtqvContent{
	padding: 15px 20px;
}

/* gtqvProfile */
.gtShopIntro .gtqvProfile{
	margin-bottom: 20px;
	overflow: hidden;
	text-align:left;
	zoom:1;
}
.gtShopIntro .gtqvProfile .gtqvProImage{
	width: 90px;
	height: 90px;
	margin-right: 25px;
	float: left;
	position: relative;
}
.gtShopIntro .gtqvProfile .gtqvProImage a{
	display: block;
}
.gtShopIntro .gtqvProfile .gtqvProImage a:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.gtShopIntro .gtqvProfile .gtqvProImage img{
	position: absolute;
	margin: auto 0;
	top: 0;bottom: 0;
}
.gtShopIntro .gtqvProfile .gtqvProDetail{
	float: left;
}
.gtShopIntro .gtqvProDetail .gtqvProShopname{
	font-weight: bold;
	margin-bottom: 10px;
	word-wrap: break-word;
	word-break: break-all;
	width: 375px;
	padding: 0;
}
.gtShopIntro .gtqvProBt{
	margin-bottom: 10px;
}
.gtShopIntro .gtqvProBt a{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	margin-right: 10px;
}
.gtShopIntro .gtqvProBt a:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/* gtqvShopProducts */
.gtShopIntro .gtqvShopProductsWrap{
	margin-top: 10px;
	height: 275px;
	overflow: auto;
}
.gtShopIntro .gtqvShopProducts{
	overflow: hidden;
	_zoom: 1;
}
.gtShopIntro .gtqvShopProducts li{
	float: left;
	display: inline;
	width: 130px;
	margin: 0 16px 15px;
	height: 185px;
	overflow: hidden;
}
.gtShopIntro .gtqvShopProducts .gtqvSpImg{
	text-align: center;
	margin-bottom: 6px;
}
.gtShopIntro .gtqvShopProducts .gtqvSpImg:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.gtShopIntro .gtqvShopProducts .gtqvSpTxt{
	height:2.4em;
	text-align: left;
	margin-bottom: 3px;
	overflow:hidden;
}
.gtShopIntro .gtqvShopProducts .gtqvSpPrice{
	float: left;
	font-weight: bold;
	color: #bf0000;
}
.gtShopIntro .gtqvShopProducts .gtqvSpReview{
	float: right;
	background: url(/com/inc/genre/20080930/ladiesfashion/img/thumb/201209/gtqv_icon_review_13x13.gif) 0 2px no-repeat;
	padding-left: 17px;
}
.gtShopIntro .gtqvShopProductsMore{
	display: block;
	float: right;
	clear: both;
	margin: 10px;
}
.gtShopIntro .gtqvShopProductsMore a{
	background-color: #ffffff;
	display: block;
}
.gtShopIntro .gtqvShopProductsMore a:hover{
	/*border: solid 1px #dcaeae;*/
}