@charset "utf-8";
/* ------------------------------------------------------------------------- */
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
  margin:20px 30px;
  padding:0px 20px;
}

#basewrapper {
	margin: 0 auto;
	padding: 0;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
    width: 100%;
}

h1 {
  position: relative;
  padding: 5px 26px 5px 42px;
  background: #E6DCCE;
  font-size: 30px;
  color: #9E773D;
  margin-left: 0px;
  line-height: 1.3;
  border-bottom: solid 3px #7B623D;
  z-index:-2;
}

h1:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

h1:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}
/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
[class^="hvr-"] {
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  margin: .4em;
  padding: 9px 30px 9px 30px;
  cursor: pointer;
  background: #787;
  text-decoration: none;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.submitarea {
-webkit-box-shadow:0 0 6px 6px rgba(200,200,200,0.5) inset;
   -moz-box-shadow:0 0 6px 6px rgba(200,200,200,0.5) inset;
        box-shadow:0 0 6px 6px rgba(200,200,200,0.5) inset;
	color: #CBA463;
	font-weight: bold;
    text-decoration: none;
}
/* input€–Ú‚Ì•E‚‚³‚ð’²® */
.submitarea { margin:0; padding:8; }
/* ”wŒiF‚Æ˜g‚ÌüF‚ÌÝ’è */
.submitarea { background-color:#FFF; border:#999 1px solid; }
.submitarea { cursor:pointer; }
.submitarea:active, .submitarea:hover {
-webkit-box-shadow:0 0 6px 6px rgba(200,200,200,0.8) inset;
   -moz-box-shadow:0 0 6px 6px rgba(200,200,200,0.8) inset;
        box-shadow:0 0 6px 6px rgba(200,200,200,0.8) inset;
	color: #B77248;
	font-weight: bold;
}

.menubtn {
  margin-left: 0px;
  font-size: 24px;
  font-weight: bold;
  float: left;
}
