#t_test {
	background-image: url(../img/t_test.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	float: left;
	width: 90%;
	margin-top: 20px;
	margin-right: 5%;
	margin-left: 5%;
	height: auto;
	padding-top: 138%;
}
#t_toi {
	float: left;
	height: auto;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
.toi_title {
	font-size: 20px;
	font-weight: bold;
}

#formWrap {
	width:70%;
	color:#555;
	line-height:120%;
	font-size:90%;
	float: left;
	height: auto;
	margin-top: 5%;
	margin-right: 10%;
	margin-left: 10%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

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

#t_pdf {
	float: left;
	width: 90%;
	margin-top: 100px;
	margin-right: 5%;
	margin-left: 5%;
}
#copy {
	width: 90%;
	margin-top: 100px;
	margin-right: 5%;
	margin-left: 5%;
	float: left;
	text-align: center;
}
