@charset "utf-8";
/* CSS Document */
#formWrap {
	width:90%;
	margin:4.0em auto;
	color:#555;
	line-height:120%;
/*	font-size:1.0em;
	line-height:1.4em;*/
    border: 4px solid #cccccc;
    border-radius: 7px;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border-bottom:1px solid #ccc;
	padding:10px 2.0em;
	font-size:1.2em;
	line-height:1.8em;
	font-weight:normal;
}
table.formTable th{
	width:40%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
table.formTable td select{
	width:300px;
	font-size:1.2em;
	height:1.6em;
}
table.formTable td textarea{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:1.2em;
	line-height:1.4em;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:60%;
	font-size:1.4em;
	height:2.4em;
	background-color:#00B050;
	color:#FFFFFF;
	border: solid 1px #CECEBF;
	border-radius: 6px;
}

/*　簡易版レスポンシブ用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:85%;
	padding:5px;
	font-size:120%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

.fomrbox {
	height:6.0em;
	background-color:#E9E9E9;
	border-top:10px solid #E9E9E9;
	border-right:4px solid #E9E9E9;
	border-bottom:6px solid #E9E9E9;
	border-left:6px solid #E9E9E9;
	border-radius: 4px;
}
.fomrh {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	height:1.2em;
	font-size:1.4em;
}
.fomrt {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	height:6.0em;
	line-height: 1.4em;
	font-size:1.2em;
}
.kibobox {
	width:90%;
	margin:0.8em 5%;
	display:block;
	background-color:#E9E9E9;
	border:4px solid #E9E9E9;
	border-radius: 4px;
	text-align:center
}

::placeholder {
  color: #cdd;
}
