.hairStyleTable tr th {
	width: 50px;
}
.marginBottom20 {
	margin-bottom: 20px;
}

div#main3column table.hairList tr td{
	padding:5px;
	margin:0;
	text-align:center;
}

/* 2020/7更新・追加 */
[hidden] {
    display: none !important;
}

.tab-lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width:480px) {
    .tab-lists {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.js-tab-button {
    width: 145px;
    height: 50px;
    margin: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}
@media screen and (max-width:480px) {
    .js-tab-button {
        margin: .5em;
    }
}

.js-tab-button--01 {
    background-image: url(../images/contents/btn01_off.png);
}
.js-tab-button--01.active {
    background-image: url(../images/contents/btn01_on.png);
}
.js-tab-button--01:hover,
.js-tab-button--01:active,
.js-tab-button--01:focus{
    background-image: url(../images/contents/btn01_on.png);
}

.js-tab-button--02 {
    background-image: url(../images/contents/btn02_off.png);
}
.js-tab-button--02.active {
    background-image: url(../images/contents/btn02_on.png);
}
.js-tab-button--02:hover,
.js-tab-button--02:active,
.js-tab-button--02:focus{
    background-image: url(../images/contents/btn02_on.png);
}

.js-tab-button--03 {
    background-image: url(../images/contents/btn03_off.png);
}
.js-tab-button--03.active {
    background-image: url(../images/contents/btn03_on.png);
}
.js-tab-button--03:hover,
.js-tab-button--03:active,
.js-tab-button--03:focus{
    background-image: url(../images/contents/btn03_on.png);
}

.js-tab-button--04 {
    background-image: url(../images/contents/btn04_off.png);
}
.js-tab-button--04.active {
    background-image: url(../images/contents/btn04_on.png);
}
.js-tab-button--04:hover,
.js-tab-button--04:active,
.js-tab-button--04:focus{
    background-image: url(../images/contents/btn04_on.png);
}
.js-tab {
    margin-bottom: 2em;
}

.js-tab ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.js-tab ul::after{
    content: "";
    display: block;
    width: 30%;
}
@media screen and (max-width:480px) {
    .js-tab ul li{
        width: 48%;
    }
}
.js-tab ul li h6 {
    font-size: 0.7rem;
}
@media screen and (max-width:480px) {
    .js-tab ul li h6 {
        font-size: 0.9em;
        height: auto;
        /* padding-left: 0 !important; */
        text-align: left;
    }
}
