.product-colors {
    padding: 20px 0px 0px;
    text-align: center;
}

.product-colors .product-colors-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0px 0px;
}

.product-colors .product-colors-list a {
    display: block;
    width: 32px;
    margin: 0px 10px 10px 0px;
    transition: all 0.2s;
    border-radius: 16px;
    box-sizing: border-box;
}

.product-colors .product-colors-list a img {
    display: block;
    width: 100%;
}

.product-colors .product-colors-list a:hover {
    border: 2px solid #eee;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#app .info_format p {
    font-size: 16px;
    line-height: normal;
    padding: 0px;
    margin: 0px 0px 20px;
}

#app .info_format p b {
    font-weight: 700;
}

#app .info_format h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
}


#app .info_format h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
}

#app .info_format td {
    padding: 10px;
}

#app .info_format ul {
    display: block;
    padding-left: 30px;
}

#app .info_format ul li {
    display: list-item;
    list-style: disc;
}


.seo_all ul {
    display: block;
    padding: 15px 0px 15px 30px;
}

.seo_all ul li {
    display: list-item;
    list-style: disc;
}

/* ------- */

#glossary .letters {
    padding: 15px 0px;
}

#glossary .letters a {
    font-size: 30px;
    font-weight: 700;
    margin: 0px 15px 0px 0px;
    cursor: pointer;
}

#glossary .letters a:hover {
    text-decoration: underline;
}

#glossary .glossary_content > div {
    padding: 0px;
    margin: 0px;
}

#glossary .glossary_content p {
    padding: 0px 0px 15px;
    margin: 0px;
}

#glossary .glossary_content strong, #glossary .glossary_content b {
    font-weight: 700;
}

#glossary .glossary_content u {
    text-decoration: underline;
    font-weight: 700;
}

#glossary .glossary_content ul {
    display: block;
    padding: 15px 0px 15px 30px;
}

#glossary .glossary_content ul li {
    display: list-item;
    list-style: disc;
}