@charset "utf-8";

/* ------------ Base ------------ */

html {
/* overflow: scroll; */
overflow: -moz-scrollbars-vertical; }

body { background: #f2f2f2; color: #333; }

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;
word-break: normal;
word-wrap: break-word;
line-break: strict;
line-height: 1;
font-size: 16px; }

/* ------------ HTML5 display definitions ------------ */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
display: block;
margin: 0;
padding: 0; }

audio, canvas, video {
display: inline-block; }

audio:not([controls]) {
display: none;
height: 0; }

/* ------------ Links ------------ */

a { text-decoration: none; color: #25a; outline:0; }
a:hover { /*color: #f90;*/ cursor: pointer; opacity: 0.7; }
a:focus {}
a:active { text-decoration: none; } /* 全てのブラウザでホバー時、フォーカス時の読みやすさを改善 */

/* ------------ List ------------ */

ol, ul { list-style: none; }

/* ------------ Embedded content ------------ */

img { border: 0; vertical-align: bottom; }

svg:not(:root) { overflow: hidden; } /* IE9においてoverflowの表示問題を修正 */

/* ------------ Figures ------------ */

figure { margin: 0; } /* IE6/7/8/9, S5, O11におけるmarginの問題を修正 */

/* ------------ Forms ------------ */

fieldset { border: 0; }

button, input, select, textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.5;
margin: 0;
outline: none;
}

button, input { line-height: normal; } /* FF3/4のUA stylesheetにおいてline-heightが!importantになっている点について修正 */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-appearance: button; /*  image-typeが'input'とその他についてユーザビリティと一貫性を改善 */
cursor: pointer; /* iOSにおいてクリック可能な'input'にスタイルが適用できない問題を修正 */
}

input[type="checkbox"], input[type="radio"] {
box-sizing: border-box;
padding: 0;
} /* IE8/9においてbox-sizingプロパティがcontent-boxになっている点を修正 */

input[type="search"] {
-webkit-appearance: textfield; /* S5, Chromeにおいてappearanceプロパティがsearchfieldになっている点を修正 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* S5, Chromeにおいてbox-sizingプロパティがborder-box担っている点を修正 (将来的なことを踏まえて-mozも含める) */
box-sizing: content-box;
} /*  */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} /* S5, Chrome on OSXにおけるpaddingの表示問題を修正 */

button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
} /* FF3/4におけるpadding及びborderの表示問題を修正 */

textarea {
overflow: auto; /* IE6/7/8/9におけるデフォルト表示のスクロールバーを削除 */
vertical-align: top; /* 全てのブラウザーにおいて読みやすさと揃えを改善 */
}

.placeholder { color: #aaa; }
input:-ms-input-placeholder { color: #aaa; }
textarea:-ms-input-placeholder { color: #aaa; }

/* ------------ Tables ------------ */

table {
border-collapse: collapse;
border-spacing: 0;
}
th,
td,
caption { text-align: left; vertical-align: top; }


/* ------------ Typography ------------ */

body {
*font-size: small; /* Win IE7およびWin IE6標準準拠モード向け */
*font: x-small; /* Win IE 5-5.5､6(後方互換モード)向け */
}

h1, h2, h3, h4, h5, h6 {
font-size :100%;
font-weight: inherit;
}

table {
font-size: inherit; /* モダンブラウザ向け */
font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}

pre, code, kbd, samp, tt {
font-family: monospace;
*font-size: 108%; /* Win IE全般向け */
line-height: 100%;
}

body, button, input, select, optgroup, textarea { font-family: "Roboto", /* ローマ字用 (Google Fonts) */ "Avenir", "Helvetica Neue", "Helvetica", "Verdana", "Arial", /* ローマ字用（各種OSのシステムフォント）*/ "Noto Sans CJK TC", "思源黑體", /* 繁体字用（画像内で使用しているフォント、端末に入っている場合に表示） */ "PingFang TC", "蘋方-繁", "Microsoft JhengHei", "微軟正黑體", /* 繁体字用（各種OSのシステムフォント） */ "PingFang HK", "蘋方-港", /* 繁体字用（上記PingFangの香港版）*/ "Source Han Sans", /* 繁体字と簡体字が一緒になっているフォント、画像内で使用しているフォントとほぼ同じ */ "Noto Sans CJK SC", "思源黑體", "PingFangSC", "苹方-简", "Microsoft YaHei", "微软雅黑", /* 簡体字環境用 */ "Noto Sans CJK", /* 繁体字・簡体字・日本語を含むフォント、端末に入っている場合に表示 */ "源ノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", /* 日本語環境用（およびフッターの広告の文字用）*/ sans-serif; }

address, caption, cite, code, dfn, th, var {
font-style: normal;
font-weight: normal;
}

abbr, acronym { border: 0; }
abbr[title] { border-bottom: 1px dotted; } /* IE7/8/9, S5, Chromeにおいてabbr要素がスタイリングされない問題を修正 */
b, strong { font-weight: bold; } /* FF3/4, S4/5, Chromeにおいてb,strong要素がboldにならない問題を修正 */
dfn { font-style: italic; } /* S5, Chromeにおいてdfn要素がイタリック体にならない問題を修正 */
mark { background: #ff0; color: #000; } /* IE6/7/8/9においてmark要素がスタイリングされない問題を修正 */
q:before, q:after { content:''; }

pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;	
} /* 全てのブラウザーにおいてpre-formatted textの読みやすさを改善 */

sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; } /* 全てのブラウザーにおいてsubおよびsup要素がline-heightに影響する問題を防ぐ */

em { font-style: normal; font-weight: bold; }
