@charset "UTF-8";

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


.formBox h3{
	font-weight:bold;
	font-size:18px;
	color:#286FAE;
	line-height: 110%;
}
.formBox h3 span{
	color:#286FAE;	
}
.formBox dl {
	width: 100%;
	border-top: 0;
	line-height: 1.5;
	background:#24B3D1;
	overflow: hidden;
	font-size:16px;
	margin-bottom:10px;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	padding-bottom: 0px;
	border-radius:15px;
}
.formBox dt {
	float: left;
	color:#FFF;
	width: 18%;
	padding: 10px 0 0 10px;
	border-top: 2px dotted #ccc;
	font-weight:normal;
	text-align: left;
	overflow: hidden;
	clear: both;
}
.formBox dd {
	margin-left: 20%;
	padding:15px 5px 10px 10px;
	border-top: 2px dotted #ccc;
	background: #fff;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	height: auto;
}
.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{
	font-weight:bold;
	border:1px solid #3391CD;
	border-radius:10px;
	padding:10px 20px;
	color:#FFF;
	text-align:center;
	background: linear-gradient(#3391CD, #66ABD9);
	text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}

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


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