@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;
}

.lightboxph {
  height: 200px;
}
.lightboxph a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.pager li {
  width: auto;
  padding: 0 5px;
}


/*PCのみ*/
@media (min-width: 768px) {

.works_ph {
  height:300px;
}

}

@media (max-width: 768px) {



}



