/* CSS Document */

.formTable{
	
	margin-bottom:15px;
	border-collapse:collapse;
}
.formTable th{
	border-left: 2px solid #F3C13E;
	color: #4D380C;
	text-align:left;
	background-color:#FDF4DD;
	
	
}

.formTable th,
.formTable td{
	padding:10px 20px;	
	
	border-bottom:solid 1px #eeeeee;
}

.formBtn{
	width:100px;
	height:30px;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	
}

.formTable input,
.formTable textarea{
	background-color: #FAFAFA;
    border: 2px solid #cccccc;
	padding:3px
}


.formTable input:focus,
.formTable textarea:focus{
	
	background-color: #ffffe0;
	border: 2px double #ff6600;
}

.center-text{
	text-align:center;
	margin-bottom:20px;
}


.caution{
	font-size:90%;
}

