@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  background-color: #F3F3F4;
  background-repeat: repeat;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  background-image: url("../img/haikei_03.gif");
  line-height: 1.5;
}

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  padding: 0px;
}

/* フォーマット指定 */
h1 {
  font-size: 10px;
  line-height: 25px;
  color: #999;
}

h4 {
  background-color: #f0f0ff;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #039;
  text-indent: 15px;
  font-size: 16px;
  line-height: 25px;
}

h5 {
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #0caa4c;
  text-indent: 10px;
  background-color: #eee;
}

h6 {
  font-size: 16px;
  line-height: 25px;
  color: #333;
  text-indent: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #02723b;
  border-right-width: 5px;
  border-right-style: solid;
  border-right-color: #088a43;
}

em {
  visibility: hidden;
}

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

a:hover {
  color: #f00;
  text-decoration: underline;
}

a:active {
  text-decoration: none;
  color: #f00;
}

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

div#container {
  width: 792px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: left;
  height: auto;
  background-color: #fff;
  background-image: url("../img/haikei_06.gif");
  background-repeat: repeat-y;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
}

div#wrapper {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../img/haikei_05.gif");
  background-repeat: repeat-y;
}

div#mainimage {
  width: 800px;
  height: 200px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  background-color: #000;
}

div#subimage {
  height: 100px;
  width: 800px;
  margin: 0;
  padding: 0;
  background-color: #000;
}

div#topbar {
  background-color: #333;
  height: 5px;
  width: 800px;
  font-size: 10px;
  color: #fff;
}

div.top {
  height: 50px;
  width: 800px;
}

/* ヘッダー内指定 */
.company {
  line-height: 25px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
  color: #333;
}

div#header {
  color: #666;
  height: 90px;
  width: 785px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
}

div#header a:hover {
  color: #333;
  text-decoration: none;
}

div#header .logo {
  width: 200px;
  height: 50px;
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-image: url("../img/logo.jpg");
  background-repeat: no-repeat;
}

div#header .description {
  text-align: right;
  margin-right: 10px;
  margin-top: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

div#header .sitemap {
  width: 60px;
  height: 15px;
  display: block;
  position: absolute;
  right: 81px;
  top: 31px;
  font-size: 10px;
  background-image: url("../img/arrow33.gif");
  background-repeat: no-repeat;
  background-position: 3px;
  text-indent: 15px;
}

div#header .blog {
  width: 60px;
  height: 15px;
  display: block;
  position: absolute;
  right: 20px;
  top: 31px;
  font-size: 10px;
  background-image: url("../img/arrow33.gif");
  background-repeat: no-repeat;
  background-position: 3px center;
  text-indent: 15px;
}

div#header .info {
  display: block;
  height: 60px;
  width: 550px;
  position: absolute;
  top: 30px;
  background-image: url("../img/tel.png");
  background-repeat: no-repeat;
  right: 1px;
  margin: 0;
  padding: 0;
}

div#head {
  height: 150px;
  width: 780px;
  clear: both;
  font-size: 10px;
  color: #FFF;
  margin-right: auto;
  margin-left: auto;
}

div#box {
  width: 780px;
  padding: 0;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

div#box #box_left {
  float: left;
  width: 185px;
  font-size: 14px;
  color: #666666;
  padding: 0;
  margin-top: 10px;
}

div#box #box_right {
  float: right;
  width: 592px;
  padding: 0;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

/* ナビゲーション指定 */
#navbar {
  list-style-type: none;
  width: 785px;
  position: relative;
  padding: 0;
  height: 41px;
  clear: both;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

#navbar a {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  width: 157px;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  height: 41px;
}

#navbar li {
  width: 157px;
  float: left;
  padding: 0;
  height: 41px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: center;
}

#sidebar {
  list-style-type: none;
  width: 182px;
  position: relative;
  margin: 0;
  padding: 0;
  height: 450px;
  clear: both;
}

#sidebar a {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  width: 182px;
  text-transform: capitalize;
  padding: 0;
  height: 42px;
  margin: 0;
}

#sidebar li {
  width: 182px;
  padding: 0;
  height: 55px;
  margin: 0;
  float: left;
}

