@charset "UTF-8";


/* =========================================================
■TOP PAGE
========================================================= */

/* unitHeadingGroup
----------------------------------------------- */
.unitHeadingGroup h1 {
	margin: 0 !important;
}
.unitHeadingGroup .lead{
	margin: 5px 0 20px 5px !important;
	font-size: 93%;
}


/* ComemmtLevel2
----------------------------------------------- */
.unitCourseIndex {
	margin: 0 0 40px;
}

.unitCourseIndex p.courseMap {
	margin: -30px 0 15px;
	text-align: right;
}

.unitCourseIndex dl {
	padding: 5px 0 0;
	border-top: 1px dotted #999;
}

.unitCourseIndex dl dt {
	clear: left;
	float: left;
	width: 130px;
	padding: 3px 0;
	background: #009BE1;
	color: #FFFFFF;
	text-align: center;
}

.unitCourseIndex dl dd {
	margin: 0 0 5px;
	padding: 0 0 0 140px;
	border-bottom: 1px dotted #999;
}

.unitCourseIndex dl dd ul {
	padding: 5px 0 0;
}

.unitCourseIndex dl dd ul li {
	display: inline-block;
	/display: inline; /* Hack for IE6-7 */
	/zoom: 1; /* Hack for IE6-7 */
	margin: 0 10px 5px 0;
	/margin: 0 10px 7px 0;
}

.unitCourseIndex dl dd ul li a {
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(/common/image/icon_arrw01_off.gif);
}
.unitCourseIndex dl dd ul li a:hover {
	background-image: url(/common/image/icon_arrw01_on.gif);
}

div.normalListA {
	margin:0px 0px 40px 0px !important;
}

/* =========================================================
■COURSE
========================================================= */
/* unitCorseList
----------------------------------------------- */
.unitCorseList {
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #999;
}

.unitCorseList p.courseMap {
	margin: 0 0 -25px;
	text-align: right;
}

/* ----- tab ----- */
.unitCorseList .tab {
	margin: 0 0 10px;
	border-bottom: 2px #009BE1 solid;
}

.unitCorseList .tab li {
	display: inline-block;
	/display: inline;
	/zoom: 1; /* Hack for IE6-7 */
	width: 9em;
	margin-right: 2px;
	/margin-right: 6px; /* Hack for IE6-7 */
	padding: 5px;
	border: 1px #009BE1 solid;
	border-width: 1px 1px 0;
	text-align: center;
}

.unitCorseList .tab li a {
	padding: 0 0 0 10px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(/common/image/icon_arrw01_off.gif);
}
.unitCorseList .tab li a:hover {
	background-image: url(/common/image/icon_arrw01_on.gif);
}

.unitCorseList .tab li.current {
	background-color: #009BE1;
	color:#FFFFFF;
}

/* ----- coursePager ----- */
.unitCorseList .coursePager {
	line-height: 1.1;
}

.unitCorseList .coursePager li {
	display: inline-block;
	/display: inline;
	/zoom: 1; /* Hack for IE6-7 */
	margin: 0 0 7px;
	padding: 0 5px 0 0;
	/padding: 0 5px; /* Hack for IE6-7 */
	border-right: 1px #333 solid;
}

.unitCorseList .coursePager li strong {
	font-weight: bold;
	padding: 0 0 0 10px;
	background: url(/common/image/icon_arrw01_on.gif) no-repeat 0 50%;
}


.unitCorseList .coursePager li a {
	padding: 0 0 0 10px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(/common/image/icon_arrw01_off.gif);
	color: #666666;
}	
.unitCorseList .coursePager li a:hover {
	background-image: url(/common/image/icon_arrw01_on.gif);
	color: #333333;
}


/* =========================================================
■FAQ
========================================================= */
#sectionFaq ul,
#sectionFaq dl{
	zoom: 1;
	margin: 0 0 30px 10px;
}

#sectionFaq li,
#sectionFaq dt,
#sectionFaq dd{
	background: no-repeat 0 0.4em;
	padding: 0 0 0 25px;
	line-height: 2;
}

#sectionFaq li {
	margin-bottom: 5px;
	background-image: url(/image/productservice/el/ico_faq_q.gif);
}

#sectionFaq li a {
	color: #0033CC;
	text-decoration: underline;
}

#sectionFaq li a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#sectionFaq dl {
	zoom: 1;
	margin-left: 0;
	padding: 15px;
	border: 1px #999 solid;
}

#sectionFaq dl a {
	color: #0033CC;
	text-decoration: underline;
}

#sectionFaq dl a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#sectionFaq dt {
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	background-image: url(/image/productservice/el/ico_faq_q.gif);
	border-bottom: 2px #004378 solid;
	font-weight: bold;
}

#sectionFaq dd {
	background-image: url(/image/productservice/el/ico_faq_a.gif);
}

#sectionFaq dd .fig {
}

	
#sectionFaq h2 {
	position: relative;
}	
	
#sectionFaq h2 span.backTop {
	position:absolute;
	bottom: 0.3em;
	right: 1em;
	font-size: 77%;
	font-weight: normal;
}

#sectionFaq h2 span.backTop a {
	padding: 0 0 0 10px;
	background: url(/common/image/icon_arrw01_off.gif) no-repeat left center;
}	

#sectionFaq h2 span.backTop a:hover {
	background: url(/common/image/icon_arrw01_on.gif) no-repeat left center;
}

#sectionFaq .backBtm {
	text-align: center;
}
	
	
/* --- el --- */
#elc_lib dl{
	padding:5px 5px 5px 5px;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	overflow:hidden;
	width:333px;
	float:left;
	margin : 2px ;
	height: 550px;
}

#elc_lib dt.title{
	padding:5px 5px 5px 5px;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	background-color:#ddd;
	font-weight:bold; 
	height: 38px;
    vertical-align: top;
    box-sizing: content-box;
}

#elc_lib dt.cattitle{
	padding:10px 0px 5px 5px;
}

#elc_lib dd.img{
	padding:2px 10px 2px 10px; 
	position:relative;
	overflow:hidden;
	text-align: center;
}

#elc_lib p{
	font-size:95%;
	text-align: left;
}

.demo1 button   {   
    border-top: 1px solid #ccc;   
    border-right: 1px solid #999;   
    border-bottom: 1px solid #999;   
    border-left: 1px solid #ccc;   
    padding: 5px 20px;   
    font-weight: bold;   
    cursor: pointer;   
    color: #666;   
}  


.wid {
  width: 55%;
}
