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

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

/* ------------------------------------------------------------
	
	
	
	以下を目安に各色コードを変更してください。
	
	1.main   #00AE68 (メインの透明度80%くらいの色 #33B58F)
	2.sub    #EBEFF5
	3.third  #EDF6F1 (濃い #333 ／ すこし濃い #88C4A3 ／ 薄い #f1f4f4)
	4.fourth #ffcc00
	
	
	
   ------------------------------------------------------------ */


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

 ★ メインカラー

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

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

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

.s_modalwindow_detail .closebtn {
	border: 1px solid #00AE68;
}

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

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


.sec01__list li {
	border: 3px solid #00AE68;
}


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

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

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

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

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

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

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

/* ■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%, #00AE68),color-stop(100%, #33B58F));
    background: no-repeat 95% center, -webkit-linear-gradient(top, #00AE68 0%,#33B58F 100%);
    background: no-repeat 95% center, -webkit-linear-gradient(top, #00AE68 0%, #33B58F 100%);
    background: no-repeat 95% center, linear-gradient(to bottom, #00AE68 0%,#33B58F 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%, #00AE68),color-stop(100%, #38679f));
		  background:  no-repeat 95% center, -webkit-linear-gradient(top, #33B58F 0%,#00AE68 100%);
		  background:  no-repeat 95% center, -webkit-linear-gradient(top, #33B58F 0%, #00AE68 100%);
		  background:  no-repeat 95% center, linear-gradient(to bottom, #33B58F 0%,#00AE68 100%);
		  color: #ccc;
	}
	
}



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

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

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

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



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

#top .sec01 {
	background: #EDF6F1;
}
.sec01 .sec01__title {
	color: #333; 
}

.tbl__style01 .tbl__head {
	color: #333;
	background: #f1f4f4;
}
.tbl__style01 .tbl__detail {
	background: #fff;
}	


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


}

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

/*================================
 ★ 議決権行使部分の設定
 ※メインの透明度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: 20px;
}
#header #logo,
#header__top #logo  {
	position: absolute;
    width: 395px;
    height: 51px;
    left: 0px;
    top: 17px;
    background: url(../imgs/logo01.png) no-repeat left top;
}
#header #logo a,
#header__top #logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#header .codenum,
#header__top .codenum  {
	position: absolute;
	left: 775px;
	top: 32px;
	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: 395px;
    top: 28px;
}
#header .mainsec__ttl a {
	display: block;
	z-index:10;
	position: absolute;
	font-size: 25px;
}
#header .mainsec__ttl img {
	display: none;
}

#header__top {
	min-height: 441px;
	background: url(../../imgs/top_main_bg01.jpg) no-repeat center top;
}

#header__top .sdemo {
	position: absolute;
	left:480px;
	top:25px;
}
#header__top .inner {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}

#header__top .top_mainsec__ttl img {
	display: none;
}

}

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

#header #logo,
#header__top #logo {
	position: absolute;
    width: 170px;
    height: 20px;
    left: 5px;
    top: 14px;
    background: url(../imgs/logo01.png) no-repeat left top;
    background-size: 170px auto;
}
#header #logo a,
#header__top #logo a {
	display: block;
	width: 100%;
	height: 100%;
}
/*#header .codenum,
#header__top .codenum {
	position: absolute;
	left: 183px;
	top: 20px;
	font-size: 9px;
	font-size: 0.5rem;
	font-weight: bold;
}*/

#header .codenum img {
	position: absolute;
    left: 183px;
    top: 21px;
    width: 68px;
    height: auto;
}
#header .inner {
	position: relative;
	height: 50px;
	margin: 0 auto;
}
#header .mainsec__ttl {
	display:none;
}

#header__top {
	min-height: 295px;
	background: url(../../imgs/sp/top_main_bg01.jpg) no-repeat center top;
	background-size: 320px auto;
}

#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;
}


}


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

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

.tbl__style03 .tbl__head {
	color: #333;
}

.election_box{
	border: 3px solid #00AE68;
}

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

}

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

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

}

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

.icn_sainin{
	border: 1px solid #1D92CF;
	color: #1D92CF;
}
.icn_shinnin{
	border: 1px solid #F19EB4;
	color: #F19EB4;
}
.icn_syagai{
	background: #7DC059;
	border: 1px solid #7DC059;
	color: #fff;
}
.icn_doku{
	background: #FABF1C;
	border: 1px solid #FABF1C;
	color: #fff;
}
.icn_yaku{
	background: #EBEFF5;
	border: 1px solid #00AE68;
	color: #00AE68;
}

