/*================================================
ISM CloudOne 各種お申し込みフォーム
================================================*/
#trial_form {
	margin: 0 auto 50px auto;
	width: 960px;
	min-height: 420px;
	text-align: left;
}
#trial_form h2 {
	margin: 0 0 1em 0;
	padding: 0 80px;
	font-size: 24px;
	line-height: 1.8em;
}
#trial_form h3 {
	margin: 0 0 1em 0;
	padding: 0 80px;
	font-size: 16px;
	line-height: 1.8em;
}
#trial_form p {
	margin: 0 0 1em 0;
	padding: 0 80px;
	font-size: 14px;
	line-height: 1.8em;
}
#trial_form p span {
	color: #ff0000;
}
#trial_form p.pp {
	text-align: center;
}
.err {
	color: #ff0000;
	display:none;
}
#form {

}
#form table {
	margin: 0 80px 30px 80px;
	border-top: 1px solid #231815;
	border-left: 1px solid #231815;
	width: 800px;
	font-size: 14px;
	line-height: 1.4em;
}
#form table th {
	background:#f4f4f4;
	padding: 15px;
	border-right: 1px solid #231815;
	border-bottom: 1px solid #231815;
	width: 300px;
	font-weight: normal;
}
#form table th span {
	color: #ff0000;
}
#form table td {
	padding: 15px;
	border-right: 1px solid #231815;
	border-bottom: 1px solid #231815;
	width: 520px;
}
#form table td input[type="text"] {
	margin-bottom: 0.5em;
	padding: 0 0.5em;
	width: 420px;
	height: 2em;
	border: 1px solid #aaa;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
#form table td input#second_name,
#form table td input#first_name,
#form table td input#second_kana_name,
#form table td input#first_kana_name {
	width: 195px;
}
#form table td textarea{
	width: 430px;
	height: 6em;
	border-radius: 4px;
	border: 1px solid #aaa;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
#area-btn {
	margin: 0 120px;
	text-align: center;
}
#area-btn input[type="submit"],
#area-btn input[type="button"] {
	background: #509fc9;
	padding: 0.5em 1em;
	border: none;
	font-weight:bold;
	font-size: 16px;
	line-height: 2em;
	color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#area-btn input[type="submit"]:hover,
#area-btn input[type="button"]:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* ie 8 */
	-moz-opacity: 0.8; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
}

/*	■画像マウスオーバーの処理■	
a:hover img.hover{
	opacity:0.6;
	filter: alpha(opacity=65);
	-ms-filter: "alpha( opacity=60 )";
	background: #00FF00;
}*/

.area-complete {
	background: #f7f7f7;
	border: 1px solid #dbdbdc;
	margin: 30px auto 0 auto;
	padding: 10px 0;
	width: 420px;
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
	color: #231815;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.area-complete span {
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #e05061;
}

.area-complete a {
	display: block;
	background: none;
	padding: 5px 0;
	width: 420px;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #231815;
}
.area-complete a:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80); /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* ie 8 */
	-moz-opacity: 0.8; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
}
.area-complete a span.icon-mail {
	display: block;
	padding: 0 0 0 30px;
	font-size: 20px !important;
	line-height: 26px;
	color: #e05061;
	background: url(../img/common/icon-mail.png) 85px center no-repeat;
	font-weight: normal;
}

.trial_info {
	background: #f7f7f7;
	border: 1px solid #dbdbdc;
	margin: 20px 80px;
	padding: 10px 10px;
	font-size: 14px;
	line-height: 1.8em;
	color: #231815;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}