@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------
 #item_list
--------------------------------------------------- */

.item_list_title{
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	text-align:right;
	line-height:30px;
	font-weight:normal;
}

.item_list_box{
	margin:5px 10px 0 10px;
	padding:10px;
	border-bottom:#CECECE 1px dotted;
	height:auto;
	line-height:60px;
}

.item_list_box img{
	float:left;
}

.item_list_infotext{
	float:left;
	margin-left:10px;
	text-align:left;
	line-height:18px;
	width:350px;
}

.item_list_btn{
	height:30px;
	width:260px;
	float:right;
	padding-top:15px;
}

.item_list_btn img {
	float:left;
	padding-right:10px;
}

.item_list_btn_form {
	float:left;
}

/* ---------------------------------------------------
 .status_icon
--------------------------------------------------- */
.status_icon{
	margin: 0 ;
}

.status_icon li {
	color: #333333;
	font-size: 90%;
	float:left;
	display:inline;
	height:20px;
	line-height:20px;
	padding:15px 2px 0 0 ;

}






/* ---------------------------------------------------
 #item_detail
--------------------------------------------------- */

#item_detail{
	margin:0;
	text-align:left;
}

#item_detail h2{
	text-align:left;
	margin:10px 0;
	padding-bottom:5px;
	border-bottom:#FDDCE7 3px solid;
}

#item_detail img {
	float:left;
	margin:0 10px 10px 0;
}

#item_detail_explane{
	width:430px;
	margin:0 10px 10px 0;
	float:right;
}

#item_detail h3{
	color:960234;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:#FDDCE7 1px dotted;
}

#item_detail p{
	padding:10px;

}

.item_detai_pname{
	background-color:#01357c;
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
	padding:5px;
	margin:0 0 10px 0;
	border:#960234 1px dashed;
}

.item_detai_price{
	color:#960234;
	font-size:110%;
	font-weight:bold;
	padding:0 10px 10px 0;
}

.item_detai_pricedown{
	padding:5px;
	margin:0 0 5px 0;
	border-bottom:#CCC 1px dashed;
	border-top:#CCC 1px dashed;
}

.item_detai_oroginalprice{
	text-decoration:line-through;
}

.item_detai_percentage{
	color:#960234;
	font-weight:bold;
	padding-left:10px;
}

.item_detai_sellingprice{
	color:#960234;
	font-size:150%;
	font-weight:bold;
	padding:0 ;
}

.item_detai_form{
	width:430px;
	margin: 10px  0;
	padding:10px 0;
	text-align:center;
	background-color:#ecf3fd;
}

.item_detai_form .td_left{
	text-align:left;
}

.item_detai_form table{
	width:100%;
}

.item_detai_form th,td{
	text-align:center;
	padding:0 5px;
}

.item_detai_form2{
	width:750px;
	margin: 10px  0;
	padding:10px 0;
	text-align:center;
	background-color:#ecf3fd;
}

.item_detai_form2 table{
	width:100%;
}

.item_detai_form2 th,td{
	padding:0 5px;
}


/* ---------------------------------------------------
#tabmenu：使用保留
---------------------------------------------------*/

#tabmenu{
    padding:0px;
    margin:10px 0;
    color:#333;
    position:relative;
}
 
#tabmenu div#tab{
    position: absolute;
    top:0px;
    left:0px;
}
 
#tabmenu div#tab a{
    float: left;
    height: auto;
    text-align: center;
    width:250px;
	height:40px;
	line-height:40px;
    display: block;
    text-decoration:none;
    color:#333;
    background:#eee;
}
 
#tabmenu div#tab a:hover{
    background:#000;
    color:#fff;
}
 
div#tab_contents{
    width:750px;
    overflow:hidden;
    position: absolute;
    top:40px;
    left:0px;
}
div#tab_contents ul{
    width:2250px;
    padding:0px;
    margin:0px;
}
div#tab_contents ul li{
    float: left;
    width:750px;
    padding:0;
}