/*================================
 ★ 表の設定
 ※メインの透明度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';
	}
	#election .sec01__list10:before {
		content: '10';
	}
	
}

@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__list10:after {
		content: '10';
	}


}



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

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

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

.sec01__list_02 li {
	background: #EBEFF5;
}

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


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

#report .sec02__list01 {
	border: 2px solid #00AB84;
}
#report .sec02__list01 p.ttl {
	background: #00AB84;
}


#report .sec02__list02 {
	border: 2px solid #02933F;
}
#report .sec02__list02 p.ttl {
	background: #02933F;
}


#report .sec02__list03 {
	border: 2px solid #1D92CF;
}
#report .sec02__list03 p.ttl {
	background: #1D92CF;
}


#report .sec02__list04 {
	border: 2px solid #E9460B;
}
#report .sec02__list04 p.ttl {
	background: #E9460B;
}


#report .sec02__list05 {
	min-height: 584px;
	border: 2px solid #61c3ee;
}
#report .sec02__list06 {
	min-height: 584px;
	border: 2px solid #f0ba60;
}




#report .sec02__list01 p.ttl,
#report .sec02__list02 p.ttl,
#report .sec02__list03 p.ttl,
#report .sec02__list04 p.ttl {
	padding: 8px 8px 8px 20px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
}

#report .sec02__list01 p.ttl span,
#report .sec02__list02 p.ttl span,
#report .sec02__list03 p.ttl span,
#report .sec02__list04 p.ttl span {
	font-size: 12px;
	margin: 0 0 0 20px;
}

/* ■specialListの色 */
#report .specialList > li.color01 {
	background-color: #00AB84;
}
#report .specialList > li.color01 > .content {
	border: 3px solid #00AB84;
}
#report .specialList > li.color01 p.ttl {
	background:  #00AB84;
}


#report .specialList > li.color02 {
	background-color: #02933F;
}
#report .specialList > li.color02 > .content {
	border: 3px solid #02933F;
}
#report .specialList > li.color02 p.ttl {
	background:  #02933F;
}


#report .specialList > li.color03 {
	background-color: #1D92CF;
}
#report .specialList > li.color03 > .content {
	border: 3px solid #1D92CF;
}
#report .specialList > li.color03 p.ttl {
	background:  #1D92CF;
}


#report .specialList > li.color04 {
	background-color: #E9460B;
}
#report .specialList > li.color04 > .content {
	border: 3px solid #E9460B;
}
#report .specialList > li.color04 p.ttl {
	background:  #E9460B;
}

#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;
}
/* ■specialListの色 */
#report .specialList > li.color01 {
	background-color: #00AB84;
	position: relative;
}
#report .specialList > li.color01 > .content {
	border: 3px solid #00AB84;
}
#report .specialList > li.color02 {
	background-color: #02933F;
	position: relative;
}
#report .specialList > li.color02 > .content {
	border: 3px solid #02933F;
}
#report .specialList > li.color03 {
	background-color: #1D92CF;
	position: relative;
}
#report .specialList > li.color03 > .content {
	border: 3px solid #1D92CF;
}
#report .specialList > li.color04 {
	background-color: #E9460B;
	position: relative;
}
#report .specialList > li.color04 > .content {
	border: 3px solid #E9460B;
}
#report .specialList > li.color05 {
	background-color: #0593C6;
	position: relative;
}
#report .specialList > li.color05 > .content {
	border: 3px solid #0593C6;
}
#report .specialList > li.color06 {
	background-color: #E2984D;
	position: relative;
}
#report .specialList > li.color06 > .content {
	border: 3px solid #E2984D;
}
#report .specialList > li.grayOut {
	background-color: #eee;
}

#report .segment{
	float: left;
    margin: 45px 20px 0px 0px;
    width: 465px;
	}
#report .segment .seg_title{
	position: relative;
	}
	
#report .specialList > li.color01 p.ttl,
#report .specialList > li.color02 p.ttl,
#report .specialList > li.color03 p.ttl,
#report .specialList > li.color04 p.ttl {
	padding: 5px 5px 5px 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
}

#report .specialList > li.color01 p.ttl span,
#report .specialList > li.color02 p.ttl span,
#report .specialList > li.color03 p.ttl span,
#report .specialList > li.color04 p.ttl span {
	font-size: 11px;
}	

