@charset "utf-8";

.fr-view { word-wrap: break-word; }
.fr-view:after { content: ""; display: block; clear: both; }
.fr-view p:not([class]) { margin: 0; line-height: 1.5; }
.fr-view img { position: relative; max-width: 100%; height: auto; }
.fr-view img.fr-dib,
.fr-view-article > p > img { display: block; float: none; vertical-align: top; margin: 0 auto; }
.fr-view img.fr-fil { margin-left: 0; }

.xans-board-read .detail img,
.xans-board-read .detail table,
.xans-board-read .detail iframe,
.xans-board-read .detail video { max-width: 100%; }

.boardFields { margin: 20px 0 0; }
.boardFields > table { width: 100%; border-collapse: collapse; }
.boardFields > table > tbody > tr:first-child { display: table-row; }
.boardFields th,
.boardFields td { padding: 8px 10px; border: 1px solid #e3e3e3; font-size: 13px; line-height: 20px; text-align: left; }
.boardFields th { width: 25%; color: #000; font-weight: 700; }
.boardTags { margin: 14px 0 0; }
.boardTags .list { overflow: hidden; }
.boardTags .list li { float: left; margin: 0 6px 6px 0; padding: 3px 10px; border: 1px solid #e3e3e3; border-radius: 12px; font-size: 12px; line-height: 18px; color: #555; }
[hidden] { display: none !important; }
