@charset "UTF-8";
/* CSS Document */

#wrapper {    margin-top: 2rem;}

ul.brand-head {
    overflow: hidden;
    justify-content: space-between;
    width: 250px;
    margin: 10px auto;
    font-size: 2rem;
}

ul.brand-head li {
margin: 5px 2%;
float: left;
}
ul.brand-head li a {
padding: 5px 10px;
display: block;
}

#bland_list .headline {
line-height: 2rem;
    background: #c9c9c9;
    border: none;
    border-top: 1px solid #f5f3f3;
    border-bottom: 1px solid #acacac;
    font-weight: bold;
}

#bland_list ul li {
text-indent: 1rem;
line-height: 4.4rem;
border-bottom: 1px solid #ccc;
font-size: 1.6rem;
}

#bland_list ul li a{
display: block;
width: 100%;
height: 4.4rem;
}
#top-link {position: fixed;
bottom: 10px;
right: 12px;
opacity: 0.6;}

ul.brand-head li {
background: #c9c9c9;
}

.tab {
width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
min-width: 300px;
margin: 0 auto;
}

.tab label {
    display: inline-block;
    width: 49.6%;
    padding: 3px 10px;
    cursor: pointer;
    background: #4c4b4b;
    margin: 0;
    margin-right: -2px;
    box-sizing: border-box;
    color: #fff;
}

.tab label:hover {
background: #eee;
}
.tab input:checked + label {
    background: #c9c9c9;
    color: #444444;
	font-size: 1.6rem;
    padding: 5px 10px 3px 10px;
}
.tab input {
display: none;
}
.tab #tab-b1, .tab #tab-b2 {
display: none;
}
.tab #tab-1:checked ~ #tab-b1, .tab #tab-2:checked ~ #tab-b2 {
display: block;
border-top:1px solid #c9c9c9;
}
