﻿ 

@charset"utf-8";


.body{
 /*line-height: 1.4;
    color: #333;*/
    font-family:Meiryo;
    /*font-size: 0.9em;*/
    /*background-color:  #fff;*/ 
    /*top: 0px;
    left: 0px;*/ 
}




.title {


}



.btn01 {
   width:150px;
    /*font-size:small;*/
    /*font-weight:bold;*/
    text-decoration:none;
    display:block;
    margin-top:5px;
    text-align:center;
    padding:8px 0 10px;
    /*color:#fff;*/
    border:none;
    /*border:1px solid #333;*/
    background-color:#afd0ef;
   border-radius:1px;


}



/*▼グラフ▼*/

table {
  width: auto;
  border-spacing: 0;
  font-size:14px;
}
table th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table th:first-child {
  border-radius: 3px 0 0 0;	
}
table th:last-child {
  border-radius:0 3px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
table tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr {
  background: #fff;
}
table tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 3px;
}
table tr:last-child td:last-child {
  border-radius: 0 0 3px 0;
}
/*▲グラフ▲*/

/*▼ドロワー▼*/
.slideout-menu {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	background: #333;
	z-index: 100;
}
.slideout-menu h3 {
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
.slideout-menu .slideout-menu-toggle {
	position: absolute;
	top: 30px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.slideout-menu .slideout-menu-toggle:hover {
	color: #fff;
}
.slideout-menu ul {
	list-style: none;
    /*margin:0px 0px;*/
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
}
.slideout-menu ul li {
    height:30px;
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
    padding: 5px;
    padding-left:0px;
	color: #FFF;
    font-size:20px;

}
.slideout-menu ul li a {
    /*margin:0px 0px;*/
	display: block;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
    font-size:20px;
}
.slideout-menu ul li a:hover {
	background: #000;
	color: #fff;
}


/*▼メニューボタン▼*/
#humberger {
  /*display: inline-block;*/
  height: 24px;
  width: 36px;
  vertical-align: middle;
  padding: 11px 5px;
  border: 2px solid #444;
  border-radius: 24px;
  float:left;
}
#humberger div {
  /*display: inline-block;*/
  height: 4px;
  width: 24px;
  background-color:#444;
  margin:3px 6px;
  border-radius: 2px;
  clear:right;
  /*padding-top:2px;*/
}
/*▲メニューボタン▲*/

/*▼閉じる（文字）▼*/
.tojiru {
color:#FFF;
font-size:30px;
margin-left:10px;
margin-top:32px;
float:left;
}

/*▲閉じる（文字）▲*/

/*▼閉じる（ボタン）▼*/
.close {
  color: #000;
  position: relative;
  margin-left: 220px;
  margin-top: 25px;

 height: 24px;
  width: 36px;
  vertical-align: middle;
  padding: 11px 5px;
  border: 2px solid #FFF;
  border-radius: 24px;
  /*float:left;*/
}

.close::before {
  content: '';
  position: absolute;
  top:21px;
  left:6px;
  width:30px;
  border:2px solid #FFF;
  border-radius:2px;
  transform:rotate(-45deg);
}

.close::after {
  content: '';
  position: absolute;
  top:21px;
  left:6px;
   width: 30px;
   border:2px solid #FFF;
   border-radius:2px;
   transform:rotate(45deg);
}

/*▲閉じる（ボタン）▲*/



/*table tr:hov

/*table tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}*/