/*詳細はこちらボタン*/
.specialList > li > a > .text_btn01 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #00AB84;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn01:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #00AB84;
}
.specialList > li > a > .text_btn01:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 25px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}
.specialList > li > a > .text_btn02 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #02933F;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn02:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #02933F;
}
.specialList > li > a > .text_btn02:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 25px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}	
.specialList > li > a > .text_btn03 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #1D92CF;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn03:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #1D92CF;
}
.specialList > li > a > .text_btn03:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 25px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}		
.specialList > li > a > .text_btn04 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #E9460B;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn04:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #E9460B;
}
.specialList > li > a > .text_btn04:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 25px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}	
.specialList > li > a > .text_btn05 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #0593C6;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn05:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #0593C6;
}
.specialList > li > a > .text_btn05:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 25px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}
.specialList > li > a > .text_btn06 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #E2984D;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn06:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #E2984D;
}
.specialList > li > a > .text_btn06:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 25px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}	
.specialList > li > a > .text_btn07 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #7DA941;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn07:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #7DA941;
}
.specialList > li > a > .text_btn07:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 25px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}		
.specialList > li > a > .text_btn08 {
	display: block;
	line-height: 1.2;
	font-size: 13px;
	background: #FFF;
	color: #9C6A9F;
	padding: 8px 10px;
	margin: 11px auto 10px;
	border-radius: 25px;
	width: 130px;
	height: 30px;
}
.specialList > li > a > .text_btn08:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 20px;
    right: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #9C6A9F;
}
.specialList > li > a > .text_btn08:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 25px;
    right: 21px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 3px solid transparent; 
	border-left: 5px solid #FFF;
	}				
	
/*セグメントグラフの色*/	
#report .segment .seg_title p.title_color01{
	background-color: #61c3ee;
    width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color02{
	background-color: #E2984D;
	width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color03{
	background-color: #7DA941;
	width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color04{
	background-color: #9C6A9F;
	width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color05{
	background-color: #61c3ee;
	width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color06{
	background-color: #61c3ee;
	width: 450px;
    font-size: 20px;
    padding: 0px 10px;
    color: #FFF;
	}					
#report .segment .seg_title .pie_chart01,
#report .segment .seg_title .pie_chart02,
#report .segment .seg_title .pie_chart03,
#report .segment .seg_title .pie_chart04,
#report .segment .seg_title .pie_chart05,
#report .segment .seg_title .pie_chart06{
	position: absolute;
    top: -37px;
    right: 30px;
	width: 140px;
    height: 140px;
	}
#report .segment .seg_sales{
	margin: 25px 0px;
	clear: both;
	}	
#report .segment .seg_sales .graph{
	float: left;
	padding: 0px 15px 0px 0px;
	}	
#report .segment .seg_sales .graph .bar_graph01,
#report .segment .seg_sales .graph .bar_graph02,
#report .segment .seg_sales .graph .bar_graph03,
#report .segment .seg_sales .graph .bar_graph04,
#report .segment .seg_sales .graph .bar_graph05,
#report .segment .seg_sales .graph .bar_graph06{
	width: 200px;
	height: 140px;
	}	
#report .segment .seg_sales .graph .unit{
	font-size: 11px;
	text-align: right;
	}	
#report .segment .seg_sales .text{
	float: left;
	padding: 50px 0px 0px 0px;
	}
#report .segment .seg_sales .text p{
	margin: 0px 0px 0px 10px;
	text-align: right;
	}		
#report .segment .seg_sales .text p span.chartLastValue{
	font-size: 36px;
	}
#report .segment .seg_sales .text p span.ratio{
	font-size: 30px;
	}	
/*================================
 ★ セグメント内の注記リスト
================================*/

#report p.note,
#report table.note {
	margin-bottom: 0px !important;
	font-size: 15.3px;
}

#report table.note td {
	line-height: 1.7;
}
.specialList > li > a > span > .text2 {
	line-height: 1.2 !important;
	font-size: 8px !important;
}	
@media print, screen and (max-width: 640px) {
#report .segment{
	float: none;
    margin: 22px 0px 130px 0px;
    width: 100%;
    height: 100%;
	}	
#report .segment .seg_title p.title_color01{
	background-color: #61c3ee;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color02{
	background-color: #E2984D;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color03{
	background-color: #7DA941;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color04{
	background-color: #9C6A9F;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color05{
	background-color: #61c3ee;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}
