@charset "UTF-8";
/* CSS Document */

/* =============================
スライダー
===============================*/
/*
Slider
___________________________________________________________________*/
.bx-wrapper { margin: 0 auto 0;  overflow: hidden; }


.mod-bxslider {
  clear: both;
/*  overflow: hidden; */
  position: relative;
}

.bx-viewport:before,
.bx-viewport:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1000;
}

.bx-wrapper .bx-viewport {
    overflow: visible !important;
    left: 0;
    border-width: 0;
    box-shadow: none;
}

.bx-viewport:before {
    right: 100%;
    left: -100%;
}

.bx-viewport:after {
    left: 100%;
    right: -100%;
}
js-demo-01 img {
 width: 960px;
 height: 400px;
 overflow: hidden;
}

.over_frame {
  position: absolute;
	top: 350px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}

.over_left {
  position: absolute;
	bottom: 60px;
	right: 60%;
	z-index: 999;
}
.over_right {
  position: absolute;
	bottom: 60px;
	left: 60%;
	z-index: 998;
}

/* 修正 */
.bx-wrapper .bx-prev {
	left: 0;
	background: url(../c_img/controls.png) no-repeat 0 -62px;
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(../c_img/controls.png) no-repeat -37px -62px;
}

.bx-wrapper .bx-next:hover {
	background-position: -37px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 45%;
    margin-top: -20px;
    outline: 0;
    width: 37px;
    height: 62px;
    text-indent: -9999px;
    z-index: 9999;
}

/* 修正 (START / STOP) */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 120px;
    width: 80px;
    bottom: 10px;
    position: absolute;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	outline: 0;
	background: url(../c_img/controls.png) -86px -30px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	outline: 0;
	background: url(../c_img/controls.png) -86px -90px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -60px;
}

.bx-wrapper .bx-pager {
    text-align:center;
    color:#666;
		position: absolute;
		left: 840px;
		top: 310px;
		z-index: 2000;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#0f840c;
		box-shadow: 0 0 0 1px #fff;
}

.bx-start:focus,
.bx-stop:focus {
	outline: solid 2px #000 !important;
}

.bx-pager-item a {
    color: #fff;
}


/* =============================
議会TOP トピックス
===============================*/

h1.top {
  margin-top: -20px;
  color: #333;
  font-size: 140%;
}

.news_box {
  clear: both;
  width: 680px;
	float: left;
}
#contents_area .news_box {
    background: #f7f6e8;
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 20px;
}
#contents_area .news_box h2 {
    float: left;
    color: #776300;
    background: url(../c_img/icon_news.png)no-repeat 0 50%;
    padding: 6px 0 0 50px;
    min-height: 50px;
		margin-bottom: 0;
}
#contents_area .news_box .golist {
    float: right;
}
#contents_area .news_box .golist a {
    display: block;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    box-shadow: 0px -2px 1px -1px #999 inset;
    -webkit-box-shadow: 0px -2px 1px -1px #999 inset;
    -moz-box-shadow: 0px -2px 1px -1px #999 inset;
    padding: 6px 8px 6px 4px;
}
#contents_area .news_box .golist span {
    background: transparent url(../c_img/icon_arw_green.png)no-repeat 10px 50%;
    padding-left: 20px;
}
#contents_area .news_box li {
    border-top: 1px dotted #aaaaaa;
    padding: 8px 0 8px 26px;
    background: #fff url(../c_img/icon_arw_green.png)no-repeat 10px 50%;
}
#contents_area .news_box li:first-child {
	border-top: none;
}
#contents_area .news_box .sbox span {
    color: #303030;
    font-weight: bold;
    background: #f68b2c;
    border-radius: 15px;
    padding: 0 8px;
    margin-left: 1em;
}
#contents_area .sbox {
    clear: both;
    background: #fff;
    border-radius: 4px;
    padding: 4px 16px;
}

/* =============================
議会TOP Calendar
===============================*/
#gikai_calendar {
  margin-bottom: 40px;
}

#gikai_calendar h2 {
  background: transparent url(../c_img/icon_gikai_calendar.jpg)no-repeat 0 50%;
	float: left;
	color: #776300;
	margin-bottom: 0;
}

#gikai_calendar .calbtn {
  float: left;
  display: block;
  width: auto;
  padding: 12px 0 10px 30px;
	min-height: 30px;
}
.btn.is-active{
  background-position: 0 -50px;
}

.navioff .calbtn {
  background: url(../c_img/icon_gikai_open.jpg)no-repeat left 50%;
}
.navi .calbtn {
  background: url(../c_img/icon_gikai_close.jpg)no-repeat left 50%;
}

#gikai_calendar .cal_contents {
  clear: both;
}

#gikai_calendar .cal_contents ul.month {
  text-align: center;
}
#gikai_calendar .cal_contents .month li {
  display: inline-block;
	border-left: 2px solid #a3a3a3;
	padding-left: 8px;
}
#gikai_calendar .cal_contents .month li:first-child {
  border-left: none;
}

