@charset "UTF-8";
/* CSS Document */

div.search_check {
    border:1px dotted #999;
    background-color:#E9F8BD;
    padding:10px;
    margin-bottom:7px;
}

div.search_check table {
  width:100%;
}

table#freeword {
  width:100%;
    border:1px dotted #999;
    background-color:#E9F8BD;
    margin-bottom:7px;
}
table#freeword th{
  width:70px;
  text-align:center;
}
table#freeword td input{
  width:50%;
}
table#freeword td {
  padding:10px;
}