#report .segment .seg_title p.title_color06{
	background-color: #61c3ee;
    width: 100%;
    font-size: 18px;
    padding: 0px 10px;
    color: #FFF;
	}						
#report .segment .seg_title .pie_chart01,
#report .segment .seg_title .pie_chart02,
#report .segment .seg_title .pie_chart03,
#report .segment .seg_title .pie_chart04,
#report .segment .seg_title .pie_chart05,
#report .segment .seg_title .pie_chart06{
	position: absolute;
    top: -26px;
    right: 15px;
    width: 90px;
    height: 90px;
	}	
#report .segment .seg_sales {
    margin: 20px 0px;
    clear: both;
}	
#report .segment .seg_sales .graph {
    float: left;
    padding: 0px;
}
#report .segment .seg_sales .graph .bar_graph01,
#report .segment .seg_sales .graph .bar_graph02,
#report .segment .seg_sales .graph .bar_graph03,
#report .segment .seg_sales .graph .bar_graph04,
#report .segment .seg_sales .graph .bar_graph05,
#report .segment .seg_sales .graph .bar_graph06{
	width: 120px;
	height: 84px;
	}	
#report .segment .seg_sales .graph .unit{
	font-size: 9px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}
#report .segment .seg_sales .text{
	float: left;
	padding: 35px 0px 0px 0px;
	}
#report .segment .seg_sales .text p{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align: right;
	font-size: 12px;
	}		
#report .segment .seg_sales .text p span.chartLastValue{
	font-size: 22px;
	}
#report .segment .seg_sales .text p span.ratio{
	font-size: 18px;
	}
#report .graph_btn01,
#report .graph_btn02,
#report .graph_btn03,
#report .graph_btn04{
	display: block;
	}	
		
}

/*Q-IR、セグメントグラフ*/
.chartRenderColumn{
	position:relative;
}
.chartRenderColumn .columnBackground{
    background-color:#DDD;
}
.chartRenderCircle .circleBackground{
    width: 120px;
    height: 120px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: #FFF;
    border-radius: 100%;
    text-align: center;
}
.chartRenderCircle .circleText{
	width:100%;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index:9999;
}
.chartRenderCircle .circleText .circleText_label{
	font-size:11px;
}
.chartRenderCircle .circleText .circleText_value{
	font-size:16px;
	font-weight:bold;
}
[data-category="summary"]{
	width:48%;
	float:left;
	margin-bottom:30px;
}
[data-category="summary"]:nth-of-type(2n+1) {
	clear:both;
}
[data-category="summary"]:nth-of-type(2n) {
	float:right;
}
[data-category="summary"] .chartUnit{
	text-align:right;
}
[data-category="summary"] .chartRenderColumn{
	height:280px;
}
[data-category="summary"] .chartTable table,
[data-category="summary"] .chartTable table th,
[data-category="summary"] .chartTable table td{
	border-style:solid;
	border-color:#d9d9d9;
}
[data-category="summary"] .chartTable table{
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-collapse:collapse;
	width:100%;
}
[data-category="summary"] .chartTable table th,
[data-category="summary"] .chartTable table td{
	border-top-width:0;
	border-left-width:0;
	border-right-width:1px;
	border-bottom-width:1px;
	vertical-align:middle;
}
[data-category="summary"] .chartTable table th{
	background-color:#f0f2f6;
	padding:1px;
	text-align:center;
	font-weight:normal;
	white-space:nowrap;
}
[data-category="summary"] .chartTable table td{
	text-align:right;
	padding-right:1px;
}


[data-category="segmentSP"] .graph_btn01.chartRenderCircle,
[data-category="segmentSP"] .graph_btn02.chartRenderCircle,
[data-category="segmentSP"] .graph_btn03.chartRenderCircle,
[data-category="segmentSP"] .graph_btn04.chartRenderCircle{
	width:130px;
	height:130px;
	display:block;
	margin:0 auto;
	position:relative;
}
[data-category="segmentSP"] .pie_chart01.chartRenderCircle,
[data-category="segmentSP"] .pie_chart02.chartRenderCircle,
[data-category="segmentSP"] .pie_chart03.chartRenderCircle,
[data-category="segmentSP"] .pie_chart04.chartRenderCircle{
	width:90px;
	height:90px;
	display:block;
	margin:0 auto;
	position:relative;
}
[data-category="segmentSP"] .circleText{
	color:#000
}

