﻿/*フォーム必須項目背景色等*/
/*.fmt_must{
 background: #ffeeee;
}*/
span.fmt_must{
 display: inline-block;
 padding: 12px;
 border-radius: 2px;
}
.fmt_ng{
 border:#F00 solid 1px !important;
}
.fmt_must_ok{
 background: #FFF !important;
}
.fmt_number_ng{
 border:#F00 solid 1px !important;
}
.fmt_email_ng{
 border:#F00 solid 1px !important;
}
.fmt_tel_ng{
 border:#F00 solid 1px !important;
}
.fmt_much_ng{
 border:#00F solid 1px !important;
}

/*フォーム送信ボタンデザイン*/
#inquiry #submit{
 cursor: pointer;
 background: #EEE;
 color: #FFF;
 border-radius: 20px;
 min-width: 500px;
 margin:10px auto;
 text-align: center;
 padding: 10px;
 font-weight: bold;
 border:solid 1px #ccc;
 text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
 font-size:40px;
}

#inquiry #submit.on {
	 background:#c90914;
	 border:solid 1px #c90914;
}
