@charset "UTF-8";

/*================================================
form
================================================*/
main#contact div.container section h2 span{

  display: inline-block;
  font-weight: normal;
  font-size: 10pt;
  margin-left:15px;
  color:#c00;
}

main#contact div.container section p{

  padding-left: 0px !important;
}

main#contact div.container section p.contents{

  min-width:900px;
}


main#contact div.container section input[type="text"]{

  padding: 5px;
  margin-bottom: 20px;
  width:510px;
}

main#contact div.container section textarea{

  width:510px;
  height:210px;
  margin-bottom: 20px;
}

main#contact div.container section input[type="submit"]{

  padding: 10px 20px;
  margin-right: 20px;
  border: none;
  background-color: #4653fb;
  color:#fff;
}
