@charset "UTF-8";

#wrapper h2{
  background-color:#fff;
  color:#333;
  font-size:20px;
  padding:8px 22px;
  border-radius:2px;
  border:1px solid #0000ff;
}

#wrapper h3{
    border-left:solid 3px #ff4500;
    padding:4px 9px 4px 14px;
}


/*ヘッダー*/
header{
  width:984px;
  margin: 0 auto;
  margin-bottom:50px;
}

.Sentence{
  margin:60px 0;
}

.Sentence p{
  text-align:center;
}

.main_form{
  margin-bottom:100px;
  border-radius:2px;
  border:1px solid #d3d3d3;
}

form{
  text-align:center;
}

form input{
  width:400px;
}

.submit_button input{
  background-color:#0000ff;
  color:#fff;
}