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

/***** #items01 *****/

#items01 {
	padding-bottom: 10px;
}

.mainPic {
	width: 100%;
	margin: 0 auto 40px;
	background: #000;
}

.mainPic img {
	max-width: 600px;
	max-height: 400px;
	margin: 0 auto;
	padding: 20px;
	display: block;
}

/***** #items02 *****/

#items02 {
	padding: 10px 0 50px;
}

#items02 ul {
  margin-left: -20px;
	margin-bottom: 20px;
  overflow: hidden;
}

#items02 ul:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

#items02 li {
  float: left;
  padding-left: 20px;
  margin-bottom: 20px;
}

#items02 li img {
	max-height: 300px;
	margin: 0 auto 20px;
	display: block;
}

#items02 li h3 {
	margin: 0 auto 10px;
	font-weight: normal;
}

#items02 li h3 span {
	padding-left: 20px;
	position: relative;
}

#items02 li h3 span:before {
	content: '■';
	width: 1em;
	height: 1em;
	margin-top: -1em;
	color: #333;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
}

#items02 li h3 a:hover {
	text-decoration: underline;
}

#items02 li p {
	margin-bottom: 20px;
	font-size: 85%;
	line-height: 160%;
}

.cols-2 li {
  width: 50%;
}

.cols-3 li {
  width: 33.33333%;
}

.cols-4 li {
  width: 25%;
}

.cols-5 li {
  width: 20%;
}

.btnWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.btnWrap img {
	width: 70%;
	max-width: 200px;
	margin: 0 auto;
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:880px) {
}

@media screen and (max-width:768px) {

		.mainPic img {
			width: 100%;
			height: auto;
			max-height: inherit;
		}

    .cols-4 li,
		.cols-5 li {
      width: 50%;
			margin-bottom: 30px;
			padding-bottom: 20px;
			border-bottom: 1px solid #ccc;
    }
}

@media screen and (max-width:580px) {

    .cols-2 li,
    .cols-3 li,
    .cols-4 li,
    .cols-5 li {
      width: 100%;
			margin-bottom: 30px;
			padding-bottom: 20px;
			border-bottom: 1px solid #ccc;
    }

}

@media screen and (max-width:480px) {
}

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