html {
    font-size: 18px;
    background-color: aliceblue;
}

body {
    font-family: a-otf-ryumin-pr6n, serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 1.0rem;
    line-height: 1.5;
    /* position: absolute; */
    max-width: 903px;
    padding: 10px 30px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
}

p {
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

div {
    clear: both;
}

.notice {
    color:red;
    font-weight: bold;
}

#header {
    color:red;
    font-size: 0.8rem;
}

h1 {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

img {
    max-width: 100%;
}

#mainCanvas {
    cursor: pointer; /* カーソルを手にする */
    cursor: hand; /* カーソルを手にする（IE6対応） */
}
#checkSheet {
    margin-right: auto;
    margin-left: auto;
}
#checkSheet table {
    border-collapse: collapse;
    border: solid 2px black;
    width: 85vw;
    max-width: 903px;
}
#checkSheet table th {
    background-color: #cccccc;
    padding: 2px;
    text-align: center;
    font-size: 1.0rem;
}
#checkSheet table td {
    text-align: center;
    padding: 2px;
    font-size: 1.0rem;
}
#checkSheet table td#itemName {
    background-color: #cccccc;
    text-align: center;
    padding: 2px;
    font-size: 1.0rem;
}
#title img {
    width: 100%;
    max-width: 903px;
}
.button {
    font-size: 1.0rem;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    cursor: pointer; /* カーソルを手にする */
    cursor: hand; /* カーソルを手にする（IE6対応） */
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    background: linear-gradient(#b7f7ff 0%, #16c0d6 100%);
/*    background: #668ad8;/*ボタン色*/
    color: #000000;
    border-bottom: solid 4px #627295;
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
/*    box-shadow: 2px 2px #cccccc;
    outline: none;
    clear: both;
}
.button:active {/*ボタンを押したとき*/
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px); /* 下に動く */
    /* border-bottom: none;線を消す */
    border-radius: 10px;
    box-shadow: 0px 0px;
}
.button_jump {
    font-size: 1.0rem;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    cursor: pointer; /* カーソルを手にする */
    cursor: hand; /* カーソルを手にする（IE6対応） */
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    background:  linear-gradient(#ccff88 0%, rgb(149, 216, 16) 100%);
/*    background: rgb(185, 247, 61) ;/*ボタン色*/
    color: #000000;
    border-bottom: solid 4px #668888;
    border-radius: 10px;
    box-shadow: 2px 2px #cccccc;
    outline: none;
    clear: both;
}
.button_jump:active {/*ボタンを押したとき*/
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px); /* 下に動く */
    /* border-bottom: none;線を消す */
    border-radius: 10px;
    box-shadow: 0px 0px;
}
.button_folder {
    font-size: 0.8rem;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    cursor: pointer; /* カーソルを手にする */
    cursor: hand; /* カーソルを手にする（IE6対応） */
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    background: #cccccc;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #888888;
    border-radius: 10px;
    box-shadow: 2px 2px #cccccc;
    outline: none;
    clear: both;
}
.button_folder:active {/*ボタンを押したとき*/
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px); /* 下に動く */
    /* border-bottom: none;線を消す */
    border-radius: 10px;
    box-shadow: 0px 0px;
}
.button_disabled {
    font-size: 1.0rem;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    cursor: pointer; /* カーソルを手にする */
    cursor: hand; /* カーソルを手にする（IE6対応） */
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    text-decoration: none;
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 10px;
    box-shadow: 2px 2px #cccccc;
    outline: none;
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*下に動く*/
    border-bottom: none;/*線を消す*/
    background: #cccccc;
    clear: both;
}

.l-bubble {
    clear: both;
    float: left;
    position: relative;
    padding-top: 18px;
    margin-right: 40px;
    margin-bottom: 20px;
}

.l-bubble:before {
	position: absolute;
	top: 20px;
	left: 15px;
	z-index: 1;
	height: 0;
	width: 0;
	border-style: solid none none solid;
	border-width: 10px;
	border-color: #AAAAAA transparent;
	content: "";
    transform: rotate(30deg);    
}

