/*
Template:sydney
Theme Name:sydney_child
*/
h5{
font-family: "Sawarabi Mincho"!important;
}
/*パソコンのマウスオーバー時にリンクを凹ませる*/
@media only screen and (min-width: 1140px) {
    a:hover{ position:relative;top:1px ;left:1px; }
}

/*マウスオーバー時にリンクを半透明に光らせる*/
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}