.content_2col{
	display: flex;
}
.content_2col li{
  margin-right: 10px;
	text-align: center;
}
.smart li{
  padding: 10px;
}
#main .update{
	border: none;
}
ul.gnu {
    padding: 0 0 0 20px;
}
ul.gnu li {
    list-style-type: disc;
    margin-bottom: 5px;
}
ul.note03 li {
  padding-left: 1em; /* 1文字分の左パディング */
  text-indent: -1em; /* 最初の行だけを1文字分左に */
}
table {
  border-collapse: collapse!important;
  width: 100%;
}
th, td {
  border: 1px solid #333;
}
.manual table th, .manual table td {
  padding: 7px;
  width: 50%;
  font-size: 16px;
}
.manual table th {
  background-color: #ccc;
}