
body {
  /*font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: "メイリオ", sans-serif;
  color: #404040;
  background: #ededed;
}

p {color:red;font-size:0.8em;margin:5px 0;}

.sign-up {
  position: relative;
  margin: 50px auto;
  width: 280px;
  padding: 20px 25px 20px;
  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-title {
  margin: -5px -25px 25px;
  padding: 10px 25px 0;
  line-height: 35px;
  text-align: center;
}

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;
}
.sign-up-input:focus {
  border-color: #62c2e4;
  outline: none;
}
.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: #1682e1;
	/*background: #f0776c;*/
  border: 0;
  border-bottom: 2px solid #1375ca;
  border-radius: 5px;
  cursor: pointer;
}
.sign-up-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sign-up-button:hover {
	background: #1168b4;
}

:-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;
}


/* スマホ、タブレットに適用 */
@media screen and ( max-width:740px) {

  .sign-up {
  width:240px;
  margin:10px auto;
  }

}
