@charset "UTF-8";
html{
    font-family:Georgia;
    font-size: 16px;
}
body{min-width: 1000px;}
*{margin: 0;padding: 0;}
a,button,input{cursor: pointer;}
img {border: none;}
a{text-decoration: none;color: inherit;}
a:hover{}

ul.unList{list-style: none;}
ul.inline{list-style: none;display: block;}
ul.inline:after{clear: both;}
ul.inline:before,ul.inline:after{
    display: table;
    content: "";
}
li { list-style-type:none; }
ul.inline li{
    display: inline-block;
    float: left;
}
h1{font-size: 2.5em;line-height: 1.5em;}
.unfix:after {clear: both;}
.unfix:before, .unfix:after {
    display: table;
    content: "";
}
.img-full img{width: 100%;}
.w-1000{width: 1000px;margin: 0 auto;}
img { vertical-align:middle;}
.clearfix { display:block; #zoom:1;}
.clearfix:after { content:''; overflow:hidden; width:100%; height:0px; font-size:0px; display:block; clear: both; }

