


/*left*/
#product-compare{
	position: fixed;	
    top: 10px;
    
    right: 0px;
    
    
    margin-right: -250px;
    
    
    width: 250px;
	z-index: 100000;
    text-align: center;
}

.pc-item{
    width: 100%;    
    float: left;
    background-color: inherit;
}

#product-compare-frame{
    ;
	width: 100%;  
    min-height:200px;
    overflow: hidden;
    position: relative;
	background-color: #f5f5f5;
    }

#product-compare-button{	
    top:80px;
    right:250px;
	
    
    margin-right:-30px;
    
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: absolute;
    height: 40px;
    width: 100px;
    padding: 0;
    border: 0 none;
     border-radius: 0px 0px 8px 8px;       
    text-align: center;
    background-color: #1a0c9f;
    color:#ffffff;
}



#product-compare-list{
	background: #dcdcdc;
	width: 240px;
    min-height:195px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
    margin-top: 5px;
    margin-bottom:0px;
}
.product-compare-remove{
    border: none;
    background-color: inherit;
    color: #ff0000;

    font-size: 13px;
    padding:0;
}
.product-compare-divide{
    width:100%;
    float:left;
}
.product-compare-divide hr{
    width: 90%;
    margin-bottom: 5px;
    margin-top: 5px;
}
.product-compare-item{
	display: inline-block;
	height: 100px;
	width: 100%;
    margin-bottom:5px;
    margin-top: 5px;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
}
.product-compare-thumb{
	width: 30%;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.product-compare-info{
	width: 55%;
    color: #000000;
	float: left;
    text-align: left;
    font-size:13px;
}
.product-compare-info .product-compare-price{
	color:#40ccdd;
    }
.product-compare-name{
	max-height: 3em;
	
	word-wrap: break-word;    
    color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.aaa {
	text-align: center;
  }
.product-compare-bottom-frame{
	width:100%;
	text-align:center;
    height:50px;
    margin-top:10px;    
    float:left;
}
a.product-compare-btn-link{
    padding:10px 30px 10px 30px;
    bottom:0px;
	height: 40px;
	width: auto;    
    max-width: 240px;    
	text-decoration: none;
    position: relative;
    display: inline-block;
	background: #19a3dd;
    color:#ffffff;
    border-radius: 20px 20px 20px 20px;
    border:none;
	text-align: center;
 }
 .product-compare-btn-link a{
	height: 100%;
	text-align: center;
	width: 100%;
	text-decoration: none;
 }
.div-btn-add-compare .btn-add-compare{
    background-color: #19a3dd;
    color:#ffffff;
    border-radius: 8px 8px 8px 8px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-right: 30px;
    border:none;
    padding-left: 30px;
    padding-bottom: 10px;
}
.fa-icon-productcompare{
        font-size:40px;
    }
#jGrowl-product-compare .content-notice-pc{
    padding:14px 10px 10px 10px;
    color:#333;
    font-family: 'Arial Regular', 'Arial';
}
#jGrowl-product-compare .content-notice-pc table tr td:first-child{
    padding: 0 10px 0 0;
}
#jGrowl-product-compare .content-notice-pc table img{
    max-height:70px;
    max-width:70px;
}
#jGrowl-product-compare .content-notice-pc table img:hover{
    background-color:#f9f9f9;
}
#jGrowl-product-compare .content-notice-pc table p{
    margin: 0 0 -10px;
    color:#000;
    font-family: 'Arial Bold', 'Arial';
}
#product-compare-contents table tr td input.btn-product-compare{
    font-size: 15px !Important;
}