@charset "utf-8";

*{
margin:0;
padding:0;
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

body{
margin:0 !important;
padding:0;
box-sizing:border-box;
color:#1a1a1a;
}

a:link,
a:hover,
a:visited,
a:active{
text-decoration:none;
color:#0033cc;
border-bottom:1px solid;
margin-bottom:-5px;
}

a.noborder,
h1.noborder{
border: 0;
}

a:hover{
opacity:0.8;
}

img{
height:auto;
max-width:100%;
}