@charset "UTF-8";
@media screen and (max-width: 960px) {
header {
    padding: 0px 0px;
}
header div {
    width: 100%;
    line-height:1.6;
}
h2 {
    font-size: 110%;
}
#contents {
    width: 90%;
}
.select-info li {
    width: calc(100% / 3 - 16px);
}
.select-info li a {
    border-radius: 5px;
}
}