@charset "UTF-8";
/* ---------------------------------
Reset
---------------------------------- */
*, 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, font, 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, figure { margin: 0; padding: 0; background: transparent; outline: 0; box-sizing: border-box; }

body, table, input, textarea, select, option { font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 500; }

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

ol, ul { list-style: none; }
ol li a:hover, ul li a:hover { text-decoration: none; }

table { border-collapse: collapse; border-spacing: 0; }

blockquote, q { quotes: none; }

ins { text-decoration: none; }

del { text-decoration: line-through; }

p { font-size: 1.2em; line-height: 1.6em; }

a { color: #333; text-decoration: none; }
a:hover { text-decoration: underline; }

:focus { outline: 0; }

body { width: 100%; -webkit-text-size-adjust: none; font-size: 80%; color: #333; }

.clear { clear: both; zoom: 1; }
.clear:after { content: ""; display: block; clear: both; }
