@charset "UTF-8";

input,textarea,select{
	padding:3px;
	font-size:16px;
	border:1px solid #ccc;
	border-radius:3px;
}


.formBox h5{
	font-weight:bold;
	font-size:18px;
	color:#C61A1A;
}
.formBox dl {
	width: 90%;
	border-top: 0;
	line-height: 1.5;
	background:#F7D76C;
	overflow: hidden;
	font-size:16px;
	padding-bottom: 0px;
	border-radius:8px;
	box-sizing:border-box;
	margin: 0 auto;
	margin-bottom: 15px;
}
.formBox dt {
	float: left;
	color:#000;
	width: 18%;
	padding: 20px 5px 0 10px;
	border-top: 1px solid #fff;
	font-weight:normal;
	text-align: left;
	overflow: hidden;
}
.formBox dd {
	margin-left: 20%;
	padding:20px 5px 20px 10px;
	border-top: 1px solid #fff;
	background: #FFF7E5;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
.formBox dd span{
	color:#666;
	font-size:14px;
}
.formBox dd p{
	margin-bottom:8px;
}
.formBox dd .input95{
	width:95%;
}
.formBox dd .input45{
	width:45%;
}
.formBox dd .input20{
	width:20%;
}
.formBox dd .input10{
	width:10%;
}

.btnBox{
	text-align:center;
	margin:10px;
}
.btnBox input{
	border-radius:10px;
	border: none;
}

.seminar_text{
	font-weight: bold;
	color: #F24C00;
}


@media only screen and (max-width:480px){
	.formBox dl{
		width:98%;
	}
	.formBox dt {
		font-size:0.8em;
		line-height:100%;
		width:25%;
	}
	.formBox dd {
		font-size:0.8em;
		padding:15px 5px 22px 10px;
	}
	
	.formBox dd input,
	.formBox dd textarea,
	.formBox dd select{
		font-size:0.8em;
	}
	.formBox dd .input45{
		width:95%;
	}
	.formBox dd .input20{
		width:40%;
	}
	.formBox dd .input10{
		width:20%;
	}
}
