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

/*--seminarform-PAGE-setting--*/
#maincont{
	min-height:1250px;
	background:#FFFFFF url(../common/cont_title_contact.png) no-repeat 575px 40px;
}
#contact table{
	clear:both;
	margin:0 auto;
	width:540px;
}
#contact th{
	padding:2px 2px 2px 10px;
	width:180px;
	background:url(../common/bg_rp_dot-blue.png) repeat;
	text-align:left;
}
#contact .question{
	border:1px solid #999999;
}
#contact .question td table tr td{
	padding-left:20px;
}
#contact .question .first-child,#contact .question .last-child{
	line-height:0;
	height:10px;
}
#contact .question #seminar-date{
	padding:20px;
}
#contact td input{
	width:540px;
	height:25px;
	border:1px solid #999999;
}
#contact textarea{
	width:540px;
	height:200px;
}
#contact td input#seminar-theme{
	width:95%;
}
#contact td input#max-member{
	width:100%;
}

#contact td #fukuri,
#contact td #document,
#contact td #campain,
#contact td #abouttheseminar,
#contact td #forthediagnosis,
#contact td #akarui,
#contact td #webservice,
#contact td #other,
#contact td #twohour,
#contact td #halfday,
#contact td #oneday,
#contact td #twoday{
	width:16px;
	border:0;
	box-shadow:none;
}
#contact p{
	text-align:center;
}
#contact #move{
	float:right;
	width:250px;
	font-weight:bold;
	font-size:0.9em;
}
#contact #move a{
	padding:10px;
	background:#0ABEEF;
	color:#ffffff;
}
#contact #move a:hover{
	padding:10px;
	background:#F5D40C;
	color:#ffffff;
}
#contact #period label{
	float:left;
}
#contact button#sendbtn{
	width:204px;
	height:39px;
	background:url(../contact_new/images/send_btn_off.png) no-repeat;
	border:0;
	text-indent:-9999px;
}
#contact button#sendbtn:hover{
	background:url(../contact_new/images/send_btn_on.png) no-repeat;
}

#contact td ol li{
	padding:5px 0;
}
#contact td ol li span{
	margin-left:10px;
	font-weight:bold;
}
#contact #postcode{
	float:right;
}
