html {
	touch-action: manipulation;
}

#banmen,#tekiKomadai,#oreKomadai{
	font-size: 120%;
}
#banmen {
	table-layout: fixed;
}
#tekiKomadai, #oreKomadai {
	width : 100%;
	height : 180px;
}
#banmen,#tekiKomadai,#oreKomadai{
	border: solid 2px;
	border-color: black;
	background-color:cornsilk;
	font-weight:bold;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.wood{
	background-color: burlywood;
}
/*ˆÈ‰º‘Î‹Çis—p*/
.gote{
	-webkit-transform: rotate(-180deg);
	-moz-transform : rotate(-180deg);
	filter: progid:DXimageTransform.Microsoft.BasicImage(rotation=2);
	transform: rotate(180deg);
}
#banmen td{
	border: solid 1px black;
	cursor : pointer;
	text-align : center;
	
	height :60px;
}
#tekiKomadai, #oreKomadai{
	cursor : pointer;
	text-align : center;
}
#kifuarea,#sendMsgArea,#recieveMsgArea{
	height :100%;
	width : 100%;
}
.nari{
	color: red;
}
.hint{
	border: solid 5px red;
	background-color: blue  ;
}
.lasthand{
	background-color: orange  ;
	font-weight: bold;
	-webkit-filter: blur(0px);
}
.idouka{
	background-color: pink;
	-webkit-filter: blur(0px);
}
.rotate{
	-webkit-transform: rotate(-180deg);
	-moz-transform : rotate(-180deg);
	filter: progid:DXimageTransform.Microsoft.BasicImage(rotation=2);
	transform: rotate(180deg);
}
.timeCount {
	font-size   : 100%;
	transform   : scale(1, 1.7);   /* 変形 横,縦 */
	display: inline-block;
}

.kifuBtn {
	font-size   : 17px;
}
