
/* スマホ縦 */
@media screen and (max-width:479px) { 
	* {
		font-size: 3.6vw;
		font-size: 3.4vw;
	}
}

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

* {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
/*
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	 	font-family:	'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', 'YuGothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-family: 'YuGothic', '游ゴシック体', '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'sans-serif';
*/

	font-feature-settings: "palt";
		color:#444444;
	vertical-align: middle;

	-webkit-font-smoothing: antialiased;
}

html {
	background-color:white;
	background-color:#fbfbfb;
	background-color:#cccccc;	/* ★★★ */

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

	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;
*/
}

.newpage {
	page-break-after: always;
}

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

img { -webkit-user-drag: none; }
img.img1 { height: 2.67rem; vertical-align: middle;}
img.img2 { zoom:100%; vertical-align: middle; }
img.img40 { width: 40%; align-items: center; }
img.img80 { width: 80%; 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.imgp1 { width: 1.4rem; height: 1.4rem; vertical-align: middle; border-radius: 0.3rem; margin: +0px 0 +4px 0; }
img.imgp2 { width: 2.4rem; height: 2.4rem; vertical-align: middle; border-radius: 0.5rem; position: relative; top: 0rem; }
img.imgp3 { width: 40%; align-items: center; border-radius: 1.0rem; position: relative; top: 0rem; }


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

canvas {
/*
	width: 11.4rem; height: 11.4rem; 
*/
	background-color: #ffffff;	/* ★★★ */
}

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


div.contentsbg {
	background-color: #ffffff;	/* ★★★ */
	background-color: #a8a9ac;	/* ★★★ */
	background-color: #e8e8e8;	/* ★★★ */
	border-radius: 0.5rem;
}

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

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

p.headline {
	font-size: 1.1rem;
	font-weight:bolder;
	margin: 1.0rem 5vw 0.5rem 5vw;
	text-align:left;

	position: relative;
}

p.headline::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #b6f0fc;
}


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 skyblue;
	border-bottom: solid 0.3rem skyblue;

	border-top: solid 0.3rem #808283;	/* ★★★ */
	border-bottom: solid 0.3rem #808283;	/* ★★★ */
}


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: 1.2rem;
	margin-right: 1.2rem;
	border: solid 0.20em #dddddd;
	border: solid 0.20em #e8e8e8;	/* ★★★ */
}


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;
	vertical-align: middle;

	color:white;
	color: #222222;

	border-top: solid 0.24rem skyblue;
	border-bottom: solid 0.24rem skyblue;

	border-top: solid 0.24rem #808283;	/* ★★★ */
	border-bottom: solid 0.24rem #808283;	/* ★★★ */
}


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

	border:0px;
	border-top: none;

	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;
*/
	border-top: 0.5px solid #cccccc;
	border-left: 0.5px solid #cccccc;
	border-right: none;
	border-bottom: none;

	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;
	filter:drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
}

table tr:first-child th:first-child {
	border-radius: 0.5rem 0 0 0;
	min-width: 0.8rem;

/*
	height: 1.7rem;
	width: 1.7rem;
*/
}

table tr:first-child th:last-child {
	border-radius:0 0.5rem 0 0;

/*
	min-width: 0.8rem;
	height: 1.7rem;
	width: 1.7rem;
*/
}


table tr:first-child td {
	border-top: 0.5px solid #cccccc;
}

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



table td:first-child {
	border-left: 0.5px solid #cccccc;
}

table td:last-child {
	border-right: 0.5px solid #cccccc;
}

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

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

	color: #ffffff;
	color: #444444;
	color: #ffffff;	/* ★★★ */
	background-color:#a8a9ac;	/* ★★★ */

	line-height:1.2;
	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.round {
	width: 1.67rem;
	padding:0.17rem 0rem;
}

td {
	background-color: #ffffff;
	text-align:left;
	line-height:1.2;

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

	-khtml-user-drag: element;
}

td.c {
	color: #4488ff;
	cursor: pointer;
}

td.center {
	text-align:center;
}

