.xhandsontable th,
.xhandsontable td {
    font-size:1rem;
}

#contMain{
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display:inline-block;
}

#vvcVideoArea {
    width: 420px;
    height: 100%;
    display:inline-block;
    border:0px solid #a0f0a0;
    vertical-align: top;
}
#vvcGrid{
    height: 100%;
    display:inline-block;
    border:1px solid #000;
    vertical-align: top;white-space: nowrap;
    font-size:1em;
}
#vvcPlayerStatus {
    width: 400px;
    margin-top: 0;
    color: #00ee00;
    background-color: #000000;
    text-align: center;
}
#vvcTimeNow {
    font-size: 2.8em;
}
#vvcTimeAll {
    font-size: 1.8em;
}
.gridcontrol button{
    font-size: 1.2rem;
    margin: 3px 7px;
    padding: 0 7px;
    text-decoration: none;
    color: #000000;
    background-color: #eeeeee;
    border: 1px solid #999999;
}
.gridcontrol button:hover {
    box-shadow: none;
    color: #333333;
    background: #ffffff;
  }
.videocontrol button{
    font-size: 2rem;
    margin: 0 3px;
    padding: 0 3px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    background-color: #eeeeee;
}
.squareButton {
    position: relative;
    display: inline-block;
    border-radius: 0;
    transition: .2s;
}
.squareButton:hover {
    color: #ffffff;
    background: #636363;
}

.roundButton {
    position: relative;
    display: inline-block;
    border-radius: 17px;
    transition: .2s;
}
.roundButton:hover {
    color: #ffffff;
    background: #636363;
}

.roundLeftButton {
    position: relative;
    display: inline-block;
    border-radius: 17px 0 0 17px;
    transition: .2s;
}
.roundLeftButton:hover {
    color: #ffffff;
    background: #636363;
}

.roundRightButton {
    position: relative;
    display: inline-block;
    border-radius: 0 17px 17px 0;
    transition: .2s;
}
.roundRightButton:hover {
    color: #ffffff;
    background: #636363;
}

#vvcPlayerStatus {
    width: 400px;
    margin-top: 0;
    color: #00ee00;
    background-color: #000000;
    text-align: center;
}
#vvcTimeNow {
    font-size: 2.8em;
}
#vvcTimeAll {
    font-size: 1.8em;
}

#vvcPlayerButtons {
    margin-top: 14px;
    width: 400px;
}
#vvcPlayerSync {
    margin-top: 14px;
    width: 400px;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
}
#vvcPlayerSync form{
    padding: 3px;
}
#vvcPlayerInfo {
    margin: 14px 0;
    width: 400px;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
}
#vvcPlayerInfo span{
    padding: 3px;
}

#vvcPlayerSync label {
	cursor: pointer;
	position: static;
	top: 0;
	left: 0;
}
#vvcColors{
    font-size: 0;
    display: none;
}
.vvcColor {
    cursor : pointer;
    font-size: 32px;
    padding:6px;
    display: inline-block;
}

/* ラベルのcheckboxはマウスカーソルを変える */
label, input[type='checkbox']{
    cursor: pointer;
}
input[type='url']{
    cursor: pointer;
}

/* 文字の大きさ調整 */
.font06 {
    font-size: 0.6rem;
}
.font08 {
    font-size: 0.8rem;
}
.font10 {
    font-size: 1.0rem;
}
.font12 {
    font-size: 1.2rem;
}
.font14 {
    font-size: 1.4rem;
}
.font16 {
    font-size: 1.6rem;
}
.font18 {
    font-size: 1.8rem;
}
.font20 {
    font-size: 2.0rem Sans-serif;
}
.font22 {
    font-size: 2.2rem;
}
.font24 {
    font-size: 2.4rem;
}
.font26 {
    font-size: 2.6rem;
}
.font28 {
    font-size: 2.8rem;
}
.font30 {
    font-size: 3.0rem Sans-serif;
}

/* ショートカットのトグルボタン */
input#chkShortcut[type="checkbox"] {
    display: none;
}
/* ショートカットのトグルボタン：通常時 */
input#chkShortcut[type="checkbox"] + label.check {
    position: relative;
    top: 7px;
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 28px;
    color: #969696;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    background-color: #ffffff;
}
/* ショートカットのトグルボタン：チェック時 */
input#chkShortcut[type="checkbox"]:checked + label.check {
    border: 1px solid lightSeaGreen;
    background-color: lightSeaGreen;
}
/* ショートカットのトグルボタン：オフの文字 */
input#chkShortcut[type="checkbox"] + label.check::before {
    content: "OFF";
    position: absolute;
    top: 0px;
    left: auto;
    right: 6px;
}
/* ショートカットのトグルボタン：オンの文字 */
input#chkShortcut[type="checkbox"]:checked + label.check::before {
    content: "ON";
    position: absolute;
    left: 6px;
    right: auto;
    color: #ffffff;
}
/* ショートカットのトグルボタン：つまみ */
input#chkShortcut[type="checkbox"] + label.check > div {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 22px;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    background-color: #ffffff;
    transition: 0.2s;
}
/* ショートカットのトグルボタン：つまみのオン */
input#chkShortcut[type="checkbox"]:checked + label.check > div {
    border: 1px solid transparent;
    left: 44px;
}
