﻿@charset "UTF-8";
/* //template v4.0.0
 */

/*
 ============================================================
  ファイル名：customize.css
 ============================================================
*/

/* ------------------------------------------------------------
	
	
	
	以下を目安に各色コードを変更してください。
	
	1.main   #063F85 (メインの透明度80%くらいの色 #38659D)
	2.sub    #EBEFF5
	3.third  #f2f1e7 (濃い #5B530C ／ すこし濃い #c4c09b ／ 薄い #f9f9f5)
	4.fourth #ffcc00
	
	
	
   ------------------------------------------------------------ */


/*================================

 ★ メインカラー

================================*/

.hd__h1, 
.hd__h2:before, 
#gNav .gNav__btn, 
#aside, 
.pagetop_in a {
	background-color: #063F85;
}

.hd__h2, 
.hd__h3, 
.btn_closetop, 
#header .mainsec__ttl a, 
.btn_closetop span:before, 
.s_modalwindow_detail .closebtn {
	color: #063F85;
}

.s_modalwindow_detail .closebtn {
	border: 1px solid #063F85;
}

#acMenu{
	border-bottom: 1px solid #063F85;
}
#acMenu dt{
    border:#063F85 1px solid;
}
#acMenu dd{
    background:#E6EBF3; /* メインカラーの10%  */
    border-left:#063F85 1px solid;
    border-right:#063F85 1px solid;
}

.btn__style01 a:before {
	border: 8px solid transparent;
	border-left-color: #063F85;
}


.sec01__list li {
	border: 3px solid #063F85;
}


/*================================

 ★ メインカラー（ロールオーバー/PCのみ）
 ※メインの透明度80%くらいの色

================================*/

@media only screen and (min-width: 641px) {
	
	#gNav .gNav__btn:hover, 
	.pagetop_in a:hover, 
	#aside .pagetop a:hover {
		background-color: #38659D;
	}
	
}

/*==============================*/

/* ■基本の文字色 */
body {
	color: #333333;
}

/* ■aタグの文字色 */
a {
	color: #063F85;
}

/* ■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: no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #063F85),color-stop(100%, #38659D));
    background: no-repeat 95% center, -webkit-linear-gradient(top, #063F85 0%,#38659D 100%);
    background: no-repeat 95% center, -webkit-linear-gradient(top, #063F85 0%, #38659D 100%);
    background: no-repeat 95% center, linear-gradient(to bottom, #063F85 0%,#38659D 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:  no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #063F85),color-stop(100%, #38679f));
		  background:  no-repeat 95% center, -webkit-linear-gradient(top, #38659D 0%,#063F85 100%);
		  background:  no-repeat 95% center, -webkit-linear-gradient(top, #38659D 0%, #063F85 100%);
		  background:  no-repeat 95% center, linear-gradient(to bottom, #38659D 0%,#063F85 100%);
		  color: #ccc;
	}
	
}



/*================================================================

 ★ index.html
 
================================================================*/

.sec01__list03, 
.sec01__list02,
.sec01__list01 {
	border: 1px solid #063F85;
}
#top .sec02 {
	background: #063F85;
}
.noticesec01 {
	border: 2px solid #063F85;
}
.noticesec01__ttl, 
.sec03 .linkpanel__ttl {
	color: #063F85;
}

#top .sec01__list li, 
.sec03 .linkpanel__box01, 
.sec03 .linkpanel__box02 {
	border: 1px solid #063F85;
}



/*================================
 ★ 「開催概要」部分の設定
================================*/

#top .sec01 {
	background: #f2f1e7;
}
.sec01 .sec01__title {
	color: #5B530C; 
}

.tbl__style01 .tbl__head {
	color: #5B530C;
	background: #f9f9f5;
}
.tbl__style01 .tbl__detail {
	background: #fff;
}	


@media only screen and (min-width: 641px) {
	
	#top .sec01 .inner {
		border: 2px solid #c4c09b;
	}
	#top .tbl__style01, 
	#top .tbl__style01 .tbl__head, 
	#top .tbl__style01 .tbl__detail {
		border: 1px solid #c4c09b;
	}
	
	/* ■sec01__listの設定 */
	#top .sec01__list03 {
		min-height: 250px;
	}
	#top .sec01__list02 {
		min-height: 305px;
	}
	#top .sec01__list01 {
		min-height: 305px;
	}


}

@media only screen and (max-width: 640px) {
	
	#top .tbl__style01 {
		border-top: 1px solid #c4c09b;
	}
	#top .tbl__style01 .tbl__head {
		border-bottom: 1px solid #c4c09b;
	}
	#top .tbl__style01 .tbl__detail {
		border-bottom: 1px solid #c4c09b;
	}
	
}

