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

#contents h2{
	font-size:153.9%;
	border-bottom:none;
	margin-bottom:20px;
	padding:0;
}
#contents p{
	margin-bottom:15px;
	line-height:1.5em;
}
#contents p a{
	color:#5759A5;
	text-decoration:underline;
}
#contents p a:hover{
	text-decoration:none;
}
#contents table{
	width:100%;
	border-top:2px solid #9A9DCA;
	border-bottom:2px solid #9A9DCA;
	margin-bottom:40px;
}
#contents table th{
	padding:28px 20px 28px 20px;
	width:180px;
	text-align:left;
	vertical-align:middle;
}
#contents table td{
	vertical-align:middle;
}
#contents input{
	background-color:#FCFCFC;
	border:1px solid #C0C1DE;
	font-size:100%;
	padding:8px;
	width:384px;
}
#contents #tel input{
	width:74px;
}
#contents #frmBtn{
	text-align:center;
}
#contents #frmBtn a{
	display:inline-block;
    *display:inline;
    *zoom:1;
	background-color:#8183BD;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:123.1%;
	width:230px;
	padding:15px 0;
	margin:0 5px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	text-decoration:none;
}
#contents #frmBtn a.return{
	background-color:#E4E4E4;
	color:#666;
}
#contents #frmBtn a:hover{
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#contents #err{
	color:#F66C66;
	border:4px solid #F66C66;
	padding:20px 20px 15px 20px;
	font-weight:bold;
	font-size:108%;
	line-height:1.8em;
	margin-bottom:20px;
}