@charset "UTF-8";

/*

eh.css
2020.09.23

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,th,td {
margin: 0;
padding: 0;
}
address,caption,cite,code,dfn,em,th,var {
font-style: normal;
}
li {
list-style-type: none;
}
a {
text-decoration: underline;
}
a:visited {
text-decoration: underline;
}
a:hover {
min-height: 1em;
text-decoration: underline;
}
a:active {
text-decoration: none;
}
:focus {
-moz-outline-style: none;
}
a { outline: none; } 
html { overflow-y: scroll; }
body, html {
font-size: 14px;
*font-size: small;
*font: x-small;
font-family: "Microsoft Yahei","PingHei","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #222;
}
#wrap {
width: 960px;
margin: 30px auto;
text-align: center;
background: none;
background-color: #fff;
}
img { max-width: 100%; }

@media screen and (max-width:768px) {
body, html {
font-size: 12px;
}
#wrap {
width: 95%;
margin: 30px auto;
}
img { width: 85%; }
}
