body, input, .ui-widget {
    font-family: 'Meiryo', 'メイリオ', sans-serif;
}
body, input { 
    -webkit-font-smoothing: antialiased;
    line-height: 1.7;
    font-size: 18px;
    color: #3d3d3d;
}

img {border: 0px}
a {
    color: #0094d7;
    text-decoration: underline;
}
a:hover {
	color: #d79d00;
    text-decoration: none;
}
