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



/*====================
container
====================*/
.container {
	clear:both;
}
.container h2 {
	font-size:20px;
	font-weight:bold;
	color:#1F8D66;
	padding-left:13px;
	line-height:28px;
	border-left:7px solid #9EDE00;
	float:left;
}
.container h2 span {
	font-weight:normal;
	font-size:15px;
}

.section {
	position:relative;
}

/* ======================
selecter
====================== */
.selecter {
	float:right;
	margin-bottom: 15px;
}
.selecter .group {
	float:left;
	margin-bottom:4px;
}
.selecter h4 {
	float:left;
	font-size:15px;
	color:#222222;
	line-height:27px;
	margin-right:6px;
	font-weight:bold;
}
.selecter select {
	float:left;
	font-size:13px;
	color:#222222;
	line-height:27px;
	font-weight:normal;
	height:27px;
	border:#AEAEAE solid 1px;
	border-radius:4px;
	margin-right:15px;
	background:#FAFAFA;
}
.selecter input {
	float:left;
	font-size:13px;
	color:#222222;
	line-height:27px;
	font-weight:normal;
	height:27px;
	border:none;
}
.selecter input.sendbtn {
	width:73px;
	height:31px;
	margin-top:-2px;
}
.selecter img {
	float:left;
	height:31px;
	width:auto;
	margin-right:15px;
}
#content .selecter p.hyoji {
	float:left;
	font-size:13px;
	color:#222222;
	line-height:29px;
	margin-left:15px;
	font-weight:bold;
}
.selecter ul.change {
	margin-top:12px;
	margin-bottom:15px;
	float:right;
}
.selecter ul.change li {
	float:left;
	margin-left:5px;
	display:block;
}
.selecter ul.change li a {
	width:50px;
	height:24px;
	display:block;
	background:url(../images/bf_btn_bg.png) no-repeat;
	color:#000;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
}
.selecter ul.change li a:hover {
	background:url(../images/bf_btn_bg_on.png) no-repeat;
}

/* ======================
chiiki
====================== */

.chiiki {
	position: static;
    clear: both;
    top: 45px;
    left: 15px;
    margin: 15px 0 15px 10px;
}
.chiiki h4 {
	float:left;
	font-size:15px;
	color:#222222;
	line-height:27px;
	margin-right:6px;
	font-weight:bold;
}
.chiiki select {
	float:left;
	font-size:13px;
	color:#222222;
	line-height:27px;
	font-weight:normal;
	height:27px;
	border:#AEAEAE solid 1px;
	border-radius:4px;
	margin-right:15px;
	background:#FAFAFA;
}


/* ======================
graph
====================== */
#tab1 {
	margin-bottom:40px;
}
#tab1 p.tyuui {
	margin-left:3em;
}

#graph {
	width:100%;
	height:500px;
	margin:0 auto 0px;
}


/* ======================
table
====================== */

.tabcontent {
	clear:both;
}
.tabcontent table {
	text-align:center;
	vertical-align:middle;
}

/* thead */


.tabcontent table thead {
}
.tabcontent table thead th {
	border:#C3EEB6 1px solid;
	vertical-align:middle;
	background:#FBE7EF;
	font-size:12px;
	line-height:14px;
	color:#000000;
	white-space:nowrap;
	padding:0 3px;
	text-align:center;
	height:42px !important;
}
.tabcontent.habakotei table thead th {
	min-width:34px;
}
.tabcontent table thead tr.kaigyou th {
	line-height:13px;
	padding:5px 3px;
	height:37px;
}
.tabcontent table thead th a {
	color:#ffffff;
	text-decoration:none;
}
.tabcontent table thead th a:hover {
	color:#ffffff !important;
	text-decoration:underline !important;
}


/* tbody */

.tabcontent table tbody {
}
.tabcontent table tbody th {
	border:#C3EEB6 1px solid;
	vertical-align:middle;
	background:#DEF4FF;
	font-size:11px;
	line-height:12px;
	padding-top:4px;
	text-align:center;
	white-space:nowrap;
	padding:2px 1px 1px;
	height:30px !important;
}
.tabcontent table tbody th.mida {
	background:#D8F1CC;
}

.tabcontent table tbody th a {
	color:#000;
	text-decoration:none;
}
.tabcontent table tbody th a:hover {
	color:#314F91;
	text-decoration:underline;
}
.tabcontent table tbody th em {
	font-size:12px;
	font-style:normal;
}
.tabcontent table tbody td{
	border:#C3EEB6 1px solid;
	vertical-align:middle;
	font-size:11px;
	line-height:16px;
	padding:4px 1px 3px;
}
.tabcontent tbody tr {
    background-color: #FFFFFF;
}
.tabcontent tbody tr:nth-child(2n-1) {
    background-color: #EFFFEF;
    transition: all .125s ease-in-out;
}

