@charset "UTF-8";

/* =========================================================
   Fix Layout 2 Columns
========================================================= */

/* wrapper
----------------------------------------------- */
#wrapper {
  float: left;
  width: 1000px;
  clear: both;
  margin: 0 -210px 0 0;
}

/* content(center column)
----------------------------------------------- */
#content {
  float: left;
  width: 790px;
}

/* links(right column)
----------------------------------------------- */
#links {
  float: right;
  width: 190px;
  margin: 0;
}

/* 税務課(2022/03/08)
----------------------------------------------- */
#zeimuCat .pieceHeader h2 {
	font-size: 130%;
	margin-top: 2em;
	padding: 0.5em;
	border: 5px solid #437BDB;
	border-bottom: 0;
}
#zeimuCat .pieceBody {
	background-color: #437BDB;
}
#zeimuCat .pieceBody ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1em 1em 0;
	align-items: center;
}
#zeimuCat .pieceBody ul li {
	width: 32%;
	background-color: #eaf4ff;
	border-radius: 5px;
	margin-bottom: 1em;
}
#zeimuCat .pieceBody ul li:hover {
	opacity: 0.6;
}
#zeimuCat .pieceBody ul li a {
	display: block;
	text-align: center;
	padding: 0.8em;
	text-decoration: none;
	font-size: 115%;
	font-weight: bold;
	color: #000;
}
#zeimuCat .pieceBody ul li a:before {
	content: '';
	display: inline-block;
	background: url(images/ic-list03.gif) no-repeat left center;
	width: 5px;
	height: 5px;
}
