/* mozilla fix */
html>body .click-menu .box1,
html>body .click-menu .box1-open {
  color: #000000;
  font-family: arial;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 1px;
}
/* ie fix */
* html .click-menu .box1,
* html .click-menu .box1-open {
  color: #000000;
  font-family: arial;
  font-size: 12px;
  height: 16px;
}

.click-menu .section {
  font-family: arial;
  font-size: 12px;
  line-height: 16px;
  display: none;
}

.click-menu .section a {
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}

.click-menu .section a:hover {
  color: #0000ff;
  text-decoration: none;
  white-space: nowrap;
}

