.heading {
position: relative;
margin-bottom: 2.5em;
margin-top: 1em;
line-height: 2em;
text-align: center;
}

.heading>.headtitle {
margin-bottom: .10em;
font-family: PTSansBold,Helvetica,Arial,sans-serif;
font-size: 1.5em;
font-weight: bold;
color:#666;
/*text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);*/
}


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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.about {
margin-bottom: .10em;
margin: 20px auto 40px;
  padding: 8px;
  width: 260px;
font-family: PTSansBold,Helvetica,Arial,sans-serif;
font-size: 0.8em;
color:#666;
}

.sign-up {
  position: relative;
  margin: 10px auto;
  width: 280px;
  padding: 33px 25px 29px;
  background: white;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.sign-up:before, .sign-up:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 10px;
  background: inherit;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 4px;
}
.sign-up:after {
  bottom: 3px;
  border-color: #dcdcdc;
}

.sign-up-title {
  margin: -25px -25px 25px;
  padding: 15px 25px;
  line-height: 35px;
  font-size: 26px;
  font-weight: 300;
  color: #aaa;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  background: #f7f7f7;
}
.sign-up-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: #8fbc8f;
  border-radius: 5px 5px 0 0;
  /* 006400 */
  background-image: -webkit-linear-gradient(left, #8fbc8f, #006400 12.5%, #006400 12.5%, #006400 25%, #006400 25%, #006400 37.5%, #006400 37.5%, #006400 50%, #006400 50%, #006400 62.5%, #006400 62.5%, #006400 75%, #006400 75%, #006400 87.5%, #006400 87.5%, #8fbc8f);
  background-image: -moz-linear-gradient(left, #006400, #006400 12.5%, #006400 12.5%, #006400 25%, #8fbc8f 25%, #8fbc8f 37.5%, #006400 37.5%, #006400 50%, #8fbc8f 50%, #8fbc8f 62.5%, #006400 62.5%, #006400 75%, #8fbc8f 75%, #8fbc8f 87.5%, #006400 87.5%, #006400);
  background-image: -o-linear-gradient(left, #006400, #006400 12.5%, #006400 12.5%, #006400 25%, #8fbc8f 25%, #8fbc8f 37.5%, #006400 37.5%, #006400 50%, #8fbc8f 50%, #8fbc8f 62.5%, #006400 62.5%, #006400 75%, #8fbc8f 75%, #8fbc8f 87.5%, #006400 87.5%, #006400);
  background-image: linear-gradient(to right, #006400, #006400 12.5%, #006400 12.5%, #006400 25%, #8fbc8f 25%, #8fbc8f1 37.5%, #006400 37.5%, #006400 50%, #8fbc8f 50%, #8fbc8f 62.5%, #006400 62.5%, #006400 75%, #8fbc8f 75%, #0064001 87.5%, #006400 87.5%, #006400);
}

input {
  font-family: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sign-up-input {
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 15px 2px;
  font-size: 17px;
  background: white;
  border: 2px solid #ebebeb;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 -2px #ebebeb;
  box-shadow: inset 0 -2px #ebebeb;
}
.sign-up-input:focus {
  border-color: #8fbc8f;	/*#8fbc8f;*/
  outline: none;
  -webkit-box-shadow: inset 0 -2px #8fbc8f;	/*#8fbc8f;*/
  box-shadow: inset 0 -2px #8fbc8f;	/*#8fbc8f;*/
}
.lt-ie9 .sign-up-input {
  line-height: 48px;
}

.sign-up-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 54px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #8fbc8f;
  border: 0;
  border-bottom: 2px solid #0968AF;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #8fbc8f;	/*#0968AF;*/
  box-shadow: inset 0 -2px #8fbc8f;	/*#0968AF;*/
}
.sign-up-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/*スマホ版ログインボタン*/
@media screen and (max-width: 420px){
.sign-up-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 54px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #038AEF;
  border: 0;
  border-bottom: 4px solid #0968AF;
  border-radius: 3px;
  cursor: pointer;

}

}
/******************/










:-moz-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 300;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}
