﻿/**
 *  Reset Style Sheet
 */

@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 {
    cursor: pointer;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

li {
    list-style: none;
}

.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;
}

.clear {
    clear: both;
}

::-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: #388e3c;
}

::-webkit-scrollbar-track {
    background-color: #eee;
}

::selection {
    background-color: #388e3c;
    color: #fff;
}