@charset "utf-8";
/*--------------------------------------------------------------------------------------------*/
/*メイン                                                                                      */
/*--------------------------------------------------------------------------------------------*/
/*スライダー*/
/* 設定 */
.container {
	width: 100%;
	height: 440px;
	overflow-x: hidden;
}
.slide_all {
	width: 960px;
	margin: 0 auto;
	height: 440px;
	position: relative;
}
.slide_wrap {
	width: 2880px;
	position: absolute;
	left: 50%;
	margin-left: -1440px;
}
.slide_body {
	width: 100%;
}
.slide {
	width: 960px;
	overflow: hidden;
}
.slide img {
	width: 100%;
	vertical-align: bottom;
}
/* 装飾 */
.bx-controls-direction,.bx-pager {
	text-align: center;
	height: 25px;
}
.bx-controls-direction a, .bx-pager-item {
	display: inline-block;
}
.bx-pager-item a{
	display: block;
	height: 10px;
	width: 10px;
	text-indent: -9999px;
	background: #000;
	border-radius: 10px;
	margin:10px 2px 0 2px;
}
.bx-pager-item a.active {
	opacity: 0.3;
}
.bx-controls-direction a{
	text-decoration: none;
	color: #000;
	padding: 0 5px;
}
.bx-controls {
	position: absolute;
	bottom: 5px;
	z-index: 100;
	width: 100%;
}
.cs_slide_txt{
	position: absolute;
	text-align: center;
	bottom: 0px;
	left: 0px;
	width: 930px;
	padding: 15px;
	color: #ffffff;
    background-color: rgba( 50, 50, 50, 0.55 );
}
/*カウンタ*/
#id_counter{
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
}
/*NEWS*/
#id_news{
	background-color: #39599b;
	margin-bottom: 15px;
	padding: 15px;
}
#id_news h2{
	color: #ffffff;
	padding-left: 20px;
	padding-bottom: 20px;
	font-weight: normal;
	font-size: medium;
}
#id_news h2 img{
	vertical-align: middle;
}
#id_news h2 span{
	padding-left: 15px;
	font-size: xx-large;
}
#id_news p{
	background-color: #ffffff;
	padding-top: 35px;
	padding-left: 35px;
	color: #4267b2;
	font-size: 150%;
    zoom: 100%;
}

#id_news p:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*物部川土地改良区連合について*/
#id_about{
	margin-top: 30px;
	margin-bottom: 15px;
}
#id_about img{
	width: 960px;
	height: auto;
}
/*組織の概要はこちら*/
#id_sosiki{
	margin-left: 70px;
	margin-bottom: 50px;
}
/*物部川統合堰の歴史*/
.cs_main2{
	background-image: url(../images/bg_history.png);
}
.cs_main2 h2{
	text-align: center;
	background-image: url(../images/bg_history2.png);
}
#id_history{
	width: 944px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#id_history table {
	float: left;
	margin-left: 40px;
	margin-right: 40px;
}
#id_history table th {
	font-size: x-large;
	font-weight: normal;
}
#id_history table td {
}