.previewDetail {
    max-width: 976px;
    margin: 0 auto 80px;
    min-width: 814px;
}
.previewDetail .headerArea {
    margin: 10px 0;
    font-size: 14px;
}
.previewDetail .headerArea span {
    margin-right: 25px;
}
.previewDetail .headerArea .tag {
    display: inline-block;
    line-height: 26px;
    height: 26px;
    padding: 0 6px;
    border-radius: 4px;
    border: 1px solid #bdc1c4;
    background: #fafafa;
    margin-right: 4px;
    margin-bottom: 4px;
}
.previewDetail .questionTag {
    font-size: 16px;
    display: inline-block;
    padding: 0 12px;
    color: #75757c;
    font-weight: 700;
    width: calc(100% - 60px);
}
.previewDetail .questionContent {
    padding: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
}
.previewDetail .answerArea {
    background: #e9ecf0;
    border-radius: 14px;
    padding: 20px;
    margin-top: 6px;
}
.previewDetail .answerArea .answerContent {
    min-height: 240px;
    padding: 20px;
    width: calc(100% - 65px);
    background: #fff;
    border-radius: 14px;
    margin: 0 0 40px 65px;
    word-break: break-all;
}
.previewDetail .answerArea .answerContent p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.8em;
}
.previewDetail .attachTitle {
    font-size: 20px;
    font-weight: 700;
    height: 36px;
    color: #333;
}
.previewDetail .linkItemCommon {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    min-height: 100px;
    margin-bottom: 40px;
}
.previewDetail .categoryCommon {
    color: #26650e;
    background: #fff;
    border-radius: 15px;
    padding: 20px 40px;
    margin-bottom: 40px;
}
.previewDetail .categoryCommon p {
    font-size: 14px;
    color: #75757c;
    margin-bottom: 5px;
}
.previewDetail .categoryInfoArea {
    min-height: 50px;
    background: #fff;
    border-radius: 15px;
}
.previewDetail .relationInfoArea {
    min-height: 50px;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    height: auto;
}
.previewDetail .relationInfoArea .relationItem {
    margin-bottom: 20px;
}
.previewDetail .relationInfoArea .relationItem span {
    display: inline-block;
    width: calc(100% - 30px);
    color: #1a0dab;
    font-weight: 400;
}
.previewDetail .fileInfoArea {
    min-height: 50px;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
}
.previewDetail .fileInfoArea .fileItem {
    height: 30px;
    line-height: 18px;
}
.previewDetail .fileInfoArea .fileItem span {
    display: inline-block;
    width: calc(100% - 30px);
    color: #1a0dab;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* アイコン */
.previewDetail .answerIcon {
    float: left;
    width: 52px;
    height: 52px;
    margin: 0 4px;
}
.previewDetail .clipIcon {
    float: left;
    position: relative;
    width: 24px;
    height: 24px;
    top: -4px;
}
.previewDetail .linkIcon {
    float: left;
    width: 22px;
    height: 22px;
    margin-top: 4px;
}
.previewDetail .qIcon {
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 2px;
}
