@charset "utf-8";

/* common */
.uniCateDesc {
	background-color: #FFF;
	padding-top: 2%;
    margin-top: 4%;
}
.modWhiteBox01 h2 {
    text-align: center;
    font-size: 1.6rem!important;
    padding: 18px 12px 8px!important;
}
.uniCateSub ul li {
    width: 48%!important;
    background: #CBBA66;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border-radius: 6px;
    margin: 1%;
    padding: 0!important;
}
.uniCateSub ul li a {
    padding: 5%;
    display: block;
}
    @media screen and (max-width: 639px) {        
        .modWhiteBox01 ul li {
            width: 48%!important;
            background: #CBBA66;
            font-size: 16px;
            font-weight: bold;
            color: #FFF;
            text-align: center;
            border-radius: 6px;
            margin: 1%;
            padding: 0!important;
        }
        .modWhiteBox01 ul li a {
            padding: 5%!important;
            display: block;
        }
    }


/* lineup */
.ctg-table {
        width: 100%;
}
    @media screen and (min-width: 640px) {
    .ctg-table { width: 640px;}
    }