@charset "utf-8";

 
/* --- フォーム体裁用 --- */
.form .agreebtnArea {
	padding: 20px 0px 0px 0px;
}

.form em {
	color: #6F00AD;
	font-style: normal;
	font-weight: bold;
}

.form input {
	vertical-align: middle;
	margin-right: 2px;
	padding: 2px;
	_margin-right: -4px;/* --- For IE6 --- */
	_line-height: 1.1;/* --- For IE6 --- */
}

.form .agreebtnArea .adjust {
	margin-right: 80px;
}

.form .greyboxTop .adjust {
	margin-right: 40px;
}

.form .line {
	background: url(/img/common/bg_divideline.gif) repeat-x bottom left;
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}

.form .field_short {
	width: 60px;
}

.form .field_short2 {
	width: 100px;
}

.form .field_middle {
	width: 180px;
}

.form .field_wide {
	width: 360px;
}

/* --- アラート用 --- */
.form .alertArea {
	background: #FFCCFA;
	padding: 10px;
	margin-bottom: 20px;
}

/* --- テーブル ---- */
table.fromTable {
	border-collapse: collapse;
	border-right: #A380B8 1px solid;
	border-bottom: #A380B8 1px solid;
	margin: 10px 0px 20px 0px;
	width: 100%;
}
table.fromTable th {
	padding: 10px 10px 10px 15px;
	border-left: #A380B8 1px solid;
	border-top: #A380B8 1px solid;
	background: #F7E9FF;
	color: #6E00AA;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	width: 220px;
}

table.fromTable td {
	padding: 15px 15px 12px 15px;
	vertical-align: top;
	border-left: #A380B8 1px solid;
	border-top: #A380B8 1px solid;
	line-height: 1.4;
}
/* --- 必須セル ---- */
table.fromTable td.must {
	text-align: center;
	color: #FA042B;
	font-size: 85%;
	vertical-align: middle;
	width: 40px;
}
/* --- 任意セル ---- */
table.fromTable td.option {
	text-align: center;
	font-size: 85%;
	vertical-align: middle;
	width: 40px;
}
/* --- メールセル ---- */
table.fromTable td.caition {
	background: #FFCCFA;
}
/* --- 職業項目セル ---- */
table.fromTable td ul.joblist {
	overflow: hidden;
	width: 360px;
}

table.fromTable td ul.joblist input {
	float: left;
	margin-top: 2px;
}

table.fromTable td.radio input {
	padding: 0px 0px 0px 0px;
	margin: 0px -1px 0px 0px;
}

* html body table.fromTable td ul.joblist input {margin-top: -2px;}
*+html body table.fromTable td ul.joblist input {margin-top: -2px;}

table.fromTable td ul.joblist li {
	width: 170px;
	_width: 180px;
	float: left;
	padding-right: 10px;
	margin-bottom: 5px;
}

table.fromTable td ul.joblist li label {
	display: inline-block;
	width: 150px;
	line-height: 1.2;
}

* html body table.fromTable td ul.joblist li label {display: inline-block;padding-top: 2px;width: auto;}/* --- For IE6 --- */
*+html body table.fromTable td ul.joblist li label {display: inline-block;padding-top: 2px;width: auto;}/* --- For IE7 --- */


/* --- セミナー名 ---- */
.form h2.seminar_request {
	font-weight: bold;
	color: #6E00A7;
	font-size: 125%;
	background: url(/img/common/bg_divideline.gif) repeat-x bottom left !important;
	padding-bottom: 4px;
	margin-bottom: 15px;
	display: block;
	letter-spacing: 0.5mm;
}


.form .veri-seelArea {
	overflow: hidden;
	width: 720px;
}

.form .veri-seelArea .veri-seel {
	float: left;
	width: 100px;
	margin-right: 10px;
	width: 100px;
	height: 72px;
}

.form .veri-seelArea .fl {
	float: left;
	width: 610px;
	padding-top: 20px;
}
























