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

#wrapper {
	width:1000px;
	margin: 0 auto;
	padding-bottom:100px;
}

h3{
	font-size:24px;}

.menu{ display: flex;
 justify-content: center;
 padding-bottom:30px;
}

.item{margin:20px;}

.wrap {
  display:flex;
  justify-content:center;
  padding-top:30px;
}

.planbox1{
	margin-bottom:30px;
	}

.photo{margin:2.5px;}

TABLE{table-layout:fixed;
width:800;
}



h4{text-align:left;}



</pre></body></html>