@charset "UTF-8";
/* CSS Document */

/********** content area **********/

h3{margin-bottom:15px;}

.box_middle{background:url(../img/sell/box_middle.png) left top repeat-y;
            padding:0 20px;}

.sell_title{font-size:18px;
            color:#65bbc1;
			z-index:1;}

.sell_content{font-size:11px;
              color:#777777;
			  margin:5px 0 0 5px;}

.sell_btn{margin:5px 0 10px 0;}

.sell_btn li{float:left;
             margin-left:10px;
			 display:inline;}

.state{text-align:right;
       color:#F33;}

.box_left{float:left;
          width:300px;
		  margin-right:20px;
		  display:inline;}

.box_right{float:right;
           width:220px;}

.sell{border-bottom:2px dotted #777777;
      padding:5px 0;
	  position:relative;}

.last_child{border:none;}

.box_bottom{
	font-size:1px}

.soldout{
	position:absolute;
	top:20px;
	left:180px;
	}

