@charset "utf-8";

/*******************
 * PC
*******************/



.screen-reader-text {
	display: none;
}
.smp {
	display: none;
}
.pc {
	display: run-in;
}


*
{
	margin: 0px;
	padding: 0px;
}
.right_float
{
	float: right;
	padding-left: 0.5em;
}
.left_float
{
	float: left;
	padding-right: 0.5em;
}
.clfx, .clear_float
{
	clear: both;
}
.right {
	text-align: right;
}
.centering,
.array,
.arg
{
	text-align: center;
}
.right_justify,
.number,
.num
{
	text-align: right;
}
.backto
{
	padding-right: 1em;
	text-align: right;
	font-size: small;
}
img
{
	border: 0px;
}

.pdf {
	list-style-image: url(/img/pdficonsmall.gif);
	margin-left: 2em;
}
a.pdf {
	background-image: url(/img/pdficonsmall.gif);
	background-repeat: no-repeat;
	background-postion: left center;
	margin-left: auto;
	padding-left: 2em;
}



body
{
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0px;
	padding: 0px;
}

.wrapper
{
	width: 100%;
	max-width: 980px;
//	max-width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.wrapper_wide
{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
//	max-width: 980px;
//	max-width: 1200px;
//	max-width: none;
//	width: 1170px;
}

.col_2 {
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.col_3 {
	float: left;
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
}
.col_1-4 {
	float: left;
	width: 22%;
	margin-left: 1%;
	margin-right: 1%;
}
.col_3-4 {
	float: left;
	width: 72%;
	margin-left: 1%;
	margin-right: 1%;
}
.col_2-5 {
	float: left;
	width: 38%;
	margin-left: 1%;
	margin-right: 1%;
}
.col_3-5 {
	float: left;
	width: 58%;
	margin-left: 1%;
	margin-right: 1%;
}



strong
.strong,
{
	color: #80351C;
}
b,
.b
{
	color: #f00;
}
.ami
{
	background-color: #f9ddd4;
}
.vt
{
  display: table-cell;
//  height: 10rem;
-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  text-justify: inter-ideograph;
//  text-align: center !important;
}



/* hearer */
#header {
	background-color: rgba(115, 201, 86, 1.00);
	border-bottom: 2px solid rgba(115, 201, 86, 1.00);
}

#header h1 {
//	color: rgba(115, 201, 86, 1.00);
	color: rgba(255, 255, 255, 1.00);
}
#header h1,
#menu h1 {
	float: left;
	padding-top: 0.5em;
	line-height: 1;
}

.menubtn {
	float: right;
}



#doc h1 {
	padding-top: 0.75em;
//	font-size: xx-large;
	font-size: 2rem;
	font-weight: bold;
	color: rgba(105, 191, 76, 1.00);
}
#doc2 {
	background-color: #98db81;
	padding-top: 1em;
	padding-bottom: 1em;
}
#doc h2 {
	margin-top: 0em;
	padding-top: 0.75em;
	font-size: 1.5rem;
	background-color: transparent;
//	color: rgba(115, 201, 86, 1.00);
	color: rgba(105, 191, 76, 1.00);
}
#doc h3 {
	margin-top: 0em;
	padding-top: 0.75em;
	font-weight: normal;
}

#doc section {
	padding-bottom: 2em;
}
#doc section:nth-child(even) {
	background-color: rgba(152,219,129,0.1);
}

#doc ul {
	margin-top: 0.5em;
	margin-left: 2em;
	margin-bottom: 0.5em;
}
#doc li {
}
#doc li.sn {
	list-style-type: none;
}


/* report */
.report {
}
#doc .report ul {
	margin-left: 0em;
}
.report li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: x-large;
	list-style-type: none;
}
.report li a {
	display: inline-block;
	width: 60%;
	margin: -1px 0px 0px 0px;
	padding: 0.25em 18% 0.25em 18%;
	text-decoration: none;
	text-align: center;
	border-radius: 0.25em;
	border: 2px solid rgba(200,200,200,1);
	color: rgba(0,0,0,0.8);
	background-color: rgba(255,255,255,1);
}
.report li a.kaku {
	background-color: rgba(255, 255, 0, 0.5);
}

