@import url(/css/commons/itempage.css);
@import url(/css/commons/categorypage.css);


table.cartTable {
    max-width: 1100px;
    margin: 0px auto 10px auto;
    background: none repeat scroll 0% 0% #FFF;
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
}
table.cartTable th {
background: none repeat scroll 0% 0% #EEE;
text-align: center;
    font-weight: bold;
    padding: 10px;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;
}
.userTable_01 {
    border-color: #787878;
width: 100%;
margin-bottom: 10px;
border-top: 1px solid #DDD;
border-left: 1px solid #DDD;
}
.cartTable td {
border-bottom: 1px solid #DDD;
border-right: 1px solid #DDD;
}

table.userTable_01 th {
    background: none repeat scroll 0% 0% #F7F7F7;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    line-height: 20px;
border-bottom: 1px solid #DDD;
white-space: nowrap;
}
table.userTable_01 td {
    padding: 7px;
    line-height: 20px;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
.userTable_01 caption {
    background: none repeat scroll 0% 0% #FFF;
}
.cartTable caption {
    background: none repeat scroll 0% 0% #FFF;
}
.cartTable tr.summary td{
	border-top-width:1px;
	border-top-style:solid;
}
.cartTable tr.summary th{
	border-top-width:1px;
	border-top-style:solid;
}

a:hover img {
filter: alpha(opacity=80);
-moz-opacity:0.60;
opacity:0.60;
}
/*　商品画面：商品詳細：ポイント 
system_DesignSettings.cssに設定があるものをここで改変　*/
.FS2_point {
　　　 font-weight:bold;
	font-size:20px;
	color:#FF3300;
	padding:0px;
	margin:0px;
	border-bottom:1px dotted #DDDDDD;
}

/* 各商品一覧ページでサムネイル画像サイズを調整 */
.groupLayout  .thumbnail {
width:150px;
}