@charset 'utf-8';

* {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    border: none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
    margin: 0;
    outline: none;
    padding: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: bold;
}

a, button {
    cursor: pointer;
}

button {
    text-align: center;
}

em {
    font-style: italic;
}

li {
    list-style-type: none;
}

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    width: 100%;
}

button, label, input, th, td {
    vertical-align: middle;
}

th, td {
    text-align: left;
    white-space: nowrap;
	vertical-align: top;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

*html .clearfix {
    height: 1%;
}

*:first-child+html .clearfix {
    min-height: 1px;
}

*html .clearfix, *:first-child+html .clearfix {
    zoom: 1;
}