@charset "utf-8";

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;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
}

ul {
    list-style:none;
}

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

caption,th {
    text-align:left;
}

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

object,embed {
    vertical-align:top;
}

legend {
    display:none;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
}

img,abbr,acronym,fieldset {
    border:0;
}

body{
    font-size: 14px;
    line-height: 1.9;
    font-weight: 300;
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    -webkit-text-size-adjust:100%;
    overflow-x: hidden;
    color: #000;
    background: #fff;
}

a{
    color: #0066ff;
    text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus {
    outline:0;
}
