@charset "utf-8";
/* CSS Document */
.red{color:#F00;}
.aboutHead{
	text-align:center;
	background:#EB6EA5;
	color:#FFF;
	font-size:20px;
	line-height:50px;
}

#formWrap {
	width:700px;
	margin:25px auto 10px;
	color:#333;
	line-height:120%;
	font-size:90%;
}
.direction {
	display:block;	
	padding:25px;
	color:#F00;
	font-weight:600;

}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #FFF;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#f9e5e7;
	text-align:left;
	color:#E4007F;
}
@media screen and (max-width:599px) {
    /*　画面サイズが600pxからはここを読み込む　*/


}

@media screen and (min-width:600px) and ( max-width:1023px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/


}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:1024px) {
#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;
}
}


.submit {
	padding:50px;
}
