@charset "UTF-8";

table.mailform{
	width:100%;
	margin:0;
	padding:0;
	
}
table.mailform th,table.mailform td{
	margin:0;
	padding: 7px 10px;
	width:auto;
	border-bottom:1px solid #ccc;
}
table.mailform th{
	width:160px;	
	position:relative;
	text-align:right;
	font-weight:normal;
}

table.mailform tr:nth-child(even){
	background:#E8EEF9;	
}


table.mailform th img{
	position:absolute;
	top:10px;
	left:10px;
}

table.mailform th span{
	color: #999999;
	display: block;
	font-size: 10px;
}


table.mailform input,table.mailform textarea{
	padding:3px;	
}

input#button_mfp_goconfirm {
  background-color: #ffffff;
  background-image: url("../images/mfp_goconfirm.gif");
  border: medium none;
  cursor: pointer;
  height: 60px;
  overflow: hidden;
  width: 180px;
}

input#button_mfp_goconfirm:hover,input#button_mfp_reset:hover{
	background-position: 0 -60px;	
}
input#button_mfp_reset {
  background-color: #ffffff;
  background-image: url("../images/mfp_reset.gif");
  border: medium none;
  cursor: pointer;
  height: 60px;
  overflow: hidden;
  width: 180px;
}



/*エラーメッセージ*/
div.error{
	font-size:13px;
	color:#F00;
	padding:2px 18px;
	background:url(../images/error.gif) no-repeat 0px 5px;
}




/*確認画面*/
#submitBtn{
  background-color: #ffffff;
  background-image: url("../images/mfp_gosend.gif");
  border: medium none;
  cursor: pointer;
  height: 60px;
  overflow: hidden;
  width: 180px;
  text-indent:-9999px;
}

input#submitBtn:hover,input.backBtn:hover{
	background-position: 0 -60px;	
}

.backBtn{
  background-color: #ffffff;
  background-image: url("../images/mfp_prev.gif");
  border: medium none;
  cursor: pointer;
  height: 60px;
  overflow: hidden;
  width: 200px;
  text-indent:-9999px;
}