﻿@charset "utf-8";
/* CSS Document */

  /*------------------------------------------------------------------
 /*initialize.css  --初期化用CSS--
/*-----------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  background: #FFF;
  line-height: 1.4;
  font-family: sans-serif;
  font-size: 84%;
  color: #333;
}

h1 {
  line-height: 1.2;
  font-size: 136%;
}

h2 {
  line-height: 1.2;
  font-size: 129%;
  margin:0 0 1em 5em;
}

h3 {
  line-height: 1.2;
  font-size: 122%;
}

h4 {
  margin-top: 1.5em;
  line-height: 1.2;
  font-size: 114%;
}

h5 {
  margin-top: 1.5em;
  line-height: 1.2;
  font-size: 107%;
}

h6 {
  margin-top: 1.5em;
  line-height: 1.2;
  font-size: 100%;
}

h3+h4,
h4+h5,
h5+h6 {
  margin-top: 1em;
}

p,
ul,
ol,
pre,
blockquote,
table {
  margin: 0em 0;
}

li {
  list-style: outside none;
}

table {
  border-collapse: collapse;
}

img {
  border: none;
}

address,
em,
cite {
  font-style: normal;
}

code {
  font-family: "Courier New", Courier, monospace;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

pre code {
  padding: 0;
}