@charset "utf-8";
/* CSS Document */

@media screen and (max-width:599px){
/* ============================================================
�T�C�h���j���[*/
/* ============================================================
�T�C�h���j���[�J�� START*/
div.toggle{
	position: fixed;
	right: 4px;
	top: 22px;
	display: block;
	text-align: center;
	width: 54px;
	padding: 32px 0 3px;
	background: rgb(255,255,255);
	color: #000000;
	font-size: 10px;
	z-index: 99;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
div.toggle:before {
	position: absolute;
	display: inline-block;
	content: " \f03a";
	font-family: FontAwesome;
	font-weight: normal;
	width: 20px;
	height: 20px;
	font-size: 20px;
	right: 50%;
	top: 50%;
	margin-right: -10px;
	margin-top: -22px;
}
.fixed div.toggle{
	position: fixed;
	text-align: right;
	width: 100%;
	height: 100%;
	margin: 0;
	top: 0;
	right: 0;
	background: rgba(2, 2, 2, 0.4);
	border: none;
}
.fixed div.toggle:before{
	right: 10%;
}
div.toggleWrap {
	position: fixed;
	width: 275px;
	overflow: auto;
	padding: 10px 5px 0 5px;
	top: 0;
	right: -300px;
	background: #ffffff;
	box-shadow: -3px 0px 3px rgba(0,0,0,0.2);
	z-index: 999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.fixed div.toggleWrap{
	right: 0;
}
}
@media screen and (min-width:600px){
/* ============================================================
�T�C�h���j���[
===========================================================*/
	div.toggleWrap {
		height: auto!important;
	}
}/* PC END */