@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 Site URL:       http://
 File name:      cart.css
   
----------------------------------------------------------- */

/* ----------------------------------------------------------------------
	cart
---------------------------------------------------------------------- */
.pricetd {
    text-align: right;
}
.phototd {
    width: 75px;
    text-align: center;
}

div#cart_contents #cart {
margin:0 auto;
width: 710px;
text-align: left;
}

div#cart_contents h2 {
margin:0 0 20px 0;
}


div#cart_contents td#quantity {
   text-align: center;
   width: 70px;
}

div#cart_contents ul#quantity_level li {
    display: inline;
    padding: 3px;
}

#cart_contents {
margin: 0 auto;
width: auto;
text-align: center;

}
#cart_contents table {
border-collapse:collapse;
border-left:1px solid #D2D2D2;
border-top:1px solid #D2D2D2;
margin-bottom:30px;
margin-left:0;
width:710px;
}
#cart_contents table th, 
#cart_contents table td {
border-bottom:1px solid #D2D2D2;
border-right:1px solid #D2D2D2;
padding:15px;
}
#cart_contents table th {
text-align: center;
}
#popup_contents {
	padding: 0px 50px;
}
#popup_contents table {
border-collapse:collapse;
border-left:1px solid #D2D2D2;
border-top:1px solid #D2D2D2;
margin-bottom:10px;
margin-left:0;
width:600px;
background:#ffffff;
}
#popup_contents table th, 
#popup_contents table td {
border-bottom:1px solid #D2D2D2;
border-right:1px solid #D2D2D2;
padding:10px;
background:#ffffff;
}

#cart_form {
	padding: 0 0px;
}
.totalmoneyarea {
margin-bottom: 20px;
}
.cartRecoItemBg {
padding-bottom: 15px;
margin-bottom: 35px;
}
.cartRecoItemList {
list-style-type: none;
}
.cartRecoItemList li {
width: 150px;
padding-top: 12px;
padding-right: 8px;
padding-bottom: 12px;
padding-left: 8px;
background-color: #FFF;
margin-right: 10px;
float: left;
}
.cartRecoItemPh {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCC;
margin-bottom: 10px;
position: relative;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}
.cartRecoIcon {
background-image: url(../../img/icon_reco.png);
background-repeat: no-repeat;
height: 48px;
width: 48px;
position: absolute;
left: -4px;
top: 0px;
}
.cartRecoItemTit {
font-size: 93%;
margin-bottom: 10px;
}
.cartRecoItemTit a:link {
color: #356A00;
}
.cartRecoItemPrice {
font-size: 116%;
color: #E50012;
margin-bottom: 10px;
text-align: right;
}
.cartRecoItemBtn {
text-align: center;
}

/* 20131128 */
.cartSakeImg {
text-align: center;
}
.resulttd {
text-align: right!important;
}
.pricetd em {
font-style: normal;
}