.c-graphSettings .c-form{
  padding-bottom: 30px;
}

.c-graph-dual .c-graphTabs__toggleList__item a {
	width: 72px;
}

.c-title__display {
  padding: 15px;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
  font-family: YuGothic, "My Yu Gothic", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align:center;
  display:none;
}

.p-canvasArea {
  position: relative;
  padding-bottom: 40px;
}

/* --------------------------------------------------------
　　ユーティリティーバー サイズ調整
-------------------------------------------------------- */
.c-title__utility form div input[type="number"] {
	padding: 6px 6px;
}


/* --------------------------------------------------------
　　並置画面　ユーティリティーバー サイズ調整
-------------------------------------------------------- */
.c-graph-dual .c-title__utility form div p {
	margin-right: 4px;
	font-size: 1.1rem;
}

.c-graph-dual .c-title__utility form div input[type="range"] {
	width: 70px;
}

.c-graph-dual .c-title__utility form div button {
	font-size: 1.2rem;
	margin-right: 4px;
	padding: 4px;
}


/* --------------------------------------------------------
　　度数分布表関連
-------------------------------------------------------- */

#js-tableArea,
#js-tableArea-left,
#js-tableArea-right {
  display: none;
}

#js-tableArea.is-active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1280px;
  height: 472px;
  overflow: scroll;
}

#js-tableArea-left.is-active,
#js-tableArea-right.is-active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 472px;
  overflow: scroll;
}

#js-tableArea.is-active_left {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 560px;
  height: 472px;
  overflow: scroll;
}

#js-tableArea-left.is-active_left,
#js-tableArea-right.is-active_left {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 472px;
  overflow: scroll;
}

#js-tableArea table,
#js-tableArea-left table,
#js-tableArea-right table {
  font-size: 16px;
  margin: auto;
  max-height: 380px;
  max-width: 640px;
}


#js-tableArea tr:nth-child(even) td,
#js-tableArea-left tr:nth-child(even) td,
#js-tableArea-right tr:nth-child(even) td{
  background-color: #f7f7f7;
}

#js-tableArea tr:last-child,
#js-tableArea-left tr:last-child,
#js-tableArea-right tr:last-child {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

#js-tableArea td,
#js-tableArea-left td,
#js-tableArea-right td {
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding-top: 0.2em !important;
  padding-right: 0.5em !important;
  padding-bottom: 0.2em !important;
  padding-left: 0.5em !important;
}

#js-tableArea th:first-child,
#js-tableArea-left th:first-child,
#js-tableArea-right th:first-child,
#js-tableArea td:first-child,
#js-tableArea-left td:first-child,
#js-tableArea-right td:first-child {
  border-left: none;
}

#js-tableArea th:last-child,
#js-tableArea-left th:last-child,
#js-tableArea-right th:last-child,
#js-tableArea td:last-child,
#js-tableArea-left td:last-child,
#js-tableArea-right td:last-child {
  border-right: none;
}

#js-tableArea p,
#js-tableArea-left p,
#js-tableArea-right p {
  margin-top: 1.0em;
  text-align: center;
}

#js-tableArea th,
#js-tableArea-left th,
#js-tableArea-right th{
  background-color: #e6f0fa;
  border: 1px solid #aaa;
  padding-top: 0.2em !important;
  padding-right: 0.5em !important;
  padding-bottom: 0.2em !important;
  padding-left: 0.5em !important;
  text-align: center;
  vertical-align: middle;
}

/* ヒストグラムを生成するボタンの段落 */
.js-p-updateHistogram {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ヒストグラムを生成するボタン */
.js-btn-updateHistogram {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  color: #333 !important;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  background: url(../tmpl-img/ico_graph08.svg) 8px center #eee no-repeat !important;
  background-size: 28px 28px !important;
  border: none;
  border-radius: 3px;
  margin-right: 8px !important;
  margin-left: 8px !important;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 48px;
  cursor: pointer;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}

#js-axis-label-name {
	width: 200px;
}

/* --------------------------------------------------------
　　クロス集計table用
-------------------------------------------------------- */
#table-cross{
}

#table-cross th
{
  color: #fff;
}

#table-cross th:first-child
{
  min-width: 150px;
}

#table-cross #td-cross
{
  background-color: #fff;
}

#table-cross #linear{
  /*jsで角度が書き換わる*/
  background: linear-gradient(45deg,#00BEB4 50%,#465BAC 50%); 
}

#table-cross #th-legend0 {
  background-color: #465BAC;
}

#table-cross #th-legend1 {
  background-color: #00BEB4;
}

#table-cross #row2 th,
#table-cross #row2 td
{
  /*height: 200%;*/
}

/*中の方*/
#table-cross2 tr:last-child,
#table-cross2 th,
#table-cross2 td
{
  border: none;
}

#table-cross2 #legend0 {
  text-align: right;
  background: transparent;
}

#table-cross2  #legend1 {
  text-align: left;
  background: transparent;
}


/*メニュー打ち消し用*/
.htContextMenu table.htCore {
  font-size:18px;
}


/*設定初期画面用に追加20181218tmk*/
#js-util-verticalAxisminY-text-left {
  display:none;
}

#js-util-verticalAxisminY-left {
  display:none;
}

#js-util-verticalAxisminY-text-right {
  display:none;
}

#js-util-verticalAxisminY-right {
  display:none;
}

#js-util-verticalAxisminY-text {
  display:none;
}

#js-util-verticalAxisminY {
  display:none;
}

.handsontableInput {
  background-color: #fff !important;
}

.imageText {
  width:100%;
}

input[type=range]::-ms-tooltip {
  display: none;
}