/* CSS Document
/*resets*/
* {
    font-size: 100%;
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin:0;
    padding:0;
    font-weight:normal;
}
ul,
li {
    margin:0;
    padding:0;
    list-style:none;
}
dl,
dt,
dd {
    margin:0;
    padding:0;
    list-style:none;
}
a {
    text-decoration:none;
}
cite {
    font-style:normal;
}
img {
    border:none;
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
blockquote {
    text-indent:0;
    margin:0;
    padding:0
}
:focus {
    outline: 0;
    outline-style:none;
    outline-width:medium
}
ins {
    text-decoration: none
}
del {
    text-decoration: line-through
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
a,
input,
submit,
select,
button,
fieldset {
    outline-style:none;
    outline-width:medium;
    border:none;
    padding:0;
    margin:0;
}
select,
input {
    /* border:1px solid #1a1a1a; */
    font-style:italic
}
/*table*/
table {
	border-collapse:collapse;
    margin:0;
    padding:0;
    border:none;
}

table caption {
	font-weight:normal;
    text-align:left;
}
table th {
	font-weight:normal;
    text-align:left;
}

/*Clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

