@charset "Shift_JIS";
html, body, h1, h2, h3, h4, h5, h6, figure,
blockquote, p, ul, ol, dl, dt, dd, form{
 margin:0;
 padding:0;
 }
 
html{
font-size: 62.5%
}
body{
 font-family:"Mairyo UI","メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
 color:#555;
 -webkit-text-size-adjust : 100%;
}

ul{ list-style-type:none;}
img{ border:none; vertical-align:bottom;}
strong{ font-weight:bold;}
strong.red{
 color:#f00;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a{
 color:#002b79;
 text-decoration:none;
}

a:hover{
 text-decoration: underline;
}

main{
 display:block;
}

header,
footer{
 width:100%;
}

table{
 border-collapse:collapse;
}