@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*
		@include centerbox();
		@include pie-clearfix();
		@include border-radius(60px);
		@include box-sizing(border-box);
*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  -webkit-text-size-adjust: 100%;
  min-width: 1020px;
  background: #f3f2e7; }

#wrapper {
  margin: 0 auto;
  width: 1020px;
  background: #fff; }

#header {
  *zoom: 1; }
#header:after {
  content: "";
  display: table;
  clear: both; }
#header h1 {
  float: left;
  width: 441px;
  height: 93px;
  padding: 19px 0 0 21px; }
#header .nav {
  float: right;
  width: 410px;
  height: 98px;
  padding: 0 10px 0 0; }
#header .nav .tel {
  padding: 0 0 0 110px; }
#header .nav .tel p {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  width: 300px;
  height: 44px;
  background: #3e762f;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 44px; }
#header .nav nav {
  padding: 24px 0 0 0; }
#header .nav nav li {
  display: inline-block;
  width: 125px;
  height: 30px;
  text-align: center;
  margin: 0 17px 0 0; }
#header .nav nav li:nth-child(3) {
  margin: 0; }
#header .nav nav li.selected a {
  background: #3e762f;
  color: #fff; }
#header .nav nav li a {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  display: block;
  color: #000;
  background: #fff;
  opacity: 0.8;
  text-decoration: none; }

#footer .footer {
  background: #48b8ff;
  padding: 0 0 28px; }
#footer .footer nav {
  padding: 14px 0 0 0;
  text-align: center; }
#footer .footer nav li {
  display: inline-block;
  border-left: 1px solid #d1edff;
  line-height: 14px; }
#footer .footer nav li:last-child {
  border-right: 1px solid #d1edff; }
#footer .footer nav li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 0 24px; }
#footer .footer h2 {
  padding: 19px 0 0 0;
  text-align: center; }
#footer .footer p {
  color: #fff;
  line-height: 24px;
  font-size: 12px;
  text-align: center; }
#footer .copy {
  background: #2f2f2f; }
#footer .copy p {
  color: #fff;
  line-height: 30px;
  font-size: 12px;
  text-align: center; }
