@charset "UTF-8";

#formWrap{
	padding:20px;
	border:1px solid #ccc;
	background:#F7F7F7;
	margin:0 5px;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border-bottom:1px solid #ccc;
	padding:15px 5px;
	position:relative;
}
table.formTable th{
	width:30%;
	text-align:left;
}
table.formTable table th,table.formTable table td{
	border:0;
	padding:5px;
}
table.formTable input[type=text]{
	padding:5px;	
}
table.formTable input,table.formTable select{
	margin-bottom:5px;	
}

.requiredIcon{
	margin-left:10px;
}

.submitArea{
	text-align:center;
	margin:20px 0;
}
.submitArea input{
	width:200px;
	height:40px;
	cursor:pointer;
}
/*エラーメッセージ*/
div.error{
	font-size:13px;
	color:#F00;
	padding:2px 18px;
	background:url(../images/error.gif) no-repeat 0px 2px;
}


@media screen and (max-width:572px) { 
/*　画面サイズが572px以下はここを読み込む　*/

table.formTable th,table.formTable td{
	width:auto;	
	display:block;
	padding:5px;
}
table.formTable th{
	margin-top:5px;
	border-bottom:0;
}
table.formTable table{
	width:90%;	
}

input[type="text"],textarea{
	width:100%;
	padding:5px;
	font-size:110%;
	margin:3px 0;
}

input[type="submit"],input[type="reset"],input[type="button"]{
	display:block;
	width:100%;
	margin:10px 0;
}
input.spSmallInput{
	width:30%;	
}


}
