﻿@charset "UTF-8";

html {
overflow-y: scroll;
}

body,
div,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
padding: 0;
text-align: left;
}

a {
text-decoration: none;
}

img {
border:0 none;
vertical-align:bottom;
}

strong {
font-style:normal;
font-weight:normal;
}

ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight:normal;
}

/* ------------------------------------------------
  Clear Fix
------------------------------------------------ */
.clearfix:after {
content    : "";
display    : block;
height     : 0;
visibility : hidden;
clear      : both;
}

.clearfix {
display : inline-block;
}

.clearfix {
display : block;
}