@charset "UTF-8";
/* CSS Document */
#formWrap {
	max-width:1200px;
	margin:0 auto 60px;
	color:#555;
	line-height:120%;
	
}
table.formTable {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td, table.formTable th {
	border:1px solid #ccc;
	padding:10px;
	line-height: 200%;
	font-size:96%;
}
table.formTable th {
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
.pp-box{
margin: 100px 0;
}
.pp{
border: 1px solid #eee;
padding: 20px 20px 40px;
margin: 60px 0;
height: 400px;
overflow-y: auto;
background-color: #F7F7F7;
}
.pp h3{
margin-top: 40px;
}
.pp address{
border: 1px solid #eee;
padding: 10px;
display: inline-block;
line-height: 150%;
}
p{
line-height: 150%;
margin: 40px 0;
}
/*　簡易版レスポンシブ用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;
}
}
