@charset "utf-8";
/* CSS Document */

/*---------stateルール　何かアクションを起こすことでclassを取り替える際のスタイリング---------*/
a:hover{
    text-decoration:none;
}