
#compare_box{
    position:fixed;
    left:0px;
    bottom:0px;
    /*border:solid 1px #000;*/
    width:150px;
    padding:0px;
    /*background-color:white;*/
    /*
 -webkit-border-top-left-radius: 8px;
 -webkit-border-top-right-radius: 8px;
 border-top-right-radius: 8px;
 border-top-left-radius: 8px;
 -webkit-border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
 */
}

#compare_box ul{
/* border:solid 1px #eee;*/
 -webkit-border-radius:8px;
 border-radius: 8px;
 -webkit-box-shadow:0 0 3px white;
 box-shadow:0 0 3px white;list-style: none;
}


#compare_box li{
 /* 上は丸めない
 -webkit-border-top-right-radius:8px;
 -webkit-border-top-left-radius:8px;
 border-top-right-radius:8px;
 border-top-left-radius:8px;
 */
 margin-left:0px;
 height:auto;
 line-height:150%;
 text-align:left;
 background-color:#FCE9EA;
 /*-webkit-gradient(linear, left top, left bottom, from(#C1B88F),to(#A49668));*/
 -webkit-gradient(linear, left top, left bottom, from(#F69),to(#FCE9EA));
 -webkit-border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
 color:#000;
 padding:5px;

}


#compare_box hr{
height: 1px;
border: none;
border-top: 1px #000000 dashed;
}

#compare_shisetsu_name{
	text-align:left;
	padding:0px;
	font-size:13px;
	margin:0px;
}

#compare_box_title_area{
width:150px;
border:solid 1px blue;
}

#compare_box_title{
text-align:center;
padding:2px 0;
background-color:#ddd;
border-bottom:solid 1px #000;
/*float:left;*/
width:150px;
float:left;

 -webkit-border-top-left-radius: 8px;
 border-top-left-radius: 8px;
font-weight:bold;

}

#compare_box_close_button{
/*border:solid 1px red;*/
cursor:hand;cursor:pointer;
background-color:#ddd;
border-bottom:solid 1px #000;
width:150px;font-weight:bold;
 -webkit-border-top-right-radius: 8px;
 border-top-right-radius: 8px;
}

#compare_box_body_area{
display:none;
clear:left;
width:150px;
}





.shisetsu_delete{
cursor:hand;cursor:pointer;
}


/* メッセージ */
.alert_compare {
    display: none; /* 初期状態は非表示 */
    width: 300px;
    /* 画面上部に表示 */
    position: absolute;
    top: 0;
    left: 10px;
   /* margin-left: -175px; */
    /* (width + padding-left + padding-right + border-left + border-right) の半分 */
}

.alert_compare p{
 background-color:#F69;
 padding:10px;
 color:white;
 -webkit-border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
}

.shisetsu_delete_compare{
cursor:hand;cursor:pointer;
}

.shisetsu_cart_in{
cursor:hand;cursor:pointer;
}
