@charset "UTF-8";

/* =====================================================
 File name : 
   council.css
 Summary : 
   審議会・懇親会CSS
 Last modified : 
   2014年 11月 14日
===================================================== */

/*councilTable*/
.tpCouncil table.councilTable{
	width: 100%;
	border-bottom: dotted 1px #cccccc;
	vertical-align: top;
}

.tpCouncil table.councilTable.firstTable{
	border-top: dotted 1px #cccccc;
}

.tpCouncil table.councilTable tbody tr th{
	font-size: 1.5em;
	width: 4em;
	vertical-align: top;
	padding-top: 1em;
	line-height: 1;
}

.tpCouncil table.councilTable td{
	vertical-align: top;
	padding-left:10px;
}

.tpCouncil .councilTable td.councilListR{
	width: 45%;
}


/*councilCnchor*/
.tpCouncil .councilCnchorBox{
	overflow: hidden;
	zoom:1;
}

.tpCouncil .councilCnchorList{
	overflow: hidden;
	zoom:1;
	display: table;
	width: auto;
	margin-bottom: 20px;
}

.tpCouncil .councilCnchorList dl{
	display: table-cell;
	*display: block;
	zoom: 1;
	*float: left;
	*width: 48%;
	*height: 150px;
	background: #eeeeee;
	
}

.tpCouncil #contentsArea .councilCnchorList dl,
.tpCouncil #contentsArea .councilCnchorList dl dt,
.tpCouncil #contentsArea .councilCnchorList dl dd{
	margin:0;
	padding: 0;
}

.tpCouncil #contentsArea .councilCnchorList dl{
	vertical-align: top;
	border-right: solid 10px #ffffff;
}

.tpCouncil #contentsArea .councilCnchorList dl dt,
.tpCouncil #contentsArea .councilCnchorList dl dd{
	padding:10px;
}

.tpCouncil #contentsArea .councilCnchorList dl dt{
	border-bottom: solid 3px #ffffff;
}


.tpCouncil #contentsArea .councilCnchorList dl dt a{
	padding-left: 25px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M18%2C9a9%2C9%2C0%2C1%2C0-9%2C9A9%2C9%2C0%2C0%2C0%2C18%2C9ZM7.051%2C13.194a1.073%2C1.073%2C0%2C0%2C1%2C0-1.518l2.7-2.67-2.7-2.67a1.073%2C1.073%2C0%2C0%2C1%2C0-1.518%2C1.094%2C1.094%2C0%2C0%2C1%2C1.534%2C0l3.463%2C3.43a1.072%2C1.072%2C0%2C0%2C1%2C0%2C1.518L8.585%2C13.194A1.092%2C1.092%2C0%2C0%2C1%2C7.051%2C13.194Z%22%20fill%3D%22%23004697%22%2F%3E%3C%2Fsvg%3E") no-repeat left center;
}
 

.tpCouncil #contentsArea .councilCnchorList dl dd ul{
	margin-top: 5px;
	margin-bottom: 5px;
}

.tpCouncil .councilCnchorList dl dd ul li{
	display: inline-block;
	*display: inline;
	zoom:1;
	list-style-type: none;
}

.tpCouncil .councilCnchorList dl dd ul li a{
	padding-left: 25px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M18%2C9a9%2C9%2C0%2C1%2C0-9%2C9A9%2C9%2C0%2C0%2C0%2C18%2C9ZM7.051%2C13.194a1.073%2C1.073%2C0%2C0%2C1%2C0-1.518l2.7-2.67-2.7-2.67a1.073%2C1.073%2C0%2C0%2C1%2C0-1.518%2C1.094%2C1.094%2C0%2C0%2C1%2C1.534%2C0l3.463%2C3.43a1.072%2C1.072%2C0%2C0%2C1%2C0%2C1.518L8.585%2C13.194A1.092%2C1.092%2C0%2C0%2C1%2C7.051%2C13.194Z%22%20fill%3D%22%23004697%22%2F%3E%3C%2Fsvg%3E") no-repeat left center;
	background-size: contain;
}

.tpCouncil #contentsArea .councilCnchorBox .alertBoxblue{
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}