html{

}
table{
  word-break: auto-phrase;
}
h1{
font-size: 220%;
background: #eeeeee;
padding:5px;
    padding-left: 10px;
border-radius: 100px;
font-family: "times new roman","UD Digi Kyokasho N-R";
}

h2 {
font-size: 22px;
padding-left: 5px;
margin-bottom: 15px;
border-bottom: 2px solid #999999;
}
h3{margin:20px;}

p {
padding-left: 10px;
font-size: 16px;
}
tbody {text-align:center;}


ul {margin:5px;
font-size: 16px;
}

ul#lightgray {margin:5px;
  background-color:lightgray;
}

ul#silver {margin:5px;
  background-color:silver;
}
tr:hover {background-color:yellow;}

li#silver {
  background-color:silver;
}
table#jabo{
 width: 150%;
}
td#jabo{
 width: 150%;
}
tr:hover {background-color: #ddd;}

td#Karappo {
  border: 8px dotted black;
  background: yellow;
}
td#ITEM {
  background: lightgreen;
}

td#BUGITEM {
  background: pink;
}

header{
 text-align:right;
}
header h1{
 text-align:left;
}

div#site_header  h1 {
    text-align:left;
    background-color: #2a2a2a;
    font-color: eee;
    font-family: "times new roman", "MS Mincho";
}

div#site_header  h1 a{
  color: white;
  text-decoration: none;
}
/*
td{
  width:  20%;
}

th{
  width:  20%;
}
*/


#db_data_list table.uk-table { margin: 0px; table-layout:fixed; }
#db_data_list table.uk-table:not(:first-child) { margin-top: -1px; }
#db_data_list table.uk-table:not(:first-child) tr:first-child{ visibility: collapse; }

#db_data_list table.uk-table tr th { width: 125px; }
#db_data_list table.uk-table tr th:nth-of-type(1) { width: 25px; }
