@CHARSET "UTF-8";

body{
  color: #000000;
  background-color: #ffffff;
}
#header{
  display: none;
}
#navigation{
  display: none;
}
#footer{
  display: none;
}
hr.clear{
  display: none;
}
#content-wrap {
  width: 100% !important; 
}
.ui-datepicker{
  display: none;
}
.jquery-tableResizable-switcher{
  display: none;
}

/* 動的な変更よりも優先度を高くするため、important指定する */
.dictionary-selector-onoff,
.selector-pane,
.dictionary-toolbar-top,
.dictionary-toolbar-left,
.dictionary-selected-words{
  display: none !important;
}


.dictionary-dynamic-result{
  margin: auto;
  width: 900px;
  border:1px solid #999;
  font-size: 13px;
  min-height: 400px;
  /* IE6 */
  height: auto !important;
  height: 400px;
}
.dictionary-dynamic-result thead th{
  background-color: #7ECCE2;
  font-weight: bold;
}
#dictionary-dynamic-result-table{
  width: 100% !important;
  table-layout:fixed;
}
.dictionary-dynamic-result td,
.dictionary-dynamic-result th{
  padding: 4px 2px;
  border-bottom: 1px solid #FEE;
}
.dictionary-dynamic-result td{
  cursor: pointer;
}
.dictionary-dynamic-result .even{
  background-color: #FFF4E0;
}
.dictionary-dynamic-result .hover{
  background-color: #FCC;
}
.dictionary-dynamic-result table input{
  display: none;
}
