
@charset "UTF-8";

/*---------リンクホバー----------*/
dd a{
  transition: 0.2s ease-in-out;
}

dd a:hover{
  opacity:0.7;
}