
#formWrap {
	width:800px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:1rem;
	display:block;border-radius: 7px;
}
table.formTable{
	width:100%;
	background-color:#FFF;
margin:0 auto 30px auto;	
	border-collapse:collapse;
	text-align:left;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:20px;
}
table.formTable th{
	width:30%;
	font-weight:bold;
	background:#efefef;
	text-align:left;
}
.red{ padding-left:6px;
font-weight:normal;
	color:#ff0000;}
	
.white_txt{ 	text-align:left;
font-weight:normal;
font-size:12px;
	color:#ffffff;}	

html body div#main main.main section#contact.contact div div#formWrap form div.bt{  margin: 0 auto;}
	
#formWrap form div.bt input.green_bt {
   cursor: pointer; padding: 9px 15px;
    vertical-align: middle;
    line-height: 1;
    background: #5cb85c;
    border: 1px solid #4cae4c;
    border-radius: 3px;
    color: #ffffff;
    font-family: inherit;
    -webkit-appearance: none;
    font-size: 100%;
}

#formWrap form div.bt input.grey_bt {
   cursor: pointer; padding: 9px 15px;
    vertical-align: middle;
    line-height: 1;
    background: #cccccc;
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #666;
    font-family: inherit;
    -webkit-appearance: none;
    font-size: 100%;
}

html body div#main main.main section#contact.contact div div#formWrap form table.formTable tbody tr td textarea{ width: 320px;}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
.red{
	color:#ff0000;}

.white_txt{ 	text-align:left;
font-weight:normal
font-size:10px;
	color:#ffffff;}	
}
