
:root {

/* 通常 */
  --color1:	#ffffff;	/* 全体背景色 */
  --color2:	#87ceeb;	/* メイン色 */
  --color3:	#4488ff;	/* メインカレント色 */
  --color4:	#ddeeff;	/* テーブル項目名背景色 */
  --color5:	#444444;	/* テーブル項目名文字色 */
  --color6: #4488ff;	/* 試合リンク色 */
  --color7:	#e8e8e8;	/* コンテンツ編集背景色 */
  --color8:	#87ceeb;	/* コンテンツ編集 */

/* GridSys */
  --color1:	#cccccc;	/* 全体背景色 */
  --color2:	#808283;	/* メイン色 */
  --color3:	#221e1f;	/* メインカレント色 */
  --color4:	#a8a9ac;	/* テーブル項目名背景色 */
  --color5:	#ffffff;	/* テーブル項目名文字色 */
  --color6: #4488ff;	/* 試合リンク色 */
  --color7:	#e8e8e8;	/* コンテンツ編集背景色 */
  --color8:	#888888;	/* コンテンツ編集 */

/* jpcic-sh */
  --color1:	#ffffff;	/* 全体背景色 */
  --color2:	#ffc0cb;	/* メイン色 */
  --color3:	#ff6666;	/* メインカレント色 */
  --color4:	#ffddee;	/* テーブル項目名背景色 */
  --color5:	#444444;	/* テーブル項目名文字色 */
  --color6:	#ff6666;	/* 試合リンク色 */
  --color7:	#e8e8e8;	/* コンテンツ編集背景色 */
  --color8:	#ffc0cb;	/* コンテンツ編集 */

/* iemeshibar */
  --color1:	#ffffff;	/* 全体背景色 */
  --color2:	#808283;	/* メイン色 */
  --color3:	#221e1f;	/* メインカレント色 */
  --color4:	#a8a9ac;	/* テーブル項目名背景色 */
  --color5:	#ffffff;	/* テーブル項目名文字色 */
  --color6:	#4488ff;	/* 試合リンク色 */
  --color7:	#e8e8e8;	/* コンテンツ編集背景色 */
  --color8:	#888888;	/* コンテンツ編集 */


/* カレント */
  --color1:	#ffffff;	/* 全体背景色 */
  --color2:	#87ceeb;	/* メイン色 */
  --color3:	#4488ff;	/* メインカレント色 */
  --color4:	#ddeeff;	/* テーブル項目名背景色 */
  --color5:	#444444;	/* テーブル項目名文字色 */
  --color6: #4488ff;	/* 試合リンク色 */
  --color7:	#e8e8e8;	/* コンテンツ編集背景色 */
  --color8:	#87ceeb;	/* コンテンツ編集 */

  --color11:	#ffffff;	/* 進捗用試合前1 */
  --color12:	#ffffe0;	/* 進捗用控え2 */
  --color13:	#ebffeb;	/* 進捗用試合中3 */
  --color14:	#dddddd;	/* 進捗用試合終了4 */
  --color15:	#ffeedd;	/* 進捗用強調5 */
  --color16:	#ffddff;	/* 進捗用強調6 */

  --color11:	#ffffff;	/* 進捗用試合前1 */
  --color12:	#ffffcc;	/* 進捗用控え2 */
  --color13:	#ddffdd;	/* 進捗用試合中3 */
  --color14:	#dddddd;	/* 進捗用試合終了4 */
  --color15:	#ffeedd;	/* 進捗用強調5 */
  --color16:	#ffddff;	/* 進捗用強調5 */


	-webkit-appearance: none;
	-webkit-text-size-adjust: 100%;
}


/* スマホ縦 */
@media screen and (max-width:480px) { 
/*

	* {
		font-size: 3.6vw;
		font-size: 3.4vw;
	}
*/

	td.rightcut {
	/*
		max-width: 3rem;
		text-overflow: ellipsis;
		white-space: nowrap;
		min-width: 6rem;
	*/
		line-height: 120%;
		max-width: 3rem;
		overflow: hidden;
		white-space: nowrap;
	}

}

/* スマホ横、タブレット、PC */
@media screen and (min-width:480px) { 
/*
	* {
		font-size: 16px;
		font-size: 17.3px;
	}
*/


	td.rightcut {
	/*
		max-width: 3rem;
		text-overflow: ellipsis;
		white-space: nowrap;
		min-width: 6rem;
		overflow: hidden;
	*/
		line-height: 120%;
		white-space: nowrap;
	}


}