[data-category="segmentSP"] .graph_btn01.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .graph_btn02.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .graph_btn03.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .graph_btn04.chartRenderCircle .circleBackground{
    width: 110px;
    height: 110px;
    top: 10px;
    left: 10px;
}
[data-category="segmentSP"] .pie_chart01.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .pie_chart02.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .pie_chart03.chartRenderCircle .circleBackground,
[data-category="segmentSP"] .pie_chart04.chartRenderCircle .circleBackground{
    width: 70px;
    height: 70px;
    top: 10px;
    left: 10px;
}
.highcharts-container{
	z-index:1;
	position:relative;
}
.highcharts-axis-labels{
	font-size:7px;
}
@media screen and (max-width: 640px){
	[data-category="summary"]{
		width:100%;
	}
	.chartRenderCircle .circleText .circleText_label{
	    font-size:7px;
    }
}
/*================================================================

 ★ message
 
================================================================*/

.sec01_m p {
	line-height: 1.7 !important;
}

.sec01_m {
	overflow: hidden !important;
	padding: 12px 10px !important;
	margin-bottom: 15px !important;
	font-size: 16px !important;
	font-size: 1rem !important;
}

.trim img{
    width: 90%;
}

@media print, screen and (max-width: 640px) {
.trim{
    overflow: hidden;
    height: 150px;
    position: relative;
	margin-bottom: 16px;
	margin-bottom: 1.14286rem !important;
	text-align: center;
}

.trim img{
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    height: auto;
}
}
/*================================================================

 ★ 汎用
 
================================================================*/

/*.Text_Box{
	border: 3px solid #00AE68;
	padding: 20px;
	margin-bottom: 24px;
	margin-bottom: 1.71429rem !important;
}

.Text_Area{
	background: #EBEFF5;
	padding: 20px;
	margin-bottom: 24px;
	margin-bottom: 1.71429rem !important;
}
@media print, screen and (max-width: 640px) {
.Text_Box{
	margin: 10px;
}

.Text_Area{
	margin: 10px;
}



.segment_box{
	border: 2px solid #728CC0;
	padding: 20px;
	}
@media only screen and (max-width: 640px) {
.segment_box{
	padding: 0 5px;
	margin: 10px;
	height: 390px;
	}
}	
*/

.segment_box{
    margin-bottom: 40px;
    padding: 20px !important;
    border: 2px solid #00AE68;
}	
.segment_box p:last-of-type{
    margin-bottom: 0px !important;
}	

@media print, screen and (max-width: 640px) {
	
	.height01 {
		height: 151px !important;
	}
	.height02 {
		height: 176px !important;
	}
	.height03 {
		height: 210px !important;
	}
	
	.segment_box {
		padding: 10px;
		margin: 10px 10px 40px 15px;
	}
	.sec01.open {
		height: auto !important;
	}

}

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

 ★ asideの設定
 
================================================================*/

/*@media only screen and (max-width: 640px) {
	
#aside .btn__style--jadgeL a {
	height: 110px !important;
	padding: 55px 0 10px !important;
	font-size: 14px !important;
	font-size: 14px !important;
	font-size: 0.9rem !important;
	text-align: center !important;
}

#aside .btn__style--pdfL a {
	height: 110px !important;
	padding: 55px 0 10px !important;
	font-size: 14px !important;
	font-size: 14px !important;
	font-size: 0.9rem !important;
	text-align: center !important;
}

}*/

/*カスタマイズ*/

.ml__haitou {
    margin-left: 40px;
    margin-left: 2.85714rem;
	}	
.indent2x {
    text-indent: -2.5em;
    padding-left: 2.5em;
}

.indent4x {
    text-indent: -4.5em !important;
    padding-left: 4.5em !important;
}
.green {
    color: #00AE68 !important;
}
.fs__-3 {
    font-size: 77% !important;
}
.pl80px {
    padding-left: 80px;
}

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

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

.bkcolor_or{
	background: #FF4C1B !important;
	border: 1px solid #FF4C1B !important;
	}
.bkcolor_or_2{
	background: #FFF5F0 !important;
	}	
.bdcolor_or{
	border: 1px solid #FF4C1B !important;
	}
.ftcolor_or{
	color: #FF4C1B !important;
	}		
.bkcolor_pk{
	background: #FB5CAB !important;
	border: 1px solid #FB5CAB !important;
	}	