td.minic {
	text-align:center;
	font-size:0.73rem;
	line-height:1.2;
	color: #8888ff;
	color: #4488ff;
	cursor: pointer;
}

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.t1 { text-align:center; background-color: #ffffff; }
td.t2 { text-align:center; background-color: #ffffdd; }
td.t3 { text-align:center; background-color: #ddffdd; }
td.t4 { text-align:center; background-color: #dddddd; }

td.tc	{ text-align:center; font-size:0.8rem; background-color: #ffffff; }
td.tc1 { text-align:center; font-size:0.8rem; background-color: #ffffff; }
td.tc2 { text-align:center; font-size:0.8rem; background-color: #ffffdd; }
td.tc3 { text-align:center; font-size:0.8rem; background-color: #ddffdd; }
td.tc4 { text-align:center; font-size:0.8rem; background-color: #dddddd; }

td.score {
	text-align:center;
	font-size:5rem;
	color: #444444;
	cursor: pointer;
}

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

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

td.score1blink {
	text-align:center;
	font-size:2.0rem;
	width: 2.0rem;

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


/*
th:nth-child(1),
td:nth-child(1) {
	border-left:0.5px solid #888888;
}

th:nth-last-child(1),
td:nth-last-child(1) {
	border-right:0.5px solid #888888;
}

tr:first-child th{
	border-bottom:0.5px solid #888888;
}

tr:last-child td,
tr:last-child th{
	border-bottom:0.5px solid #888888;
}
*/

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-image: linear-gradient(to top right,
				    transparent, transparent 49.5%,
				    #cccccc 49.5%, #cccccc 50.5%,
				    transparent 50.5%, transparent);
*/

	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;

}


table.tournament {
	line-height:1.1;
}

td.clean {
}

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


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

	border-radius: 0;
}


/* 縦、黒 */
td.line1 {
	border: none 10px #000000;
	background-color: #BBBBBB;

/*
	border-top: 0.5px solid #ff0000;
	border-left: 0.5px solid #ff0000;
*/

	border-radius: 0;
}

/* 横、黒 */
td.line2 {
	border: none 0px #000000;
	background-color: #BBBBBB;

	width:2px;
	height:2px;

	min-height:2px;
	max-height:2px;

/*

	display: inline-block;
*/
	table-layout: fixed;
	word-wrap: break-word;

	border-radius: 0;
}

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

	width:2px;
	height:2px;
	min-height:2px;
	max-height:2px;

	border-radius: 0;
}

/* なし、線以外 */
td.line4 {
	border: none 0px #000000;
	background-color: #F0F0F0;
	background-color: #FFFFFF;

	width:2px;
	height:1.2rem;
	height:0.6rem;

	max-height:0.8rem;
	min-height:1.0rem;
	
	border-radius: 0;
}

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

	width:2px;
	height:1.2rem;
	height:0.6rem;

	max-height:0.8rem;
	min-height:1.0rem;

	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;
}

/* なし 上*/
td.line6 {
	border: none 0px #000000;
	background-color: #FFFFFF;
	border-radius: 0;
	font-weight:bolder;
	text-align: left;
	text-align: center;
	vertical-align:top;
}

/* なし 下*/
td.line7 {
	border: none 0px #000000;
	background-color: #FFFFFF;
	border-radius: 0;
	text-align: center;
	vertical-align:bottom;

	font-size:1rem;
	font-size:0.75rem;
	font-size:0.5rem;
	color: #444444;
	color: #4488ff;
	cursor: pointer;
}

/* なし 上*/
td.line8 {
	border: none 0px #000000;
	background-color: #FFFFFF;
	border-radius: 0;
	text-align: center;
	vertical-align:top;

	font-size:0.5rem;
	color: #444444;
	color: #8888ff;
	color: #4488ff;
	cursor: pointer;
}

td.line9 {
	border: none 0px #000000;
/*
	border-right:0.5px solid #888888;
*/
	color: #8888ff;
	color: #4488ff;
}


/*	フォーム	*/
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 {
/*
*/
	background: none;
	border: none;
	outline: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

}

.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: block;
	display: inline-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: #4488ff;
	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;

	width: 100%;
}


.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;
	z-index: 700;

	visibility:hidden;
}


#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: 30rem;
	max-height: 100vmin;
	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: 999;
	visibility:hidden;
}
#popup input { font-size: 1.6rem; }
#popup input[type="text"] { font-size: 1.33rem; width: 0.67rem; }
#popup select { font-size: 1.6rem; }
#popup .radio1 label{
	font-size: 1.6rem;
}

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

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

	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: 999;
	visibility:hidden;
}


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

	background-color: rgba(50,50,50,0.5);
	z-index: 900;
	visibility:hidden;

}



#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: skyblue;
	background-color:#808283;	/* ★★★ */
	color: #444444; 
	z-index: 800;
}

#footer img {
	height: 48px;
}


/*
#footer:active {
	background-color: #bbbbff;
	background-color: #ffe2e2;
	background-color: #4488ff;
}
*/

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

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

#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;
}

/*
#menu:hover {
	transform: translate(-13.33rem);
}

#menu:hover + #menu-background {
	opacity: 0.5;
	z-index: 999;
}
*/



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

.link1, .link1c, .link1g, .link2, .link2c, .link3 {
	display:inline;
	white-space: nowrap;
	text-decoration: none;
	margin: 0.13rem 0.13rem;
	padding:0.13rem 0.13rem;
	border-radius: 0.33rem 0.33rem 0.33rem 0.33rem;
	line-height: 180%;

	font-size:1.17rem;
	cursor:pointer;
	font-weight:bold;
	background-color: skyblue;
	background-color:#808283;	/* ★★★ */
	color:white;

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

.link1c {
	background-color: #4488ff;
	background-color:#221e1f;	/* ★★★ */
}

.link1g {
	background: #dddddd;
}

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

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

.link2c {
	background-color: #4488ff;
	background-color:#221e1f;	/* ★★★ */
}

.link3 {
	font-size:0.3rem;
}

.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;
}
