/* カスタマイズ用CSS */
/*
.listback {
    
    width: 200px;
    margin: 30px auto 0px;
    text-align: center;
}



.listback a {
    color: white;
    text-decoration: none;
}
*/
.listback {
    border-bottom: 1px solid #bbb;
    margin-bottom: 30px;
}
.listback a {
    font-size: 1.1em;
    font-weight: bold;
}

.dnone {
    display: none;
}

.category_banner_textarea h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.category_banner_textarea p {
    margin: 10px 0px;
}