
/*     共通
============================================================================== */
.text-a_l{
	text-align:left !important;
}

.text_style001{
	color:#FF0000;
	font-weight:bold;
}

.text_style002{
	color:#CC0000;
	font-weight:bold;
}

.border_dot{
	border-top: #666 1px dotted;
    padding: 20px 0 0;
}

.border_dot2{
	border-bottom: #666 1px dotted;
}



/*     商品
============================================================================== */

.detail_product_box{
	margin:15px 0 0 0;

}


.detail_product_box .left_box{
	float:left;
	width:195px;
	margin-right:15px;
}

.detail_product_box .left_box p{

}

.detail_product_box .left_box ul li{
	margin-top:5px;
}


.detail_product_box .right_box{
	float:left;
	width:502px;
	line-height: 1.4;
}

.detail_product_box div ul li a {
  color: #0551B1;
  text-decoration: none;
}


.detail_product_box .right_box h3 {
/*     background: url("../../../images/parts/goods-list/ic.gif") no-repeat scroll left 5px transparent; */
    font-size: 120%;
    font-weight: bold;
    line-height: 140%;
    margin: 0 0 10px 10px;
    padding-left: 0;
}


.detail_product_box .right_box h3 a {
    color: #0551B1;
    text-decoration: underline;
}


.detail_product_box .right_box .product_category {
	margin:20px 0 5px 0;
}
.detail_product_box .right_box .product_category li {
    border: 0 none;
    float: left;
    font-size: 0;
    line-height: 100%;
    margin: 0 10px 0 0;
    padding: 0;
}


.detail_product_box .right_box .list_container {
}
.detail_product_box .right_box .list_container dt {
	display:inline-block;
	/display:inline;
	/zoom:1;
  float: left;
  padding: 0;
	clear:both;
	line-height:1.5;
}

.detail_product_box .right_box .list_container dd {
    padding: 0;
	line-height:1.5;
}

.detail_product_box .right_box .list_container dd a{
	color:#0C4BB1;
	text-decoration:underline;
}


.detail_product_box .right_box .check_p{
    margin: 6px 0 10px 0;
}

.detail_product_box .right_box .check_p input {
    font-size: 13px;
    height: 1em;
    margin: 0 5px 2px 0;
    vertical-align: middle;
    width: 1em;
}
.detail_product_box .right_box .check_p label{
}


.detail_product_box .right_box li.point_box{
	display:inline-block;
	/display:inline;
	/zoom:1;
  /* background: url(../../../images/parts/product/bg02.gif) no-repeat right top #FF6600; */
  background-color: #FF6600;
  margin: 3px 0 3px;
/* 	height:24px; */
}

.detail_product_box .right_box .pricebox li input[type=text].count{
	width: 20px;
	height: 20px;
}

.detail_product_box .right_box .delete_price {
    text-decoration:line-through;
}

.detail_product_box .right_box span.point_box_inner{
/*   background: url(../../../images/parts/product/bg01.gif) no-repeat left top; */
  color: #FFFFFF;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
	padding: 0 10px 0 10px;
/* 	height:18px; */
}


.detail_product_box .right_box .product_btn{
	margin:4px 0 0 0;
}

.detail_product_box .right_box .product_btn input{
	/* width:114px; */
	padding:5px;
}

.detail_product_box .right_box .sampleBtn{
	margin:0 10px 0 0;
}

.detail_product_box .right_box .shopping_bt2{
	float:left;
	margin:0 10px 10px 0;
}


.detail_product_box .right_box .attention_wrap{
	border:#F00 3px solid;
	clear:both;
	padding:8px 8px 8px 30px;
	background:#FFFFD9 url(../../../images/parts/product/ic01.png) 4px 5px no-repeat;
	color:#7e7e7e;
	font-weight:bold;
	/zoom:1;
}