#new dl {
  padding: 0;
  width: 591px;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  height: 130px;
}

#new dt {
  width: 100px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  letter-spacing: 1px;
  height: 20px;
  float: left;
  margin-top: 10px;
}

#new dd {
  height: 20px;
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
}

#st {
  width: 570px;
  margin-right: auto;
  margin-left: auto;
  height: 150px;
}

div#contents {
  width: 575px;
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 0;
}

#gmap {
  padding: 0;
  height: 500px;
  width: 550px;
  margin-bottom: 15px;
  border: 1px solid #999;
}

/* リターン指定 */
div#retop {
  color: #000;
  height: 20px;
  width: 780px;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 20px;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

div#retop a {
  color: #036;
  text-decoration: none;
  font-size: 10px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

div#retop a:hover {
  color: #0000ff;
  text-decoration: none;
  font-size: 10px;
  line-height: 20px;
}

div#footer {
  text-align: center;
  width: 780px;
  color: #333333;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

div#footer a {
  color: #333;
  text-decoration: underline;
  font-size: 12px;
  line-height: 20px;
}

div#footer a:hover {
  color: #666;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
}

div#footer a:active {
  color: #f00;
  position: relative;
  height: 1px;
  width: 1px;
  left: 1px;
  top: 1px;
  font-size: 12px;
}

div#footer1 {
  width: 780px;
  text-align: center;
  margin-bottom: 6px;
}

div#footer1 a {
  line-height: 12px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #fff;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 10px;
}

div#footer2 {
  width: 780px;
  text-align: center;
  margin-bottom: 10px;
}

div#footer2 a {
  line-height: 12px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FFF;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 1px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 10px;
}

/* フッター指定 */
.last {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FFF;
}

div#end {
  height: 40px;
  width: 840px;
  background-image: url("../img/haikei_07.gif");
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}

/* 著作権表示 */
#copy {
  height: 20px;
  width: 780px;
  text-align: right;
  padding-top: 10px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-right: auto;
  margin-left: auto;
}

#go-top {
  position: fixed;
  bottom: 10%;
  right: 10%;
}

a#go-top {
  width: 20px;
  height: 20px;
  display: block;
  color: #fff;
  padding: 5px;
  text-align: center;
  background: rgba(0, 136, 63, 0.8);
  border-radius: 50%;
}

a#go-top:hover {
  color: #fff;
  background: #00bb57;
}

/* 文字設定指定 */
.text1020 {
  font-size: 10px;
  line-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.txt1225b {
  font-size: 12px;
  line-height: 25px;
  color: #F30;
}

.txt1425 {
  font-size: 14px;
  line-height: 25px;
}

.txt1220 {
  font-size: 12px;
  line-height: 20px;
}

.txt1620 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 25px;
}

.txt1620r {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #f00;
}

.text1430w {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.text1420e {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 25px;
  color: #000;
}

.text1420b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #000066;
  text-decoration: underline;
}

.text1425r {
  font-size: 14px;
  line-height: 25px;
  color: #f00;
}

.text1420w {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.text1625re {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  background-color: #fff;
}

.dot {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
  font-size: 12px;
  line-height: 25px;
  text-indent: 20px;
  background-image: url("../img/arrow4.gif");
  background-repeat: no-repeat;
  background-position: 3px;
  letter-spacing: 1px;
}

.retop {
  height: 20px;
  width: 570px;
  text-align: right;
}

.txt1220st {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
}

.clear {
  clear: both;
}

A.btns {
  display: block;
  width: 150px;
  color: #009;
  border: 2px outset #eee;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 0px;
  background: #e6ebff;
  text-align: center;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 16px;
  line-height: 25px;
  float: right;
}

A.btns:hover {
  color: #f00;
  border: 2px inset #ddd;
  background: #e1e2fd;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 0;
  padding-left: 0;
}

A.btns:active {
  color: #f9f;
}

.column {
  width: 592px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}

.left {
  float: left;
  width: 605px;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.menu {
  padding: 39px 0 0 44px;
}

#box, .clearfix, #contents {
  display: table;
  content: " ";
}

#box::affter, .clearfix::after, #contents::after {
  clear: both;
}

span.msg {
  color: red;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #eee;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */