@charset "utf-8";

/* import 
----------------------------------*/

@import url(reset.css);
@import url(layout.css);
@import url(modules.css);

/* cart
----------------------------------*/
.cart-in .school-list li{
float: left;
white-space: nowrap;
padding-right: .5em;
margin-right: .5em;
}

.cart-in .school-list{
padding-bottom: 37px;
background: url(../images/cart/dotted-line.gif) left bottom repeat-x;
}

.cart em{
font-weight: bold;
padding-left: 1em;
}

.cart .sec-name{
padding: 16px 7px 7px;
color:#0061c5;
font-weight: bold;
background: url(../images/common/titlle02_bg.gif) left top repeat-x #f6f6f6;
margin-bottom: 12px;
}

.cart .sec-name span{
padding-left: 18px;
background: url(../images/common/list-arrow04.gif) left 2px no-repeat;
}

.cart .cart-form{
width:578px;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
margin-bottom: 1em;
}

.cart .cart-form .headers{
width: 150px;
}

.cart .cart-form .conts{
width: 435px;
}

.cart .cart-form th,
.cart .cart-form td{
color: #333;
padding: 6px 5px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.cart .cart-form th{
color: #1e5ca8;
font-weight: bold;
background-color: #f7f7f7;
}

.cart p{
margin-bottom: 1em;
}
.cart p.nav-btn{text-align: center;}
.cart ul.nav-btn{text-align: center;width: 140px;margin: auto;}
.cart ul.nav-btn li{
float: right;
padding-right: 10px;
}
.must{
color: #b60067;
}

.done p{
font-weight: bold;
color: #4f4f4f;
}

.cart-index{
width: 100%;
margin-bottom: 1.5em;
}

.cart-index td,
.cart-index th{
padding: 6px 5px;
border-bottom: 1px solid #ccc;
}

#sidebar .sec strong{
font-weight: bold;
}

.cart-form li{
display: block;
float: left;
white-space: nowrap;
padding-right: 10px;
}

.cart-form li input{
vertical-align: middle;
padding-right: 3px;
}

.warning{
color: #b60067;
}
