@charset "utf-8";

@import url(../../shared/css/import.css);

/* ========================================

    faq

======================================== */

#main strong {
    color: #c00;
}


#sub dl#subNav dd ul li ul.faq {
    display: block !important;
}

/* @group index */



#main.Faq.index .Section ul {
    padding-left: 10px;
}

#main.Faq.index .Section ul li {
	font-size: 108%;
	font-weight: bold;
    background: url(img/q.png) no-repeat left .9em;
    line-height: 3;
    padding-left: 25px;
}

/* @end */




/* @group entry */

#main.Faq.entry .Section dl,
#main.Faq.category .Section dl {
    padding-left: 10px;
}

#main.Faq.entry .Section dt,
#main.Faq.category .Section dt {
	margin-bottom: 1.5em;
	font-size: 108%;
	font-weight: bold;
    background: url(img/q.png) no-repeat left .2em;
    padding-left: 25px;
}

#main.Faq.entry .Section dd,
#main.Faq.category .Section dd {
    background: url(img/a.png) no-repeat left .5em;
    padding-left: 25px;
}

/* @end */

/* @group category */

#main.Faq.category .Section dd {
	border-bottom: 2px solid #D1DEEC;
	padding-bottom: 2em;
	margin-bottom: 24px;
}


/* @end */





