
.leftbox{
	width:400px;
	float:left;
}

.rightbox{
	width:300px;
	float:right;
}

table.table01{
	background-color:#d5dde8;
	width:100%;
}

table.table01 tr th{
	background-color:#d5dde8;
	padding:3px 10px;
}

table.table01 tr td{
	background-color:#ffffff;
	padding:3px 10px;
}

#updatebox{
	border:2px solid #cccccc;
	padding:15px;
}

hr{
	height:2px;
	background-color:#000000;
	margin:15px 0;
}

table.nyuukai{
	background-color:#d5dde8;
	width:70%;
}

table.nyuukai tr th{
	background-color:#d5dde8;
	padding:3px 10px;
	text-align:right;
	font-weight:normal;
}

table.nyuukai tr th.gray{
	background-color:#cccccc;
	padding:3px 10px;
	text-align:left;
	font-weight:bold;
}

table.nyuukai tr td{
	background-color:#ffffff;
	padding:3px 10px;
	text-align:right;
}

.flex{
   
    display: flex;
     justify-content: space-between;
}
.flex2{
   
    display: flex;
     justify-content: center;
}
.eiga{
    border: 1px solid #222;
    padding: 10px;
    margin: 10px;
}