﻿:root {
	--layout-width: min(1100px, 100%);
	--sidebar-width: min(280px, 26%);
	--content-width: min(820px, 74%);
	--dataArea-textarea-height: 260px;

	/* フォントスケール（基本） */
	--fs-xs: 0.75rem; /* 12px */
	--fs-sm: 0.875rem; /* 14px */
	--fs-md: 1rem; /* 16px（基準） */
	--fs-lg: 1.125rem; /* 18px */
	--fs-xl: 1.25rem; /* 20px */
	--fs-2xl: 1.5rem; /* 24px */
	--fs-3xl: 2rem; /* 32px */

	/* 行間 */
	--lh-base: 1.6;
	--lh-tight: 1.3;

	/* フォントウェイト */
	--fw-normal: 400;
	--fw-bold: 600;

	--focus-color: rgba(0, 51, 204, 0.3);
}

html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;

	/* width: 100%; */
	/* overflow-x: hidden; */

	background: #ffffff;

	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
	font-size: var(--fs-md);
	color: #000000;
}

/* デザイン解除 */
select {
	-webkit-appearance: none;
	appearance: none;
}

.bodyMargin {
	/* margin: 0px;
	padding: 0px; */
}

.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.border-top {
	border-top: 1px solid #cccccc;
}
.border-bottom {
	border-bottom: 1px solid #cccccc;
}
.border-bottom-light {
	border-bottom: 1px solid #eeeeee;
}
.is-hidden {
	display: none !important;
}
/* マージンレフトクラス */
.ml-4 {
	margin-left: 4px;
}
.ml-8 {
	margin-left: 8px;
}
.ml-12 {
	margin-left: 12px;
}
.mb-0 {
	margin-bottom: 0px;
}
.mt-0 {
	margin-top: 0px;
}
.mt-3 {
	margin-top: 3px;
}
.mt-10 {
	margin-top: 10px;
}
.pr-20 {
	padding-right: 20px;
}
#top {
	width: 100%;
	margin: 0px;

	background: #ffffff;

	border-top: 3px solid #000066;
	border-bottom: 2px solid #dddddd;

	box-sizing: border-box;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: var(--layout-width);
}

#menu {
	margin-top: 20px;
	float: left;
	/* width: 270px; */
	background-color: #ffffff;
	width: var(--sidebar-width);
}

#form {
	width: var(--content-width);
	text-align: center;
	float: right;

	/* border: #0000ff 1px solid; */
}

#contenar {
	width: var(--content-width);
	text-align: center;
	float: right;

	/* border: #0000ff 1px solid; */
}

#footer {
	margin: 0px;
	border-top-width: 1px;
	border-top-color: #dddddd;
	border-top-style: solid;
	background: #ffffff;
	height: 40px;
	clear: both;
}

/* アプリタイトル */
.toptitle {
	width: var(--layout-width);
	display: flex;
	margin: 0 auto; /* 中央配置 */
	align-items: center; /* 縦中央 */
	padding: 5px 15px;
	box-sizing: border-box;

	color: #000066;
}

.toptitle > div:not(:last-child) {
	margin-right: 10px;
}
.toptitle > div:not(:first-child) {
	position: relative;
	top: -4px;
}

.star__icon {
	display: block;
	margin-left: 10px;
}

.star__title-main {
	font-size: var(--fs-2xl);
	text-shadow: 1px 1px 0px #cccccc;
}

.star__title-sub {
	font-size: var(--fs-2xl);
	text-shadow: 1px 1px 0px #cccccc;
}

.star__version {
	margin: 5px 0 0 0;
}

.star__version-sub {
	text-align: center;
	font-size: var(--version_sub-font-size, var(--fs-md));
	text-shadow: 0.5px 0.5px 0px #cccccc;
}

.star__version-sub span::before {
	content: "(";
	margin: 0 0.5em 0 0;
}

.star__version-sub span::after {
	content: ")";
	margin: 0 0 0 0.5em;
}

.star__person {
	margin-left: auto;

	font-size: var(--fs-sm);
	color: #666666;
}
/* フッター　著作権表示 */
.star__bottom {
	margin: 0 auto; /* 中央配置 */
	display: flex;
	align-items: center; /* 縦中央 */
	padding: 10px 15px;
	box-sizing: border-box;
	width: var(--layout-width);
	/* border: #0000ff 1px solid; */
}

.star__copyright {
	margin-left: auto;

	font-size: var(--fs-sm);
	color: #999999;
}

/* サイドメニュー関係 */
.menu__categoly-header1 {
	position: relative;
	margin: 0;
	padding: 5px;

	border-width: 2px;
	border-bottom-color: #cfcfcf;
	border-bottom-style: solid;
	background-color: #f9f9f9;

	font-size: var(--fs-md);
	font-weight: var(--fw-bold);
	color: #666666;
}

.menu__categoly-header1::after {
	position: absolute;
	content: "";
	right: 0px;
	bottom: -2px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #ddd #ddd #fff;
}

.menu__categoly-sub {
	/* サブカテゴリをまとめる */
	color: #666666;
}

.menu__categoly-header2 {
	margin: 0;
	padding: 3px 3px 3px 10px;

	border-bottom-width: 1px;
	border-bottom-color: #eeeeee;
	border-bottom-style: solid;

	color: #666666;
	font-weight: var(--fw-bold);
}

.menu__categoly-item {
	margin: 5px 0px;
	padding: 0px 0px 0px 25px;
}

.menu__categoly-item a {
	display: flex;
	align-items: baseline;
	gap: 0.5em;
}

.menu__categoly-item .subtitle {
	color: inherit;
	font-size: var(--fs-sm);
}

.menu__categoly-item .subtitle::before {
	content: "- ";
}

.menu__categoly-item .subtitle::after {
	content: " -";
}
.menu__categoly-item li {
	margin: 0px;
	padding: 1px 0px 1px 0px;
}