.report li a:hover {
	margin: 0px 0px -1px 0px;
	opacity: 0.8;
}
.report li a.dis {
	margin: 0px 0px 0px 0px;
	color: rgba(0,0,0,0.4);
	background-color: rgba(0,0,0,0.1);
	opacity: 0.4;
}
.report li a.dis:hover {
	margin: 0px 0px 0px 0px;
	opacity: 0.4;
}
.report li .cmt {
	font-size: large;
}




.report li a.btn00	{	border-color:  #666666;	}
.report li a.btn03	{	border-color:  #31d0e7;	}
.report li a.btn04	{	border-color:  #01a484;	}
.report li a.btn05	{	border-color:  #ff7219;	}
.report li a.btn06	{	border-color:  #9ee3f4;	}
.report li a.btn07	{	border-color:  #fb4573;	}
.report li a.btn08	{	border-color:  #f7c7db;	}
.report li a.btn09	{	border-color:  #fe2137;	}
.report li a.btn10	{	border-color:  #fde200;	}
.report li a.btn11	{	border-color:  #54d379;	}
.report li a.btn12	{	border-color:  #ffc500;	}



/* report */
.pagelink {
	margin-left: 0em;
}
.pagelink li {
	float: left;
	width: 30%;
	margin-left: 1%;
	margin-right: auto;
	list-style-type: none;
}
.pagelink li a {
	display: inline-block;
	width: 60%;
	margin: -1px 0px 0px 0px;
	padding: 0.25em 19% 0.25em 19%;
	text-decoration: none;
	text-align: center;
	border-radius: 0.25em;
	border: 2px solid rgba(200,200,200,1);
	color: rgba(0,0,0,0.8);
	background-color: rgba(255,255,255,1);
}
.pagelink li a:hover {
	margin: 0px 0px -1px 0px;
	opacity: 0.8;
}





/* index */
#menu {
	padding-top: 1em;
	border-top: 1px solid rgba(115, 201, 86, 0.50);
}
#menu h3 {
	background-color: #98db81;
	color: #fff;
	text-align: center;
	padding-top: 0.5em;
	border-radius: 0.25em 0.25em 0em 0em / 0.25em 0.25em 0em 0em;
}
#menu ul {
	margin-left: 1%;
	margin-bottom: 1em;
}
#menu li {
	list-style-type: none;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#menu li a
{
	display: inline-block;
	width: 90%;
	padding: 0.25em 4% 0.25em 4%;
	border: 0px solid #c9caca;
	text-decoration: none;
	color: #666;
	background-color: #f0f0f0;

	margin: -1px 0px 0px 0px;
	box-shadow: 0px 1px 1px #c9caca;
}
#menu li a.dis
{
	color: #bbb;
	margin: 0px 0px -1px 0px;
	box-shadow: 0px 0px 0px #c9caca;
}

#index ul li a {
	margin-right: 2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
#menu li a:hover
{
	box-shadow: 0px 0px 0px #999;
	margin-bottom: -1px;
	margin-top: 0px;
}
#index ul li a:hover,
{
	color: #f00;
}


#menu li a.none
{
	margin-top: 0px;
	box-shadow: 0px 0px 0px #999;
	opacity: 0.2;
}
#index ul li a.none:hover
{
	margin-bottom: 0px;
	margin-top: 0px;
	color: #666;
}

#index ul li a small {
	font-size: small;
}

#index ul li a#btn00,
.btn#btn00	{	border-top: 5px solid #666666;	}
#index ul li a#btn03,
.btn#btn03	{	border-top: 5px solid #31d0e7;	}
#index ul li a#btn04,
.btn#btn04	{	border-top: 5px solid #01a484;	}
#index ul li a#btn05,
.btn#btn05	{	border-top: 5px solid #ff7219;	}
#index ul li a#btn06,
.btn#btn06	{	border-top: 5px solid #9ee3f4;	}
#index ul li a#btn07,
.btn#btn07	{	border-top: 5px solid #fb4573;	}
#index ul li a#btn08,
.btn#btn08	{	border-top: 5px solid #f7c7db;	}
#index ul li a#btn09,
.btn#btn09	{	border-top: 5px solid #fe2137;	}
#index ul li a#btn10,
.btn#btn10	{	border-top: 5px solid #fde200;	}
#index ul li a#btn11,
.btn#btn11	{	border-top: 5px solid #54d379;	}
#index ul li a#btn12,
.btn#btn12	{	border-top: 5px solid #ffc500;	}

#index ul li a#btn99,
.btn#btn99
{
	color: #aaa;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top left;
}




table {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid rgba(115, 201, 86, 1.00);
}
table tr:nth-child(odd) {
	background-color: rgba(255,255,255,0.2);
}
table th {
	text-align: left;
	padding: 0.25em 0.5em;
	border: 1px solid rgba(115, 201, 86, 1.00);
	background-color: rgba(115, 201, 86, 0.5);
//	color: rgba(115, 201, 86, 1.00);
	font-weight: normal;
}
table td {
	padding: 0.25em 0.5em;
	border: 1px solid rgba(115, 201, 86, 1.00);
	background-color: rgba(255,255,255,0.5);
}
table th.after {
	background-color: rgba(115, 201, 86, 0.25);
}
table td.after {
	background-color: rgba(115, 201, 86, 0.1);
}

table.tab th {
	width: 28%;
}
table.tabc tr td:nth-of-type(1) {
	width: 33%;
}



#footer {
	background-color: #fff;
	border-top: 2px solid rgba(115, 201, 86, 1.00);

}
#footer h2, #footer h3, #footer p {
	color: #73c956;
}

#footer #slogan {
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	color: #73c956;
	padding-top: 1em;
	padding-bottom: 1em;
}

#footer #copy {
	margin-top: 1em;
	text-align: right;
	color: #73c956;
}

.adobereader {
	font-size: small;
}
.adobereader img {
	float: left;
	padding-right: 1em;
}


.map img {
	width: 100%;
	height: auto;
}
.map {
	padding-bottom: 2em;
}






@media only screen and (min-width: 768px) and (max-width: 1023px) {
.wrapper {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
#date #voteday {
	font-size: 390%;
}
#date #votetime {
	font-size: 230%;
	padding-top: 0.5em;
	padding-bottom: 2.5em;
}

#doc p {
	font-size: 110%;
}


}

@media only screen and (min-width: 320px) and (max-width: 767px) {

h1 {
	font-size: smaller;
}
#doc {
	font-size: smaller;
}
.report li {
	font-size: small;
	line-height: 1;
}
.report li a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#footer {
	font-size: smaller;
}

