
/* body.kinouhin.oper
----------------------------------------------------------------------- */
body.oper div#content h1 { margin-top: 20px; }

body.oper div#content ul.cat { margin-top: 2px; list-style: none; }
body.oper div#content ul.cat li { margin-right: 2px; float: left; }
body.oper div#content ul.cat li.last { margin-right: 0; }
body.oper div#content ul.cat li a img       { opacity: 1.0; filter: alpha(opacity=100); }
body.oper div#content ul.cat li a:hover img { opacity: .75; filter: alpha(opacity=75); }

body.oper div#content div.note { padding: .25em; text-align: right; color: #666666; font-size: 92%; }

body.oper div#content div.box ul.byuse { list-style: none; text-align: center; }
body.oper div#content div.box ul.byuse li { margin-top: 10px; }

body.oper div#content div.box dl { margin: 15px 10px 10px 10px; }
body.oper div#content div.box dl.qa dt { margin-top: 10px; padding: .25em 0 .25em 27px; background: url(../img/li_q.png) no-repeat; line-height: 1.25; color: #bb3b4d; font-weight: bold; }
body.oper div#content div.box dl.qa dd { margin-top: 5px; padding: .25em 0 10px 27px; border-bottom: 1px solid #a3adb1; background: url(../img/li_a.png) left .25em no-repeat; }
body.oper div#content div.box dl.qa dd em { color: #bb3b4d; }

