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

/* reset */
html, body, div, header, nav, ul {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
/* 基本のレイアウト */
body {
	background-color: #c0fdbb;
}
.sample0{padding :5px;
         background-color: #ffffff;
}
.sample1{padding :10px;
         background-color: #228b22;
}
.wrapper {
	margin: 0 auto 0 auto;
	width: 700px;
}
/* セクションごとのレイアウト */
/* header */
header {
	margin: 25px 0 20px 0;
}
header h1 {
	overflow: hidden;
	width: 256px;
	height: 23px;
	text-indent: -5000px;
	background: #fff url(../images/logo.png) no-repeat;
}
/* section */
section ul {
	list-style-type: none;
}
section ul li {
	float: center;
	padding: 0 0 0 30px;
}
section ul li:nth-child(3n+1) {
	padding-center: 0;
}
section ul li a {
	display: block;
	color: #080;
	text-decoration: none;
}</pre></body></html>