@charset "utf-8";

/*---------------------------------------------------------
   CSS STYLE -  CAS Login System Augoust 2012
---------------------------------------------------------*/

/* HTML5 tags */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* FAQ page style ======================================================== */
dt {
	font-weight: bold; 
	font-size:14px;
	/* margin: 15px 10px 5px 25px; */
	cursor: pointer;
	text-decoration: none;
	width:500px;
}

dt img { margin-right:6px; margin-left:-26px; vertical-align:bottom; }

dd {
	margin:15px 10px 5px 25px;
	padding-bottom: 0px;
	line-height: 150%;	
	font-size:13px;
	width:500px;
}

dl {margin: 0;}

.show {display: block;}
.hide {display: none;}

#faqGroupList  {
	padding-top: 30px;
	padding-left: 4px;
}

#faqGroupList dt {
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	margin: 1px 10px 0 25px;
	text-decoration: none;
	width: 90%;
}

#faqGroupList dt img { margin-top:6px; margin-right:6px; margin-left:-24px; vertical-align:bottom; }

#faqGroupList dd {
    font-size: 13px;
    line-height: 150%;
    margin: 10px 10px 0 40px;
    padding-bottom: 0;
    width: 90%;
}

#faqGroupList dd ol, #faqGroupList dd ul {
    margin-left: -18px;
}