﻿@charset "utf-8";
/* CSS Document */

 

/* reset */
html { height: 100%; background: #ffffff; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-font-smoothing: antialiased }
body { min-height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: inherit !important}
iframe, fieldset, img { border: 0 none }
img { vertical-align: top }
button { cursor: pointer }
input, textarea, button, select { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-border-radius: 0; -webkit-appearance: none }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote::before, blockquote::after, q::before, q::after { content: ''; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address, i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
input, select, button, textarea { color: inherit; font-size: inherit; font-family: inherit }
body { line-height: 1 }
a { color: #000000; text-decoration: none }
:focus { outline: none }

body::before, .fixed::before, .clearfix::before, .cf::before, #header::before, #header > .inner::before, #main::before, #main > .inner::before, #footer::before, #footer > .inner::before { content: ''; display: table }
body::after, .fixed::after, .clearfix::after, .cf::after, #header::after, #header > .inner::after, #main::after, #main > .inner::after, #footer::after, #footer > .inner::after { content: ''; display: table; clear: both }

.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }

video { background-color: #000000 }

input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
input[type=password] { font-family: Arial }
input {
  -webkit-autocapitalize:off;
}