@charset "UTF-8";
/*
* Description: サイドナビ
* Project: 
* Last Up Date: 2015.06
* Author: Araya,morie
*/
/*-------------------------------------------------------------

初期化

---------------------------------------------------------------*/
@import url(../css/font-awesome/css/font-awesome.min.css);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: none repeat scroll 0% 0% transparent;
  border: 0pt none;
  margin: 0pt;
  outline: 0pt none;
  padding: 0pt;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1.6;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none outside none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  background: none repeat scroll 0% 0% transparent;
  font-size: 100%;
  margin: 0pt;
  padding: 0pt;
  vertical-align: baseline;
}

ins {
  background-color: #FFFF99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #FFFF99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
  border-right: 0pt none;
  border-style: solid none none;
  border-width: 1px 0pt 0pt;
  display: block;
  height: 1px;
  margin: 1em 0pt;
  padding: 0pt;
}

input, select {
  vertical-align: middle;
}

/*-------------------------------------------------------------
     ▼floatクリアー
-----------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

.clear {
  clear: both;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* ▲floatクリアー
-----------------------------------------------------------------*/
/*------------------------------
	baseを定義	body, h1, a等
------------------------------*/
* {
  font-family: 'Share', cursive;
}

body header {
  margin: 0 auto;
  text-align: center;
}

body footer {
  background: #333;
  z-index: 1 !important;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 80%;
  letter-spacing: 2px;
  padding: 30px 0;
}

body footer .f-wrap {
  width: 1024px;
  z-index: 1 !important;
  margin: 0 auto;
  padding: 20px 0;
}

body footer small {
  display: block;
  text-align: center;
  margin-top: 10px;
}

body footer a {
  color: #fff;
}

body footer a:hover {
  text-decoration: underline;
}

body .wrap {
  width: 1024px;
  margin: 0 auto;
}

body #main {
  margin: 0 auto;
}

body #container .wrap {
  width: 100%;
}

body #container section {
  width: 1024px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
}

header::after {
  clear: both;
  content: "";
  display: table;
}

header #hwrap {
  width: 994px;
  margin: 0 auto;
}

header #logo, header h1#logo {
  float: left;
  font-size: inherit;
  padding: 10px;
  background: #fff;
  height: 50px;
}

@media screen and (max-width: 479px) {
  header #logo, header h1#logo {
    height: auto;
  }
}

header #logo img, header h1#logo img {
  vertical-align: middle;
}

header #gnavi {
  float: right;
}

header #gnavi ul {
  margin: 20px 0;
}

header #gnavi ul::after {
  clear: both;
  content: "";
  display: table;
}

header #gnavi ul li {
  float: left;
  margin-right: 20px;
  font-size: 120%;
}

header #gnavi ul li a {
  color: #fff;
}

header #gnavi ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 980px) {
  header #gnavi {
    display: none;
  }
}

/*------------------------------
	baseを定義	body, h1, a等
------------------------------*/
* {
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto sans-serif;
}

html, body {
  color: #333;
  height: auto !important;
}

body {
  min-width: 1150px;
}

img {
  vertical-align: bottom;
}

::-moz-selection {
  background: #f3784a;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #f3784a;
  color: #fff;
  text-shadow: none;
}

.loadingWrap {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.loadingWrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -90px;
  height: auto;
  display: block;
  text-align: center;
  font-family: 'Share','helveticaneuelight',cursive;
  letter-spacing: 2px;
}

.loadingWrap span img {
  width: 180px;
  display: block;
  animation: spin 5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  /*0%の時は20％の透明度*/
  50% {
    transform: rotate(180deg);
  }
  /*50%の時は透明度なし*/
  100% {
    transform: rotate(360deg);
  }
  /*100%の時に20％の透明度に戻る*/
}

body .pure-g, body .pure-g-r {
  letter-spacing: normal;
}

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

body a.btn {
  background: #f3784a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
}

body a.btn:hover {
  background: #e26e43;
}

body #maintitle {
  background: url(/e/inc/images/common/bg_header.png) center top #7f7f7f;
  color: #fff;
  padding-top: 20px;
  height: 200px;
  line-height: 200px;
  width: 100%;
  text-align: center;
}

body h1, body h2, body h3, body h4 {
  font-family: 'Share','helveticaneuelight',cursive;
}

body h1 {
  font-size: 350%;
}

body h2 {
  font-size: 250%;
  margin-bottom: 30px;
}

body h2 span {
  font-size: 40%;
  display: block;
  letter-spacing: 1px;
  font-weight: 300;
}

body h3 {
  margin-bottom: 20px;
  font-size: 200%;
}

body h4 {
  font-size: 150%;
}

@media screen and (max-width: 640px) {
  body h1 {
    font-size: 220%;
  }
  body h2 {
    font-size: 200%;
  }
  body h3 {
    font-size: 130%;
  }
  body h4 {
    font-size: 110%;
  }
}

body p {
  margin-bottom: 20px;
}

body .taL {
  text-align: left;
}

body .taC {
  text-align: center;
}

body .taR {
  text-align: right;
}

body .sectionbox .l-box img {
  width: 100%;
  height: auto;
}

/*
* Description: サイドナビ
* Project: 
* Last Up Date: 2015.06
* Author: Araya,morie
*/
/*------------------------------
    レスポンシブ定義
------------------------------*/
@media screen and (max-width: 980px) {
  body {
    min-width: inherit;
  }
  body .wrap {
    width: 95%;
  }
  body header {
    width: 95%;
  }
  body header #logo {
    width: 90px;
    margin-left: 5px;
  }
  body header #logo img {
    width: 100%;
  }
  body #main {
    margin: 0 auto;
  }
  body #container section {
    width: 95%;
    padding: 30px 20px;
  }
  body footer {
    text-align: center;
  }
  body footer .f-wrap {
    width: 95%;
  }
}

@media screen and (max-width: 640px) {
  #container {
    z-index: 9999;
    position: relative;
  }
  * {
    box-sizing: border-box;
  }
}
