<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";


img{
	 


    max-width: 100%; 


    height: auto; 


}
	table.name {
	background-color: olive;
	color: white;
	font-family: メイリオ;
	width: 100%;
}



@media only screen and (max-width:480px){
    	table .kioku tr,td {
	
	display: block;
	
	width: 100%;
	
	font-family: メイリオ;
	
	font-size: small;
	
}
    table .kioku th {
    width: 100%;
    img: 50%;
}

}
 
@media screen and (min-width:480px){ 
     table .kioku {
      width: 600px; }
      } 

table.others {
	background-color: teal;
	color: white;
	font-family: メイリオ;
	width: 100%;
}
</pre></body></html>