@charset "UTF-8";
/* //template v5.0.0
 */

/*
 ============================================================
  ファイル名：customize.css
 ============================================================
*/

/* ------------------------------------------------------------
	
	
	
	以下を目安に各色コードを変更してください。
	
	1.main   #2D4B9B (メインの透明度80%くらいの色 #4569C9)
	2.sub    #E8EEF7
	3.third  #F7F9F2 (濃い #333333 ／ すこし濃い #BBC0B4 ／ 薄い #EDEFEA)
	4.fourth #DDA943
	
	
	
   ------------------------------------------------------------ */


/*================================

 ★ メインカラー

================================*/

.hd__h1, 
.hd__h2:before, 
#gNav .gNav__btn, 
#aside, 
.pagetop_in a {
	background-color: #2D4B9B;
}

.hd__h2, 
.hd__h3, 
.btn_closetop, 
#header .mainsec__ttl a, 
.btn_closetop span:before, 
.s_modalwindow_detail .closebtn {
	color: #2D4B9B;
}

.s_modalwindow_detail .closebtn {
	border: 1px solid #2D4B9B;
}

#acMenu{
	border-bottom: 1px solid #2D4B9B;
}
#acMenu dt{
    border:#2D4B9B 1px solid;
}
#acMenu dd{
    background:#E6EBF3; /* メインカラーの10%  */
    border-left:#2D4B9B 1px solid;
    border-right:#2D4B9B 1px solid;
}

.btn__style01 a:before {
	border: 8px solid transparent;
	border-left-color: #2D4B9B;
}


.sec01__list li {
	border: 3px solid #2D4B9B;
}


/*================================

 ★ メインカラー（ロールオーバー/PCのみ）
 ※メインの透明度80%くらいの色

================================*/

@media only screen and (min-width: 641px) {
	
	#gNav .gNav__btn:hover, 
	.pagetop_in a:hover, 
	#aside .pagetop a:hover {
		background-color: #4569C9;
	}
	
}

/*==============================*/

/* ■基本の文字色 */
body {
	color: #333333;
}

/* ■aタグの文字色 */
a {
	color: #2D4B9B;
}

/* ■h1タグの色 */
.hd__h1 {
	color: #fff;
}

/* ■gNavの色 */
#gNav .gNav__btn {
	color: #fff;
}
#gNav .gNav__content {
	background: #fff;
	color: #fff;
}


/* ■btn_closetopの色 */
.btn_closetop {
	border: 1px solid #ccc;
}

/* ■footerの色 */
#footer {
	background: #ededed;
}

/* ■pagetop_inの色 */
.pagetop_in a {
	color: #fff;
}


/*================================================================

 ★ ボタンの設定
 ※メインカラーとロールオーバーのカラーを使用、適宜変更
 
================================================================*/
.btn__style03 a, .btn__style03 > span, 
.btn__style05 a, .btn__style05 > span, 
.btn__style06 a, .btn__style06 span {
	background:#2D4B9B;
    background: no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2D4B9B),color-stop(100%, #4569C9));
    background: no-repeat 95% center, -webkit-linear-gradient(top, #2D4B9B 0%,#4569C9 100%);
    background: no-repeat 95% center, -webkit-linear-gradient(top, #2D4B9B 0%, #4569C9 100%);
    background: no-repeat 95% center, linear-gradient(to bottom, #2D4B9B 0%,#4569C9 100%);
	color: #fff;
}

@media only screen and (min-width: 641px) {
	
	.btn__style03 a:hover, .btn__style03 > span:hover, 
	.btn__style05 a:hover, .btn__style05 > span:hover, 
	.btn__style06 a:hover, .btn__style06 span:hover {
		  background:#4569C9;
		  background:  no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2D4B9B),color-stop(100%, #38679f));
		  background:  no-repeat 95% center, -webkit-linear-gradient(top, #4569C9 0%,#2D4B9B 100%);
		  background:  no-repeat 95% center, -webkit-linear-gradient(top, #4569C9 0%, #2D4B9B 100%);
		  background:  no-repeat 95% center, linear-gradient(to bottom, #4569C9 0%,#2D4B9B 100%);
		  color: #ccc;
	}
	
}



/*================================================================

 ★ index.html
 
================================================================*/

.sec01__list03, 
.sec01__list02,
.sec01__list01 {
	border: 1px solid #2D4B9B;
}
#top .sec02 {
	background: #2D4B9B;
}
.noticesec01 {
	border: 2px solid #2D4B9B;
}
.noticesec01__ttl, 
.sec03 .linkpanel__ttl {
	color: #2D4B9B;
}

#top .sec01__list li, 
.sec03 .linkpanel__box01, 
.sec03 .linkpanel__box02 {
	border: 1px solid #2D4B9B;
}



/*================================
 ★ 「開催概要」部分の設定
================================*/

#top .sec01 {
	background: #FBFCFA;
}
.sec01 .sec01__title {
	color: #333333; 
}

.tbl__style01 .tbl__head {
	color: #333333;
	background: #EDEFEA;
}
.tbl__style01 .tbl__detail {
	background: #fff;
}	


@media only screen and (min-width: 641px) {
	
	#top .sec01 .inner {
		border: 2px solid #BBC0B4;
	}
	#top .tbl__style01, 
	#top .tbl__style01 .tbl__head, 
	#top .tbl__style01 .tbl__detail {
		border: 1px solid #BBC0B4;
	}
	
	/* ■sec01__listの設定 */
	#top .sec01__list03 {
		min-height: 250px;
	}
	#top .sec01__list02 {
		min-height: 305px;
	}
	#top .sec01__list01 {
		min-height: 330px;
	}


}

