@charset "utf-8";

@import url(main.css);
@import url(header.css);
@import url(footer.css);

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, textarea, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

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

html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
  /* font-size: 1rem = 10px */
  -webkit-text-size-adjust: 100%;
	font-family : "Roboto", 'Noto Sans JP', sans-serif;
	font-weight: 400;
  color: #14334c;
	font-feature-settings: "palt";
}

*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

img {
  height: auto;
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

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

.txtAC {
  text-align: center;
}

.txtAR {
  text-align: right;
}