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

#sctn01,
#sctn02,
#sctn03,
#sctn04{
	margin: 0 0 60px;
}



#sctn01 .fright{
	width: 415px;
}

#sctn01 .fright .fnt_ppl{
	font-size: 1.375em;
	margin: 0 0 20px;
}

#sctn01 .fright .txt01{
	font-size: 1.125em;
}


#sctn02 .list01 dd{
	padding: 15px 0 30px;
}
	#sctn02 .list01 dd ul{
		overflow: hidden;
	}
		#sctn02 .list01 dd ul li{
			float: left;
			width: 160px;
			// height: 210px;
			overflow: hidden;
			margin-right: 16px;
		}
		#sctn02 .list01 dd ul li:last-child{
			margin-right: 0;
		}
			#sctn02 .list01 dd ul li img{
				margin-bottom: 5px;
			}
			#sctn02 .list01 dd ul li img.on{
				cursor: pointer;
			}
			#sctn02 .list01 dd ul li img.off{
				display: none;
			}

#sctn02 ul.staff li{
	float: left;
	margin: 0 20px 20px 0;
	font-size: 0.875em;
}

#sctn02 ul.staff li .name{
	color: #ab4592;
	display: block;
	margin: 5px 0;
}

#sctn03 table{
	width: 100%;
	font-size: 0.875em;
}

#sctn03 table th{
	background: #d5d5d5;
	border: solid 1px #999;
	padding: 10px 15px;
	width: 150px;
	vertical-align: top;
}

#sctn03 table td{	
	padding: 10px 15px;
	border: solid 1px #999;
}
</pre></body></html>