@media only screen and (max-width: 640px) {
	
	#top .tbl__style01 {
		border-top: 1px solid #BBC0B4;
	}
	#top .tbl__style01 .tbl__head {
		border-bottom: 1px solid #BBC0B4;
	}
	#top .tbl__style01 .tbl__detail {
		border-bottom: 1px solid #BBC0B4;
	}
	
}

/*================================
 ★ 議決権行使部分の設定
 ※メインの透明度20%くらいの色
================================*/

.tbl__style02 .tbl__head, 
.sec03 .linkpanel__ttl {
	background: #E8EEF7;
}

/*================================
 ★ インターネットの期間の設定
================================*/

.tbl__style02, 
.tbl__style02 .tbl__head, 
.tbl__style02 .tbl__detail {
	border: 1px solid #DDA943;
}
.tbl__style02 .tbl__head {
	background: #DDA943;
	color: #000;
}

/*================================
 ★ お問い合わせの色設定
 ※メインの透明度20%くらいの色
================================*/

.noticesec01 {
	background: #E8EEF7;
}


/*================================
 ★ header部分の設定
================================*/

@media only screen and (min-width: 641px) {

#header {
	margin-bottom: 40px;
}
#header #logo {
	position: absolute;
	width: 1000px;
	height: 60px;
	left: 10px;
	top: 10px;
	background: url(../imgs/logo01.png) no-repeat left top;
	z-index:10;
}
#header #logo a {
	display: block;
	width: 255px;
	height: 100%;
}
#header .codenum {
	position: absolute;
	left: 660px;
	top: 31px;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
}
#header .inner {
	position: relative;
	width: 1020px;
	height: 90px;
	margin: 0 auto;
}
#header .mainsec__ttl {
	position: absolute;
	width: 420px;
	height: 29px;
	left: 267px;
	top: 25px;
}
#header .mainsec__ttl a {
	display: block;
	z-index:10;
	position: absolute;
	font-size: 25px;
}
#header .mainsec__ttl img {
	display: none;
}
/*#header:after {
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	background: url(../../imgs/top_main_bg01.jpg) no-repeat center 67%;
	background-size: cover;
}*/
#header__top {
	min-height: 441px;
	background: url(../../imgs/top_main_bg01.jpg) no-repeat center top;
}
#header__top #logo {
	position: absolute;
	width: 255px;
	height: 60px;
	left: 10px;
	top: 11px;
	background: url(../imgs/logo01.png) no-repeat left top;
	z-index:10;
}
#header__top #logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 9999px;
}
#header__top .codenum {
	position: absolute;
	left: 270px;
	top: 31px;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
}
#header__top .sdemo {
	position: absolute;
	left:480px;
	top:25px;
}
#header__top .inner {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}
#header__top .top_mainsec__ttl {
	position: absolute;
	width: 750px;
	height: 446px;
	background: url(../../imgs/top_main_ttl.png) no-repeat left top;
	left: -54px;
	top: 0px;
}
#header__top .top_mainsec__ttl img {
	display: none;
}

}

@media only screen and (max-width: 640px) {

#header #logo {
	position: absolute;
	width: 145px;
	height: 35px;
	left: 0px;
	top: 8px;
	background: url(../imgs/logo01.png) no-repeat left top;
	background-size: 145px auto;
}
#header #logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#header .codenum {
	position: absolute;
	left: 151px;
	top: 17px;
	font-size: 9px;
	font-size: 0.5rem;
	font-weight: bold;
}
#header .inner {
	position: relative;
	height: 50px;
	margin: 0 auto;
}
#header .mainsec__ttl {
	display:none;
}

