@charset "utf-8";

.order-block>h4 {
	margin-bottom: 0;
}
.ja-sku-title-area{
	padding: 10px 15px;
	position: relative;
	box-shadow: 0 0 30px #ccc inset;
}
.ja-sku-title-area:after {
    content: "";
    display: block;
    clear: both;
}
.ja-sku-title-area .ja-sku-title-img {
    width: 25%;
    float: left;
}
.ja-sku-title-area .ja-sku-title-img img {
    width: 100%;
}
.ja-sku-title-area .ja-sku-title-cnt {
    float: left;
    width: 75%;
    padding: 2px 5%;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.detail-block {
    margin-top: 0;
}
.discuss_content{
	margin-top: 10px;
}
.content_images{
	position: relative;
}
.content_images img{
	position: absolute;
    width: 12px;
    height: 12px;
    bottom: 0;
    right: 0;
}
.rpricebox{
	font-size: 16px;
    font-weight: bold;
    float: none;
    position: relative;
    z-index: 1;
    color: #e4393c;
}
.tips {
	padding:5px 15px; 
	background:#fff;
}
header {
	background:#fff; 
	-webkit-box-shadow: 0 1px 6px #ccc !important; 
	box-shadow: 0 1px 6px #ccc !important;
	border-bottom: #ccc solid 1px;
	color:#ccc;
}
header a:visited,
header a:link{
	color:#666;
	text-decoration:none; 
}
.order-block {
	margin: 0;
}