@charset "utf-8";

/* ボッシュ・イン・ジャパン */

h1#mainHeadline { display: none; }

h2.example-link { position: relative; cursor: pointer; margin: 12px 0; }
h2.example-link span.toggler { position: absolute; right: 4px; padding: 0 0 0 12px; background: url(/shared/images/arrow-down.gif) no-repeat 0 2px; }
h2.example-link.open span.toggler { color: #153B63; background: url(/shared/images/arrow-up.gif) 0 2px no-repeat; }

#mainBody div.example-content { display: none; }
#mainBody div.example-content ul { padding: 4px 6px 0 6px; border: 1px solid #DFE9F3; }
#mainBody div.example-content ul li { margin: 0 0 4px 0; padding: 0 0 0 12px !important; color: #666; background: transparent url(./images/bullet-circle.gif) no-repeat 0 2px !important; }