/*================================
 ★ 議決権行使部分の設定
 ※メインの透明度20%くらいの色
================================*/

.tbl__style02 .tbl__head, 
.sec03 .linkpanel__ttl {
	background: #EBEFF5;
}

/*================================
 ★ インターネットの期間の設定
================================*/

.tbl__style02, 
.tbl__style02 .tbl__head, 
.tbl__style02 .tbl__detail {
	border: 1px solid #ffcc00;
}
.tbl__style02 .tbl__head {
	background: #ffcc00;
	color: #000;
}

/*================================
 ★ お問い合わせの色設定
 ※メインの透明度20%くらいの色
================================*/

.noticesec01 {
	background: #EBEFF5;
}


/*================================
 ★ header部分の設定
================================*/

@media only screen and (min-width: 641px) {

#header {
	margin-bottom: 40px;
}
#header #logo {
	position: absolute;
	width: 1000px;
	height: 55px;
	left: 0;
	top: 17px;
	background: url(../imgs/logo01.png) no-repeat left top;
	z-index:10;
}
#header #logo a {
	display: block;
	width: 325px;
	height: 100%;
}
#header .codenum {
	position: absolute;
	left: 370px;
	top: 35px;
	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: 508px;
	top: 28px;
}
#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 60%;
	background-size: cover;
}
#header__top {
	min-height: 441px;
	background: url(../../imgs/top_main_bg01.jpg) no-repeat center top;
	background-size: cover;
}
#header__top #logo {
	position: absolute;
	width: 325px;
	height: 55px;
	left: 0;
	top: 17px;
	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: 370px;
	top: 35px;
	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: -90px;
	top: 0px;
}
#header__top .top_mainsec__ttl img {
	display: none;
}

}

@media only screen and (max-width: 640px) {

#header #logo {
	position: absolute;
	width: 164px;
	height: 54px;
	left: 11px;
	top: 14px;
	background: url(../imgs/logo01.png) no-repeat left top;
	background-size: 164px auto;
}
#header #logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#header .codenum {
	position: absolute;
	left: 183px;
	top: 20px;
	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 60%;
	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: 164px;
	height: 54px;
	left: 11px;
	top: 10px;
	background: url(../imgs/logo01.png) no-repeat left top;
	background-size: 164px auto;
}
#header__top #logo a {
	display: block;
	width: 100%;
	height: 40px;
	text-indent: 9999px;
}
#header__top .codenum {
	position: absolute;
	left: 180px;
	top: 19px;
	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: 50px;
	width: 288px;
}
#header__top .top_mainsec__ttl img {
	width: 100%;
}

}


/*================================================================

 ★ /election/
 
================================================================*/

.tbl__style03 .tbl__head {
	color: #063F85;
}

.election_box{
	border: 3px solid #063F85;
}

@media only screen and (min-width: 641px) {
	
	.tbl__style03, 
	.tbl__style03 .tbl__detail, 
	.tbl__style03 .tbl__head {
		border: 1px solid #063F85;
	}

}

@media only screen and (max-width: 640px) {

	.tbl__style03 .tbl__head, 
	.tbl__style03 .tbl__detail {
		border-top: 1px solid #063F85;
	}

}

/*================================
 肩書きのアイコン
 ※メインまたはメイン透明度変えた色
================================*/

.icn_sainin{
	background: #063F85;
	border: 1px solid #063F85;
	color: #fff;
}
.icn_shinnin{
	border: 1px solid #063F85;
	color: #063F85;
}
.icn_syagai{
	background: #EBEFF5;
	border: 1px solid #063F85;
	color: #063F85;
}
.icn_doku{
	background: #EBEFF5;
	border: 1px solid #063F85;
	color: #063F85;
}


/*================================
 ★ 表の設定
 ※メインの透明度20%くらいの色
================================*/

#election .tbl__style03 .tbl__head {
	background: #EBEFF5;
}
#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 only 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: 610px;
	}
	#election .sec01__list03 {
		height: 450px;
	}
	#election .sec01__list04 {
		height: 450px;
	}
	#election .sec01__list05 {
		height: 450px;
	}
	#election .sec01__list06 {
		height: 450px;
	}
	#election .sec01__list07 {
		height: 450px;
	}
	#election .sec01__list08 {
		height: 450px;
	}
	#election .sec01__list09 {
		height: 450px;
	}

}



/*================================================================

 ★ /report/
 
================================================================*/

/*================================
 ★ メインの透明度20%くらいの色
================================*/

.sec01__list_02 li {
	background: #EBEFF5;
}

.sec01__list_02 li .election__btn {
	background: #EBEFF5;
}


/*================================================================
 ★ セグメントの色設定
================================================================*/

#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;
}




