* {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-feature-settings: "palt";
		color:#444444;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}


html {
	background-color: white;
	background-color: var(--color1);

	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;

/*
	scroll-behavior: smooth;
*/

	overflow-y: hidden;	/* スクロールバー非表示 */
	overflow-y: scroll;	/* スクロールバー表示 */
	touch-action: manipulation;	/* iPhone ダブルクリックを防ぐ */
}

body {
/*
	background-color:white;

	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;

	touch-action: manipulation;
*/
	margin: 0px 0px;
	padding: 0px 0px;
}

/*	CSSアニメーション	*/

span.loading03, span.loading03:after {

	display: inline-block;
/*
	position: absolute;
*/

	top: 44vh;
	left: 44vw;
	width: 50px;
	height: 50px;
	width: 12vmin;
	height: 12vmin;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

	background-repeat: no-repeat;
	background-image:
	radial-gradient(6px 6px at 10% 50%, #000000, #000000 95%, transparent),
	radial-gradient(6px 6px at 50% 10%, #000000, #000000 95%, transparent),
	radial-gradient(6px 6px at 90% 50%, #000000, #000000 95%, transparent),
	radial-gradient(6px 6px at 50% 90%, #000000, #000000 95%, transparent);
}
span.loading03 {
  position: relative;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-animation: animation03 2s linear infinite;
  animation: animation03 2s linear infinite;
}
span.loading03:after {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  margin: 0;
  transform: rotate(45deg);
}
@keyframes animation03 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*	CSS	*/

.newpage {
/*
*/
	page-break-before: always;
}

*[draggable=true] {
	cursor: pointer;
	-webkit-touch-callout: none;
}


div.parent {
	overflow: hidden;

	margin: 0px 0px;
	padding: 0px 2px;
}


div.child {
	display:inline-block; 
 	max-width: 415px;
 	max-width: 480px;
 	max-width: 100vw;
 	max-width: 90vw;
	vertical-align: top;
	margin: 0px auto;
	padding: 0px 4px;
	padding: 0px 2px;

	break-inside: avoid;
	overflow-x:auto;
}


div.childwide {
	display:inline-block; 
	vertical-align: top;
 	max-width: 960px;
 	max-width: 100vw;
 	max-width: 90vw;
	margin: 0px auto;
	padding: 0px 2px;

	break-inside: avoid;
	overflow-x:auto;
}

div.childleft {
	float: left;
	vertical-align: top;
 	max-width: 960px;
 	max-width: 100vw;
 	max-width: 90vw;
	margin: 0px auto;
	padding: 0px 4px;

	break-inside: avoid;
	overflow-x:auto;
}




div.rightcut {
/*
	overflow: hidden;
	white-space:nowrap;
*/

/*
	white-space: nowrap;
	overflow: hidden;
	max-width: 10rem;
*/

/*


	max-width: 1rem;

	max-width: 3rem;
*/
}



img { -webkit-user-drag: none; }
img.img1 { height: 2.67rem; vertical-align: middle;}
img.img2 { zoom:100%; vertical-align: middle; }
img.img80 { max-height: 320px; max-width: 80vw; align-items: center; }
img.img80w { height: auto; width: 60vw; max-width: 480px; align-items: center; }
img.img90 { width: 90%; }

/*
img.imgp1 { width: 1.5rem; height: 1.5rem; vertical-align: middle; border-radius: 0.3rem; margin: -14px 0 -10px 0; }
img.imgp2 { width: 4.5rem; height: 4.5rem; vertical-align: middle; border-radius: 0.3rem; position: relative; top: 0rem; }
img.imgp3 { width: 9.0rem; height: 9.0rem; vertical-align: middle; border-radius: 0.3rem; position: relative; top: 0rem; }
*/

img.imgp1 { width: 1.4rem; height: 1.4rem; vertical-align: middle; border-radius: 0.3rem; margin: +0px 0 +2px 0; }
img.imgpt { width: 4.2rem; height: 4.2rem; vertical-align: middle; border-radius: 0.5rem; position: relative; top: 0rem; float: left; }
img.imgp2 { width: 4.2rem; height: 4.2rem; vertical-align: middle; border-radius: 0.5rem; position: relative; top: 0rem; float: left; }
img.imgp3 { width: 30vw; height: 30vw; align-items: center; border-radius: 1.0rem; position: relative; top: 0rem; }


img[draggable=true] {
 	-webkit-user-drag: auto;
}

video.vd1 { width: 80vw; height: auto; max-height: 60vh; align-items: center; }


canvas {
/*
	width: 11.4rem; height: 11.4rem; 
*/
	width: 120px;
	height: 120px;
	border-radius: 1.0rem;

	background-color: #888888;	/* ★★★ */
/*
	visibility:hidden;
*/
}

iframe {
/*
	width: 30rem;
	height: 17rem;
	width: 30rem !important;
	width: 560px;
	height: 315px;
	padding-top: 56.25%;
	padding-bottom: 56.25%;
*/
}


/*
div {
	background-color:#ffffff;
	border: solid 0.5px #aaaaaa;
	display: inline;
}
*/

div.dp {
	text-align:left;
}

div.ctt {
	margin: 0.5rem 5vw 0.5rem 5vw;	
}

div.ctte {
	background-color:var(--color7);
	margin: 0.5rem 5vw 0.5rem 5vw;
}

div.cttec {
	background-color:#ffcccc;
	margin: 0.5rem 5vw 0.5rem 5vw;
}

div.cttet {
	background-color:var(--color7);
	margin: 0.5rem 0.5vw 0.5rem 0.5vw;
}

div.cttect {
	background-color:#ffcccc;
	margin: 0.5rem 0.5vw 0.5rem 0.5vw;
}

div.contentsbg {
	background-color: #ffffff;	/* ★★★ */
	background-color: #a8a9ac;	/* ★★★ */
	background-color: var(--color7);	/* ★★★ */
	margin: 0.5rem 5vw 0.5rem 5vw;
	border-radius: 0.5rem;
}

div.left {
	text-align: left;
	margin: 0.5rem 5vw 0.5rem 5vw;
}

div.blockcomment {
	text-align:  center;
	display: block;
/*
	width: 440px;
	cursor: pointer;
*/
}

div.graphgrid {
	display:block;
	text-align:  center;
	position: relative;
	font-weight:bolder;

	width: 90vw;
	height: 90vw;
	max-width: 484px;
	max-height: 484px;
	border-radius: 0.5rem;
	background-image: url("./img/graphgrid4.svg");

	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

div.graphvertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	height: 90vw;
    top: 50%;
    left: 3%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 1;
}

div.graphhorizontal {
	position: absolute;
	width: 90vw;
    top: 97%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 1;
}

img.middle,img.middle2,img.middle3 {
	width: 1.0rem;
	height: 1.0rem;
	border-radius: 0.3rem;
	border-radius: 50%;

	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

img.middle2 {
	width: 2.5rem;
	height: 2.5rem;
}

img.middle3 {
	width: 4.0rem;
	height: 4.0rem;
}

/*
img.middle2,img.middle3:hover {
	width: 4rem;
	height: 4rem;
	z-index: 900;
}
*/


p.right {
	font-size: 1.0rem;
	text-align:right;
	color: #888888;
}

p.left {
	font-size: 1.0rem;
	text-align: left;
	margin: 0.5rem;
}

p.blockcomment {
	font-size: 0.9rem;
	font-family:monospace;
	text-align: left;
	margin: 0.5rem 0.5rem 0.5rem 0.5rem;
/*
	width: 440px;
	width: 30%;
	width: 100px;
*/

	display: inline-block;
	word-break: break-all;
	line-break: normal;
	cursor: pointer;
}

p.ctte {
	background-color:var(--color7);
}

p.cttec {
	background-color:#ffcccc;
}


p.button a {
	text-align: left;

	display:inline;
	white-space: nowrap;
	text-decoration: none;
	padding:0.13rem 0.13rem;
	margin: 0.5rem;
	border-radius: 0.33rem 0.33rem 0.33rem 0.33rem;
	line-height: 100%;
	font-size: 1.0rem;
	cursor:pointer;
	font-weight:bold;
	background-color: var(--color2);
	color:white;

	filter:drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
}

p.headline {
	font-size: 1.1rem;
	font-weight:bolder;
	text-align:left;

	border-left: 10px solid var(--color8); padding: 7px;

	position: relative;
}


p.headline::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 2px;
	background-color: var(--color8);
}

p.scoremin {
	margin: 0.0rem;
	font-size: 1.0rem;
	line-height: 100%;
	height: 1rem;
}

p.photo {
	display:inline;
}

h1 {
	padding: 0.33rem 0.33rem;
	color: #010101;
	background: #ddeeff;
	margin: 0.33rem 0.33rem;
	vertical-align: middle;

	border: solid 0.5px #aaaaaa;
	border-radius: 0.33rem;
	font-size: 1.33rem;

/*
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
*/
}

h2 {
	display: inline-block;
	margin: 0.67rem 0.67rem;
	padding: 0.1rem 0.1rem;
	font-size: 1.33rem;
	vertical-align: middle;

	color:white;
	color: #222222;

	border-top: solid 0.3rem var(--color2);
	border-bottom: solid 0.3rem var(--color2);
}


h3 {
	display: flex;
	align-items: center;
	text-align: center;
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
	font-size: 1.33rem;
}

h3:before,
h3:after {
	content: "";
	display: inline; /* for IE */
	flex-grow: 1;

	margin-left: 0.6rem;
	margin-right: 0.6rem;
	border: solid 0.25em var(--color7);
}


h4 {
	display: inline-block;
	padding: 0rem 1.33rem;
	font-size: 1.2rem;

	margin-top: 0.33rem;
	margin-bottom: 0.33rem;
	vertical-align: middle;
}

h5 {
	display: inline-block;
	margin: 0.27rem 0.27rem;
	padding: 0.1rem 0.1rem;
	font-size: 1.33rem;
	font-size: 1.20rem;
	vertical-align: middle;

	color:white;
	color: #222222;

	border-top: solid 0.24rem var(--color2);
	border-bottom: solid 0.24rem var(--color2);
}


table {
	table-layout: fixed;
	text-align: center;
	background-color: #ddeeff;


	border-top: 0.5px solid #cccccc;
	border-left: 0.5px solid #cccccc;

	border-right: 1.0px solid #cccccc;
	border-bottom: 1.0px solid #cccccc;


	border-collapse:collapse;
	border-collapse:separate;
	border-spacing: 0px 0px;
	margin:0 0;
	margin:auto;

	border-radius: 0.5rem 0.5rem 0 0;
	border-radius: 0 0 0 0;
}

/*	ホームページ用　*/

table.hp {
	border-top: 0.5px solid #cccccc;
	border-radius: 0;
	background-color: #ffffff;
	line-height: 100%;
	margin: 0 0 0 0;

	padding: 0 0;
	filter:drop-shadow(0 0);
}

.hp td.hp {
/*
	line-break: normal;
	word-break: keep-all;
	white-space:nowrap;
*/
}



/*	★★★　注意確認中	*/
table tr:first-child th:first-child {
	border-radius: 0.5rem 0 0 0;
	border-radius: 0 0 0 0;
	min-width: 0.8rem;
}


tr:last-child {
	border-right: 0.5px solid #cccccc;
	border-bottom: 0.5px solid #cccccc;
}

th.2line {
	border-radius: 0 0 0 0;
}

th.last {
	border-radius:0 0.5rem 0 0;
}



th:last-child {
	border-radius:0 0.5rem 0 0;
	border-radius: 0 0 0 0;
}


tr {
	padding:0px;
	text-align:center;
	border-spacing: 0px;
}

th {
/*
	background-color: #ddddff;
	background-color: #6688ff;
	background-color: #ddeeff;
*/

	background-color: var(--color4);
	color: var(--color5);
	line-height:1.2;
	padding:0.2rem 0rem;
	padding:0.3rem 0rem;

/*
	margin: 1.0rem 0rem;
	line-height: 200%;
*/

	border-spacing: 0px;
	font-weight: normal;
/*
	min-width: 1.0rem;
*/

	border-right:0.5px solid #cccccc;
	border-left:0.5px solid #cccccc;
	border-top:0.5px solid #cccccc;
	border-bottom:0.5px solid #cccccc;

	border-top: none;
	border-left: none;
	border-right: 0.5px solid #cccccc;
	border-bottom: 0.5px solid #cccccc;
}

th.onclick {
	cursor: pointer;
}

th.player {
/*
	width: 7rem;
	min-width: 6.5rem;
*/
}

th.group {
/*
	width: 3rem;
	min-width: 3rem;
	max-width: 3rem;
*/
}


th.top {
	vertical-align: top;
	line-height: 100%;
}

th.topc {
	vertical-align: top;
	background-color: var(--color5);
	color: var(--color4);
	line-height: 100%;
}

th.league {
	width: 2.4rem;
}

th.no {
	min-width: 1rem;
	max-width: 4rem;
/*
	width: 3rem;
*/
}


td {
	background-color: #ffffff;
	text-align:left;
/*
	line-height:1.2;
	word-wrap: normal;
	word-break: keep-all;
*/


	border-top: none;
	border-left: none;

	border-right: 0.5px solid #cccccc;
	border-bottom: 0.5px solid #cccccc;


	font-weight: bold;
	

	-khtml-user-drag: element;
}

td.c {
	color: var(--color6);
	cursor: pointer;
	font-size:0.85rem;
}

td.center {
	text-align:center;
	line-height: 1.2rem;

/*
	width: 5vw;
	width: 5vw;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
*/

}


td.minic,td.minic2,td.minic3 {
	text-align:center;
	font-size:0.73rem;
	line-height:1.2;
	line-height:1.0;
	height: 2.2rem;
	color: var(--color6);
	cursor: pointer;
}

td.minic2 { background-color: var(--color12); color:#444444; }
td.minic3 { background-color: var(--color13); color:#444444; }


td.blink {
	animation: blinkAnime 1.0s infinite alternate;
	transition-timing-function: linear;
	transition-timing-function: ease-in-out;
	cursor: pointer;
}

@keyframes blinkAnime{
   0% { background-color: #ffcccc }
 100% { background-color: #ffffff }
}


td.normal {
}




td.scorename {
	min-width: 30vw;
	word-break: break-all;
	line-break: normal;

	overflow: hidden;
	white-space:nowrap;
}

td.l1 {
/*
	border-top: 0.5px solid #cccccc;
	border-left: 0.5px solid #cccccc;
	
	border-right: 0.5px solid #cccccc;
	border-bottom: 0.5px solid #cccccc;
*/
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

td.t1,td.t2,td.t3,td.t4,td.ts,td.t {
	text-align: left;
	text-align: center;
	vertical-align: middle;
	vertical-align: top;
	font-size:0.80rem;
	line-height: 130%;
	word-break: break-all;
	line-break: normal;
}

td.tm1,td.tm2,td.tm3,td.tm4,td.tms,td.tm6 {
	text-align: center;
	vertical-align: middle;
	word-break: break-all;
	line-break: normal;	
}

td.t1,td.tm1 { text-align:center; background-color: var(--color11); }
td.t2,td.tm2 { text-align:center; background-color: var(--color12); }
td.t3,td.tm3 { text-align:center; background-color: var(--color13); }
td.t4,td.tm4 { text-align:center; background-color: var(--color14); }
td.ts,td.tms { text-align:center; background-color: var(--color15); }
td.t6,td.tm6 { text-align:center; background-color: var(--color16); }


td.tc,td.tc1,td.tc2,td.tc3,td.tc4,td.tcs,td.tc6 {
	text-align: left;
	text-align: center;
	vertical-align: middle;
	vertical-align: top;
	font-size:0.66rem;
	line-height: 130%;
	word-break: break-all;
	line-break: normal;
}


td.tc  { background-color: var(--color11); }
td.tc1 { background-color: var(--color11); }
td.tc2 { background-color: var(--color12); }
td.tc3 { background-color: var(--color13); }
td.tc4 { background-color: var(--color14); }
td.tcs { background-color: var(--color15); }
td.tc6 { background-color: var(--color16); }

td.player {
	line-height: 120%;
/*
	line-break: normal;
	word-break: keep-all;

	max-width: 120px;

	改行させない
*/
	white-space:nowrap;

}

td.group {
	font-size:0.8rem;
/*
	line-height: 120%;
	line-height: 180%;
*/

	line-height: 170%;
	word-break: break-all;
	line-break: normal;
}

td.score,td.scoreg,td.scorep,td.scoreb {
	text-align:center;
	color: #444444;
	cursor: pointer;
}

td.score {
	font-size:3vmin;
	line-height:4vmin;
	width: 15vw;
}

td.scorep {
	font-size:10vmin;
	line-height:10vmin;
	width: 15vw;
}

td.scoreg {
	font-size:28vmin;
	line-height:25vmin;
	width: 30vw;
	height: 30vmin;
}

td.scoreb {
	font-size:10vmin;
	line-height:5vmin;
	width: 5vw;
}


td.score0 {
	text-align:center;
	font-size:2.0rem;
	cursor: pointer;
}

td.score1,td.score2 {
	text-align:center;
	font-size:3.0rem;
	line-height:3.0rem;
	width: 2.0rem;
	cursor: pointer;
}

td.score2 {
	font-size:2.0rem;
	line-height:2.0rem;
}

td.score1blink,td.score2blink {
	text-align:center;
	font-size:3.0rem;
	line-height:3.0rem;
	width: 2.0rem;

	animation: blinkAnime 1.0s infinite alternate;
	transition-timing-function: linear;
	transition-timing-function: ease-in-out;
	cursor: pointer;
}

td.score2blink {
	font-size:2.0rem;
	line-height:2.0rem;
}



td.odd {
	text-align:left;
	background: #f4f4f4;
}

td.cr {
	text-align:left;
	background: #ffdddd;
}

td.left { text-align:left; }
td.center { text-align:center; }
td.right { text-align:right; }

td.naname {
	background-color: #ffffff;
	background: url("./img/naname.svg");
	background: url("./img/naname.png");

	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

td.maru {
	background-color: #ffffff;
	background: url("./img/naname.png");
	background: url("./img/maru.svg");

/*
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 50% 50%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
*/
}



table.tournament {
	line-height:1.1;
}

td.clean {
}

td.msg-left {
	border: none 0px #000000;
	font-size: 0.22rem;
	vertical-align: top;
}


/* round表示タイトル */
th.round {

	padding:0.17rem 0rem;
/*
	width: 1.67rem;
*/
	width:30px;
	width: 1.6rem;
}

/* 灰色専用のタイトル */
th.line0 {
	width:10px;
	width:3px;
	min-width:3px;

	padding:0rem 0rem;
	white-space:nowrap;
}


td.line* {
	white-space:nowrap;
}	


/* なし */
td.line0 {
	border: none 0px #000000;
	background-color: #F0F0F0;
	background-color: #FFFFFF;

	border-radius: 0;
}


/* 縦、灰色ライン */
td.line1 {
	border: solid 1px #000000;
	border: none 0px #000000;
	background-color: #BBBBBB;

	width:3px;
	max-height:20px;

	border-radius: 0;
}

/* 横、灰色ライン */
td.line2 {
	border: solid 1px #000000;
	border: none 0px #000000;
	background-color: #BBBBBB;

	max-height:3px;
	height:3px;

	table-layout: fixed;
	word-wrap: break-word;
	border-radius: 0;
}

/* 横、赤 */
td.line3 {
	border: none 0px #000000;
	background-color: #FF0000;

	height:3px;
	max-height:3px;

	overflow: auto;
	border-radius: 0;
}

/* 縦、赤 */
td.line31 {
	border: none 0px #000000;
	background-color: #FF0000;

	width:3px;

	overflow: auto;
	border-radius: 0;
}


/* なし、線以外の空白 rowspan=3 */
td.line4 {
	border: none 0px #000000;
	background-color: #FFFFFF;

/*
*/
	height:0.7rem;
	border-radius: 0;
}

/* なし、線以外 ダブルス*/
td.line41 {
	border: none 0px #000000;
	background-color: #FFFFFF;

/*
*/
	height:0.7rem;
	max-height:1.4rem;

	border-radius: 0;
}


/* なし スコア ラインの上*/
td.line5 {
	border: none 0px #000000;
	background-color: #FFFFFF;
	border-radius: 0;
	font-weight:bolder;

	text-align: left;
	text-align: center;
	vertical-align:bottom;

	cursor: pointer;
}

/* なし スコア ラインの下*/
td.line6 {
	border: none 0px #000000;
	background-color: #FFFFFF;
	border-radius: 0;
	font-weight:bolder;

	text-align: left;
	text-align: center;
	vertical-align:top;

	cursor: pointer;
}

/* なし ラインの下*/
td.line7,td.line7-2,td.line7-3 {
	border: solid 3px #FFFFFF;
	border: none 0px #000000;
	background-color: #FF8888;
	background-color: #FFFFFF;
	border-radius: 0;

	text-align: center;
	vertical-align:top;
	line-height: 110%;

	font-size:0.50rem;
	color: var(--color6);		/* ★★★ */
	cursor: pointer;
}

td.line7-2 { background-color: var(--color12); color:#444444; }
td.line7-3 { background-color: var(--color13); color:#444444; }

/* なし ラインの上*/
td.line8,td.line8-2,td.line8-3 {
	border: solid 3px #FFFFFF;
	border: none 0px #000000;
	background-color: #8888FF;
	background-color: #FFFFFF;
	border-radius: 0;

	text-align: center;
	vertical-align:bottom;
	line-height: 100%;

	font-size:0.75rem;
	color: var(--color6);		/* ★★★ */
	cursor: pointer;
}

td.line8-2 { background-color: var(--color12); color:#444444; }
td.line8-3 { background-color: var(--color13); color:#444444; }


td.line9 {
	border: none 0px #000000;
/*
	border-right:0.5px solid #888888;
*/
	color: var(--color6);		/* ★★★ */
}




table.tnm,tr.tnm,th.tnm,td.tnm,td.tnmb,td.tnm2,td.tnm3 {
	font-size: 1rem;
	font-weight: normal;
/*
	font-weight:bolder;
*/

	table-layout: fixed;
	text-align: center;
	border-radius: 0 0 0 0;

	border: none;
 	border-bottom: 0.5px solid #cccccc;
 }

td.tnmb { background-color: #f4f4f4; font-weight:bolder; line-height: 200%; border-top: 0.5px solid #cccccc; border-bottom: 0.5px solid #cccccc; }
td.tnm2 { background-color: #f0f0ff; }
td.tnm3 { background-color: #fff0f0; }
tr.tnm { background-color: #f0fff0; }


/*	テーブルフォーム	*/

table.form {
/*
	border-top:1px solid #cccccc;
*/
	border: 0;

/*
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
*/
}

th.form {
	border-bottom:1px solid #cccccc;
	border: 0;
	background-color: #ffffff;

	text-align: right;
	text-align: center;
	padding: 4px 4px;
}

th.form-right {
	border-bottom:1px solid #cccccc;
	border: 0;
	background-color: #ffffff;

	text-align: right;
	padding: 4px 4px;
}

td.form {
	border-bottom:1px solid #cccccc;
	border: 0;
	background-color: #ffffff;

	text-align: left;
	padding: 4px 4px;
}


input.form[type=text] {
	border: 0px dotted #999;
	border-radius: 3px;
	-webkit-appearance: none;
	text-align: left;
	line-height: 130%;

	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Chrome, Safari */

	border:1px solid #aaaaaa;
	width: 10rem;
}

input.form1[type=text] {
	border: 0px dotted #999;
	border-radius: 3px;
	-webkit-appearance: none;
	text-align: left;
	line-height: 130%;

	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Chrome, Safari */

	border:1px solid #aaaaaa;
	width: 7rem;
}

input.form2[type=text] {
	border: 0px dotted #999;
	border-radius: 3px;
	-webkit-appearance: none;
	text-align: left;
	line-height: 130%;

	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Chrome, Safari */

	border:1px solid #aaaaaa;
	width: 12rem;
}



input.form[type=date] {
	border: 0px dotted #999;
	border-radius: 3px;
	-webkit-appearance: none;
	text-align: right;
	line-height: 100%;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Chrome, Safari */

	border:1px solid #aaaaaa;
	width: 9rem;

	background-color: #ffffff;
}

/*	フォーム	*/

input[type="search"] {
  -webkit-appearance: searchfield;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

input[type="time"] { width: 7rem; }


.btn2 {
	display: inline-block;
	max-width: 180px;
	text-align: left;
	background-color: #ffa300;
	font-size: 0.8rem;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 24px;
	border-radius: 4px;
	border-bottom: 4px solid #d37800;
}

.btn2:active {
	transform: translateY(4px);
	border-bottom: none;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;


	background: none;
	border: none;
	outline: none;

/*
	height: 100%;
	line-height: 100%;
*/
	padding: 0px;
}

.btn1 {
	display: inline-block;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background:#0C88CA;
	border-bottom:4px solid #005691;
	border-radius: 4px;
}


.button03{
	border-style: none;

	padding-top:6px;
	padding-bottom:0px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	background-color: #6688ff;
	border-bottom: solid 6px #4466dd;
	box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.2);
}


.button03:active {
	background-color: #88bbff;
	border-bottom: solid 6px #6688ee;

	background-color: #bbddff;
	border-bottom: solid 6px #88bbff;

	box-shadow:
	2px 2px 0px 0px rgba(0,0,0,0.1),
	0px 0px 10px 10px #ffff88;
}


.radio1 input{
	display: none;
}
.radio1 label{
	display: inline-block;
	display: block;
	display: table-cell;
	cursor: pointer;
	margin: 0.17rem 0.17rem;
	padding: 0.17rem 0.17rem;
	border-right: 2px solid #abb2b7;
	background: #ebebeb;
	background: #e0e0e0;
	color: #555e64;
	font-size: 0.8rem;
	text-align: center;
	white-space: nowrap;
}
.radio1 label:first-of-type{
	border-radius: 0.33rem 0 0 0.33rem;
}
.radio1 label:last-of-type{
	border-right: 0px;
	border-radius: 0 0.33rem 0.33rem 0;
}
.radio1 input[type="radio"]:checked + label {
	background: var(--color3);
	color: #ffffff;
/*
	font-weight:bold;
*/
}

input {
	border: 0px dotted #999;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type=number] {
	border: 0px dotted #999;
	border-radius: 0;
	-webkit-appearance: none;
	text-align: right;
	width: 3.3rem;
}

input[type=text] {
	border: 0px dotted #999;
	border-radius: 0;
	-webkit-appearance: none;
	text-align: left;

	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Chrome, Safari */

	width: 100%;
	width: 8rem;
	width: 13rem;
}


.msg1 {
	display: inline-block;
	vertical-align: top;
	padding: 7px 10px;
	margin: 1.5em 0 1.5em 15px;
	font-size: 0.67rem;
}

.msg {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;

	padding: 7px 10px;
	margin: 1.5em 0 1.5em 15px;

	color: #555;
	font-size: 0.8rem;
	background: #e0edff;
	border-radius: 8px;

}

.msg:before {
	content: "";
	position: absolute;
	top: 18px;
	left: -24px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #e0edff;
}

.msg p {
	margin: 0;
	padding: 0;
}



/*	───────────────	*/


#comment {
	position: fixed;
/*
	width: 40px;
	height: 40px;
*/
	font-size: 2rem;

	top: 47%;
	left: 47%;

	top: 0px;
	left: 0px;

/*
	transform: translate(-50%, -50%)
*/


/*
	background-color: #000000;
	position: fixed;
	top: 0px;
	height: 100%;
	left: 0px;
	width: 100%;
	background-color: rgba(50,50,50,0.5);


	animation: fadeoutAnime 1.0s infinite alternate;
	transition-timing-function: linear;
	transition-timing-function: ease-in-out;
	cursor: pointer;
*/

	z-index: 9999;
	visibility:hidden;
}


@keyframes fadeoutAnime{
   0% { background-color: #888888 }
 100% { background-color: #ffffff }
}



#main {
	position: absolute;
	position: static;
	font-size: 1rem;
	z-index: 100;
}
#main input { 	font-size: 1rem; }
#main select { 	font-size: 1rem; }



#popup {
	position: fixed;
	padding:0px;

	bottom: 0px;
/*
	height: 36rem;
*/
	height: 90vh;
	height: calc(100vh-48px);
	height: 90%;
	height: 38rem;
	height: 28rem;

/*
	max-height: 38rem;
	max-height: 38rem;
	max-height: calc(100vh-48px);
	max-height: 38rem;
*/

	left: 0px;
	width: 100%;

	text-align:center;

	background-color: #ffffdd;	
	color: #444444; 
	font-size: 1.2rem;
	line-height:1.4;
	border-radius: 0.5rem 0.5rem 0 0;

	z-index: 800;
	visibility:hidden;
}
#popup input { font-size: 1.0rem; }
#popup input[type="text"] { font-size: 1rem; width: 20rem; }
#popup select { font-size: 1.2rem; }
#popup .radio1 label{
	font-size: 1.2rem;
}

#popupmenu {
	position: fixed;
	padding: 0.4rem 0.2rem;

	top: 0px;
	left: 0px;
	height: 14rem;
	width: 12rem;

	text-align:center;

	background-color: #ffffff;	
	border: 1px solid #cccccc;
	color: #444444; 
	font-size: 1.2rem;
	line-height:1.4rem;
	border-radius: 0.4rem;

	z-index: 900;
	visibility:hidden;
}


#mask {
/*
	animation: maskAnime 0.3s infinite normal;
*/
	transition-timing-function: linear;
	transition-timing-function: ease-in-out;

	position: fixed;
	top: 0px;
	height: 100%;
	left: 0px;
	width: 100%;

	background-color: rgba(50,50,50,0.5);

	z-index: 777;
	visibility:hidden;

}


@keyframes maskAnime{

 　0% { background-color: rgba(50,50,50,0.0); }
 100% { background-color: rgba(50,50,50,0.3); }
}



#footer {
	position: fixed;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0.5rem 0rem 0rem 0rem;
	vertical-align: middle;
	margin: 0;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;

	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	vertical-align: middle;

	background-color: var(--color2);
	color: #444444; 
	z-index: 1200;

}

#footer img {
	height: 48px;
}


#footer:active {
	background-color: var(--color3);
}

/* ────────────────────────────── */

#menu {
	background-color: #ffffff;
	background-color: #f0f8ff;
	background-color: #ddeeff;
	box-sizing: border-box;
	border-radius: 0.5rem 0 0 0.5rem;
	border: solid 1px #888888;
	padding: 0.67rem 0.67rem;
	position: fixed;
	right: -16.67rem;
	bottom: 4.67rem;
	top: 0rem;
	height: calc(100% - 58px);
	width: 16rem;
	font-size: 1.2rem;
	line-height: 160%;
	transition: transform 0.3s ease-out 0s;
	z-index: 1100;
}

#menu-background {
	background-color: #333;
	display: block;
	height: 100%;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.5s ease-out 0s;
	width: 100%;
	z-index: -1;
}


.not_select {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.link1, .link1c, .link1g, .link2, .link2c, .link3, .tn1, .ctt1 {
	display:inline;
	white-space: nowrap;
	text-decoration: none;
	margin: 0.33rem 0.33rem;
	padding:0.13rem 0.13rem;

	border-radius: 0.33rem 0.33rem 0.33rem 0.33rem;
	line-height: 150%;

	font-size:1.17rem;
	cursor:pointer;
	font-weight:bold;
	background-color: var(--color2);
	color:white;

	filter:drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
}

.link1 {
/*
	height: 2rem;
*/
}

.link1c {
	background-color: var(--color3);
}

.link1g {
	background-color: #dddddd;
}

.link2, .link2c, .link3 {
/*
	margin: 0.17rem 0.17rem;
	padding:0.17rem 0.17rem;
*/
	border-radius: 0.33rem;
	line-height: 140%;

	vertical-align: middle;
	font-size:0.9rem;
}

.link2c {
	background-color: var(--color3);
}

.link3 {
	font-size:0.3rem;
	line-height: 140%;
}

.link4 {
	font-size:0.9rem;
	line-height: 200%;
	text-decoration:underline;
	cursor:pointer;
}

.tn1 {
	font-size:1.0rem;
	font-weight:normal;
	width: 80vmin;
	max-width: 640px;

	line-height: 130%;

	padding:0.5rem 0.5rem;
	white-space: normal;
}

.ctt1 {
	font-size:1.0rem;
	font-weight:normal;
	width: 80vmin;
	max-width: 640px;
	word-break: break-all;

	line-height: 130%;
	color: #808283;
	background-color: #e8efff;

	padding:0.5rem 0.5rem;
	white-space: normal;
}

.list {
	margin: 1rem 2rem;	
	padding: 0.167rem 0.33rem;
	font-size: 1.33rem;
	border: solid 0.5px #aaaaaa;
	border-radius: 0.67rem;
	cursor:pointer;
	background-color: #f8f8ff;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.title1 {
	display:inline;
	padding: 0.1em;
	color: #010101;
	background: #ddeeff;
	border-right: solid 3px #888888;
	border-bottom: solid 3px #888888;
	border-radius: 20px;
	font-size: 1.33rem;
}



/*	印刷用の設定(フッター非表示)	*/
@media print {
	#footer { display:none; }

/*
	.link1,.link2,.link1c,.link2c { display:none; }
*/
	div.noprint { display:none; }

/*
	margin:0 auto;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif!important;

*/


/*
	.bx-viewport {
		height: auto !important;	
	}
	.tab_item {
		width: 100% !important;
		position: relative !important;
	}
*/

}

