body{
    width: 1180px;
    background-color: burlywood;
}
h1{
    text-align: center;
    /*background-color: blueviolet;*/
    margin: 10px;
    padding: 20px;
    color: white;
    text-shadow: 5px 5px 10px  black;
}

ul{
    display: flex;
   
    margin: 5px o ;
    justify-content: right;
    width: 1100px;
}
h2{
    text-align: center;
    background-color: chocolate;
    margin: 10px;
}


.migi{
    display: flex ;
    
    justify-content: right;
    padding-right: 100px;
}
.migi li{
    background-color: chartreuse;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 10px;
    height: 10px;
}   
    
/*リスト欄の設定*/
ul {
	list-style-type: none;
	padding-left: 0;
}


li {
	background: #CCC;
	width: 80px;
	height: 5px;
	padding: 5px;
	margin: 5px;
    

}
.table-cell {
	display: table;
    display: flex;  
	margin: auto;
}
.table-cell li {
	display: table-cell;
    display: flex;  
}
.namae{
    width: 220px;
    height: 50px;
    border: 1px solid black;
}
.syasin{
    width: 80px;
    height: 50px;
    border: 1px solid black;
}
.setumei{
    width: 780px;
    height: 50px;
    border: 1px solid black;
}
img{
    width: 80px;
    height: 50px;
    margin: 0px;
    padding: 2px;
   
}
header{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: darkcyan;

}



footer{
    
    text-align: center;
    color: white;
    background-color: black;
    padding: 20px;
    margin-left: 20px;
    margin-top: 5px;
}
