@charset "utf-8";

html, body, div, span,nav, 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, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-style: inherit;
  font-weight: inherit;
/*	outline: 0;*/
  background:transparent;
}

a:link {
	color: #0075a1;
	text-decoration: none;
}

a:visited {
	color: #0075a1;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
  }

::selection {
	background: #0075a1; 
	color: #fff;
}

::-moz-selection {
	background: #0075a1;
	color: #f0f0e8;
}

html {
  color: #1c1c1c;
  font-size: 62.5%;
}

body {
    position: relative;
	background-color: #f4f4f4;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 1em;
}

input, textarea, select, button {
    font-family: inherit;
    font-size: 100%;
}

html, body {
  height: 100%;
}
ol, ul {
  list-style: none;
}

/* ------HTML5 ELEMENTS------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary,figcaption,figure {
  display: block;
}