*{
    margin:0;
    padding:0;
}

body{
    font-family: "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      Meiryo,
      sans-serif;

    font-size: 12pt;
}

header{
    padding:10px;
    margin-bottom: 20px;
    background-color: #E2A;
    color:#FFF;
}

header p{
    font-size: 10.5pt;
}

a{
    color:#111;
    text-decoration: none;
}

div.description{
    width:80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom:25px;
    font-size: 10.5pt;
    line-height: 170%;
}


div.vue{
    width:90%;
    margin-left: auto;
    margin-right: auto;
}

.vue ul{
    margin: 0;
    padding: 0;
}

.vue li{
    list-style: none;
}

.tabs {
    overflow: hidden;
    margin-bottom:10px;
}

.tabs li,
.tabs label {
    float: left;
    padding: 10px 20px;
    background-color: #BBB;
    color: #777;
    border: 1px solid #999;
    border-bottom: none;
    cursor: pointer;
    transition: .2s;
}

.tabs li:not(:first-child),
.tabs label:not(:first-of-type) {
    border-left: none;
}
.tabs li.active,
.tabs :checked + label {
    background-color: #FFF;
    border-color: #999;
    color: #000;
    cursor: auto;
}

.contents{
    overflow: hidden;
    border: 1px solid #ccc;
}

.contents p{
    padding:10px 0;
    font-size: 10.5pt;
}

.contents li{
    width: 90%;
    padding: 10px;
    margin-top:15px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.contents h2{
    font-size: 15pt;
    padding:5px 0 5px 10px;
    margin-top:10px;
    border-left: 10px solid;
    border-bottom: 2px solid;
}

.contents h2.mues{
    border-color:#E2E;
}

.contents h2.aqours{
    border-color:#2AE;
}

.contents h2.ss{
    border-color:#7DE;
}

.contents h2.niji{
    border-color:#EC0;
}

.contents h2.liella{
    border-color:#B3E;
}

.contents h2.sp{
    border-color:#E82;
}

.contents h2.hasu{
    border-color:#E8D;
}

.contents .buttons{
    overflow: hidden;
    margin-top: -1px;

}
.contents .buttons li {
    width: 85%;
    padding: 0px;
}
.contents .buttons p {
    width: auto;
    text-align: center;
    background-color: #CCC;
    border-radius: 5px;
    padding: 12px;
}

footer{
    margin-top: 30px;
    background-color: #888;
    padding: 10px;

}

footer p{
    line-height: 200%;
    text-align: center;
}



@media screen and (min-width: 768px) {
    .contents .buttons li {
        float: left;
        width: 30%;
        padding: 0px 7px;
    }
}