body{
font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body,dl,dd{
	margin: 0;
	padding: 0;
}
dt,dd{
	    display: inline-block;
    font-size: 12px;
    line-height: 18px;
}
dt{
    margin: 8px 20px;
}
dd{
padding: 8px;
}
a{
margin: 0;
display: block;
vertical-align: baseline;
color: #69707a;
text-decoration: none;
-webkit-transition: none 86ms ease-out;
transition: none 86ms ease-out;
    border-bottom: 1px solid transparent;

}
a:hover{
	    background: #f5f7fa;
    border-bottom-color: rgb(157,213,58);
    color: rgba(150,197,111,1);
}