@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    border: 0;
    font-size: 100%;
    line-height: 1.7;
    font-style: normal;
    font-weight: normal;
    font: inherit;
    vertical-align: baseline;
}
html {
    font-size: 62.5% ;
    -webkit-box-sizing: border-box;
		box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    font-family: Verdana, Roboto, "Droid Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    color: rgba(0,0,0,1.0);
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol,ul{
    list-style: none;
}
ol li,
ul li{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
    color: #0044CC;
}
a:focus,
*:focus {
    outline:none;
}
img{
    max-width: 100%;
		height: auto;
    border-width: 0;
    line-height: 0;
    vertical-align: bottom;
}
a img {
    outline: none;
    border-width: 0;
    border-style: none;
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
select,
textarea,
input,
from{
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: 0;
    color: inherit;
    font-family: inherit;
    background: #FFFFFF;
    vertical-align: middle;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
textarea:focus,
input:focus {
    border: 1px solid rgba(0, 0, 0, 0.32);
    box-shadow: none;
    outline: none;
}