@charset "utf-8";
/* CSS Document */
h2{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.3rem;
  color: #2e5e5e;
  background-image: url("../images/icon01.gif");
  background-position: 0px 6px;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
}


.block{
  margin: 15px auto ;}

.mf-validation-error-summary{
  width: 100% ;
  margin: 15px auto ;
  border: 1px solid #ff0000 ;
  background: #FFEEEE ;
  padding: 10px ;
  box-sizing: border-box ;
  color: #ff0000 ;}

.mf-validation-error-summary label{
  display: block ;}

.mf-validation-error{
  color: #ff0000 ;}

table#form th,
table#form td{
  padding: 5px ;
  box-sizing: border-box ;}

table#form td input{
  width: 95% ;
  padding: 5px ;
  box-sizing: border-box ;
  border: 1px solid #cccccc ;}

table#form td textarea{
  width: 95% ;
  height: 150px ;
  border: 1px solid #cccccc ;}

.btn_wrap{
  text-align: center ;}

.btn_wrap p{
  display: inline-block ;}

.btn_wrap button{
  width: 150px ;
  padding: 10px 0 ;
  border: none ;
  background: #2e5e5e ;
  color: #ffffff ;
  cursor: pointer ;}

.btn_wrap .back button{
  background: #535353 ;}