#gikai_calendar .cal_contents dl {
  border: 1px solid #ccc;
  border-radius: 6px;
	font-size: 88%;
	background: #fbfbfb;
	margin-top: 20px;
}
#gikai_calendar .cal_contents dt,
#gikai_calendar .cal_contents dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}
#gikai_calendar .cal_contents .top { 
  border-top: none;
	background: #ececec;
	text-align: center;
}
#gikai_calendar .cal_contents dt {
  clear: both;
  width: 60px;
  float: left;
	white-space: nowrap;
	padding-bottom: 8px;
}
#gikai_calendar .cal_contents dd {
  float: left;
  margin: 0;
	padding-bottom: 8px;
}
#gikai_calendar .cal_contents dd.week {
	width: 60px;
	white-space: nowrap;
}
#gikai_calendar .cal_contents dd.text {
	width: 838px;
  border-left: 1px solid #ccc;
}
#gikai_calendar .cal_contents .sun {
  background: #faf0e6;
}
#gikai_calendar .cal_contents dd.text ul {
  margin-left: 40px;
	list-style: disc;
}
#gikai_calendar .cal_contents .sun ul {
  color: #8b0000;
}

/* =============================
議会TOP メニュー
===============================*/
.menu_box{
  float: right;
	width: 260px;
  background:#f7f6e8;
	padding: 16px 10px;
	border-radius: 4px;
	margin-bottom: 20px;
}

#contents_area .menu_box .base { 
  background: #fff;
	border-radius: 4px;
	padding: 0;
}

.menu_box .base li { border-bottom: 1px dotted #aaaaaa; }
.menu_box li:last-child { border-bottom: none; }

.menu_box .base li.mayor { background: url(../c_img/photo_mayor.png)no-repeat right bottom; }

.menu_box .base li a {
  display: block;
  padding: 21px 0 20px 42px;
	background-repeat: no-repeat;
	background-position: 12px 50%;
}
.menu_box .base li.movie a { background-image: url(../c_img/icon_gikai_movie.jpg);}
.menu_box .base li.data a { background-image: url(../c_img/icon_gikai_data.jpg);}
.menu_box .base li.paper a { background-image: url(../c_img/icon_gikai_paper.jpg);}
.menu_box .base li.digital a { background-image: url(../c_img/icon_gikai_digital.png);}

/* =============================
議会TOP 下層メニュー
===============================*/
#all_menu {
  margin-bottom: 20px;
}

#all_menu .col_left {
  float: left;
	width: 400px;
}
#all_menu .col_right {
  float: right;
	width: 540px;
}

#all_menu h2 {
  background: #f5f4ed;
	background-image: none;
	border-radius: 0;
	border-bottom: 2px solid #c4bb94;
	padding: 12px 10px 10px 16px;
	margin-bottom: 0;
}
#all_menu h2.related {
  background: #edf5f1;
	border-color: #94c4a6;
}

#all_menu h2 a {
  color : #333;
	pointer-events:none;
}

#all_menu ul {
  margin-bottom: 40px;
}
#all_menu li {
    padding: 12px 0;
    border-bottom: 1px dotted #aaaaaa;
}
#all_menu li a {
  display: block;
  padding-left: 20px;
  background: url(../c_img/arrow_gikai.png)no-repeat 0 0.3em;
}
#all_menu .related li a {
  background: url(../c_img/arrow_gikai02.png)no-repeat 0 0.3em;
}
/*
#all_menu .navioff .navi_contents { display: block !important; }
#all_menu .navi .navi_contents { display: block !important; }
*/

/* =============================
議会TOP よくある質問
===============================*/

#faq {
  clear: both;
  width: 70%;
	margin: 20px auto;
}
/* =============================
議会TOP 緊急
===============================*/
#emergency {
  border: 4px solid #cd1836;
	margin-bottom: 20px;
}
.main_area #emergency h2 {
  color: #fff;
	background: #cd1836 url(../c_img/icon_em.png)no-repeat 10px 50%;
	padding-left: 60px;
	border-radius: 0;
	margin: 0;
}
.main_area #emergency ul {
  margin: 10px;
}

/* =============================
会議録の検索
===============================*/
.kaigi_search {
  width: 80%;
	margin: 10px auto 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
}
.main_area .honbun .kaigi_search p { margin: 0; }
.kaigi_search span { font-size: 90%; }

.kaigi_search a {
  display: block;
	color: #333;
	padding: 10px;
  background: #fff url(../c_img/icon_arw_green.png)no-repeat 90% 50%;
}
.kaigi_search a:hover {
  background: #f5f5f5 url(../c_img/icon_arw_green.png)no-repeat 90% 50%;
}

/* =============================
市議会だより
===============================*/
.gikai_dayori h1 {
  background: url(../c_img/h1_gikaidayori_bg.png)no-repeat 0 50%;
	min-height: 120px;
	padding: 30px 0 0 140px;
	color: #0C54AC;
	border: 1px solid #ccc;
  border-radius: 6px;
}

.gikai_dayori ul.gikaibox li {
  background: url(../c_img/icon_arw_green.png)no-repeat 0 0.4em;
  padding-left: 16px;
	margin-bottom: 0.5em;
}
.gikai_dayori ul.backnumber li {
  border-bottom: 1px dotted #ccc;
}
.gikai_dayori ul.backnumber li a {
  display: block;
	background: url(../c_img/icon_arw_green.png)no-repeat 0 50%;
  padding: 0.5em 0 0.5em 16px;
}
.gikai_dayori ul.backnumber li a:hover,
.gikai_dayori ul.backnumber li.current a {
  background: #f7f7f7 url(../c_img/icon_arw_green.png)no-repeat 0 50%;
}