.tabcontent tbody tr:hover {
    background-color: #DEF4FF;
}
/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;	width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
	.sticky-wrap .sticky-thead {
		box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
		z-index: 100;
		width: 100%; /* Force stretch */
	}
	.sticky-wrap .sticky-intersect {
		opacity: 1;
		z-index: 150;

	}
		.sticky-wrap .sticky-intersect th {
			background-color:#FBE7EF;
			color: #000000;
			height:42px !important;

		}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}

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

/*====================
 section
====================*/
.section {
	clear:both;
}

.section h2 {
	width:100%;
	height:32px;
	background:url(../images/mida_bg.png) no-repeat;
	color:#FFF;
	font-size:24px;
	line-height:32px;
	padding-left:19px;
	font-weight:bold;
}

.section .leftcon {
	float:none;
	padding-left:0px;
}
.section .leftcon h3 {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	margin-bottom:8px;
	height:35px;
	background:#6FC566 url(../images/leftcon_mida_bg.png) right no-repeat;
	line-height:35px;
	padding:0 25px 0px 10px;
	margin-left:-14px;
}
.section h3 span {
	color:#FFF;
}

.section .leftcon p {
	font-size:14px;
	line-height:20px;
	color:#000;
}
.section .leftcon p span.gray {
	color:#999999;
}
.section .leftcon p span.kyoku {
	color:#EDF1DF;
}
.section .leftcon p span.koumoku {
	color:#DFF0AC;
}

/*====================
container
====================*/
.container {
	clear:both;
}
.container h2 {
	font-size:17px;
	font-weight:bold;
	color:#1F8D66;
	padding-left:13px;
	line-height:28px;
	border-left:7px solid #9EDE00;
	float:none;
	margin-bottom:8px;
}
.container h2 span {
	font-weight:normal;
	font-size:13px;
}

/* ======================
selecter
====================== */
.selecter {
	float:none;
}
.selecter .group {
	clear:both;
	display:block;
	margin-bottom:4px;
}
.selecter h4 {
	float:left;
	font-size:13px;
	color:#222222;
	line-height:27px;
	margin-right:6px;
	font-weight:bold;
}
.selecter select {
	float:left;
	font-size:13px;
	color:#222222;
	line-height:21px;
	font-weight:normal;
	height:21px;
	border:#AEAEAE solid 1px;
	border-radius:4px;
	margin-right:15px;
	background:#FAFAFA;
}
.selecter input {
	float:left;
	font-size:13px;
	color:#222222;
	line-height:27px;
	font-weight:normal;
	height:27px;
	border:none;
}
.selecter input.sendbtn {
	width:54px;
	height:23px;
	margin-top:-1px;
	float:right;
}
.selecter img {
	float:left;
	height:31px;
	width:auto;
	margin-right:15px;
}
#content .selecter p.hyoji {
	float:left;
	font-size:13px;
	color:#222222;
	line-height:29px;
	margin-left:15px;
	font-weight:bold;
}
.selecter ul.change {
	margin-top:0px;
	margin-bottom:9px;
	float:right;
}
.selecter ul.change li {
	float:left;
	margin-left:5px;
	display:block;
}
.selecter ul.change li a {
	width:40px;
	height:19px;
	display:block;
	background:url(../images/bf_btn_bg.png) no-repeat;
	color:#000;
	font-size:11px;
	line-height:19px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	background-size:100%;
}
.selecter ul.change li a:hover {
	background:url(../images/bf_btn_bg_on.png) no-repeat;
	background-size:100%;
}

/* ======================
chiiki
====================== */
.chiiki {
	position:static;
	clear:both;
	top:45px;
	left:15px;
	margin-bottom:4px;
	float:right;
	margin:0;
}
.chiiki h4 {
	float:left;
	font-size:13px;
	color:#222222;
	line-height:27px;
	margin-right:6px;
	font-weight:bold;
}
.chiiki select {
	float:left;
	font-size:13px;
	color:#222222;
	line-height:21px;
	font-weight:normal;
	height:21px;
	border:#AEAEAE solid 1px;
	border-radius:4px;
	margin-right:0px;
	background:#FAFAFA;
}
/* ======================
graph
====================== */
#tab1 {
	width:100%;
	overflow:auto;
	margin-bottom:40px;
}
#tab1 p.tyuui {
	margin-left:0;
}

#graph {
	width:100%;
	height:500px;
	margin:0 auto 0px;
}
.highcharts-legend {
}
br.spn {
	display:none;
}

/* ======================
table
====================== */

.tabcontent {
	clear:both;
}
.tabcontent table {
	text-align:center;
	vertical-align:middle;
}

/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;	width: 100%;
}

}