﻿@charset "utf-8";
/*20140303 update*/

/* 審議会・予算CSS /committee/
--------------------------------------------------------------------*/
.committee {}

/* Reset */
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	display: inline-block;
	background: none;
	text-decoration: underline !important;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	position: relative;
	top: 0;
	right: 0;
	color: #000;
}


/* IE7除外の場合
.council .data {}
.council .data:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.council .data dt {
	clear: both;
	float: left;
	width: 20%;
	padding-left: 5px;
	border-left: solid 5px #528200;
	margin: 15px 0 0 5px;
}
.council .data dd {
	float: right;
	width: 77%;
	border-bottom: dotted 1px #ccc;
	margin: 15px 0 0 0;
}
*/
.council dl.data dt {
	width: 140px;
	margin: 0 0 15px 5px;
	padding: 0 0 0 5px;
	border-left: solid 5px #528200;
	float: left;
}
.council dl.data dd {
	margin: 0 0 15px 135px;
	padding: 0 0 0 20px;
	border-bottom: dotted 1px #ccc;
}

.council .dlist3  {
	border-bottom: dotted 1px #ccc;
}
