@charset "utf-8";

/* faq */
div.faq dl dt{
width:auto;
float:none;
margin:0 0 0.3em 0;
padding:4px 0 4px 35px;
background:url(/assets/images/services/q.gif) no-repeat 0 0;
color:#099;
}
div.faq dl dd{
margin:-0.3em 0 1em 0;
padding:0 30px 0 35px;
border-bottom:1px solid #e5e5e5;
}

/* programing */
div.section dl.example{
padding:0.5em 1em 0 1em;
border:3px solid #fcdd05;
}
div.section dl.example dt{
width:auto;
float:none;
margin:0 0 0.3em 0;
padding:4px 0;
color:#099;
}
div.section dl.example dd{
margin:-0.3em 0 1em 0;
padding:0 0 0 15px;
}


/* illustration */
div.illustration ul{
margin:1em 0 1em -16px;
}
div.illustration ul li{
background:none;
padding:0 0 15px 14px;
margin:0;
float:left;
}
div.illustration ul li a{
border:1px solid #ccc;
display:block;
}
div.illustration ul li a:hover{
border:1px solid #fcdd05;
display:block;
}