.dropdown:hover > .dropdown-menu{
  display: block;
}

#database_length{float:right;}
#database_length select{width:55px;}
#database_filter{float:left;}
table.dataTable thead th, table.dataTable thead td {padding: 10px 12px;}
#database td{text-align:left;}
#database td:nth-child(4),#database td:nth-child(5),#database td:nth-child(6),
#database td:nth-child(7),#database td:nth-child(8),#database td:nth-child(9){text-align:center;}
#database a{color: #3490dc;}
#database img{width:auto;}
.span11 {width:auto;}
.span11 img{width:auto;}
.span11 a{color: #3490dc;}
.span4 {float: right;width: 300px;}
@media (max-width: 767px) {.span4 {float: right;width: 100%;}table#database{display: block; overflow-x: scroll; white-space: nowrap;}}
#smp{
  position: relative;
  /*z-index: 100;*/
  margin: 0px 0 10px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #ddd;
  border-radius: 0 0 3px 3px;
  box-shadow: 1px 1px 1px #ddd, -1px 1px 1px #ddd;
  font-size: 12px;
  text-indent:-5px;
  background: #fff;
  /*width: 388px;*/
}

.smptop{
  color:#333;
  font-size: 13px;
  background: #eee;
  font-weight:bold;
  line-height:26px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*width: 160px;*/
  height:32px;
  margin: 10px 0px 0px 0px;
  padding-left: 24px;
  padding-top: 5px;
}



#smp li{
  list-style-type : none;
  margin: 0;
  color:#333;
  border-top: 1px solid #eee;
}
#smp li a{
  position: relative;
  display: block;
  padding: 8px 15px;
  color: #2686C4;
  text-decoration: none;
  line-height: 15px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#smp > li:hover > a{
  color: #2686C4;
  /*background-color:#DCF2F6;*/
  background-color:#DCF2F6;
  text-decoration: underline;
}
#smp ul li a:hover{
  color:#2686C4;
  text-decoration: underline;
  background-color:#DCF2F6;
}
#smp > li:hover > a:after{
  display: block;
  position: absolute;
  content: "";
  top:-50px;
  right: 5px;
  width: 0px;
  height: 0px;
  margin-top: -8px;
  border: 1px solid transparent;
  border-left-color: #aaa;
  background-color:#DCF2F6;
}
#smp ul{
  display: none;
  position: absolute;
  top: auto;
  right: -135px;
  width: 165px;
  height: auto;
  margin-top:-36px;
  padding: 15px 7px 15px 13px;
  border-top: 2px solid #777;
  border-right: 2px solid #777;
  border-bottom: 3px solid #777;
  border-left: 1px solid #777;
  border-radius: 3px;
  box-shadow: 3px 3px 5px #aaa, 3px 0px 3px #ccc inset;
  z-index:1500;
  background-color:#ffffff;

}
#smp li:hover ul{
  display: block;
  background: #F5F5F5;
}
#smp ul.big{
  right: -477px;
  width: 460px;
  margin:0px 0px 0px 0px;
  padding:10px 0px 10px 0px;
  background-color:#fff;
}
#smp ul.big li{
  float: left;
  width: 230px;
}
#smp ul li a{
  padding: 4px 10px 4px 5px;;
}

#footer h3{
  font-size: 14px;
  margin: 5px 0;
  line-height: 32px;
  clear: both;
}
#footer ul{
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#footer ul li{
  float: left;
  font-size: 12px;
  margin-right: 8px;
  padding: 5px;
}
#foot-faq{
  position:fixed;
  bottom:-1px;
  right:5px;
}

.searchBox__download .searchBox_form-cat select {
  font-weight: normal;
}