@charset "utf-8";
/*--reset--*/
html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}
/*--reset--*/
body {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 100%;
  background-repeat: no-repeat;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
}
h1 {
  color: #000000;
}
h2 {
  color: #000000;
}
a:link {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
}
a:visited {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;
}
a:active {
  text-decoration: underline;
  color: #FF0000;
  font-size: 12px;
}
a:hover {
  text-decoration: underline;
  color: #FF0000;
  font-size: 12px;
  text-align: right;
}
ul {
  margin: 0;
  list-style: none;
  padding: 0 0 0 0;
  height: auto;
  width: auto;
}
li {
  margin: 0;
  list-style: none;
  float: left;
  padding: 0 0 0 0;
  height: auto;
  width: auto;
  text-decoration: none;
}
img {
  display: block;
  border: 0;
  width: auto;
}
imgs {
  display: block;
  border: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0px;
}
.clear, .separation {
  clear: both;
  display: block;
}

.box-a {
width: 100%;
  padding: 5px 0 5px 20px;
  background-color: #000000;
  font-size: 1.5em;
  color: #FFFFFF;
}
.box-b {
	width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 1.0em;
}
.box-main {
  margin: 30px 0 0 0;
}
.box-waku {
  padding: 2% 0 2% 0;
  margin: 0 9% 0 9%;
  border: 1px solid;
  border-color: #999999;
  border-radius: 20px;
}
.box-line {
  padding: 0;
  margin: 50px 0 70px 0;
}
#page_top {
  position: fixed;
  bottom: 50px;
  right: 20px;
}
#page_top a {
  background-color: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 22px 20px;
  border-radius: 50%
}
#page_top a:hover {
  background-color: #666;
  text-decoration: none;
}