
@charset "utf-8";
* { margin: 0; padding: 0;}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html { overflow-y: scroll; overflow-x: auto; }
html,body { height: 100%; -webkit-text-size-adjust: 100%; }
img { border: none; }
ul,ol { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
body { font-size: 93.75%; /* 15px */ 
	line-height: 1.6; font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; }
a,a:link,a:visited {
    color: #2A568B;
    text-decoration: none;
}
a:hover,a:active {
    color: #2A568B;
    text-decoration: underline;
}
a:focus { outline: none; }
.clear { clear: both; }
article,aside,details,footer,header,main,menu,nav,section,summary { display: block; }



