@charset "UTF-8";

/*global setting*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-size: 100.01%;
    line-height: 1;
    color: #464646;
    font-family: 'Open sans', sans-serif;
    font-size: 14px;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #494949;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

a:hover {
    text-decoration: none;
}
iframe{
    border: none;
}
input, textarea{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.submit{
    cursor: pointer;
}
fieldset, img {
    border: 0;
}
ol, ul {
    list-style: none;
}

address, caption, cite, code, dfn, var {
    font-style: normal;
    font-weight: normal;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

input:focus {
    outline: none;
}

em, i {
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

a:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.2;
    color: #000;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
    font-weight: bold;
}
.clear{
    clear: both;
}
/* //global setting */