a.pdf {
	background-size: auto 100%;;
}


/* menu */
#menu2 {
	background-color: #73c956;
	position: absolute;
	top: 0;
	z-index: 1000;
	margin-top: 0px;
	padding-top: 0em;
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.2);
}
#header #menu .menubtn svg {
	fill: rgba(255,255,255,1);
}

#menu2 {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 400px;
	max-width: 100%;
}
 
#menu2:not(:target) {
	right: -120%;
	transition: right 1.5s;
}
 
#menu2:target {
	right: 0;
	transition: right 1s;
}

.heading {
	width: 100%;
}
.menubtn {
	float: right;
	font-size: small;
	border-radius: 0em 0em 0.25em 0.25em / 0em 0em 0.25em 0.25em;
	background-color: rgba(255,255,255,1);
	text-align: center;
	padding: 0.5em;
}
.menubtn a {
	text-decoration: none;
	color: rgba(115, 201, 86, 1.00);
}

#menu h3 {
	font-size: smaller;
}
#menu li {
	list-style-type: none;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#menu ul li a {
	font-size: 80%;
	line-height: 1;
	padding: 0.5rem;
}



#doc h1 {
	font-size: x-large;
}

#doc h2 {
	font-size: large;
}




.smp {
	display: inline-block;
}
.pc {
	display: none;
}


.wrapper {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}


.col_2 {
//	float: none;
//	width: 98%;
//	margin-left: 1%;
//	margin-right: 1%;
}
.col_3 {
	float: none;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
.col_1-4 {
	float: none;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
.col_3-4 {
	float: none;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
.col_2-5 {
	float: none;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
.col_3-5 {
	float: none;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}


#date #voteday {
	font-size: 180%;
}
#date #votetime {
	font-size: 110%;
	padding-bottom: 3em;
}
#date .date,
#date .votetitle
 {
	font-size: 115%;
}
#footer #slogan {
	font-size: 150%;
}
#footer #copy {
	text-align: center;
	font-size: 100%;
}


table th,
table td {
	line-height: 1.1;
}


.map {
//	padding-right: 5%;
	padding-bottom: 2em;
}
.map img {
	width: 90%;
	padding-left: 5%;
}

}
