@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, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, 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, pre {
  margin: 0;
  padding: 0;
  font-size: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  color: #000;
  overflow-y: scroll;
  background: #FFF;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 14px;
  line-height: 1; }

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  text-align: left;
  font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: normal;
  word-wrap: break-word;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%; }

html > body {
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ul, ol, menu {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.37; }

table caption, table th, table td {
  text-align: left;
  vertical-align: top; }

fieldset, img {
  border: 0; }

img {
  vertical-align: top; }

hr {
  display: none; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

legend {
  color: #000; }

label {
  cursor: pointer; }

pre {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */ }

/* link color */
a {
  color: #0071bc;
  text-decoration: underline;
  vertical-align: baseline;
 }

a:link {
  color: #0071bc; }

a:visited {
  color: #0071bc; }

a:hover {
  color: #0071bc;
  text-decoration: none; }

a:active {
  color: #0071bc;
  text-decoration: none; }

/* input */
input, button, textarea, select {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
  font-size: 100%;
  color: #333; }

input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input[type="submit"], input[type="button"], input[type="reset"], input[type="file"], textarea, select, option, optgroup, button {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
  box-sizing: content-box;
  background: #f4f4f4;
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: none;
  outline: none;
  text-align: left; }

/* input IE対策 */
/* text */
input::-ms-clear {
  visibility: hidden; }

/* password */
input::-ms-reveal {
  visibility: hidden; }

/*--[class]-----------------------------------------------------*/
/* clearfix */
.pkg {
  zoom: 1; }

.pkg:after {
  content: '';
  display: block;
  clear: both; }

/* noscript-msg */
.noscript-msg {
  color: #CC0000;
  font-weight: bold;
  padding: 1px 0 1px 20px;
  margin: 0 10px 10px; }

/* display:none; */
.disp-none, .skip-nav {
  display: none; }
