@charset "UTF-8";

/*要素のフォントサイズやマージン・パディングをリセット*/
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, sub, sup, 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, hgroup, menu, nav, section, summary, time, mark, audio, video
{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}

a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
a:hover {text-decoration:underline;}
a img {border:none;}

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

fieldset, img {border:0;}

ol,ul {list-style:none;}
object,embed {outline:none;}
ins {color:#004b91;text-decoration:underline;}

/*フォーム要素の統一*/
button, fieldset, form, input, label, legend, select, textarea {font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;vertical-align:baseline;}

/*新規追加要素のデフォルトはすべてインライン要素のため、section要素などをブロック要素へ変更する*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにする*/
nav ul {list-style:none;}

/*引用符の表示が出ないようにする*/
blockquote, q {quotes:none;}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定する*/
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}