@CHARSET "UTF-8";
.box-tab-prod-question .question-content .content {
    line-height: 180%;
    margin-bottom: 5px;
}

.box-tab-prod-question .question-content dl dt {
    color: #016BA5;
    display: inline;
    float: right;
    overflow: hidden;
    table-layout: fixed;
    text-align: right;
    text-overflow: ellipsis;
    width: 120px;
    word-wrap: break-word;
}

.box-tab-prod-question .question-content .datetime {
    color: #AAAAAA;
}

.box-tab-prod-question .question-content dl dd {
    margin-right: 140px;
    overflow: hidden;
    table-layout: fixed;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.box-tab-prod-question .question-content dl {
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 0;
}
.article -content .content {
    line-height: 180%;
    margin-bottom: 5px;
}

 .article-content dl dt {
    color: #016BA5;
    display: inline;
    float: right;
    overflow: hidden;
    table-layout: fixed;
    text-align: right;
    text-overflow: ellipsis;
    width: 120px;
    word-wrap: break-word;
}

 .article-content .datetime {
    color: #AAAAAA;
}

 .article-content dl dd {
    margin-right: 140px;
    overflow: hidden;
    table-layout: fixed;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
 .article-content dl {
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 0;
}