.categoryHead small{
	font-size: 12px;
}

/*フォーカスブランド*/
#HTfocasBrand {
    margin: 20px 0 30px;
}
#HTfocasBrand .content {
    margin: 10px auto;text-align: center;
}
/*カテゴリー*/
#HTcategory {
    margin: 10px auto 30px;
}
#HTcategory ul {
    list-style: none;
    margin:20px 5%;
    column-count: 2;
}
#HTcategory ul li {
    margin-bottom:10px;
}

#HTcategory ul li a {
    color: #000;
    text-decoration: none;
}

#HTcategory ul li a:hover {
    text-decoration: underline;
}

.HTbox {
    background:#cccccc;
    margin: 20px auto;
    width: 90%;
    text-align: center
}
.HTbox p {
    padding: 10px 0;
}

.HTbox p a {
    color: #000;
    text-decoration: none;
}

.HTbox p a:hover {
    text-decoration: underline;
}