@charset "UTF-8";
/* CSS Document */
a {
	text-decoration: none;
}
.form_red spam{
	color: #C4090C;
	font-size: 12px;
	margin-left: 10px;
}
#ftp{
	width: 700px;
	margin:  50px auto 80px auto;
	height: auto;
    border: 1px solid #ccc;
    padding: 10px;
	border-radius: 10px;
}
@media(max-width: 1025px){
	#ftp{
		width: 90%;
	}
}
#form {
	border-radius: 10px;
}
#form input{
	border-radius : 3px;
}
#formWrap {
    width: 700px;
    margin: 0 auto;
    color: #fff;
    line-height: 120%;
    font-size: 90%;
	text-decoration: none;
}
table.formTable {
	text-align: left;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
	border-radius: 10px;
}
table.formTable td, table.formTable th {
    border: 1px solid #ccc;
    padding: 10px;
}
table.formTable th {
    width: 30%;
    font-weight: normal;
    background: #fff;
    text-align: left;
}
table.formTable input {
	text-align: left;

}
table.formTable spam {
	color: #C4090C;
	font-size: 12px;
	margin-left: 10px;

}

/*　簡易版レスポンシブ用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;
}
}

