@charset "utf-8";
/* ------------------------------------------------------------------------------
council
------------------------------------------------------------------------------ */
.councilCont {
text-align:justify;
}
.councilList div {
	display:block;
}
.councilCont h4.sTit {
border-bottom: 2px solid;
width: 100%;
}
.councilMo {
margin-left:25px;
}
.councilCont .councilList ol {
border-bottom: 1px dotted #999999;
padding-bottom:10px;
margin-bottom:15px;
width:100%;
}
.councilTableBox {
border-bottom: 1px dotted #999999;
}
.table3Last {
border-bottom: 1px dotted #999999;
padding-bottom:10px;
margin-bottom:1em;
width:100%;
height:1px;
}

@media screen and (max-width: 751px) {
/* ---------- SP ---------- */
.councilPDF  {
text-align:center;
}

}

@media screen and (min-width: 751px) {
/* ---------- PC ---------- */


}