@charset "utf-8";
/* css by OOparts */

/* @media (max-width:767px) */
#layout_right {
	max-width:none;
	width:100%;
	right:-100%;
}
#layout_right.active {
	right:0;
}
#quick_menu {
	top:auto;
	bottom:0;
}
#layout_right.active #quick_menu {
	left:0;
	right:100%;
	bottom:-100px;
	width:100%;
}
#quick_content {
	width:100%;
}