@charset "utf-8";

.CScoreInfo {
	line-height: 250%;
	font-family: 'VL PGothic', Osaka, Arial, 'ＭＳ Ｐゴシック', sans-serif;
	position: relative;
}

.CTrayText {
	text-align: center;
	line-height: 120%;
	font-family: 'IPA P明朝', 'ＭＳ Ｐ明朝', cursive, serif;
	font-size: large;
	font-weight: 600;
}

.CPieceCell {
	width: 28px;
	height: 32px;
	font-size: 9px;
	text-align: center;
	background-repeat: no-repeat;
}

.CMoveButton {
	text-align: center;
	padding: 4px 0 0 0;
	font-size: small;
	line-height: 100%;
	margin: 0;
}

input.ArrowHead {
	background: url("/zope/shogi/Icons/ar_head");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #eee;
	border-width: 1px;
	padding: 0px 10px 0px 10px;
	height: 14px;
	cursor: pointer;
}
input.ArrowBack {
	background: url("/zope/shogi/Icons/ar_back");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #eee;
	border-width: 1px;
	padding: 0px 10px 0px 10px;
	height: 14px;
	cursor: pointer;
}
input.ArrowPrev {
	background: url("/zope/shogi/Icons/ar_prev");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #eee;
	border-width: 1px;
	padding: 0px 10px 0px 10px;
	height: 14px;
	cursor: pointer;
}
input.ArrowNext {
	background: url("/zope/shogi/Icons/ar_next");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #eee;
	border-width: 1px;
	padding: 0px 10px 0px 10px;
	height: 14px;
	cursor: pointer;
}
input.ArrowFore {
	background: url("/zope/shogi/Icons/ar_fore");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #eee;
	border-width: 1px;
	padding: 0px 10px 0px 10px;
	height: 14px;
	cursor: pointer;
}
input.ArrowTail {
	background: url("/zope/shogi/Icons/ar_tail");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #eee;
	border-width: 1px;
	padding: 0px 10px 0px 10px;
	height: 14px;
	cursor: pointer;
}
input.ArrowNoop {
	background: url("/zope/shogi/Icons/ar_noop");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #eee;
	border-width: 1px;
	padding: 0px 10px 0px 10px;
	height: 14px;
	cursor: pointer;
}

