@charset "utf-8";

/* テーブルのCSS
------------------------------------------------------------*/
.table_1{
  border-width : 1px;border-style : solid;border-color : silver;
  width : 100%;
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
  margin-top : 10px;
  margin-bottom : 20px;
  background-color : white;
}

.table_1 th{
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : silver;
  border-bottom-color : silver;
  padding-top : 5px;
  padding-bottom : 3px;
  font-weight : normal;
  background-color : #f7f7f7;
  text-align : left;
  padding-left : 10px;
  width : 100px;
}

.table_1 td{
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : silver;
  border-bottom-color : silver;
  padding-top : 5px;
  padding-bottom : 3px;
  font-weight : normal;  

  padding-left : 10px;
  padding-right : 10px;
}
.table_1 ul{
  margin-left : 20px;
}

.table_1 li{
  margin-left : 0px;
  list-style-type : disc;
  list-style-position : outside;
}


.table_1{
  border-width : 1px;border-style : solid;border-color : silver;
  width : 100%;
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
  margin-top : 10px;
  margin-bottom : 20px;
  background-color : white;
}

