@charset "utf-8";
/* CSS Document */

/* 表示ボタン */
.openBtn {
	cursor: pointer;
}
 
.openBtn:hover {
opacity: 0.7;
}
 
/* 説明文 */
.textArea {
display: none;
}
