@charset "UTF-8";
/* CSS Document */
@media only screen and (min-width: 769px) {
.form {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	margin-top: 20px;
}
.form dt {
	float: left;
	width: 30%;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 24px;
	margin-top: 5px;
}
.form dd {
	float: left;
	width: 70%;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 24px;
}
.form dt a {
	color: #903;
	text-decoration: none;
}
.form dt a:hover {
	color: #903;
}
.form dl dd select {
	margin-top: 10px;
}
.form-t1 {
	padding: 10px;
	font-size: 14px;
}
}


@media only screen and (max-width: 768px) {
.form {
	padding-bottom: 80px;
}
.form dt {
	font-size: 13pX;
}
.form dd {
	font-size: 13pX;
	margin-bottom: 20px;
	margin-top: 5px;
}
.form-t1 {
	font-size: 13pX;
	padding: 5px;
}
}

.form input, .form textarea {
	position:relative;
	z-index:2;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.form dl dt span{
   color:red;
   font-weight:bold;
}
.form dl dd span input {
	margin-bottom: 10px;
}
dl dd label{
	position:relative;
	z-index:1;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
dl dd.error input , dl dd.error textarea , dl dd.error label {
	background:#FFCCCC;
}
* html dl dd.error label {
	background:none;
}
*+html dl dd.error label{
	background:none;
}
dl dd p.error{
	margin:0;
	color:red;
	font-weight:bold;
	margin-bottom:1em;
} 
.red {
	color: #F00;
}
