﻿@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;
    height: auto;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: baseline;
    width: auto;
}

a, button, input[type=submit] {
    cursor: pointer;
}

button, label, input, th, td {
    vertical-align: middle;
}

button, input[type=submit], strong, th {
    font-weight: bold;
}

button, input[type=submit] {
    text-align: center;
}

em {
    font-style: italic;
}

h1, h2, h3, h4, h5, h6, strong, th {
    font-weight: bold;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    text-align: left;
}

.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;
}

::-webkit-scrollbar, ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #666;
}

::-webkit-scrollbar-track {
    background-color: #ddd;
}