.bkcolor_pk_2{
	background: #FFF7FB !important;
	}	
.bdcolor_pk{
	border: 1px solid #FB5CAB !important;
	}
.ftcolor_pk{
	color: #FB5CAB !important;
	}
.bkcolor_bl{
	background: #2398D5 !important;
	border: 1px solid #2398D5 !important;
	}		
.bkcolor_bl_2{
	background: #F5FCFE !important;
	}
.bdcolor_bl{
	border: 1px solid #2398D5 !important;
	}			
.ftcolor_bl{
	color: #2398D5 !important;
	}
.noticesec01 {
	border: 2px solid #FB5CAB;
}	
#top .sec01__list li, 
.sec03 .linkpanel__box01, 
.sec03 .linkpanel__box02 {
	border: 1px solid #2398D5;
}

.btn__style--blankM_pk > span:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 18px;
    vertical-align: middle;
    top: 50%;
    margin: -9px 0 0 -40px;
    background: url(../imgs/icn_blank02.png) no-repeat left top;
}
/*================================================================

 ★ ボタンの設定
 ※メインカラーとロールオーバーのカラーを使用、適宜変更
 
================================================================*/
.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%, #00AE68),color-stop(100%, #33B58F));
    background: no-repeat 95% center, -webkit-linear-gradient(top, #00AE68 0%,#33B58F 100%);
    background: no-repeat 95% center, -webkit-linear-gradient(top, #00AE68 0%, #33B58F 100%);
    background: no-repeat 95% center, linear-gradient(to bottom, #00AE68 0%,#33B58F 100%);
	color: #fff;
}

.btn__pink a, .btn__pink span.pink {
    background: no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FB5CAB),color-stop(100%, #FC8BC4));
    background: no-repeat 95% center, -webkit-linear-gradient(top, #FB5CAB 0%,#FC8BC4 100%);
    background: no-repeat 95% center, -webkit-linear-gradient(top, #FB5CAB 0%, #FC8BC4 100%);
    background: no-repeat 95% center, linear-gradient(to bottom, #FB5CAB 0%,#FC8BC4 100%);
	color: #fff;
}
.btn__blue a, .btn__blue span.blue {
    background: no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2398D5),color-stop(100%, #66B9E6));
    background: no-repeat 95% center, -webkit-linear-gradient(top, #2398D5 0%,#66B9E6 100%);
    background: no-repeat 95% center, -webkit-linear-gradient(top, #2398D5 0%, #66B9E6 100%);
    background: no-repeat 95% center, linear-gradient(to bottom, #2398D5 0%,#66B9E6 100%);
	color: #fff;
}
.btn__orange a, .btn__orange span.orange {
    background: no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF4C1B),color-stop(100%, #FF7E59));
    background: no-repeat 95% center, -webkit-linear-gradient(top, #FF4C1B 0%,#FF7E59 100%);
    background: no-repeat 95% center, -webkit-linear-gradient(top, #FF4C1B 0%, #FF7E59 100%);
    background: no-repeat 95% center, linear-gradient(to bottom, #FF4C1B 0%,#FF7E59 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%, #00AE68),color-stop(100%, #38679f));
		  background:  no-repeat 95% center, -webkit-linear-gradient(top, #33B58F 0%,#00AE68 100%);
		  background:  no-repeat 95% center, -webkit-linear-gradient(top, #33B58F 0%, #00AE68 100%);
		  background:  no-repeat 95% center, linear-gradient(to bottom, #33B58F 0%,#00AE68 100%);
		  color: #ccc;
	}
	
}
@media print, screen and (max-width: 640px) {
.sp-mb__message{
	margin-bottom: 3px !important;
	}
.ml__haitou {
    margin-left: 40px;	
	}	
#mokuji .site{
	position:absolute;
	right:95px;
	top:0;
	width:41px;
	height:41px;
	display:block;
	background: url(../imgs/sp/icn_blank02.png) no-repeat right 10px top 1em;
	background-size: 20px;
}

}	



@media only screen and (min-width: 641px) {
/*================================
 ★ 全般的概況
================================*/	
.general_pc img {
	padding-bottom: 25px;
}

.general_pc ul {
	width: 1000px;
	padding-top: 80px;
}
.sec02__list03 {
	float: left;
	margin-bottom: 0px !important;
}
.sec02__list04 {
	float: right;
	margin-bottom:0px !important;
}
}