/*#header:after {
	content: '';
	display: block;
	width: 100%;
	height: 60px;
	background: url(../../imgs/top_main_bg01.jpg) no-repeat center 53%;
	background-size: cover;
}
*/
#header__top {
	min-height: 408px;
	background: url(../../imgs/sp/top_main_bg01.jpg) no-repeat center top;
	background-size: 320px auto;
}
#header__top #logo {
	position: absolute;
	width: 145px;
	height: 35px;
	left: 0px;
	top: 8px;
	background: url(../imgs/logo01.png) no-repeat left top;
	background-size: 145px auto;
}
#header__top #logo a {
	display: block;
	width: 100%;
	height: 35px;
	text-indent: 9999px;
}
#header__top .codenum {
	position: absolute;
	left: 151px;
	top: 17px;
	font-size: 9px;
	font-size: 9px;
	font-size: 0.5rem;
	font-weight: bold;
}
#header__top .sdemo {
	position: absolute;
	left:180px;
	top:8px;
}
#header__top .sdemo img {
	width:80px;
}
#header__top .inner {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}
#header__top .top_mainsec__ttl {
	position: absolute;
	left: 0px;
	top: 31px;
	width: 288px;
}
#header__top .top_mainsec__ttl img {
	width: 100%;
}

}


/*================================================================

 ★ /election/
 
================================================================*/

.tbl__style03 .tbl__head {
	color: #2D4B9B;
}

.election_box{
	border: 3px solid #2D4B9B;
}

@media only screen and (min-width: 641px) {
	
	.tbl__style03, 
	.tbl__style03 .tbl__detail, 
	.tbl__style03 .tbl__head {
		border: 1px solid #2D4B9B;
	}

}

@media only screen and (max-width: 640px) {

	.tbl__style03 .tbl__head, 
	.tbl__style03 .tbl__detail {
		border-top: 1px solid #2D4B9B;
	}

}

/*================================
 肩書きのアイコン
 ※メインまたはメイン透明度変えた色
================================*/

.icn_sainin{
	background: #2D4B9B;
	border: 1px solid #2D4B9B;
	color: #fff;
}
.icn_shinnin{
	border: 1px solid #2D4B9B;
	color: #2D4B9B;
}
.icn_syagai{
	background: #E8EEF7;
	border: 1px solid #2D4B9B;
	color: #2D4B9B;
}
.icn_doku{
	background: #E8EEF7;
	border: 1px solid #2D4B9B;
	color: #2D4B9B;
}


/*================================
 ★ 表の設定
 ※メインの透明度20%くらいの色
================================*/

#election .tbl__style03 .tbl__head {
	background: #E8EEF7;
}
#election .tbl__style03 .tbl__detail {
	background: #fff;
}

/* ■ナンバーの設定　追加あればその数分追加 */

@media only screen and (min-width: 641px) {
	
	#election .sec01__list01:before {
		content: '1';
	}
	#election .sec01__list02:before {
		content: '2';
	}
	#election .sec01__list03:before {
		content: '3';
	}
	#election .sec01__list04:before {
		content: '4';
	}
	#election .sec01__list05:before {
		content: '5';
	}
	#election .sec01__list06:before {
		content: '6';
	}
	#election .sec01__list07:before {
		content: '7';
	}
/*	#election .sec01__list08:before {
		content: '8';
	}*/
	#election .sec01__list09:before {
		content: '9';
	}
	
}

@media print, screen and (max-width: 640px) {
	
	#election .sec01__list01:after {
		content: '1';
	}
	#election .sec01__list02:after {
		content: '2';
	}
	#election .sec01__list03:after {
		content: '3';
	}
	#election .sec01__list04:after {
		content: '4';
	}
	#election .sec01__list05:after {
		content: '5';
	}
	#election .sec01__list06:after {
		content: '6';
	}
	#election .sec01__list07:after {
		content: '7';
	}
/*	#election .sec01__list08:after {
		content: '8';
	}*/
	#election .sec01__list09:after {
		content: '9';
	}
	
	#election .sec01__list01 {
		height: 500px;
	}
	#election .sec01__list02 {
		height: 500px;
	}
	#election .sec01__list03 {
		height: 500px;
	}
	#election .sec01__list04 {
		height: 500px;
	}
	#election .sec01__list05 {
		height: 500px;
	}
	#election .sec01__list06 {
		height: 580px;
	}
	#election .sec01__list07 {
		height: 580px;
	}
	#election .sec01__list08 {
		height: 580px;
	}
	#election .sec01__list09 {
		height: 580px;
	}
	
	.list_none li:after{
	background: none !important
	}

}



