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

.leftmenu a{
	text-decoration: none;
	color:#ED7994; 
}

/* コンテンツ */
.contentsbox{
	float: left;
	margin: auto;
	margin-left: 20px;
	width: 700px;
}

.contents,.contents2{
	margin-bottom: 50px;
	max-width: 100% !important;
	width: 700px;
	text-align: center;
	border: solid 1px #ccc;
	box-shadow: 5px 5px 5px 3px rgba(0,0,0,0.5);
}

.contents2{
	float: left;
	height: auto;
}

#group1,#group2{
	margin-top: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #ED7994;
	background: linear-gradient(transparent 70%, #F8CED7 70%);
}

#group3{
	display: block;
}

.contents p,
.contents2 p{
	margin: 20px;
	font-size: 14px;
	text-align: left;
}

 h1{
	margin: 20px;
	margin-top: 50px;
	font-size: 18px;
	text-align: left;
	border-left:  10px solid #ED7994;
	border-bottom: 1px solid #ED7994;
}

 h2{
	margin: 20px;
	font-size: 20px;
	text-align: left;
	border-left: 5px solid #ED7994;
	background-color: #FFEFF6;
}

h3{
	margin: 0 20px;
	margin-bottom: -20px;
	text-align: left;
}

.contents &gt; img{
	margin: auto;
	margin-top: 30px;
	width: 500px;
}

.contents p:first-of-type,
.contents2 p:first-of-type{
	font-size: 18px;
}

span{
	color: #ED7994;
}

.contents p:nth-of-type(2),
.contents2 p:nth-of-type(2){
	padding: 10px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.contents p:nth-of-type(3){
	font-size: 18px;
	font-weight: bold;
	color: #ED7994;
}

/* 環境上下水班 */
.ind{
	text-indent: 4em;
}

.contents2{
	padding-bottom: 50px;
}

.contents2 img{
	margin: auto;
}

.haikan + img{
	width: 90%;
}

/*許可証*/
.kyoka{
	position: relative;	
}

.kyoka img{
	width: 90%;
}

.kyoka ul{
	position: absolute;
	top: 295px;
	left: 155px;
}

.kyoka ul li{
	margin-bottom: 25px;
}

.kyoka ul li a:hover{
	color: #366CD9;
}

.kyoka ul li a{
	display: block;
}

.dennsi ul{
	margin-left: 20px;
	text-align:  left;
}

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