@charset "utf-8";

/* =======================================

	product.css
	Last Up Date 2012/01/19

 -----------------------------------------
	INDEX
 -----------------------------------------
	1.リンクカラー
	
	2.金額比較ページ

========================================== */


/* 金額比較ページ
========================================== */
body.category #contents div.note{
	padding:0;
	margin:30px auto 0;
	width:590px;
	position:relative;
}
.innerLeft{
	/* float:left;
	display:inline; */
	position:absolute;
	top:21px;
	width:255px;
}
.innerRight{
	float:right;
	/* display:table-cell; */
	width:335px;
	line-height:55px;
	vertical-align:bottom;
}
.innerRight img{
	display:inline;
	margin:-22px 7px 0;
}

.conparePrice_cont{
	padding:20px 0;
}
.conparePrice_contTitle_container{
	margin:0 0 10px 10px;
}
.conparePrice_contTitle_img{
	float:left;
	display:inline;
	width:135px;
}
.conparePrice_contTitle{
	float:left;
	display:inline;
	width:135px;
	
	padding:15px 0 0 28px;
	height: 16px;
	line-height: 16px;
	background:url(/styles/img/common/arrow3-pur.jpg) 0 15px no-repeat;
}
.conparePrice_contTable_container{
	margin:0 0 10px 10px;
}
.conparePrice_contTable_container.regist{}

.conparePrice_contTable{
	background-color:#F3F3F3;
	float:left;
	width:450px;
}
.conparePrice_contTable thead th{
	background-color:#C6DB00;
	border:solid 2px #FFF;
	height: 38px;
	padding: 0px 15px;
	text-align:center;
	color:#FFF;
}
.conparePrice_contTable thead th.left{
	width:200px;
}
.conparePrice_contTable thead th.right{
	width:250px;
}

.conparePrice_contTable tbody tr.mysite{
	background-color:#FFEF00;
}
.conparePrice_contTable tbody tr.mysite th{
	background-color:#FFEF00;
	border:solid 2px #FFF;
	height: 38px;
	padding: 0px 15px;
}
.conparePrice_contTable tbody tr.mysite td{
	background-color:#FFEF00;
	border:solid 2px #FFF;
	height: 38px;
	padding: 0px 30px;
	text-align:right;
	color:#EB704B;
}

.conparePrice_contTable tbody tr{}
.conparePrice_contTable tbody tr th{
	background-color:#EEE7F1;
	border:solid 2px #FFF;
	height: 38px;
	padding: 0px 15px;
}
.conparePrice_contTable tbody td{
	background-color:#F3F3F3;
	border:solid 2px #FFF;
	height: 38px;
	padding: 0px 30px;
	text-align:right;
}

.conparePrice_contTable tbody td s {
	font-size: 88%;
	color: #666;
}


.conparePrice_contTable_container .cart_btn{
	float:right;
	margin:38px 40px 0 0;
}

.conparePrice_contTable_updDate{
	margin-left:10px;
	color:#EB704B;
}


table.cart.compare td.bgPur {
	border-bottom:solid 2px #B3B3B3;
}

table.cart.compare td.bgPur s {
    font-size: 88%;
    color: #666;
}



/*--------------------------------------------------
compare_price2.tmpl
--------------------------------------------------*/

#select_product_compare_price {
    text-align: center;
}

#select_product_compare_price table {
    width: 400px;
}


#select_product_compare_price table th {
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    background: #f8f8f8;
    color: #333;
    border: solid 1px #b5b5b5;
    vertical-align: middle;
    line-height: 20px;
}


#select_product_compare_price table td {
    text-align: left;
    padding: 5px;
    border: solid 1px #b5b5b5;
    line-height: 20px;
}

.select_product_compare_price_contTitle {
    margin-left: 20px;
    padding: 0 0 0 20px;
    background:url(/styles/img/common/arrow3-pur.jpg) 0 0 no-repeat;
}


