@charset "utf-8";
@media screen,print { 

#main #qanda { margin: 16px; font-family: Sans-serif; }
#qanda h2 { background-color: #999999; color: white; padding: 0.8em; font-weight: normal; }
#qanda ul.question { margin: 16px 0 32px; }
#qanda ul.question li { display: list-item; margin-left: 2.0em; padding: 0; list-style-type: decimal;  border-bottom: 1px dashed #cccccc; }
#qanda ul.question li a { display: block; margin: 0; padding: 0.4em 1.0em;  font-size: 90%; line-height: 180%; text-decoration: none; }
#qanda ul.question li a:hover { background-color: white; text-decoration: underline; background-color: #ececec; }

#qanda dl.answer { margin: 16px 0 32px; }
#qanda dl.answer dt { display: list-item; /* 90 - 24px (Minus Margin) */ margin: -90px 0 4px; padding: 114px 0 0; font-size: 90%; line-height: 180%; }
#qanda dl.answer dd { margin: 0; padding: 0; background-color: #ececec; }
#qanda dl.answer dd p { padding: 0.4em 1.0em; font-size: 90%; line-height: 180%; }


} /* end media screen,print */

@media print { 
} /* end media print */

