﻿.grapharea {
  float: left;
  width: 760;
  background:#FFFFFF;
}

/* 年選択ボタンの間隔 */
input#YearBtn {
  display: block;
  float: left;
  font-size: 12px;
  width: 75px;
  margin: 15px 0 4px 7px;
  /*
  padding 0 0 0 0;
  */
}

/* グラフ表領域の定義 */
.graph {
  width: 740px;
  background: #f7f7f7;
  padding: 1px 0px 10px 10px;
  margin: 0px;
  /*
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  */
}

/* 月毎、年毎の見出 */
.graph h2 {
	font-size: 16px;
	font-weight: 760;
	color: #C60;
	text-align: left;
	display: block;
	height: 13px;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #C60;
	text-indent: 5px;
	padding-bottom: 0px;
}

/* グラフ下部の注意説明分 */
.notice {
  font-size: 12px;
  font-weight: normal;
  color: gray;
  padding-left:4em;
  text-indent:-4em
}
.colore_red {
  color: white;
  background: #f44;
  margin: 0 5px; 0; 10px;
  padding: 1px 5px; 1px; 10px;
}
*/
/* 最下部の過去のグラフへリンク */
.kako {
  font-size:14px;
  line-height:120%;
  letter-spacing: 0.3em;
  font-weight: normal;
  text-align: left;
}

/* 表 */
.container {
  margin: 0px 8px 2px 0;
  float: left;
  border:1px solid gray;
  background: white;
}
.tablesorter {
  table-layout: fixed;
  width: 732px;
  border-collapse: collapse;
  background: white;
  font-size: 12px;
  margin-top: 10px;
}
.tablesorter th {
  border: 1px solid gray;
  padding: 2px 1px 2px 0;
  background:#CCFFCC;
}
.tablesorter td {
  border: 1px solid gray;
  padding: 2px 1px 2px 0;
}
.tablesorter tr:nth-child(even) {
  font-weight:normal;
  border:0.5px solid gray;
  background-color: #EFE;
}
.tablesorter tr:nth-child(odd) {
  font-weight:normal;
  border:0.5px solid gray;
  background:white;
}
.label1 {
  width: 45px;
  text-align: center;
}
.label2 {
  width: 30px;
  text-align: center;
}
.label3 {
  width: 40px;
  text-align: center;
}

.labeld1 {
  width: 50px;
  text-align: center;
}
.labeld2 {
  text-align: right;
}
.labeld3 {
  text-align: right;
}
.float-clear {
  overflow: hidden;
}

.float-box {
  float: left;
}
