/*-----------------------------------------------------------------
  General setting
-----------------------------------------------------------------*/
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, 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;
}

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

html {
  color: #000000;
  overflow-y: scroll;
  background: #FFF;
  width: 100%;
  height: 100%;
  min-height: 100%;
  line-height: 1;
}
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  text-align: left;
  font-family:'メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',  sans-serif !important;
  word-break: normal;
  word-wrap: break-word;
  line-height: 1.3 !important;
  min-width: 1030px;
  background: url("/img/2016/bg_common.gif") repeat;
  position:relative;
}
html>body {
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
ul, ol, menu{
  list-style: none;
}

/*
fieldset, img {
  border: 0
}
img {
  vertical-align: top;
}

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;
  white-space: -pre-wrap; 
  white-space: -o-pre-wrap;
  white-space: pre-wrap;}
*/

/* link color */
a {
  color: #000099;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}
a:link {
  color: #000099;
  text-decoration: none;
}
a:visited {
  color: #000099;
  text-decoration: none;
}
a:hover {
  color: #000099;
  text-decoration: underline;
}
a:active {
  color: #000099;
  text-decoration: none;
}
/* input */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-size: 100%;
  background: none;
  border: none;
  outline: none;
  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, 'ＭＳ Ｐゴシック', sans-serif;
  background: #f4f4f4;
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 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;
}
