@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
#radio input[type="text"] {
  max-width: 124px;
}

input#zip {
  max-width: 102px;
}

input#submit {
  padding: 15px 30px;
  font-size: 1.0em;
  background-color: #999;
  color: #fff;
  border-style: none;
}

input#submit:hover {
  background-color: #000;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: 1px solid #909090;
  background: #fff;
  box-shadow:  0 0 3px rgba(120,120,120,1);
   color: #444;
}

