@charset "utf-8";



*{
    margin:0;
    padding:0;
}
body{
    font-size:12px;
    line-height:18px;
    font-family: 'S-CoreDream-3Light';
    
}
img{
    border:none;
    vertical-align:top;
}
a{
    color:#111;
    text-decoration:none;
}
ol,ul{
    list-style:none;
}
h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd{
    box-sizing:border-box;
}
address{
    font-style:none;
}
.clearfix{}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
}






















