/*
March.18,2016 ateam customized.
base style YUI reset + normalize.css
Set of tags that do not use was disabled.

*/
@charset 'UTF-8';
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

html {
    font-family: 'Roboto','Lucida Grande','Lucida Sans Unicode','Noto Sans Japanese','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,Verdana,sans-serif;
    width: 100%;
    height: 100%;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    width: 100%;
    height: 100%;
}

footer,header,hgroup,nav,section {
    display: block;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],template {
    display: none;
}

a {
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    outline: none;
    border: none;
}

*:focus {
  outline: none;
}

a:hover {
    text-decoration: none;
    color: #dd2121;
}

a:active,a:hover {
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    line-height: 1;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

h3,h4,h5,h6 {
    font-size: 1em;
}

img {
    border: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

td,th {
    padding: .5em;
    text-align: left;
    vertical-align: top;
    border: 1px solid #fff;
}

ul,ol,li {
    list-style: none;
}


sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

strong,b {
    font-weight: bold;
}

small {
    font-size: 80%;
}

pre,code {
    font-family: monospace;
}

mark {
    color: #000;
    background: #ff0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border-radius: 7px;
}

input:focus,select:focus,textarea:focus {
    outline: none;
}

button {
    overflow: visible;
    color: inherit;
    border: none;
    background: none;
}

button,select {
    text-transform: none;
}

button,html input[type='button'],input[type='reset'],input[type='submit'] {
    cursor: pointer;

    -webkit-appearance: button;
}
html input[type='button']:hover,input[type='reset']:hover,input[type='submit']:hover {
    /* color: #fc9501;*/
}

button[disabled],html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
    padding: .5em;
}

input[type='checkbox'],input[type='radio'] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type='number']::-webkit-inner-spin-button,input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='search'] {
    box-sizing: content-box;

    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

.cl:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}
