@charset "UTF-8";

.selecter a {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    line-height: 43px;
    height: 40px;
    border: solid 1px #103568;
    color: #103568;
    width: 100%;
    text-align: center;
}
.selecter a:hover {
    background: #103568;
    color: #fff;
}
/*PCのみ*/
@media (min-width: 768px) {


}

@media (max-width: 768px) {


}



