@charset "utf-8";
/*-------------------
お問合せ
---------------------*/
label{
    font-weight:bold;
}
.php_display{
    width:90%;
    margin:0 auto;
    padding:0.5em 1em;
    background:#fff;
    color:#000;
}
.contact{
    width:100%;
    min-height:600px;
}
.message {
  width: 96%;
  margin: 1em auto;
  padding: 0.5em;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #000;
}
.message p{
    background:#fff;
}
.message input[type="text"] {
  width: 200px;
  margin: 0.5em 1em;
  padding: 0.5em;
}
.message input[type="email"] {
  margin: 0.5em 1em;
  padding: 0.5em;
  font-size: 1.6rem;
}
.message textarea {
  width: 90%;
  height: 10em;
  margin: 0 1em 0.5em;
  padding: 0.5em;
}
.message select {
  width: 12em;
  margin: 0 1em 0.5em;
  padding: 0.5em;
  color: #7B7B7B;
  font-weight: bold;
}
.message input[type="submit"] {
  width: 100%;
  height: 2em;
  line-height: 2em;
  background: #7E9374;
  border-radius: 10px;
  font-size: 1.8rem;
  color: #E5DECA;
  text-shadow: 0px 0px 2px #fff;
  margin: 4em auto 0.5em;
  padding: 0;
  text-align: center;
}
.message input[type="submit"]:hover {
  background: #A5D4AD;
  color: #FFF7E8;
}

