@charset "utf-8";
/* 
※このファイルは基本的に編集しないこと。他のCSSで設定上書きでの対処を推奨。
==================================================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; font-size:100%; }
html { font:14px sans-serif; }

@media only screen and (max-width: 480px) {
html { font:14px sans-serif !important; }
}

@media only screen and (max-width: 460px) {
html { font:14px sans-serif !important; }
}

@media only screen and (max-width: 414px) {
html { font:13px sans-serif !important; }
}

@media only screen and (max-width: 390px) {
html { font:13px sans-serif !important; }
}

@media only screen and (max-width: 370px) {
html { font:13px sans-serif !important; }
}

@media only screen and (max-width: 350px) {
html { font:12px sans-serif !important; }
}


@media only screen and (max-width: 320px) {
html { font:12px sans-serif !important; }
}
body { -webkit-text-size-adjust: 100%; /* 画面回転時の自動文字サイズ調整機能OFF */ }
@media print {
body { -webkit-print-color-adjust:exact; /* 印刷時の背景印刷 */ }
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section { display:block; }
img { font-size:0; -ms-interpolation-mode: bicubic; /* IE系での画像リサイズ時のリサンプリング設定 */ }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:""; content:none; }
a { margin:0; padding:0; vertical-align:baseline; background:transparent; font-size:100%; color: #010101;}
a:link { text-decoration:underline; }
a:focus { outline:none; }
a:active, a:hover, a:focus { outline:0 none; }
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
:before, :after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
img { vertical-align:middle; max-width:100%; }
ins { color:#000; background-color:#ff9; text-decoration:none; }
mark { color:#000; background-color:#ff9; font-style:italic; font-weight:bold; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
hr { margin:1em 0; padding:0; border:0; border-top:1px solid #cccccc; display:block; height:1px; }
table { border-collapse:collapse; border-spacing:0; }
input, select { vertical-align:middle; font-size:100%; }
textarea, button { font-size:100%; }
pre, code, kbd, samp, tt { font-family:monospace; }
sub, sup { margin:0; padding:0; border:0; outline:0; position:relative; font-size:66.7%; }
sup { top:-0.3em; }
sub { bottom:-0.1em; }
p { margin:0}