
/*****************************************************************
トグルボタン関連のコードほかにも使うなら分離の可能性あり
*****************************************************************/

.tg_icon{
	position: absolute;
	right: 0;
	top:0;
	user-select: none;
	cursor: pointer;
	font-weight: bold;
}
.tg_open{
	position: absolute;
	right: 0;
	top:0;

	width: 1em;

	text-align: center;
}
.tg_close{
	position: absolute;
	right: 0px;
	top: 2px;

	width: 1em;

	text-align: center;
	display: none;
}


.toggle{
	display:none;
}

@media only screen and (min-width: 769px) {
	.tg_icon{
		font-size: 28px;
	}
}
