@charset "utf-8";

/*內頁編輯區內容樣式*/
.container-wrap .txts {
font-family: initial;
color: #333;
font-size: 1rem;
letter-spacing: .5px;
line-height: 1.5;
}

.container-wrap .txts table.table-style {
border-collapse: collapse;
width: 100%;
border: 1px solid #ddd;
margin-bottom: 20px
}

.container-wrap .txts table.table-style .fishmark {
font-family: DFKai-sb;
}

.container-wrap .txts table.table-style a {
color: #333;
text-decoration: none;
transition: .3s ease;
}

.container-wrap .txts table.table-style a:hover {
color: #3FEDEC;
}
.container-wrap .txts table.table-style dl,.container-wrap .txts table.table-style ol,.container-wrap .txts table.table-style ul {
margin: 0 0 0 30px;
    padding: 15px 0;
}

.container-wrap .txts table.table-style td {
background: #f4f7fc;
}

.container-wrap .txts table.table-style .form {
color: #fff;
font-weight: bolder;
padding-left: 20px;
background-color: #142956;
padding: 10px 0 10px 25px;
}

.container-wrap .txts table.table-style tr td.form-2 {
color: #333;
font-weight: bolder;
padding-left: 20px;
background-color: #3FEDEC;
padding: 10px 0 10px 25px;
}

.container-wrap .txts table.table-style .star {
list-style-image: url(../img/star.svg);
font-size: 1.125rem;
}

.container-wrap .txts table.style tr:first-child td {
background: #3FEDEC;
color: #333;
}

.container-wrap .txts table.style td {
background: #f9fefe;
}