@charset "utf-8";
/* =import 
----------------------------------------------*/
@import url(style.css);



/* base */
#cart #content{
background:none;
text-align:center;
}
#cart #content #inside{
width:703px;
margin:30px auto;
}
#cart #content #cart-container{
width:100%;
height:auto;
overflow:hidden;
background:url(../images/common/cart-bg.gif) repeat-y 524px 0;
}
#cart #content #cart-container #left-box{
width:506px;
float:left;
}
#cart #content #cart-container #right-box{
width:158px;
float:right;
}

#cart #footer_container{
background:none;
padding:0;
}
#cart #footer_container .textarea{
padding:18px 0 10px 0;
border-bottom:#b9b9b9 solid 1px;
background:url(../images/common/footer-bg.gif) repeat-x 0 0;
}


#cart .return{
position:static;
float:right;
}



/* style
-------------------------------------------- */
#content .section{
width:100%;
height:auto;
overflow:hidden;
margin-bottom:10px;
text-align:justify;
}
.fst-red,.warning{ color:#990000; }

#cart #content #right-box dl{ font-size:88%; }
#cart #content #right-box dt img{
margin:0 5px 0 0;
}
#cart #content #right-box dd{
padding:8px 0;
}

/* category-box
-------------------------------------------- */
.category-box{
width:100%;
margin:-10px 0 15px 0;
padding:0 0 5px 0;
background:url(../images/common/cart-bottom.gif) no-repeat 0 bottom;
}
.category-box ul{
padding:8px 15px;
background:url(../images/common/catego-bg.gif) repeat-y 0 0;
text-align:left;
}
.category-box ul li{
display:inline;
margin:0 8px 0 0;
color:#636a5e;
white-space:nowrap;
}


/* talbe
-------------------------------------------- */
#cart #content table{
margin:0 0 15px 0;
}
#cart #content table td{
padding:10px 0;
text-align:left;
vertical-align:top;
}
#cart #content table tr{
background:url(../images/common/dash-02.gif) repeat-x 0 bottom;
}
#cart #content table td.icon{ width:31px; }
#cart #content table td.area{ width:65px; text-align:center; }
#cart #content table td.text{ padding-right:10px; }
#cart #content table td.deli{ width:36px; }
#cart #content table td img{ vertical-align:middle; }

.prev{
float:right;
}

#cart input{
vertical-align:middle;
line-height:1.2em;
margin:0 5px 0 0;
}

/* table-style01 */
#cart #content table.table-style01{
width:100%;
border-top:#cccccc solid 1px;
border-left:#cccccc solid 1px;
}
#cart #content table.table-style01 th{
width:20%;
border-right:#cccccc solid 1px;
border-bottom:#cccccc solid 1px;
border-top:#ffffff solid 1px;
background:#ffeaef;
padding:8px;
color:#a62446;
}
#cart #content table.table-style01 td{
border-right:#cccccc solid 1px;
border-bottom:#cccccc solid 1px;
padding:8px;
line-height:2em;
background:none;
}
