/*anken_list*/

.anken_list {
    margin: 20px auto 0;
    width: 100%;
}

.anken_list:after {
    content: "";
    clear: both;
    display: block;
}

.anken_notice {
    margin: 20px auto 10px;
    text-align: right;
}

.anken_box {
    position: relative;
    float: left;
    margin: 10px 0 10px 2%;
    width: 32%;
}

.anken_box:nth-of-type(3n + 1) {
    margin-left: 0;
}

.new_box:before {
    content: "NEW";
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 1;
    display: block;
    width: 60px;
    height: 20px;
    background: #ff3333;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.anken_box>a {
    position: relative;
    display: block;
    padding: 0 0 6px;
    width: 100%;
    background: #fff;
    border: 4px solid #ddd;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.anken_box>a:hover {
    background: #fafafa;
}

.anken_title {
    display: table-cell;
    padding: 0 15px;
    height: 72px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    word-break: break-all;
    vertical-align: middle;
}

.anken_box>a:hover .anken_title {
    color: #388bb3;
    text-decoration: underline;
}

.anken_data {
    padding: 0 10px;
}

.anken_data:after {
    content: "";
    clear: both;
    display: block;
}

.anken_data>* {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

.anken_data dt {
    float: left;
    clear: both;
    width: 24px;
    min-height: 24px;
    padding-left: 4px;
}

.anken_data dt img {
    vertical-align: middle;
    width: 100%;
}

.anken_data dd {
    margin-left: 36px;
    width: 150px;
    height: 24px;
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
    color: #388bb3;
    white-space: nowrap;
}

.anken_data+span {
    display: block;
    margin: 5px 10px 0;
    background: #7fbec7;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.new_price+dd {
    font-size: 12px;
}

.price_txt {
    display: inline-block;
    margin-right: 4px;
    color: #ff3333;
    font-size: 16px;
    font-weight: bold;
}

.price_txt:before {
    content: "~";
    font-size: 14px;
    vertical-align: middle;
}


/*notes*/

.anken_notes {
    font-size: 12px;
    line-height: 24px;
}

.anken_notes li {
    text-indent: -12px;
    padding-left: 12px;
}

.anken_notes li:before {
    content: "※";
}


/*more*/

.anken_more {
    margin: 0 auto;
    text-align: right;
}

.anken_more img {
    vertical-align: middle;
}

.anken_more a {
    display: inline-block;
    color: #388bb3;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    vertical-align: middle;
}

.anken_more a:hover {
    color: #f69835;
}