
*{padding:0; margin:0; border: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{width:100%; height:100%; overflow-wrap:break-word}

body{
margin:0 auto;
font:75%/1.3 "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
overflow-x:hidden;}
a{outline:none;text-decoration:underline; color:#940042;}
a:visited,a:hover,a:active{text-decoration:none;}
a img{transition:opacity .3s ease;}
img{padding:0; margin:0; border:0; vertical-align:bottom;}
ul{margin:0; padding:0; border:0;}
li{list-style:none;}
strong,em,b{font-weight:600; font-style:normal;}
table{width:100%; color:#000; border-collapse: separate; border-spacing:0; margin:0 auto;}
th{font-weight:bold;}
.clear {clear:both; margin:0; padding:0; height:0;}
.textindent {text-indent:-9999px; overflow:hidden;}

div:after,
ul:after {
content:"";
display:block;
clear:both;
height:0;
}