/*================================================================

 ★ /report/
 
================================================================*/

/*================================
 ★ メインの透明度20%くらいの色
================================*/

.sec01__list_02 li {
	background: #E8EEF7;
}

.sec01__list_02 li .election__btn {
	background: #E8EEF7;
}


/*================================================================
 ★ セグメントの色設定
================================================================*/

#report .sec02__list01 {
	min-height: 684px;
	border: 2px solid #61c3ee;
}
#report .sec02__list02 {
	min-height: 684px;
	border: 2px solid #f0ba60;
}
#report .sec02__list03 {
	min-height: 584px;
	border: 2px solid #a0bd78;
}
#report .sec02__list04 {
	min-height: 584px;
	border: 2px solid #b592b9;
}
#report .sec02__list05 {
	min-height: 584px;
	border: 2px solid #61c3ee;
}
#report .sec02__list06 {
	min-height: 584px;
	border: 2px solid #f0ba60;
}

/* ■specialListの色 */
#report .specialList > li.color01 {
	background-color: #0593C6;
}
#report .specialList > li.color01 > .content {
	border: 3px solid #0593C6;
}
#report .specialList > li.color02 {
	background-color: #E2984D;
}
#report .specialList > li.color02 > .content {
	border: 3px solid #E2984D;
}
#report .specialList > li.color03 {
	background-color: #7DA941;
}
#report .specialList > li.color03 > .content {
	border: 3px solid #7DA941;
}
#report .specialList > li.color04 {
	background-color: #9C6A9F;
}
#report .specialList > li.color04 > .content {
	border: 3px solid #9C6A9F;
}
#report .specialList > li.color05 {
	background-color: #0593C6;
}
#report .specialList > li.color05 > .content {
	border: 3px solid #0593C6;
}
#report .specialList > li.color06 {
	background-color: #E2984D;
}
#report .specialList > li.color06 > .content {
	border: 3px solid #E2984D;
}
#report .specialList > li.grayOut {
	background-color: #eee;
}

#report .segment_box{
	border: 2px solid #728CC0;
	padding: 20px;
	}
@media only screen and (max-width: 640px) {
#report .segment_box{
	padding: 0 5px;
	margin: 10px;
	height: 390px;
	}
#report .sec01.open {
    height: auto !important;
}
#report .read__btn.open {
    position: relative;
    padding: 16px 0 15px;
    background: none;
}
	}
/*================================================================
 
 ★ページ下部
 　「●●●●●のウェブサイトを見る」の設定
 
================================================================*/

.btn__style02a {
	display: inline-block !important;
}
.btn__style02a a, .btn__style02a > span {
	display: inline-block !important;
	position: relative !important;
	padding: 12px 10px 12px 50px !important;
	background:  no-repeat 95% center, url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%25%22%20y2%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%23ffffff%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%23e3e3e3%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
	background:  no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e3e3e3)) !important;
	background:  no-repeat 95% center, -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%) !important;
	background:  no-repeat 95% center, -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%) !important;
	background:  no-repeat 95% center, linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%) !important;
	box-shadow: 1px 0px 0 #fff inset, -1px -1px 0 #fff inset, 0 2px #777 !important;
	border: 1px solid #ccc !important;
	border-radius: 10px !important;
	color: #000 !important;
	font-size: 21px !important;
	font-size: 21px !important;
	font-size: 1.3125rem !important;
	vertical-align: bottom !important;
	cursor: pointer !important;
}
.btn__style02a a:before, .btn__style02a > span:before {
	content: "" !important;
	display: inline-block !important;
	position: absolute !important;
	width: 22px !important;
	height: 18px !important;
	vertical-align: middle !important;
	top: 50% !important;
	margin: -9px 0 0 -35px !important;
	left: 55px !important;
}



.indent_3{
	text-indent: -3em;
    padding-left: 3em;
	}
.font-pp{
	color: #728CC0;
	font-weight: bold;
	}



.report_ly_fl{
	float: left;
	}
@media only screen and (max-width: 640px) {
.report_ly_fl{
	float: none;
	}	
}



.hd__h2_a {
	color: #000 !important;
    position: relative !important;
    padding: 0 10px !important;
    font-size: 21px !important;
    font-size: 1.3125rem !important;
    line-height: 1.7em !important;
    margin-bottom: 0.5em !important;

}
.hd__h2_a:before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 1.2em;
    left: 0;
    top: 4px;
}
.hd__h2_a:before{
	background-color: #2D4B9B !important;
}