.l-bubble:after {
	position: absolute;
	top: 23px;
	left: 16px;
	z-index: 3;
	height: 0;
	width: 0;
	border-style: solid none none solid;
	border-width: 12px;
	border-color: #CCFF88 transparent;
	content: "";
    transform: rotate(30deg);    

}

.l-bubble-wrap {
	background-color: #BBFF77;
    border-radius: 15px;
    margin-left: 22px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(0, 0, 0, 0.1) inset;
}

.bubble-text {
	position: relative;
	z-index: 2;
	padding: 4px 12px;
	/* background-color: #FCFCFC; */
	border-style: solid;
	border-width: 1px;
	border-color: #AAAAAA #999999 #777777;
	border-radius: 15px;
	color: #333333;
}

.l-bubble-name {
	position: absolute;
	overflow: hidden;
	top: 0;
	font-size: 14px;
	white-space: nowrap;
}

.r-bubble {
    float: right;
    clear: both;
    position: relative;
    padding-top: 18px;
    margin-left: 40px;
    margin-bottom: 20px;
}

.r-bubble:before {
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 1;
	height: 0;
	width: 0;
	border-style: solid solid none none;
	border-width: 10px;
	border-color: #AAAAAA transparent;
	content: "";
    transform: rotate(-30deg);    
}

.r-bubble:after {
	position: absolute;
	top: 23px;
	right: 16px;
	z-index: 3;
	height: 0;
	width: 0;
	border-style: solid solid none none;
	border-width: 12px;
	border-color: #f9f9f9 transparent;
	content: "";
    transform: rotate(-30deg);    

}

.r-bubble-wrap {
	background-color: #f9f9f9;
    border-radius: 15px;
    margin-right: 22px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(0, 0, 0, 0.1) inset;
}

.r-bubble-text {
	position: relative;
	z-index: 2;
	padding: 8px 12px;
	/* background-color: #FCFCFC; */
	border-style: solid;
	border-width: 1px;
	border-color: #AAAAAA #999999 #777777;
	border-radius: 15px;
	color: #333333;
}

.r-bubble-name {
	position: absolute;
	overflow: hidden;
    top: 0;
    right: -3px;
	font-size: 14px;
	white-space: nowrap;
}

.rd-bubble {
    float: right;
    clear: both;
    position: relative;
    padding-top: 18px;
    margin-left: 40px;
    margin-bottom: 20px;
}

.rd-bubble:before {
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 1;
	height: 0;
	width: 0;
	border-style: solid solid none none;
	border-width: 10px;
	border-color: #AAAAAA transparent;
	content: "";
    transform: rotate(-30deg);    
}

.rd-bubble:after {
	position: absolute;
	top: 23px;
	right: 16px;
	z-index: 3;
	height: 0;
	width: 0;
	border-style: solid solid none none;
	border-width: 12px;
	border-color: #995776 transparent;
	content: "";
    transform: rotate(-30deg);    

}

.rd-bubble-wrap {
	background-color: #660033;
    border-radius: 15px;
    margin-right: 22px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(0, 0, 0, 0.1) inset;
}

.rd-bubble-text {
	position: relative;
	z-index: 2;
	padding: 8px 12px;
	/* background-color: #FCFCFC; */
	border-style: solid;
	border-width: 1px;
	border-color: #AAAAAA #999999 #777777;
	border-radius: 15px;
	color: #fff;
}

.rd-bubble-name {
	position: absolute;
	overflow: hidden;
    top: 0;
    right: -3px;
	font-size: 14px;
	white-space: nowrap;
}

#gbfooter {
    font-family: Meiryo, ‘メイリオ’, Hiragino Kaku Gothic Pro, ‘ヒラギノ角ゴ Pro W3’,sans-serif;
    font-size: 10px;
}