.menu__categoly-item li::marker {
	color: var(--menu__categoly-item-color, #aaaaaa);
}

.menu__categoly-item li.li_2::marker {
	color: blue;
}

.categoly {
	position: relative;
	margin: 0;
	padding: 5px;

	border-width: 2px;
	border-bottom-color: #cfcfcf;
	border-bottom-style: solid;
	border-radius: 10px 0px 0px 0px;
	background-color: #f9f9f9;

	font-weight: var(--fw-bold);
	color: #666666;
}

.categoly_s {
	/* 現状では使っていない */
	color: #666666;
}

.categoly_ss {
	margin: 0;
	padding: 3px 3px 3px 1em;

	border-bottom-width: 1px;
	border-bottom-color: #eeeeee;
	border-bottom-style: solid;
	background-color: #ffffff;

	font-weight: var(--fw-bold);
	color: #666666;
}

.categoly_sss {
	/* margin-top: 3px;
	margin-right: 20px;
	margin-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;

	color: #777777;
	font-weight: bolder; */
}

/* 見出し関係 */
.header-row {
	display: flex;
	align-items: center; /* 縦中央揃え */
	gap: 8px; /* 要素間の余白 */
}

.content__header1 {
	display: flex;
	align-items: baseline;
	justify-content: center;

	margin: 10px 30px;
	padding: 0 0 2px 0;
	border-bottom: 5px double #dddddd;

	font-size: var(--fs-xl);
	color: #333333;

	gap: 0.5em;
}

.content__header1 .subtitle {
	font-size: var(--fs-md);
	color: #333333;
}

.content__header1 .subtitle::before {
	content: "- ";
}

.content__header1 .subtitle::after {
	content: " -";
}

.content__header2 {
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #cccccc;

	font-size: var(--fs-xl);
	color: #990033;
}

.content__header3 {
	margin: 10px 20px;
	padding: 2px;

	border-bottom: 1px dotted #aaaaaa;

	text-align: left;
	font-size: var(--fs-md);
	font-weight: var(--fw-bold);
	color: #000000;
}

.content__header3:before {
	margin-right: 4px;

	content: "■";
	color: #48aaff;
}

.content__header4 {
	margin: 5px auto;

	text-align: center;
	font-weight: bold;
}

.content__header4:before {
	margin-right: 10px;

	content: "ー";
	color: #48aaff;
}

.content__header4:after {
	margin-left: 10px;

	content: "ー";
	color: #48aaff;
}

.content__header5 {
	width: 80px;

	margin: 10px 0 0 0;
	padding: 2px;

	border: 1px solid #666666;
	background: #666666;

	text-align: center;
	font-size: var(--fs-md);
	color: #ffffff;
}

/* バッジ */
.badge {
	--size: 20px; /* デフォルトサイズ */

	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: var(--size);
	height: var(--size);
	border-radius: 50%;

	font-size: calc(var(--size) * 0.6);
	font-weight: var(--fw-bold);
	line-height: 1;
}

.badge--yellow {
	background: #ffdd00;
	color: #000;
}
.badge--red {
	background: #ff4d4f;
	color: #fff;
}
.badge--blue {
	background: #1890ff;
	color: #fff;
}
.badge--green {
	background: #70ff18;
	color: #fff;
}
.badge--glay {
	background: #aaaaaa;
	color: #fff;
}
.badge--sm {
	--size: 14px;
	vertical-align: 2px;
}
.badge--md {
	--size: 20px;
}
.badge--lg {
	--size: 28px;
}
.badge--xl {
	--size: 40px;
}
.badge--pill {
	border-radius: 999px;
	padding: 0 10px;
	width: auto;
}
.badge--dot {
	--size: 10px;
	display: inline-block;
	vertical-align: middle;
}

.parameter-note {
	display: inline-block;
	font-size: var(--fs-xs);
	color: #666;
}

.parameter-note span::before {
	content: "(";
	margin: 0 0.5em 0 0;
}

.parameter-note span::after {
	content: ")";
	margin: 0 0 0 0.5em;
}

/* 本文関係 */
.description__top-text,
.description__text {
	margin: 1em 2em 1em 3em;
	text-align: left;
	font-size: var(--fs-md);
	color: #000000;
}

.description__text {
	margin: 1em 2em 1em 1em;
}

.description__text ul {
	margin: 5px 0 5px 0;
	padding: 0 0 0 2em;
}

.caution__text-R {
	margin: 10px;

	text-align: left;
	font-size: var(--fs-sm);
	color: #666666;
}

.content__menu-layout {
	height: 26px;
	margin: 0;
	padding: 1px 0 3px 0;
	/* border-bottom: #cccccc 1px solid; */
}

.content__dataArea {
	margin: 10px auto;
}
.content__resultArea {
	margin: 10px auto;
}
.content__sampleArea {
	margin: 10px auto;
}
.content__AiArea {
	margin: 10px auto;
}
/* データ入力テーブル */
input[type="number"],
input[type="text"] {
	font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, monospace;
}

.table-scroll {
	display: block;
	overflow-x: auto;
	overflow-y: auto;
	/* overflow: scroll; */

	max-width: 100%;
	max-height: 350px; /* 好きな高さ */
}

.table-scroll.is-expanded {
	overflow-x: auto;
	overflow-y: visible;
	max-height: none;
}

.content__dataArea-table {
	--content__dataArea-table-top: 10px;
	--content__dataArea-table-bottom: 10px;

	box-sizing: border-box;
	margin: var(--content__dataArea-table-top) auto var(--content__dataArea-table-bottom) auto;

	border-collapse: collapse;
	border: solid 1px #999999;

	font-size: var(--fs-md);
	text-align: center;
}

.content__dataArea-table-adjust {
	margin-top: -1px;
}

.content__dataArea-table td,
.content__dataArea-table th {
	--dataTable-td-width: 70px;
	--dataTable-td-height: 25px;
	--dataTable-td-background: #ffffff;
	--lw: 1px;

	min-width: var(--dataTable-td-width);
	max-width: var(--dataTable-td-width);
	width: var(--dataTable-td-width);
	height: var(--dataTable-td-height);

	padding: 3px;
	border: solid var(--lw) #999999;
	background: var(--dataTable-td-background);
}

.content__dataArea-table th {
	--dataTable-th-background: #ddddff;
	--dataTable-th-fw: var(--fw-normal);

	background: var(--dataTable-th-background);

	font-weight: var(--dataTable-th-fw);
}

/* .content__dataArea-chisqtable {
	--dataTable-td-width: 70px;
	--dataTable-td-height: 25px;

	box-sizing: border-box;
	margin: 0px auto;

	border-collapse: collapse;
	border: solid 1px #999999;

	font-size: var(--fs-md);
	text-align: center;

	table-layout: fixed;
}
.content__dataArea-chisqtable td,
.content__dataArea-chisqtable th {
	--dataTable-td-background: #ffffff;

	min-width: var(--dataTable-td-width);
	max-width: var(--dataTable-td-width);
	width: var(--dataTable-td-width);
	height: var(--dataTable-td-height);

	padding: 3px;
	border: solid 1px #999999;
	background: var(--dataTable-td-background);
}
.content__dataArea-chisqtable th {
	--dataTable-th-background: #ddddff;
	background: var(--dataTable-th-background);

	font-weight: normal;
} */

/* .content__dataArea-sAtable {
	--dataTable-td-width: 70px;
	--dataTable-td-height: 25px;

	box-sizing: border-box;
	margin: 0px auto;

	border-collapse: collapse;
	border: solid 1px #999999;

	font-size: var(--fs-md);
	text-align: center;

	table-layout: fixed;
}

.content__dataArea-sAtable td,
.content__dataArea-sAtable th {
	--dataTable-td-background: #ffffff;

	min-width: var(--dataTable-td-width);
	max-width: var(--dataTable-td-width);
	width: var(--dataTable-td-width);
	height: var(--dataTable-td-height);

	padding: 3px;
	border: solid 1px #999999;
	background: var(--dataTable-td-background);
}
.content__dataArea-sAtable th {
	--dataTable-th-background: #ddddff;
	--dataTable-th-fw: var(--fw-normal);

	background: var(--dataTable-th-background);

	font-weight: var(--dataTable-th-fw);
} */

.content__dataArea-cell,
.content__dataArea-cell-ratio,
.content__dataArea-parameter,
.content__dataArea-cell-error,
.content__dataArea-sumText,
.content__dataArea-sumRaw_header,
.content__dataArea-sumCol_header,
.content__dataArea-text,
.content__dataArea-achievementText,
.content__dataArea-achievementText-error {
	--dataTable-cell-width: 50px;
	--dataTable-cell-height: 20px;
	--dataTable-cell-fs: var(--fs-md);
	--dataTable-cell-bordercolor: #cccccc;

	width: var(--dataTable-cell-width);
	height: var(--dataTable-cell-height);
	margin: 1px;

	border: 1px solid var(--dataTable-cell-bordercolor);
	background: #ffffff;

	text-align: right;
	font-size: var(--dataTable-cell-fs);
}

.content__dataArea-cell-error {
	border: 1px solid #ffd0d0;
	background: #fffafa;
}

.content__dataArea-cell-warning {
	border: 1px solid #ffd24d;
	background: #fffceb;
}

.content__dataArea-sum {
	margin: 10px auto;
}

.content__dataArea-sumText {
	--sumText-font-size: var(--fs-md);

	background: #f6f6f6;
	color: #666666;

	font-size: var(--sumText-font-size);
}

/* 自動集計判定1x2 達成目標　 */
.content__dataArea-achievementText {
	border: 1px solid #cccccc;
	background: #f6f6f6;
	color: #666666;
}

.content__dataArea-achievementText_separated {
	border: 1px solid #cccccc;
	background: #ffffff;
	color: #000000;
}

.content__dataArea-achievementText-error {
	border: 1px solid #ffd0d0;
	background: #fffafa;
}

.content__dataArea-sum-error {
	color: #bb0000;
}

.content__dataArea-chisq {
	margin: 10px auto 2px auto;
	padding: 5px;
	background: #f4f4f4;
}
.content__dataArea-chisqtext {
	position: relative;
	margin: 10px auto 2px auto;
}
.content__dataArea-chisqrow {
	margin: 1px auto 0px auto;
	align-content: center;
	/* border: 1px solid #f00; */
}
.content__dataArea-sumRaw_header {
	--dataTable-cell-width: 20px;
	width: var(--dataTable-cell-width);

	border: 1px solid #f4f4f4;
	background: #f4f4f4;

	text-align: center;
}
.content__dataArea-sumCol_header {
	border: 1px solid #f4f4f4;
	background: #f4f4f4;

	text-align: center;
}

.content__dataArea-text {
	--dataTable-cell-width: 200px;
	width: var(--dataTable-cell-width);

	text-align: left;
}

/* sticky */
.sticky-col {
	position: sticky;
	left: var(--sticky-left);

	z-index: 2;
}

.sticky-row {
	position: sticky;
	top: var(--sticky-top);

	z-index: 3;
}

.corner-sticky {
	z-index: 5;
}

.focus-ring:focus {
	outline: none; /* 標準を消す */
}

.focus-ring:focus-visible {
	box-shadow: 0 0 0 2px var(--focus-color);
	background-color: #ffffff;
	caret-color: #0033cc;
}

input.content__dataArea-cell[type="number"]::-webkit-inner-spin-button,
input.content__dataArea-cell[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input.content__dataArea-cell[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

input.content__dataArea-cell-ratio[type="number"]::-webkit-inner-spin-button,
input.content__dataArea-cell-ratio[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input.content__dataArea-cell-ratio[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

input.content__dataArea-achievementText[type="number"]::-webkit-inner-spin-button,
input.content__dataArea-achievementText[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input.content__dataArea-achievementText[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

input.modal__input[type="number"]::-webkit-inner-spin-button,
input.modal__input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input.modal__input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

.content__dataArea-CandPArea {
	position: relative;
	margin: 5px auto;
}
.content__dataArea-calcBtnArea {
	position: relative;
	text-align: center; /* ボタンを中央へ */
}

.content__dataArea-calcBtn {
	display: inline-block;
	width: 110px;
	margin: 10px 0 10px 0;
	padding: 3px;

	border: none;
	border-radius: 5px;
	background-color: #dddddd;

	font-size: var(--fs-sm);
	font-weight: var(--fw-bold);
}

.content__dataArea-calcBtn:hover {
	background: #88d6ff;
	color: #003399;
}

.content__dataArea-calcAddResult {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 100px; /* ← ボタン中央から右へずらす量 */
	transform: translateY(-50%);

	font-size: var(--fs-sm);
}

/* テキストエリア */
textarea {
	border: 1px solid #999999;
	background: #f6f6f6;
	border-radius: 5px;

	font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, monospace;
	font-size: var(--fs-md);
}

.content__dataArea-textarea,
.content__resultArea-textarea,
.content__sampleArea-textarea,
.content__AiArea-textarea {
	/* width: var(--dataArea-textarea-width, calc(var(--content-width) - 80px - 4px)); */
	width: 100%;
	height: var(--dataArea-textarea-height, 260px);
	box-sizing: border-box;

	margin-top: var(--margin-top, 0px);
	/* max-width: calc(var(--content-width) - 80px); */
	min-width: 300px;
	min-height: 50px;
}

.content__sampleData-textarea {
	width: 400px;
	height: 50px;

	margin: 10px 0 0 0;
}

.content__CandP-textarea {
	box-sizing: border-box;
	width: 200px;
	overflow: hidden;
	height: 18px;

	margin: 2px 0 2px 0;

	transition:
		height 0.3s ease,
		width 0.3s ease;
}

.content__CandP-textarea-wide {
	box-sizing: border-box;
	width: 500px;
	overflow: scroll;
	height: 150px;
}

#dropHint_CandPArea,
#dropHint_DataArea {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-60%, -50%);

	font-size: var(--fs-md);
	color: #4a90e2;
	white-space: nowrap;

	opacity: 0.15;
	pointer-events: none;
	user-select: none;
	display: none;
}

#dropHint_DataArea {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.content__Textarea-dragover {
	outline: 3px dashed #4a90e2;
	outline-offset: -3px;
	background-color: #eef6ff;
}

.content__Textarea-dragover + #dropHint_CandPArea,
.content__Textarea-dragover + #dropHint_DataArea {
	display: block;
	opacity: 0.12;
}

/* 代入ボタン */
.assignmentBtn {
	display: none;
	width: 50px;
	height: 25px;

	position: relative;
	bottom: 10px;

	margin: 0 0 0 5px;
	padding: 3px;

	border: 1px solid #cccccc;
	border-radius: 5px;
	background: #ffffff;

	color: #999999;
	font-weight: bold;
}

.assignmentBtn:hover {
	background: #cccccc;
	color: #666666;
}

.assignmentBtn.is-visible {
	display: inline-block;
}

.mail-textarea {
	width: 80%;
	height: 4em;

	margin: 0px auto 10px auto;
	max-width: calc(var(--content-width) - 80px);
	min-height: 50px;

	font-size: var(--fs-sm);
	color: #333333;
}

.content__datatype-table {
	box-sizing: border-box;
	margin: 10px auto;

	border-collapse: collapse;

	text-align: center;
}

.content__datatype-table td {
	--content__datatype-table-width: 80px;
	width: var(--content__datatype-table-width);
	height: 1.5em;
	border: 1px solid #999999;
}

/* R関係 */
/* オプション */
.content__Roption-div {
	overflow: hidden;
	max-height: 500px;
	opacity: 1;
	transition:
		max-height 0.4s ease,
		opacity 0.4s ease;
}

.content__Roption-summary {
	margin: 10px 0 5px 0;
	padding: 5px 0 5px 1em;

	border: 1px solid #cccccc;
	background: #f6f6f6;

	font-size: var(--fs-sm);
	font-weight: var(--fw-bold);
	color: #333333;
	text-align: left;
}

.content__Roption-details.closing .content__Roption-div {
	max-height: 0;
	opacity: 0;
}

.content__Roption-details.opening .content__Roption-div {
	max-height: 500px;
	opacity: 1;
}

.Rprogram_value {
	padding: 10px 0px 0px 0px;
	font-size: var(--fs-sm);
}

.content__Option-table,
.content__Option-multiple_table {
	--mt: 0px;

	margin-top: var(--mt);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;

	table-layout: fixed;
	border: 1px solid #cccccc;
	border-collapse: collapse;

	width: 100%;

	font-size: var(--fs-sm);
}
.content__Option-table tr,
.content__Option-multiple_table tr {
	height: 2em;
	border: 1px solid #cccccc;
}
.content__Option-multiple_table td {
	border: 1px solid #cccccc;
}
.content__Palameter-table {
	--mt: 10px;
	--mb: 10px;
	width: 90%;
	/* width: calc(var(--content-width) - 80px); */
	/* (30px+10px)*2 = 80px */

	margin: var(--mt) auto var(--mb) auto;

	table-layout: fixed;
	border: 1px solid #ffffff;
	border-collapse: collapse;

	font-size: var(--fs-md);
}
.content__Palameter-table tr {
	height: 2em;
	border: 1px solid #ffffff;
}
.content__Palameter-table td {
	width: 50%;
}

.content__CrossSetting-table {
	--content__CrossSetting-table-top: 10px;
	--content__CrossSetting-table-bottom: 10px;

	box-sizing: border-box;
	margin: var(--content__CrossSetting-table-top) auto var(--content__CrossSetting-table-bottom) auto;

	border-collapse: collapse;
	border: solid 1px #999999;

	font-size: var(--fs-md);
	text-align: center;
}

.content__CrossSetting-table td,
.content__CrossSetting-table th {
	--CrossSetting-td-width: 120px;
	--CrossSetting-td-height: 25px;
	--CrossSetting-td-background: #ffffff;
	--lw: 1px;

	min-width: var(--CrossSetting-td-width);
	max-width: var(--CrossSetting-td-width);
	width: var(--CrossSetting-td-width);
	height: var(--CrossSetting-td-height);

	padding: 3px;
	border: solid var(--lw) #999999;
	background: var(--CrossSetting-td-background);
}

.content__CrossSetting-table th {
	--CrossSetting-th-background: #ffdddd;
	--CrossSetting-th-fw: var(--fw-normal);

	background: var(--CrossSetting-th-background);

	font-weight: var(--CrossSetting-th-fw);
}

.details-content {
	overflow: hidden;
	max-height: 500px;
	opacity: 1;
	transition:
		max-height 0.4s ease,
		opacity 0.4s ease;
}

.animated-details.closing .details-content {
	max-height: 0;
	opacity: 0;
}

.animated-details.opening .details-content {
	max-height: 500px;
	opacity: 1;
}

/* ドロップダウンメニュー（移動） */
.menu-container {
	position: relative; /* プルダウンメニューの位置決めの基準とする */
	float: left;
}

.dropdown-menu {
	display: none; /* デフォルトで非表示 */
	position: absolute;
	top: 100%; /* トリガーの下に配置 */
	left: 0px;

	min-width: 250px;
	margin: 0;
	padding: 0;

	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 0px 0px 5px 5px;

	list-style: none;
	font-size: var(--fs-sm);

	z-index: 1000;
}

/* JavaScriptによって .is-active クラスが付与された時に表示する */
.menu-container.is-active .dropdown-menu {
	display: block;
}

.dropdown-menu li a {
	display: block;
	text-align: left;
	padding: 2px 2px 2px 10px;
	text-decoration: none;
	color: #333;
}

.dropdown-menu li a:hover {
	background-color: #f4f4f4;
}

/* セレクトスタイル関係 */
.content__select {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.content__select select {
	width: var(--content-select-width, 50px);

	padding: 2px 2px 2px 10px;
	border: 1px solid #999999;
	background: #ffffff;
	border-radius: 10px;

	font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, monospace;
	font-size: var(--fs-sm);
}

.content__select::after {
	position: absolute;
	right: 10px;
	width: 10px;
	height: 7px;

	background-color: #666666;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	pointer-events: none;
}

/* モーダル */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;

	background: rgba(0, 0, 0, 0.4);

	z-index: 100;
}

.modal__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	width: 300px;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
}
.modal__header {
	display: flex;
	align-items: center;
	height: 30px;
	gap: 8px;
	margin-bottom: 5px;
}
.modal__title {
	font-size: var(--fs-xl);
	font-weight: var(--fw-bold);
}
.modal__message {
	margin: 5px;
}
.modal__input {
	margin: 10px auto 20px auto;
	width: 200px;
	height: 22px;
	font-size: var(--fs-md);
}
.modal.show {
	display: block;
}
.modal__buttons {
	display: flex;
	justify-content: center;
	gap: 8px;
}
.modal__yes,
.modal__no {
	width: 80pt;
	height: 28px;

	border: none;
	border-radius: 5px;
	background-color: #dddddd;

	font-size: var(--fs-md);
}

.modal__yes:hover {
	background: #eeeeee;
	border: 2px solid #1664ff;
	color: #1664ff;
}
.modal__no:hover {
	background: #eeeeee;
	border: 2px solid #ff6416;
	color: #ff6416;
}
/* ガイドブック */
.guidebook {
	margin: 1em 3em 1em 3em;
	padding: 1em;
	border-width: 1px;
	border-color: #eeeeff #cccccc #cccccc #eeeeff;
	border-style: solid;
	background-color: #ffffff;

	font-size: var(--fs-md);
	color: #000000;
	text-align: left;
}

.guidebook-header {
	margin-bottom: 10px;
	font-family: sans-serif;
	color: #669900;
}

.guidebook-title {
	margin-left: 1em;
	margin-top: 5px;
}

.guidebook-author {
	text-align: right;
	margin: 0 10px 0 0;
}

.guidebook-notes {
	margin: 10px 0 5px 20px;
}

/* ガイドブックの書名リンク */
a.guidebooklink:link {
	color: #ff3333;
	text-decoration: none;
}

a.guidebooklink:visited {
	color: #ff3333;
	text-decoration: none;
}

a.guidebooklink:hover {
	color: #ff9900;
	text-decoration: underline;
}

a.guidebooklink:active {
	color: #ff9900;
	text-decoration: underline;
}

.verup {
	/* 使用していない */
	color: #f00;
}
.data_anlysis {
	/* 使用していない */
	color: #f00;
}

/* トースト表示 */
.toast-container {
	position: fixed;
	top: 100px;
	left: 50%;
	transform: translateX(0%);
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 9999;
}

.toast {
	display: inline-flex;
	align-items: center;
	gap: 8px;

	max-width: 400px;
	width: auto;
	height: auto;
	padding: 10px 20px;

	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

	font-size: var(--fs-md);
	color: #000000;

	opacity: 0;
	transform: translateY(-80%);
	transition: all 0.3s;

	white-space: nowrap;
}

.toast.show {
	opacity: 1;
	transform: translateY(0);
}

.toast.info {
	border: 2px solid #6a71ff;
}

.toast.warning {
	border: 2px solid #ffda48;
}
.toast.success {
	border: 2px solid #46ff6e;
}

.toast.error {
	border: 2px solid #ff615c;

	/* background: #d9534f; */
}

/*  文字列枠消去ボタンx */
.inputWrap {
	position: relative;
	display: inline-flex;
	align-items: center;
}
.js-clearable {
	padding-right: 24px;
}
.cellClrBtn {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 10pt;
	color: #666;
	user-select: none;
}
.cellClrBtnOn {
	font-size: 10pt;
	color: #666666;
	padding-left: 5px;
	cursor: pointer;
}

.cellClrBtnOff {
	padding-left: 5px;
	visibility: hidden;
}

/* .toptitle {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	width: 870px;
}

.toptitle0 {
	text-align: left;
	padding-top: 10px;
	border-top-width: 4px;
	border-top-color: #333333;
	border-top-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	height: 65px;
	background: #f9f9f9;
} */

input.text,
input.text1,
input.text2,
input.text_ratio,
input.text3,
input.text4,
input.text5,
input.text6,
input.text7,
input.text8,
input.text9,
input.text10,
input.text11,
input.text12 {
	font-size: 11pt;
	font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, monospace;

	text-align: right;
	border: 1px solid #999999;
	background-color: #eeeeee;
}

input.text {
	width: 38px;
}

input.text1 {
	width: 38px;
}

input.text2 {
	width: 58px;
}

/* 母比率 , 基本統計量*/
input.text_ratio {
	width: 58px;
}

/* 1xj */
input.text3 {
	font-size: 10pt;
	width: 50px;
}

input.text4 {
	text-align: center;
	margin-right: 3px;
	width: 38px;
}

input.text5 {
	width: 38px;
}

input.text6 {
	text-align: left;
	width: 180px;
}

input.text7 {
	width: 20px;
}

input.text8 {
	width: 26px;
}

input.text9 {
	text-align: right;
	width: 60px;
}

.hidden {
	visibility: hidden;
}

/* 数値変換 */
input.text10 {
	text-align: left;
	width: 40px;
}

/*
相関係数計算シミュレーション結果
 */
input.text11 {
	text-align: center;
	width: 240px;
}

input.text12 {
	text-align: right;
	width: 50px;
}

.chisqSimurationColumn {
	text-align: center;
	width: 60px;
}

/**
 * スピンボタンを消す
 * Chrome Safari Opera
 */
input.text[type="number"]::-webkit-inner-spin-button,
input.text[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input.text1[type="number"]::-webkit-inner-spin-button,
input.text1[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input.text2[type="number"]::-webkit-inner-spin-button,
input.text2[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input.text3[type="number"]::-webkit-inner-spin-button,
input.text3[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input.text5[type="number"]::-webkit-inner-spin-button,
input.text5[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input.text_ratio[type="number"]::-webkit-inner-spin-button,
input.text_ratio[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/**
 * スピンボタンを消す
 * Firefox
 */
input.text[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

input.text1[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

input.text2[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

input.text3[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

input.text5[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

input.text_ratio[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

input.file_input {
	display: none;
}

.errorText,
.errorText2,
.errorText3,
.errorText4,
.errorText5 {
	font-size: 11pt;
	font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, monospace;

	text-align: right;
	border: 1px solid #cc0066;
	background-color: #eeeeee;
	overflow: hidden;
}

.errorText {
	width: 38px;
}

.errorText2 {
	width: 58px;
}

.errorText3 {
	width: 50px;
}

.errorText4 {
	text-align: center;
	margin-right: 3px;
	width: 38px;
}

.errorText5 {
	margin-right: 3px;
	width: 38px;
}

/**
 * スピンボタンを消す
 * Chrome Safari Opera
 */
input.errorText[type="number"]::-webkit-inner-spin-button,
input.errorText[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input.errorText2[type="number"]::-webkit-inner-spin-button,
input.errorText2[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input.errorText3[type="number"]::-webkit-inner-spin-button,
input.errorText3[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/**
 * スピンボタンを消す
 * Firefox
 */
input.errorText[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

input.errorText2[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

input.errorText3[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

input.button {
	font-size: 8pt;
	color: #666666;
	text-align: center;
	margin: 0px -6px;
	padding: 0px;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #cccccc;
	width: 70px;
	background-color: #eeeeee;
}

input.updown {
	color: #666666;
	font-size: 8pt;
	text-align: center;
	margin: 0px -6px;
	padding: 0px;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #cccccc;
	width: 23px;
	background-color: #eeeeee;
}

textarea.qa {
	margin-top: 0px;
	/* font-family: ＭＳ ゴシック, Osaka-等幅; */
	font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, monospace;
	font-size: 11pt;
	border: 1px solid #999999;
	background-color: #eeeeee;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #cccccc;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
	width: 560px;
}

textarea.qa2 {
	/* font-family: ＭＳ ゴシック, monospace; */
	font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, monospace;
	font-size: 11pt;
	color: #000000;
	margin-top: 1px;
	padding-top: 0px;
	border: 1px solid #999999;
	width: 160px;
	height: 22px;
	background-color: #eeeeee;
	overflow: hidden;
}

textarea.qa3 {
	margin-top: 0px;
	/* font-family: ＭＳ ゴシック, monospace; */
	font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, monospace;
	font-size: 11pt;
	border: 1px solid #999999;
	background-color: #eeeeee;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #cccccc;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
	width: 560px;
}

textarea.qa5 {
	margin-top: 0px;
	/* font-family: ＭＳ ゴシック, monospace; */
	font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, monospace;
	font-size: 11pt;
	border: 1px solid #999999;
	background-color: #eeeeee;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #cccccc;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
	width: 500px;
}

/* Rプログラム クリップボード用出力 第一枠*/
textarea.qa4 {
	margin-top: 0px;
	/* font-family: ＭＳ ゴシック, monospace; */
	font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, monospace;
	font-size: 11pt;
	border: 1px solid #999999;
	background-color: #eeeeee;
	overflow: hidden;
	height: 80px;
	width: 560px;
}

/*平均と標準偏差シミュレーション結果出力枠*/
textarea.meanSd {
	margin-top: 0px;
	/* font-family: ＭＳ ゴシック, monospace; */
	font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, monospace;
	font-size: 11pt;
	border: 1px solid #999999;
	background-color: #eeeeee;
	width: 240px;
}

/* Rプログラム データ入力方法 */
.inplayout {
	margin: 0px auto;
	padding: 5px 1px 0px;
	border-top-width: 1px;
	border-top-color: #e7e7e7;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e7e7e7;
	border-bottom-style: solid;
	height: 26px;
	width: 560px;
}

/* AIプロンプト枠 */
textarea.aiArea {
	margin-top: 0px;
	/* font-family: ＭＳ ゴシック, monospace; */
	font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, monospace;
	font-size: 11pt;
	border: 1px solid #999999;
	background-color: #eeeeee;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #cccccc;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
	height: 160px;
	width: 560px;
}

.inputTextAreaOn,
.inputTextAreaOff {
	/* font-family: ＭＳ ゴシック, monospace; */
	font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, monospace;
	font-size: 11pt;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0px;
	border: 1px solid #999999;
	background-color: #eeeeee;
	transition:
		height 0.3s ease,
		width 0.3s ease;
}

.inputTextAreaOff {
	width: 200px;
	overflow: hidden;
	height: 18px;
}

.inputTextAreaOn {
	width: 500px;
	overflow: scroll;
	height: 150px;
}

/* 現在使っていない */
.numberBtnOn,
.numberBtnOff {
	margin: 0px;
	padding: 1px 1px 1px 1px;
	border-top-width: 1px;
	border-top-color: #e7e7e7;
	border-top-style: solid;
	width: 560px;
	height: 26px;

	font-family:
		ＭＳ ゴシック,
		monospace;
	font-size: 12pt;
	color: #000000;
}
/* 現在使っていない */
.numberBtnOff {
	display: none;
}
/* 現在使っていない */
.numberBtnOn {
	display: block;
}
/* 現在使っていない */
.numberDigit {
	margin: 4px 0px 0px 0px;
	font-size: 9pt;
	color: #000000;
}
/* 現在使っていない */
.stackData {
	margin: 2px 0px 0px 0px;
	font-size: 9pt;
	color: #000000;
}

/* .cellClrBtnOn {
	font-size: 10pt;
	color: #666666;
	padding: 0px 0px 0px 5px;
	cursor: pointer;
} */

/* .cellClrBtnOff {
	padding: 0px 0px 0px 5px;
	color: #ffffff;
} */

.inputBtnOn {
	font-size: 10pt;
	color: #666666;
	padding: 0px 0px 0px 5px;
	cursor: pointer;
}

.inputBtnOff {
	padding: 0px 0px 0px 5px;
	color: #ffffff;
}

.inputBtn {
	margin: 0px 0px 0px 5px;
	cursor: pointer;
}

.item {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3em;
	padding-left: 0px;

	/* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
	font-size: 11pt;
}

ul.item li {
	margin: 0px;
	padding: 1px 0px 1px 0px;
}

ul.item li::marker {
	font-size: 14pt;
	color: #aaaaaa;
}

ul.item li.li_2::marker {
	font-size: 14pt;
	color: blue;
}

/* ul.item li.li_2 {
	margin: 0px;
	padding: 1px 0px 1px 13px;
	list-style: none;
	background: url("../image/m-line01.png") no-repeat 3px 5px;
} */

.menustar {
	font-size: 10pt;
	color: #003399;
	/* color: #ff9900; */
	padding-right: 4px;
	padding-left: 6px;
}

.menuBottom {
	margin-top: 20px;
}

table.dousacheck {
	font-size: 10pt;
	text-align: center;
	margin: 5px auto;
	padding: 2px;
	border-collapse: collapse;
	border-color: #cccccc;
	width: 520px;
}

.dousahosyo {
	font-size: 10pt;
	color: #666666;
	text-align: left;
	margin: 20px;
}

#title {
	/* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 14pt;
	color: #333333;

	margin: 20px 30px 10px 30px;
	padding-bottom: 2px;
	border-bottom-width: 5px;
	border-bottom-color: #dddddd;
	border-bottom-style: double; */
}

.topPageHeader {
	align-content: center;

	margin: 10px 30px;
	padding: 1px 6px;

	background: #f6f6f6;
	border-radius: 4px;

	text-align: left;
	font-size: var(--fs-md);

	outline: 1px solid #eeeeee; /* 外側の線 */
	outline-offset: 1px; /* ← これが隙間 */
}

.topPageHeader:before {
	content: "■";

	margin: 0px 4px 0px 0px;

	font-size: var(--fs-xl);
	color: var(--topPageHeader-color, #000000);
}

.topPageHeader.blue {
	--topPageHeader-color: #003399;
}

.topPageHeader.lightblue {
	--topPageHeader-color: #6699cc;
}

.topPageHeader.red {
	--topPageHeader-color: #cc3300;
}

.topPageHeader.orange {
	--topPageHeader-color: #dd7700;
}

.support {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#btnlayout1 {
	margin: 0px;
	padding: 1px 1px 1px 1px;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	width: 560px;
}

.updownlayout {
	text-align: left;
	margin-left: 30em;
}

.updownlayout2 {
	text-align: left;
	margin-top: -41px;
	margin-left: 30em;
}

#datatype {
	text-align: left;
	margin-left: 1em;
	padding-left: 1.5em;
	float: left;
}

#n {
	/* margin-top: 10px; */
}

.midashi {
	font-size: 12pt;
	color: #990033;
	margin-top: 20px;
	margin-bottom: 10px;
}

.midashi2 {
	font-size: 12pt;
	color: #990033;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -4px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	width: 500px;
}

.sample_midashi {
	text-align: left;
	font-size: 11pt;
	font-weight: 600;
	color: #000000;
	margin: 10px 10px 10px 12px;
	padding: 5px 5px 5px 10px;
	border-width: 0px 0px 0px 6px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #fafafa;
}

.mokuji {
	text-align: left;
	font-size: 11pt;
	color: #000000;
	text-decoration: underline dotted;
	margin: 5px 5px 5px 0px;
	padding: 5px 5px 5px 0px;
}

/* 度数検定 */
.freqdata {
	margin: 2px auto;
	padding: 0px 0px 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-top-style: solid;
	border-bottom-style: solid;
	width: 560px;
}

.freqdata1 {
	margin: 2px auto;
	padding: 0px 0px 10px;
	border-top-width: 1px;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-top-style: solid;
	width: 560px;
}

.freqdata2 {
	margin: 2px auto;
	padding: 0px 0px 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	width: 560px;
}

.freqdata3 {
	width: 560px;
	overflow: auto;
}

.semdata {
	margin: 2px auto;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-top-style: solid;
	border-bottom-style: solid;
	width: 560px;
}

.cellScrolloff {
	width: 560px;
	overflow: auto;
}

.cellScrollon {
	height: 400px;
	width: 560px;
	overflow: auto;
}

.r_only {
	/* font-family: ＭＳ Ｐゴシック, monospace; */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 10pt;
	color: #0066cc;
	font-weight: bold;
}

/*カイ自乗*/
.midashi3 {
	font-size: 12pt;
	color: #990033;
}

.tateyoko {
	margin: 10px auto;
}

.chisqtext {
	/* margin: 10px auto 2px;
	padding: 5px;
	background: #f4f4f4; */
}

.chisqrow {
	/* margin-top: 1px;
	margin-right: auto;
	margin-left: auto; */
}

/* select.tySelect,
select.tySelect2,
select.tySelect3,
select.tySelect4,
select.tySelect5,
select.tySelect6,
select.tySelect7,
::picker(select) {
	appearance: base-select;
	border-color: #d8d8d8;
} */

.tySelect,
.tySelect2,
.tySelect3,
.tySelect4,
.tySelect5,
.tySelect6,
.tySelect7 {
	font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, monospace;
	font-size: 10pt;
	border: 1px solid #999999;
	background-color: #ffffff;
	width: 50px;
	border-radius: 5px;
}

.tySelect2 {
	width: 150px;
}

.tySelect3 {
	width: 80px;
}

.tySelect4 {
	text-align: right;
}

.tySelect5 {
	margin: 2px auto;
	width: 110px;
}

.tySelect6 {
	width: 200px;
}

.tySelect7 {
	width: 230px;
}

.jumpSelect {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 10pt;
	border: 1px solid #999999;
	background-color: #ffffff;
	width: 220px;
	float: left;
	border-radius: 5px;
}

/* select.jumpSelect,
::picker(select) {
	appearance: base-select;
	border-color: #d8d8d8;
} */

/* .jumpSelect {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 9pt;
	appearance: none; 
	outline: none; 
	background-color: #f5f5f5;
	border-color: #d8d8d8;
	margin: 3px 5px 2px 2px;
	height: 18px;
	width: 220px;
	padding: 2px 15px 2px 15px;
	float: left;
	border-radius: 10px;
} */

.setsumei {
	font-size: 11pt;
	color: #000000;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.setsumei2 {
	font-size: 11pt;
	color: #000000;
	text-align: left;
	margin: 0px auto 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-color: #e7e7e7;
	border-top-style: solid;
	width: 560px;
}

.setsumei3 {
	font-size: 11pt;
	color: #000000;
	text-align: left;
	margin: 0px auto 10px;
	padding-top: 20px;
	width: 560px;
}

/* 概要 */

.note__text {
	text-align: left;
	margin: 1em 2em 1em 3em;
}

.kaisetsu {
	font-size: 11pt;
	color: #000000;
	text-align: left;
	margin: 1em 2em 1em 3em;
}

.kaisetsu2 {
	font-size: 11pt;
	color: #000000;
	text-align: left;
	margin: 0px 5px 0px 5px;
	padding: 10px;
	border-top-width: 1px;
	border-top-color: #e7e7e7;
	border-top-style: solid;
	width: 550px;
}

.kaisetsu3 {
	text-align: left;
	font-size: 10pt;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 40px;
}

.kaisetsu4 {
	text-align: left;
	font-size: 10pt;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 30px;
	padding-left: 40px;
}

.hyou_waku {
	margin: 5px auto;
	border-color: #cccccc;
	border-collapse: collapse;
	border: solid 1px #999999;
}

/*.hyou_waku0
{
	margin-right:auto;
	border-color: #cccccc;
    border-collapse: collapse;
    border: solid 1px #999999;
	table-layout:fixed;
}*/
.hyou_waku0 {
	margin-top: 0px;
	border-color: #cccccc;
	border-collapse: collapse;
	border: solid 1px #999999;
	width: 83px;
	table-layout: fixed;
}

.hyou_waku01 {
	margin-top: 0px;
	border-color: #cccccc;
	border-collapse: collapse;
	width: 83px;
	height: 56px;
	border: solid 1px #999999;
}

.hyou_waku01_chrome {
	margin-top: 10px;
	border-color: #cccccc;
	width: 83px;
	height: 56px;
}

.hyou_waku2 {
	margin: 0px auto;
	border-color: #cccccc;
	border-collapse: collapse;
	border: solid 1px #999999;
}

/*.hyou_waku_200
{
	margin:5px auto;
	border-color: #cccccc;
	width: 200px;
}*/
.hyou_midashi {
	font-size: 11pt;
	text-align: center;
	width: 60px;
	background-color: #ddddff;
	height: 25px;
}

.hyou_midashi_1xj {
	font-size: 11pt;
	text-align: center;
	width: 60px;
	background-color: #ddddff;
	height: 25px;
}

.hyou_midashi_auto2x2 {
	font-size: 11pt;
	text-align: center;
	width: 100px;
	/* background-color: #DDDDFF; */
	background-color: #ffeded;
	height: 20px;
}

.pBlock_2x2 {
	margin: 5px 0px 10px 0px;
}

.separatorBlock_2x2 {
	margin: 5px 0px 5px 0px;
}

.hyou_nyuryoku_1xj,
.hyou_nyuryoku_1x2,
.hyou_nyuryoku_2x2,
.hyou_nyuryoku_3fact {
	text-align: center;
}

.hyou_nyuryoku_1x2,
.hyou_nyuryoku_2x2,
.hyou_nyuryoku_2x2 {
	width: 60px;
	background-color: #ffffff;
	height: 25px;
}

.hyou_nyuryoku {
	text-align: center;
	width: 50px;
	height: 25px;
}

/* 三要因分散分析 データチェック表*/
.dataCheckMidashi_on {
	margin: 0px 10px 0px 10px;
	padding: 3px;
	border-width: 1px;
	border-color: #dddddd;
	border-style: solid;
	background-color: #eeeeee;
	color: #999999;
	display: block;
	height: 16px;
}

.dataCheckMidashi_off {
	margin: 0px 10px 10px 10px;
	padding: 3px;
	border-width: 1px;
	border-color: #dddddd;
	border-style: solid;
	background-color: #eeeeee;
	color: #999999;
	display: block;
	height: 16px;
}

ul.dataCheckMidashi li {
	margin: 0 4px 0 0px;
	float: left;
	display: inline;
}

ul.dataCheckMidashi li a {
	/* font-family: ＭＳ Ｐゴシック, monospace, "Arial", Helvetica, sans-serif; */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: 600;
	line-height: 18px;
	margin: 0px 1px 0px 0px;
	padding: 3px;
	float: left;
	display: block;
	background-color: #eeeeee;
	color: #999999;
}

ul.dataCheckMidashi li a.selected {
	color: #666666;
	background-color: #cccccc;
}

ul.dataCheckMidashi li a:hover {
	color: #003399;
	text-decoration: none;
	background-color: #cccccc;
}

ul.dataCheckMidashi li a.selected:hover {
	color: #666666;
	text-decoration: none;
	background-color: #cccccc;
}

ul.dataCheckMidashi li a:active {
	color: #999999;
	text-decoration: none;
	background-color: #eeeeee;
}

ul.dataCheckMidashi li a.selected:active {
	color: #666666;
	text-decoration: none;
	background-color: #cccccc;
}

/*a .dataCheckMidashi_on
{
	color: #666666;
	background-color: #dddddd;
	text-decoration: none;
	font-weight:bold;
}
a:hover .dataCheckMidashi_on
{
	color: #003399;
	text-decoration: none;
	background-color: #CCCCCC;
}
a .dataCheckMidashi_off
{
	color: #666666;
	background-color:#dddddd;
	text-decoration: none;
	font-weight:bold;
}
a:hover .dataCheckMidashi_off
{
	color: #003399;
	text-decoration: none;
	background-color: #CCCCCC;
}
*/
.dataCheckTable_on {
	margin: 0px 0px 10px 0px;
	border-width: 1px;
	border-color: #dddddd;
	border-style: solid;
	background-color: #ffffff;
	display: block;
}

.dataCheckTable_off {
	display: none;
}

.hyou_midashi_an3,
.hyou_midashi_an3_d,
.hyou_midashi_an3_d_top {
	font-size: 11pt;
	text-align: center;
}

.hyou_midashi_an3 {
	background-color: #ffeded;
	width: 48px;
}

.hyou_midashi_an3_d {
	background-color: #eeeeee;
	width: 48px;
}

.hyou_midashi_an3_between {
	background-color: #ffeded;
	width: 8px;
}

.hyou_midashi_an3_d_top {
	background-color: #dadada;
	font-weight: 600;
	width: 8px;
}

/* st 要因見出し*/
.hyou_nyuryoku4 {
	text-align: center;
	width: 60px;
	height: 25px;
}

#data1 {
	display: block;
}

#data2 {
	display: none;
}

.table_2x2xk {
	margin: 10px auto;
}

/* 3D */
.hyou_midashi_3d_title4 {
	font-size: 11pt;
	text-align: center;
	width: 60px;
	background-color: #ddddff;
	height: 25px;
}

.hyou_midashi_3d_title,
.hyou_midashi_3d_title3 {
	font-size: 11pt;
	text-align: center;
	width: 50px;
	background-color: #ddddff;
	height: 25px;
}

.hyou_midashi_3d_title2 {
	font-size: 11pt;
	text-align: center;
	background-color: #ddddff;
}

.hyou_midashi_3d_title3 {
	background-color: #f0f0ff;
}

.hyou_midashi_3d_title4 {
	font-size: 11pt;
	text-align: center;
	background-color: #ddddff;
}

.hyou_midashi_3d {
	font-size: 11pt;
	text-align: center;
	width: 50px;
	background-color: #eeeeee;
}

.hyou_midashi_3d_top {
	font-size: 11pt;
	font-weight: 600;
	text-align: center;
	width: 50px;
	background-color: #dadada;
}

.hyou_midashi_NF_title {
	font-size: 10pt;
	text-align: center;
	width: 44px;
	background-color: #ddddff;
}

.hyou_midashi_sem_X {
	font-size: 10pt;
	text-align: center;
	width: 44px;
	background-color: #ddddff;
}

.hyou_midashi_sem_F {
	font-size: 10pt;
	text-align: center;
	width: 44px;
	background-color: #ffddff;
}

.hyou_midashi_sem_A {
	font-size: 10pt;
	text-align: center;
	width: 44px;
	background-color: #eeeeee;
}

.hyou_midashi_NF_title_delete {
	font-size: 10pt;
	text-align: center;
	width: 44px;
	background-color: #ffdddd;
}

.delete_f {
	color: #ff3333;
}

.buttonSEM {
	margin: 10px auto 10px auto;
	/* font-family: ＭＳ ゴシック, monospace; */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #333333;
	text-align: center;
	font-size: 10pt;
	text-decoration: none;
	width: 90px;
	height: 26px;
}

.eButton {
	margin: 0px 5px 0px 5px;
	/* font-family: ＭＳ ゴシック, monospace; */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #333333;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	width: 30px;
	height: 22px;
}

.hyou_midashi_simulationABs_title,
.hyou_midashi_simulationAs_title {
	font-size: 9pt;
	text-align: center;
	width: 60px;
	background-color: #ddddff;
	height: 9pt;
}

.simulationABs_data,
.simulationAs_data {
	text-align: right;
	width: 60px;
	background-color: #ffffff;
	height: 9pt;
}

.hyou_midashi_simulationCorr_title {
	font-size: 9pt;
	text-align: center;
	width: 160px;
	background-color: #ddddff;
	height: 9pt;
}

.simulationCorr_data {
	text-align: center;
	width: 300px;
	background-color: #ffffff;
	height: 9pt;
}

.point_blue {
	font-size: 12pt;
	text-align: center;
	color: #0000ff;
}

.point_red {
	font-size: 12pt;
	text-align: center;
	color: #ff0000;
}

.point_green {
	font-size: 12pt;
	text-align: center;
	color: #00aa55;
}

/* 三要因 */
.hyou_midashi_3f {
	font-size: 11pt;
	text-align: center;
	background-color: #eeeeee;
}

/* t検定 */
#stInput {
	margin-top: 0px;
}

#tsInput {
	margin-top: 0px;
}

a.toplink:link {
	color: #ff3333;
	text-decoration: none;
}

a.toplink:visited {
	color: #ff3333;
	text-decoration: none;
}

a.toplink:hover {
	color: #ff9900;
	text-decoration: underline;
}

a.toplink:active {
	color: #ff9900;
	text-decoration: underline;
}

/* 有意差例示用テーブル(使われていない) */
.yuui {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	/* cellspacing: 1; */
	/* cellpadding: 1; */
	border-collapse: separate;
	border-spacing: 1px; /* ← cellspacing 相当 */
}
.yuui td {
	padding: 1px; /* ← cellpadding 相当 */
}

.trtitle {
	font-size: 11pt;
	text-align: center;
	background-color: #cfcfcf;
	height: 30px;
}

.trns {
	font-size: 11pt;
	text-align: center;
	background-color: #ccdfff;
	height: 30px;
}

.tr10 {
	font-size: 11pt;
	text-align: center;
	background-color: #fffcd0;
	height: 30px;
}

.tr05 {
	font-size: 11pt;
	text-align: center;
	background-color: #ffd0d0;
	height: 30px;
}

.tr01 {
	font-size: 11pt;
	text-align: center;
	background-color: #ffd0d0;
	height: 30px;
}

/* 相関分析説明用 */
/* .kaisetsu {
	font-size: 11pt;
	color: #000000;
	text-align: left;
	margin: 1.5em;
} */

table.tb {
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	border: solid 1px #999999;
	font-size: 11pt;
	text-align: center;
	/*width: 300px;*/
}

table.tb tr {
	text-align: center;
	height: 1.5em;
}

table.tb td {
	border: solid 1px #999999;
}

.tbTitle {
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 5px auto -15px;
}

.tbTitle2 {
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 15px auto 5px;
}

tr.at {
	background-color: #ddeeee;
}

.inyou {
	margin-right: 2em;
	margin-left: 2em;
	padding-top: 1em;
	border-top-width: 2pt;
	border-top-color: #999999;
	border-top-style: double;
}

/* 基本統計量用・数値変換用 */
.basic {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
}

.ctype {
	/* font-family: ＭＳ ゴシック, monospace; */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	text-align: left;
	/*margin: 10px;*/
	/*padding-top: 10px;*/
	/*padding-left: 40px;*/
	/*width: 500px;*/
}

/* アバウト */
/* .kaisetsu {
	font-size: 11pt;
	color: #000000;
	line-height: 18px;
	text-align: left;
	margin: 1.5em;
} */

.pro_midashi {
	font-size: 12pt;
	color: #000000;
	text-align: left;
	margin: 0px 20px;
	padding-top: 2px;
	padding-bottom: 2pt;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	border-bottom-style: dotted;
	border-left-style: solid;
}

.pro_setsumei {
	font-size: 11pt;
	color: #000000;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	padding: 5px 1em 5pt;
	background-color: #eeeeee;
}

.pro_name {
	font-weight: bold;
	margin-right: 1em;
}

.inyou {
	font-size: 11pt;
	color: #000000;
	text-align: center;
	margin-top: 2em;
}

/* 著作権・免責 */
ul.chosaku {
	line-height: 18px;
	text-align: left;
	margin-right: 2em;
}

/* 設定 */
.tb {
	margin-top: 20px;
	margin-bottom: 0px;
}

table.settb {
	margin: 2px auto;
	border-color: #cccccc;
	border-collapse: collapse;
	font-size: 10pt;
	width: 560px;
}

table.settb tr {
	text-align: center;
	height: 1.5em;
}

table.settb td {
	width: 125px;
}

table.settb2 {
	margin: 2px auto;
	border-color: #cccccc;
	border-collapse: collapse;
	font-size: 10pt;
	width: 560px;
}

table.settb2 td.settb2L {
	padding: 1px 10px 1px 5px;
	width: 320px;
	text-align: right;
}

table.settb2 td.settb2R {
	padding: 1px 5px 1px 5px;
	width: 280px;
	text-align: left;
}

/*数値変換 変換式表示*/
table.settb3 {
	margin: 2px auto;
	border-color: #cccccc;
	border-collapse: collapse;
	font-size: 10pt;
	width: 560px;
}

table.settb3 td {
	padding: 3px 10px 3px 5px;
	width: 280px;
	height: 46px;
	text-align: left;
}

span.siki {
	padding-left: 10px;
}

span.siki2 {
	padding-left: 20px;
}

/* --------------------------
 * .codetb   要因 色なし
 * .codetb2  参加者 途中 色あり select
 * .codetb3  要因 色あり
 * .codetb4  参加者 最初
 * .codetb5  参加者 途中 なし
 * .codetb6  参加者 途中 色あり number
 ---------------------------- */
table.codetb,
table.codetb2,
table.codetb3,
table.codetb4,
table.codetb5,
table.codetb6 {
	font-size: 11pt;
	margin: 10px auto 0px;
	width: 560px;
}

table.codetb td.codetbL {
	padding: 1px 10px 1px 5px;
	width: 320px;
	border-color: #ffffff;
	text-align: right;
}

table.codetb td.codetbR {
	padding: 1px 5px 1px 5px;
	width: 280px;
	text-align: left;
}

table.codetb2 {
	margin: 0px auto 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
	border-top-style: dotted;
	border-bottom-style: dotted;
	background-color: #f0f0ff;
}

table.codetb2 td.codetbL2 {
	padding: 1px 10px 1px 5px;
	width: 282px;
	border-color: #ff0000;
	text-align: right;
}

table.codetb2 td.codetbR2 {
	padding: 1px 3px 1px 5px;
	width: 278px;
	text-align: left;
}

table.codetb3 {
	margin: 5px auto 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
	border-top-style: dotted;
	border-bottom-style: dotted;
	background-color: #f0f0ff;
}

table.codetb3 td.codetbL {
	padding: 1px 10px 1px 5px;
	width: 320px;
	border-color: #ff0000;
	text-align: right;
}

table.codetb3 td.codetbR {
	padding: 1px 5px 1px 5px;
	width: 280px;
	text-align: left;
}

table.codetb4 {
	margin: 10px auto 0px;
}

table.codetb4 td.codetbL {
	padding: 1px 10px 1px 5px;
	width: 282px;
	border-color: #ff0000;
	text-align: right;
}

table.codetb4 td.codetbR {
	padding: 1px 5px 1px 5px;
	width: 278px;
	text-align: left;
}

table.codetb5 {
	/*margin: 0px auto 5px;*/
	margin: -6px auto 5px;
}

table.codetb5 td.codetbL {
	padding: 1px 10px 1px 5px;
	width: 282px;
	text-align: right;
}

table.codetb5 td.codetbR {
	padding: 1px 5px 1px 5px;
	width: 278px;
	text-align: left;
}

table.codetb6 {
	margin: -5px auto 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
	border-top-style: dotted;
	border-bottom-style: dotted;
	background-color: #f0f0ff;
}

table.codetb6 td.codetbL {
	padding: 1px 10px 1px 5px;
	width: 320px;
	border-color: #ff0000;
	text-align: right;
}

table.codetb6 td.codetbR {
	padding: 1px 5px 1px 5px;
	width: 280px;
	text-align: left;
}

span.disabled {
	color: #aaaaaa;
}

/* 使い方 */
.youtubeicon {
	text-align: left;
	margin-left: 1em;
	padding-left: 0.5em;
	list-style-image: url("../image/youtube.png");
}

.textbookicon {
	text-align: left;
	margin-left: 10px;
	padding-left: 5px;
	list-style: none;
}

.note {
	text-align: center;
	margin-left: 10px;
	padding-left: 40px;
}

/* 参考図書 */
div.book {
	margin: 5px 5px 15px;
	height: 200px;
}

div.bookimg {
	margin-left: 20px;
	float: left;
}

div.bookdata {
	text-align: left;
	margin-top: 5px;
	margin-left: 180px;
}

div.bookinfo {
	font-size: 11pt;
	color: #333333;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-color: #999999;
	border-top-style: dotted;
	width: auto;
}

/* 実行環境 */
table.jtb {
	font-size: 10pt;
	text-align: center;
	border-color: #ffffff;
	border-collapse: collapse;
	margin: 0px auto;
	width: 510px;
}

td.koumoku {
	font-size: 10pt;
	color: #ffffff;
	text-align: center;
	background-color: #999999;
	width: 15px;
}

td.pr {
	font-size: 11pt;
	color: #000000;
	text-align: center;
	background-color: #eeeeee;
}

ul.kaihatsu {
	line-height: 18px;
	text-align: left;
	margin-right: 2em;
}

ul.syouhyou {
	font-size: 11pt;
	color: #666666;
	text-align: left;
	margin-right: 2em;
}

/* 開発環境 */
div.software {
	text-align: left;
}

div.softicon {
	margin-left: 50px;
}

div.softname {
	margin-top: -35px;
	margin-left: 100px;
}

div.soft1 {
	font-size: 10pt;
	margin-top: 5px;
	margin-left: 100px;
}

div.soft2 {
	margin: 10px 50px 30px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
}

/* 更新履歴 */
table.tb_histry {
	font-size: 10pt;
	text-align: center;
	border-color: #efefef;
	border-collapse: collapse;
	margin: 0px auto;
	width: 510px;
}

td.newdate {
	font-size: 10pt;
	color: #333333;
	text-align: center;
	background-color: #efefef;
	width: 80px;
}

td.newthings {
	font-size: 10pt;
	color: #000000;
	text-align: left;
	padding-left: 7px;
	background-color: #ffffff;
}

/* Tips */
.tipsTitle {
	/* font-family: ＭＳ ゴシック, monospace; */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #000000;
	font-weight: bold;
	margin: 10px auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-color: #cccccc;
	border-left-color: #003399;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 550px;
}

.tipsNo {
	font-size: 13pt;
	text-align: left;
	float: left;
}

.tipsThings {
	font-size: 11pt;
	text-align: right;
}

.tipsMsg {
	margin: 5px auto 30px;
	display: none;
}

h3.tipsmidashi {
	font-size: 11pt;
	color: #000000;
	text-align: left;
	margin: 5px auto;
	padding: 2px 16px;
	width: 480px;
	background-image: url("../image/maru01.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.tipskaisetsu {
	font-size: 11pt;
	color: #000000;
	text-align: left;
	margin: 2px auto 10px;
	padding-left: 1em;
	width: 500px;
}

.alert_title {
	font-size: 11pt;
	color: #ffffff;
	text-align: left;
	margin: 0px auto;
	border-width: 2px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #003399;
	width: 450px;
}

.alert_message {
	font-size: 10pt;
	color: #000000;
	text-align: left;
	margin: 0px auto;
	padding-bottom: 8px;
	border-width: 2px;
	border-color: #cccccc;
	border-style: solid;
	width: 450px;
	background-color: #cccccc;
}

.alert_button {
	padding: 2px 5px;
	border-width: 1px;
	border-color: #dddddd #666666 #666666 #dddddd;
	border-style: solid;
}

.editor_title {
	font-size: 10pt;
	color: #ffffff;
	font-weight: bolder;
	text-align: left;
	margin: 0px auto;
	padding-top: 2px;
	padding-bottom: 2px;
	border-width: 2px;
	border-color: #cccccc;
	border-style: solid;
	width: 500px;
	background-color: #003399;
}

.editor_menu {
	font-size: 10pt;
	color: #000000;
	text-align: left;
	margin: 0px auto;
	border-width: 2px;
	border-color: #cccccc;
	border-style: solid;
	width: 500px;
	background-color: #cccccc;
}

.editor_message {
	font-size: 10pt;
	color: #000000;
	text-align: left;
	margin: 0px auto 10px;
	padding: 3px 3px 8px;
	border-width: 2px;
	border-color: #cccccc;
	border-style: solid;
	width: 500px;
	background-color: #ffffff;
}

.strselect {
	color: #ffffff;
	background-color: #003399;
}

.excel {
	font-size: 10pt;
	text-align: right;
	border-collapse: collapse;
	margin: 10px auto 0px;
	border-color: #cccccc;
}

.excel_num {
	color: #000000;
	text-align: center;
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	width: 20px;
	background-color: #cccccc;
}

.excel_clm {
	color: #000000;
	text-align: center;
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	width: 50px;
	background-color: #cccccc;
}

.excel_clm2 {
	color: #000000;
	text-align: center;
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	width: 35px;
	background-color: #cccccc;
}

.excel_select1 {
	border-top-width: 3px;
	border-left-width: 3px;
	border-top-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-left-style: solid;
}

.excel_select2 {
	border-top-width: 3px;
	border-top-color: #000000;
	border-top-style: solid;
	background-color: #a9b2ca;
}

.excel_select3 {
	border-top-width: 3px;
	border-right-width: 3px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	background-color: #a9b2ca;
}

.excel_select4 {
	border-left-width: 3px;
	border-left-color: #000000;
	border-left-style: solid;
	background-color: #a9b2ca;
}

.excel_select5 {
	background-color: #a9b2ca;
}

.excel_select6 {
	border-right-width: 3px;
	border-right-color: #000000;
	border-right-style: solid;
	background-color: #a9b2ca;
}

.excel_select7 {
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #a9b2ca;
}

.excel_select8 {
	border-bottom-width: 3px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	background-color: #a9b2ca;
}

.excel_select9 {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: #a9b2ca;
}

.menu_bar {
	width: 200px;
	text-align: left;
	margin: 0px auto;
}

.menu_title {
	font-size: 10pt;
	color: #000000;
	text-align: center;
	padding: 2px 5px;
	border-width: 1px;
	background-color: #cccccc;
	border-color: #666666 #dddddd #dddddd #666666;
	border-style: solid;
	width: 70px;
}

.menu_down {
	margin: 1px auto 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-width: 1px 2px 2px 1px;
	border-color: #eeeeee #666666 #666666 #eeeeee;
	border-style: solid;
	width: 200px;
	background-color: #cccccc;
}

.menu_item {
	font-size: 10pt;
	color: #000000;
	text-align: left;
	padding: 1px 10px;
}

.menu_item_on {
	font-size: 10pt;
	color: #ffffff;
	text-align: left;
	margin-right: 1px;
	margin-left: 1px;
	padding: 3px 10px;
	background-color: #003399;
}

.kekka {
	border-bottom-width: 2px;
	border-bottom-color: #cc0066;
	border-bottom-style: dashed;
}

.toolbtn {
	border-width: 2px;
	border-color: #eeeeee #777777 #777777 #eeeeee;
	border-style: solid;
	background-color: #cccccc;
	width: 35px;
	height: 35px;
}

.tool {
	margin: 4px 5px;
	border-width: 1pt;
	border-color: #000000;
	border-style: dotted;
	height: 4px;
}

a.tipslink:link {
	color: #0066ff;
	text-decoration: none;
}

a.tipslink:visited {
	color: #0066ff;
	text-decoration: none;
}

a.tipslink:hover {
	color: #ff9900;
	text-decoration: underline;
}

a.tipslink:active {
	color: #ff9900;
	text-decoration: underline;
}

div.tipsTitle a:link {
	color: #777777;
	text-decoration: none;
}

div.tipsTitle a:visited {
	color: #777777;
	text-decoration: none;
}

div.tipsTitle a:hover {
	color: #0066ff;
	text-decoration: none;
}

div.tipsTitle a:active {
	color: #0066ff;
	text-decoration: none;
}

/* 自己紹介 */
div.myname {
	font-size: 12pt;
	color: #000000;
	text-align: left;
	margin-top: 1em;
	margin-right: 2em;
	margin-left: 2em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1em;
	border-bottom-width: 1px;
	border-left-width: 9px;
	border-bottom-color: #cccccc;
	border-left-color: #666666;
	border-bottom-style: solid;
	border-left-style: solid;
}

div.myfrom {
	font-size: 10pt;
	color: #000000;
	text-align: right;
	margin-right: 12px;
	margin-left: 12px;
	padding-top: 2px;
	padding-right: 2em;
	padding-bottom: 2px;
}

div.myimg {
	float: left;
	margin-right: 12px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 2em;
}

div.myprof {
	line-height: 18px;
	text-align: left;
	margin: 5px 12px 5px 5px;
	padding-top: 0.5em;
	padding-right: 0.5em;
}

/* データタイプ */
.dt_subtitle {
	/* 使われていない */
	font-size: 11pt;
	color: #000000;
	text-align: left;
	margin: 10px;
	padding: 2px 2px 2px 18px;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #eeeeee;
	background-image: url("../image/sikaku02.gif");
	background-repeat: no-repeat;
	background-position: 6px center;
}

.dt_subtitle2 {
	font-size: 11pt;
	color: #000000;
	text-align: left;
	margin: 10px 20px;
	padding: 2px 2px 2px 18px;
	border-bottom-width: 1px;
	border-bottom-color: #003399;
	border-bottom-style: dotted;
	background-image: url("../image/sikaku03.gif");
	background-repeat: no-repeat;
	background-position: 6px center;
}

.datatype {
	font-family:
		ＭＳ ゴシック,
		monospace;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2em;
}

.dt_space {
	color: #ff0000;
}

.dt_douyou {
	/* font-family: ＭＳ ゴシック, monospace; */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 9pt;
	padding-left: 1em;
}

.dt_enter {
	color: #009900;
}

.dt_list {
	font-size: 11pt;
	color: #000033;
	font-weight: bold;
	text-align: center;
}

.dt_link {
	margin: 1em;
}

/* ユーザー登録*/
.user_td {
	background-color: #ddddff;
}

/* ダウンロード */
.download {
	font-size: 11pt;
	text-align: center;
	margin: 10px auto;
	border-color: #cccccc;
	border-collapse: collapse;
	width: 200px;
}

.download_thead {
	font-size: 11pt;
	color: #000000;
	font-weight: bolder;
	text-align: left;
}

.pack {
	width: 300px;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}

.dl_sit {
	font-size: 14pt;
	color: #ffffff;
	font-weight: bold;
	margin: 1pt;
	padding-right: 4px;
	padding-left: 4px;
	border-width: 2px;
	border-color: #ff6666 #990000 #990000 #ff6666;
	border-style: solid;
	background-color: #ff0000;
}

.dl_lha {
	font-size: 14pt;
	color: #ffffff;
	font-weight: bold;
	margin: 1pt;
	padding-right: 4px;
	padding-left: 4px;
	border-width: 2px;
	border-color: #6666ff #000099 #000099 #6666ff;
	border-style: solid;
	background-color: #0000ff;
}

.dwn_mac {
	font-size: 11pt;
	color: #000000;
	text-align: left;
	margin: 1px auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-color: #cccccc;
	border-left-color: #dd0000;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 500px;
}

.dwn_win {
	font-size: 11pt;
	color: #000000;
	text-align: left;
	margin: 1px auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-color: #cccccc;
	border-left-color: #0000dd;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 500px;
}

.dwn_ol {
	font-size: 11pt;
	color: #000000;
	text-align: left;
	margin-right: 2em;
	margin-left: 5em;
}

/* Auto2x2-dia */
.subtitle {
	/* font-family: ＭＳ ゴシック, monospace; */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 10pt;
	margin-top: -15px;
	color: #999999;
}

.flash {
	/* font-family: ＭＳ ゴシック, monospace; */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-align: left;
	margin: 10px auto 0px;
	padding-top: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	width: 500px;
}

/* グラフ */
#chart {
	margin: 2px auto 0px auto;
	/* padding-top: 20px; */
	/* border-top-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	width: 560px; */
}

#chartsetting {
	margin: -50px auto 20px;
	width: 560px;
}

.google_chart_api {
	width: 200px;
	margin: 20px auto 0 auto;
	padding: 10px 0 0 0;

	border-top: 1px solid #dddddd;
	font-size: 8pt;
	color: #999999;
}

.dia {
	margin: 2px auto 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	width: 560px;
}

textarea.chartcode {
	/* font-family: ＭＳ ゴシック, monospace; */
	font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, monospace;
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 30px;
	border: 1px solid #999999;
	width: 560px;
	background-color: #eeeeee;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #cccccc;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
}

.graphSelect {
	padding-right: 10px;
	float: right;
}

textarea.sampleArea {
	/* font-family: ＭＳ ゴシック, monospace; */
	font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, monospace;
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	width: 300px;
	background-color: #eeeeee;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #cccccc;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
}

.mailText {
	color: #f00;
	/* font-family: ＭＳ ゴシック, monospace; */
	/* font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, monospace;
	font-size: 10pt;
	color: #333333;
	border: 1px solid #999999;
	background-color: #eeeeee;
	margin: 0px 50px 20px 50px;
	width: 80%;
	height: 4em; */
}

input.gtitle {
	font-size: 11pt;
	text-align: left;
	border: 1px solid #999999;
	width: 300px;
	background-color: #eeeeee;
}

input.gcolor {
	font-size: 11pt;
	text-align: left;
	border: 1px solid #999999;
	background-color: #eeeeee;
	width: 60px;
}

table.gtb {
	font-size: 11pt;
	margin: 10px auto;
	padding-left: 15px;
	border: 1px solid #999999;
	width: 390px;
	border-collapse: collapse;
}

table.gtb tr {
	height: 1.5em;
}

table.gtb td {
	border: solid 1px #999999;
}

.gkoumoku {
	text-align: right;
}

.ginput {
	text-align: left;
}

/* チュートリアル用 */
.movie {
	margin-bottom: 10px;
}

/* リンク用 */
a:link {
	color: #777777;
	text-decoration: none;
}

a:visited {
	color: #777777;
	text-decoration: none;
}

a:hover {
	color: #0099ff;
	text-decoration: underline;
	font-weight: var(--fw-bold);
}

a:active {
	color: #0099ff;
	text-decoration: underline;
}

/* タブ部分 */

.content__tab {
	margin: 0px 30px 0 30px;
	padding-bottom: 29px;
	border-bottom: #dddddd 1px solid;
}

.content__tabbox {
	/* width: var(--content-width); */
	margin: 0px 40px 0 40px;
	padding: 0px;
}

div.tabbox {
	margin: 0px;
	padding: 0px;
	width: 580px;
}

div.subtabbox {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 580px;
}

ul.tabs {
	margin: 0px 0px -1px 0px;
	padding: 0px;
	float: left;
	clear: left;
}

ul.tabs li {
	margin: 0 4px 0 0;
	float: left;
	display: inline;
}

ul.tabs li a {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	/* font-size: 10pt; */
	font-size: var(--fs-sm);
	text-align: center;
	/* font-weight: 600; */
	font-weight: var(--fw-bold);
	/* line-height: 18px; */
	line-height: var(--lh-base);
	margin: 0px 1px 0px 0px;
	padding: 3px;
	float: left;
	width: 85px;
	display: block;
	background-color: #eeeeee;
	color: #999999;

	border-width: 1px;
	border-style: solid;
	border-top-color: #eeeeee;
	border-left-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;

	border-radius: 4px 4px 0px 0px;
}

ul.tabs li a.selected {
	color: #666666;
	border-width: 1px;
	border-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #ffffff;
	background-color: #ffffff;

	/*background-color: #CCCCCC;*/
}

ul.tabs li a:hover {
	color: #003399;
	text-decoration: none;
	background-color: #cccccc;
}

ul.tabs li a.selected:hover {
	color: #666666;
	text-decoration: none;
	background-color: #cccccc;
}

ul.tabs li a:active {
	color: #999999;
	text-decoration: none;
	background-color: #eeeeee;
}

ul.tabs li a.selected:active {
	color: #666666;
	text-decoration: none;
	background-color: #cccccc;
}

/* タブ中身のボックス */
div.tab {
	padding-bottom: 20px;
	/* border-width: 1px;
	border-top-color: #dddddd;
	border-top-style: solid; */
	clear: left;
	height: auto;
	background-color: #ffffff;
	overflow: auto;
}

/* メニューボタン */

/* .content__dataArea-calcBtn ul {
	float: left;
	position: relative;
	left: 50%;
}

.content__dataArea-calcBtn li {
	float: left;
	position: relative;
	left: -50%;
} */

div.btnlayout {
	margin: 0px auto;
	padding: 1px 1px 0px;
	border-top-width: 1px;
	border-top-color: #e7e7e7;
	border-top-style: solid;
	height: 26px;
	width: 560px;
}

div.btnlayout2 {
	margin: 5px auto 20px;
	padding: 5px 1px 15px;
	position: relative;
	width: 560px;
	overflow: hidden;
}

div.btnlayout2 ul {
	float: left;
	position: relative;
	left: 50%;
}

div.btnlayout2 li {
	float: left;
	position: relative;
	left: -50%;
}

div.btnlayout3 {
	margin: 0px;
	padding: 0px;
	width: 560px;
}

div.btnlayout4 {
	margin: 0px auto;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	width: 560px;
}

div.btnlayout5 {
	margin: 0px auto;
	padding: 1px 1px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #e7e7e7;
	border-bottom-color: #999999;
	border-top-style: solid;
	border-bottom-style: solid;
	height: 26px;
	width: 560px;
}

div.btnlayout6 {
	margin: 2px auto 2px;
	padding: 10px 1px 2px;
	position: relative;
	width: 560px;
	overflow: hidden;
}

div.btnlayout6 ul {
	float: left;
	position: relative;
	left: 50%;
}

div.btnlayout6 li {
	float: left;
	position: relative;
	left: -50%;
}

div.btnlayout7 {
	margin: 5px auto 15px;
	padding: 5px 1px 5px;
	position: relative;
	width: 560px;
	overflow: hidden;
}

div.btnlayout7 ul {
	float: left;
	position: relative;
	left: 50%;
}

div.btnlayout7 li {
	float: left;
	position: relative;
	left: -50%;
}

div.btnlayout8 {
	margin: 2px auto -20px;
	padding: 10px 1px 2px;
	position: relative;
	width: 560px;
	overflow: hidden;
}

div.btnlayout_set {
	margin: 0px auto;
	padding: 1px 1px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #e7e7e7;
	border-bottom-color: #999999;
	border-top-style: solid;
	border-bottom-style: solid;
	width: 560px;
}

ul.menubutton {
	margin: 0px;
	padding: 2px;
	float: left;
	clear: left;
}

ul.menubutton1 {
	margin: 0px;
	padding: 2px;
	float: right;
	clear: right;
}

ul.menubutton2 {
	margin: 0px;
	padding: 2px;
	float: center;
	clear: right;
}

ul.menubutton3 {
	margin: 2px 0px 4px 0px;
	padding: 2px;
	float: left;
	clear: left;
}

ul.menubutton4 {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: right;
	clear: right;
}

ul.menubutton5 {
	margin: 3px 3px 3px 0px;
	padding: 0px;
	float: left;
	clear: left;
}

ul.menubutton li,
ul.menubutton1 li,
ul.menubutton2 li,
ul.menubutton3 li,
ul.menubutton4 li {
	margin: 0px 2px 0px 0px;
	list-style: none;
	/* float: left; */
	display: inline;
}

ul.menubutton5 li {
	margin: 0px 0px 0px 0px;
	list-style: none;
	display: inline;
}

ul.menubutton li a,
ul.menubutton1 li a,
ul.menubutton2 li a {
	float: left;
	/* font-family: ＭＳ Ｐゴシック, monospace, "Arial", Helvetica, sans-serif; */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	/* font-size: 10pt; */
	font-size: var(--fs-sm);
	font-weight: var(--fw-bold);

	color: #666666;
	/* font-weight: 600; */
	/* line-height: 22px; */
	text-decoration: none;
	cursor: pointer;
}

ul.menubutton3 li a {
	/* font-family: ＭＳ Ｐゴシック, monospace, "Arial", Helvetica, sans-serif; */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: var(--fs-sm);
	font-weight: var(--fw-bold);

	color: #666666;
	/* font-weight: 600; */
	/* line-height: 22px; */
	text-decoration: none;
	float: left;
	cursor: pointer;
}

ul.menubutton5 li a {
	/* font-family: ＭＳ Ｐゴシック, monospace, "Arial", Helvetica, sans-serif; */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	float: left;
	cursor: pointer;
}

ul.menubutton li a span,
ul.menubutton1 li a span {
	margin: 0px 8px 0px 0px;
	padding: 1px 0px 1px 8px;
	float: left;
	position: relative;
}

ul.menubutton2 li a span {
	margin: 0px 4px 0px 0px;
	padding: 1px 30px;
	float: left;
	position: relative;
}

ul.menubutton3 li a span {
	margin: 0px 2px 0px 0px;
	padding: 1px 10px 1px 10px;
	float: left;
	position: relative;
}

ul.menubutton4 li a span {
	margin: 0px 1px 0px 0px;
	padding: 1px 5px 1px 5px;
	float: left;
	position: relative;
}

ul.menubutton5 li a span {
	margin: 0px 2px 0px 0px;
	padding: 1px 0px 1px 0px;
	float: left;
	position: relative;
}

/*ul.menubutton3 li a span {
	margin: 0px 1px 0px 0px;
	padding: 1px 14px 1px 14px;
	float: left;
	position: relative;
}
*/
ul.menubutton2 li a.keisan,
ul.menubutton4 li a.input {
	/* background: url('../image/gray.png') no-repeat top right; */
	border-radius: 4px;
	background-color: #dddddd;
	color: #333333;
	text-decoration: none;
}

ul.menubutton2 li a.keisan span,
ul.menubutton4 li a.input span {
	/* background: url('../image/gray.png') no-repeat top left; */
	border-radius: 4px;
	background-color: #dddddd;
	color: #333333;
	text-decoration: none;
}

ul.menubutton2 li a.keisan:hover,
ul.menubutton4 li a.input:hover {
	/* background: url('../image/blue.png') no-repeat top right; */
	border-radius: 4px;
	background-color: #88d6ff;
	color: #003399;
	text-decoration: none;
}

ul.menubutton2 li a.keisan:hover span,
ul.menubutton4 li a.input:hover span {
	/* background: url('../image/blue.png') no-repeat top left; */
	border-radius: 4px;
	background-color: #88d6ff;
	color: #003399;
	text-decoration: none;
}

/*三要因分散分析 データチェック 確認ボタン*/
ul.menubutton2 li a.kakunin {
	/* background: url('../image/gray.png') no-repeat top right; */
	border-radius: 4px;
	background-color: #dddddd;
	color: #333333;
	text-decoration: none;
}

ul.menubutton2 li a.kakunin span {
	/* background: url('../image/gray.png') no-repeat top left; */
	border-radius: 4px;
	background-color: #dddddd;
	color: #333333;
	text-decoration: none;
}

ul.menubutton2 li a.kakunin:hover {
	/* background: url('../image/pink.png') no-repeat top right; */
	border-radius: 4px;
	background-color: #ffa9e1;
	color: #003399;
	text-decoration: none;
}

ul.menubutton2 li a.kakunin:hover span {
	/* background: url('../image/pink.png') no-repeat top left; */
	border-radius: 4px;
	background-color: #ffa9e1;
	color: #003399;
	text-decoration: none;
}

ul.menubutton li a:hover,
ul.menubutton1 li a:hover,
ul.menubutton3 li a:hover {
	border-radius: 4px;
	background-color: #dddddd;
	color: #003399;
	text-decoration: none;
}

ul.menubutton5 li a:hover {
	border-radius: 4px;
	background-color: #ffffff;
	color: #003399;
	text-decoration: none;
}

ul.menubutton li a:hover span,
ul.menubutton1 li a:hover span,
ul.menubutton3 li a:hover span {
	border-radius: 4px;
	background-color: #dddddd;
	text-decoration: none;
}

ul.menubutton5 li a:hover span {
	border-radius: 4px;
	background-color: #ffffff;
	text-decoration: underline double;
}

.RltAdd {
	font-size: 10pt;
	margin: 4px 0px 0px;
}

.RltAdd li {
	list-style: none;
}

/* R用 */
.rStep {
	text-align: left;
	margin: 0px 10px 10px 0px;
	padding-top: 8px;
	padding-left: 15px;
	width: 550px;
}

.rStepNum {
	text-align: center;
	font-size: 11pt;
	color: #ffffff;
	padding: 3px;
	border-width: 1px 1px 1px 1px;
	border-color: #666666;
	background-color: #666666;
	border-style: solid;
	width: 60px;
}

.rStepStr {
	padding: 8px 5px 3px 30px;
}

.rStepStr_caution {
	color: #ff3333;
	padding: 3px 5px 3px 30px;
}

.rCaution {
	font-size: 10pt;
	color: #666666;
	text-align: left;
	margin: 10px 10px 10px 10px;
	width: 550px;
}

.rOption {
	font-size: 10pt;
	color: #333333;
	text-align: center;
	margin: 2px auto 2px auto;
	width: 550px;
}

.rOptionTitle {
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin: 10px auto 5px auto;
	padding: 0px 0px 0px 10px;
	background-color: #f6f6f6;
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;
	height: 30px;
	line-height: 30px;
	width: 550px;
}

/*因子分析用*/
.div1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 85px;
}

.div2 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 59px;
	width: 455px;
	overflow: scroll;
}

.div3_auto {
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	height: auto;
	width: 85px;
	overflow: scroll;
}

.div3_fixed {
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	height: 392px;
	width: 85px;
	overflow: scroll;
}

.div4_auto {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 455px;
	overflow: scroll;
}

.div4_fixed {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 392px;
	width: 455px;
	overflow: scroll;
}

.div2_st {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 59px;
	width: 145px;
	overflow: scroll;
}

.div4_st_auto {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 145px;
	overflow: scroll;
}

.div4_st_fixed {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 400px;
	width: 145px;
	overflow: scroll;
}

div.tb_scroll_main_st {
	margin: 0px auto;
	width: 230px;
}

div.tb_scroll_main {
	margin: 0px auto;
	width: 540px;
}

.divtitle1_st {
	margin: 10px 0px 0px;
	padding: 0px;
	clear: both;
	width: 230px;
}

.divtitle1 {
	margin: 10px 0px 0px;
	padding: 0px;
	clear: both;
	width: 540px;
}

.divtitle2_st {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 230px;
}

.divtitle2 {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 540px;
}

.hyou_midashi_fact_title1 {
	font-size: 11pt;
	text-align: center;
	background-color: #ddddff;
}

.hyou_midashi_fact_title2 {
	font-size: 11pt;
	text-align: center;
	background-color: #ddddff;
	width: 60px;
	height: 28px;
}

.hyou_midashi_fact_title3 {
	font-size: 11pt;
	text-align: center;
	background-color: #eeeeee;
	width: 60px;
	height: 28px;
}

.hyou_fact_nyuryoku {
	text-align: center;
	/*width: 60px;*/
	width: 60px;
	height: 28px;
}

.sem_subtitle {
	text-align: left;
	margin: 10px 5px 10px 30px;
}

.sem_formula {
	text-align: left;
	margin-left: 0px;
}

.ME_formula {
	margin: 5px 5px 5px 15px;
	text-align: left;
}

.SE_formula,
.CR_formula,
.AAA_formula {
	margin: 5px 5px 5px 15px;
	text-align: left;
}

.se_1,
.cr_1 {
	font-size: 11pt;
	text-align: left;
	border: 1px solid #999999;
	width: 50px;
}

.me_0,
.se_2,
.cr_2 {
	margin-left: 14px;
	font-size: 11pt;
	text-align: left;
	border: 1px solid #999999;
	width: 430px;
}

.aaa_1,
.aaa_2 {
	font-size: 11pt;
	text-align: left;
	border: 1px solid #999999;
	width: 215px;
}

.aaa_2 {
	margin-right: -30px;
}

ul.textChangeButton {
	margin: 0px;
	padding: 0px;
	float: right;
	clear: right;
}

ul.textChangeButton li {
	margin: 0 4px 0 0px;
	list-style: none;
	float: left;
	display: inline;
}

ul.textChangeButton li a {
	/* font-family: ＭＳ Ｐゴシック, monospace, "Arial", Helvetica, sans-serif; */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	float: left;
	cursor: pointer;
}

ul.textChangeButton li a span {
	margin: 0px 4px 0px 0px;
	padding: 1px 3px;
	float: left;
	position: relative;
}

ul.textChangeButton li a:hover {
	/* background: url('../image/gray.png') no-repeat top right; */
	border-radius: 4px;
	background-color: #dddddd;
	color: #003399;
	text-decoration: none;
}

ul.textChangeButton li a:hover span {
	/* background: url('../image/gray.png') no-repeat top left; */
	border-radius: 4px;
	background-color: #dddddd;
	color: #003399;
	text-decoration: none;
}

.delFormula {
	font-size: 10pt;
	color: #cccccc;
	padding: 0px 5px 0px 0px;
	cursor: pointer;
}

.me_f {
	width: 10px;
}

.r_graphSet {
	margin: 5px auto 30px;
	display: none;
}

/* 乱数発生　相関係数の表示 */
.lineThrough {
	text-decoration: line-through;
}

.lineNone {
	text-decoration: none;
}

.tooltip {
	position: absolute;
	z-index: 101;
	border: 1px solid black;
	padding: 2px;
}

.dataText {
	margin: 2px 0px 0px 0px;
	font-size: 10pt;
}

.corrText {
	margin: 2px 0px 2px 0px;
	font-size: 12pt;
}

.itemtable {
	margin: 0px auto;
	padding: 2px 0px 2px 0px;
	/* border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-top-style: solid;
	border-bottom-style: solid; */
	width: 560px;
}

.reversetable {
	margin: 4px auto;
	padding: 10px 0px 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-top-style: solid;
	border-bottom-style: solid;
	width: 560px;
}

.new {
	/* font-family: ＭＳ Ｐゴシック, monospace, "Arial", Helvetica, sans-serif; */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 10pt;
	color: #0000ff;
	font-weight: 600;
	text-decoration: none;
}

/* カーソルを消す */
#dataText {
	caret-color: transparent;
}

#op_1x2_n {
	caret-color: transparent;
}

#op_abs_bellcurve {
	caret-color: transparent;
}

#op_as_set {
	caret-color: transparent;
}

div.rOptionSet {
	margin: 0px 0px 10px 0px;
	/* border-width: 1px;
	border-color: #dddddd;
	border-style: solid;
	background-color: #FFFFFF; */
	display: block;
}

/* Rオプション */

.menu-trigger {
	/* display: inline-block;
	padding: 10px 15px;
	background-color: #007bff;
	color: white;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px; */
}
.moveMenuCloseBtn {
	margin: 2px;
	font-size: 11pt;
	text-align: right;
	font-weight: bold;
	color: #666666;
	padding: 0px 10px 0px 0px;
	cursor: pointer;
}
.moveMenuCloseBtn span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 14px;
	height: 14px;
	border: 1px solid #666;
	border-radius: 50%;
	font-size: 12px;
	line-height: -10px;
	background: #dddddd;
	border: none;
}
.moveMenuCloseLine {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ddd;
}
.moveMenuDivisionLine {
	height: 0;
	margin: 5;
	padding: 0;
	border: 0;
	border-top: 1px dashed #ddd;
}

.topMidashi0 {
	position: relative;
	margin: 1px auto;
	border-width: 1px;
	border-color: #eeeeee;
	border-style: solid;
	border-radius: 4px;
	width: 545px;
}

.topMidashi1,
.topMidashi2,
.topMidashi3,
.topMidashi4 {
	margin: 1px;
	padding: 2px 2px 2px 6px;

	border-radius: 4px;
	background-color: #f6f6f6;

	font-size: var(--fs-xl);
	text-align: left;
}

.topMidashi1:before {
	content: "■";
	color: #003399;
	margin-right: 4px;
}

.topMidashi2:before {
	content: "■";
	color: #6699cc;
	margin-right: 4px;
}

.topMidashi3:before {
	content: "■";
	color: #cc3300;
	margin-right: 4px;
}

.topMidashi4:before {
	content: "■";
	color: #dd7700;
	margin-right: 4px;
}
