:root {
--h0001-l-01-bg:rgba(255, 255, 255, 1.0);
--h0001-l-01-bg-hover:rgba(0, 0, 0, 0.04);
--h0001-l-01-spc:10px;
--h0001-l-01-h:50px;
--h0001-l-01-ff:Kanit;
--h0001-l-01-fs:12px;
--h0001-l-01-title-weight:normal;
--h0001-l-01-text:rgba(76, 76, 76, 1.0);
--h0001-l-01-text-hover:rgba(0, 0, 0, 1.0);
--h0001-l-01-brd:0px;
--h0001-l-01-brd-bg:rgba(0, 0, 0, 0.1);
--h0001-l-01-brd-bg-hover:rgba(0, 0, 0, 0.04);
--h0001-l-01-img-rd:50%;
--h0001-l-01-img-h:50px;
--h0001-l-01-img-w:50px;
--v0105-01-bg:transparent;
--v0105-01-brd:0px;
--v0105-01-brd-bg:rgba(255, 0, 0, 1.0);
--v0105-01-rd:0px;
--v0105-01-mg:10px;
--v0105-01-h:150px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* START > H0001-L-01 */
.h0001-l-01-out {
    background-color: var(--h0001-l-01-bg);
    margin: 0px !important;
    padding: 0px var(--h0001-l-01-spc) !important;
}
    .h0001-l-01-out:hover {
        background-color: var(--h0001-l-01-bg-hover);
        color: var(--h0001-l-01-text-hover);
        transition: all 0.9s;
        animation: animate-pagearea 5s infinite linear;
    }
        .h0001-l-01-out:hover .h0001-l-01-content {
            color: var(--h0001-l-01-text-hover);
            transition: all 0.9s;
            animation: animate-pagearea 5s infinite linear;
        }
.h0001-l-01-in {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: var(--h0001-l-01-spc) 0px !important;
    padding: 0px !important;
}
    .h0001-l-01-in:hover .h0001-l-01-img {
        border: var(--h0001-l-01-brd) solid var(--h0001-l-01-brd-bg-hover);
        transition: all 0.9s;
        animation: animate-pagearea 5s infinite linear;
    }
.h0001-l-01-img {
    border-radius: var(--h0001-l-01-img-rd) !important;
    border: var(--h0001-l-01-brd) solid var(--h0001-l-01-brd-bg);
    width: var(--h0001-l-01-img-w);
    height: var(--h0001-l-01-img-h);
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.h0001-l-01-content {
    height: var(--h0001-l-01-h);
    font-family: var(--h0001-l-01-ff);
    color: var(--h0001-l-01-text);
    text-decoration: none;
    overflow: hidden;
}
    .h0001-l-01-content > p {
        font-size: var(--h0001-l-01-fs);
        margin: 3px 0px !important;
        padding: 0px !important;
        font-weight: var(--h0001-l-01-title-weight) !important;
    }
/* STOP > H0001-L-01 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* START > V0105-01 */
.v0105-01-out {
    background-color: var(--v0105-01-bg);
    transition: all 0.3s;
    animation: animate-pagearea 5s infinite linear;
    margin: 0px !important;
    padding: 0px var(--v0105-01-mg) !important;
    overflow: hidden;
}
    .v0105-01-out a,
    .v0105-01-out a:hover {
        text-decoration: none;
    }
.v0105-01-in {
    position:relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0px !important;
    margin: var(--v0105-01-mg) 0px !important;
    border: var(--v0105-01-brd) solid var(--v0105-01-brd-bg);
    background-color: var(--v0105-01-bg);
    border-radius: var(--v0105-01-rd) !important;
}
    .v0105-01-in .v0105-01-img {
        width: 100%;
        height: var(--v0105-01-h);
        transition: all 0.4s ease-in-out 0s;
    }
    .v0105-01-in:hover .v0105-01-img {
        transform: scale(1.1);
        transition: all 0.9s;
        animation: animate-pagearea 5s infinite linear;
    }
/* STOP > V0105-01 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

