@charset "UTF-8";
/* Niccon CSS Document contact.css（お問い合わせ） */

#main p {
	font-weight: normal;
	padding-left:5px;
	margin-top:8px;
	margin-left:6px;
	margin-bottom:0;
}

#main table {
	margin-top: 6px;
	margin-left: 8px;
	border-collapse: collapse;
	width: 580px;
	border-top: 1px solid #004080;
	border-left: 1px solid #004080;
	border-spacing: 0;
}

table tbody th {
	font-weight:bold;
	text-align: center;
	background: #DEE9F5;
	color:#222222;
	white-space: nowrap;
	border: 1px solid #004080;
}

#main table tr td {
	padding:14px 10px 10px 14px;
	border: 1px solid #004080;
}

#main table tr td p {
	padding: 0px;
	margin-bottom:12px;
	margin-left:8px;
}

#main table.rgst tr td {
	padding:8px;
	border: 1px solid #004080;
}

#main table.rgst tr td p {
	padding:0px;
	margin:4px;
}

#main table tr td p img {
	padding: 0px;
	margin:10px;
}

#main table tr td p.contact {
	font-size:1.2em;
	font-weight: bold;
	color:#004080;
}

#main table tr td p.contact img {
	border: none;
	vertical-align: middle;
}
#main ul.point li {
	margin-left:1em;
	list-style-type:none;
	padding-left:14px;
	background:url(../../elg/images/circle_tri.gif) no-repeat center left;
}
/* elearningコンタクト用 */
/* 見出し */
th h3 {
	font-size:1.17em;
	text-align:left;
	background-color:#638FB3;
	color:#fff;
	font-weight:bold;
	padding:8px 0 6px 8px;
}
/* elearning申込みページ（regist/index02）用 */
ol.flowlist {
	margin:1em 0 0 14px;
}

#wrapper #content #main table tbody tr td ol.flowlist li {
	font-size:1.2em;
	font-weight:bold;
	width:558px;
	list-style-type:none;
	background:url(../../../elg/regist/images/eln_app_bg.gif) no-repeat 0px 6px;
	padding-bottom:2px;
}

#wrapper #content #main table tbody tr td ol.flowlist dl {
	font-size:1em;
	font-size:0.86em\9; /* ie8以下用 */
	margin:0.5em 0.5em 2em 1.5em;
}
dl dt {
	font-weight:bold;
}
dd {
	font-weight:normal;
	margin-left:1em;
	margin-bottom:0.5em;
}

