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

#formWrap {
	width:700px;
	margin:0 auto;
	color:#000;
	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 #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#f9f7fe;
	text-align:left;
}
table.formTable th.backlg{
	background-color: #E5F8DA;
}
span.red{
	color:#cc0000;
}
span.blue{color:blue;
}

h1{
	font-size:18pt;
	line-height:1.1em;
}
h2{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color:#cc0000;
	line-height: 1.3em;
}

.line15{line-height: 1.7em;
	}
	
.fbold{
	font-weight:600;		
}
.fsmaller{
	font-size:smaller;	
}
.bar{
	border-color:#cc0000;
	border-style:solid;
	border-width:90%;
	height:3px;
}

/* bgcolor */
.bgcolor1{
	background-color: #FCF59B;
}
	
	
	
/*　簡易版レスポンシブ用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;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}



