@charset "utf-8";
/* CSS Document */
/*.tag{
	left:0;
	top:0;
	position:fixed;
	background-color:#FFF;
	border:solid 1px #000000;}*/
#header
			{
	margin-left: 0px;
	position: fixed;
	top: 0;
	left: 0%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: left 0.4s ease, right 0.4s ease, margin 0.4s ease;
	-moz-transition: left 0.4s ease, right 0.4s ease, margin 0.4s ease;
	transition: left 0.4s ease, right 0.4s ease, margin 0.4s ease;
	z-index: 10000;
	border-bottom:solid 1px #414141;
	/*background-image: url(../image/creative_logo.png);
	background-repeat: no-repeat;
	background-position: left top;*/
			}
			html.mm-opened #header
			{
				margin-left: 0px;
				left: 0%;
			}
			html.mm-opening #header
			{
				margin-left: -0px;
				left: 100%;
			}
	@media all and (min-width: 768px) {
	html.mm-opening #header
	{
		left: 280px;
	}
	.mm-menu ul li{
	clear:both;
	float:left;
	width:280px;}
	
/*	.tag{
	left:0;
	top:0;
	position:fixed;
	background-color:#FFF;
	border:solid 1px #000000;}*/
	}
@media (min-width:220px) and (max-width: 767px) {
	.mm-menu ul li{
	clear:both;
	float:left;
	width:280px;}
	html.mm-opening #header
	{
		left: 280px;
	}
	
	}