@charset "utf-8";
/* CSS Document */


body {
	margin:0;
}
	
#header {
	margin:0;
	background-image: url("../img/form-back.png");
	background-repeat: repeat-x;
	text-align: center;
}
	
#formWrap {
	width:600px;
	margin:0 auto;
	padding-top: 40px;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #EDEDE8;
	padding:15px;
	text-align:left;
}
table.formTable th{
	width:32%;
	font-weight:bold;
	background:#ebf5ec;
	text-align:left;
}
b {
	color: #333;
	font-size: 110%;
}
p.genkou {
	margin: 0 0 10px 0;
	text-align: center;
}
p.honbun {
	margin: 0 0 20px 0;
	font-size: 100%;
	line-height: 1.5em;
	font-weight:normal;
	text-align: left;
}
p.title {
	margin: 40px 0 20px 0;
	padding: 5px 0 5px 0;
	font-size: 120%;
	font-weight:bold;
	text-align: center;
	background-color: #62bcc7;
	color: #fff
}
p.attention {
	font-size: 80%;
	margin: 30px 0 30px 0;
	text-align: center;
	color: #494949;
}
p.attention a {
	color: #494949;
	text-decoration:none;
}
p.button {
	margin: 0 0 50px 0;
	text-align: center;
}
small{
	font-size: 60%;
	font-weight:normal;
	color: #E83828;
}	
	
::-webkit-input-placeholder {color: #C9CACA;font-size: 80%;}
::-moz-placeholder {color: #C9CACA;font-size: 80%;}
:-ms-input-placeholder {color: #C9CACA;font-size: 80%;}



input,select,textarea {
font-size: 100%;
padding: 5px;
}





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


	
}