	/* インフォメーション・下の濃いグレー色ナビ */


	#menu-info, #menu-info ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#menu-info {
		width: 100%;
		margin: 0px auto;
		border-left: 1px solid #999;
	}
	
	#menu-info:before,
	#menu-info:after {
		content: "";
		display: table;
	}
	
	#menu-info:after {
		clear: both;
	}
	
	#menu-info {
		zoom:1;
	}
	
	#menu-info li {
		float: left;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		position: relative;
	}
	
	#menu-info a {
		float: left;
		padding: 1rem 2rem;
		color: #fff;
		font: bold 1.3rem Arial, Helvetica;
		text-decoration: none;
	}
	
	#menu-info li:hover > a {
		color: #fff;
		background: #999;
	}
	
	*html #menu li a:hover { /* IE6 only */
		color: #fafafa;
	}
	
	#menu-info ul {
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 38px;
		left: 0;
		background: #444;
		background: -moz-linear-gradient(#444, #111);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
		background: -webkit-linear-gradient(#444, #111);    
		background: -o-linear-gradient(#444, #111);	
		background: -ms-linear-gradient(#444, #111);	
		background: linear-gradient(#444, #111);

		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	

		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
		
		z-index: 100000; /* 2014-0906追加 / レイヤー順序設定*/
	}

	#menu-info li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu-info ul ul {
		top: 0;
		left: 20rem;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);
	}
	
	#menu-info ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	}
	
	#menu-info ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu-info ul a {    
		padding: 1rem;
		width: 20rem;
		_height: 10px; /*IE6 only*/
		display: block;
		float: none;
		text-transform: none;
	}
	
	#menu-info ul a:hover {
		background-color: #0186ba;
		background-image: -moz-linear-gradient(#04acec,  #0186ba);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
		background-image: -webkit-linear-gradient(#04acec, #0186ba);
		background-image: -o-linear-gradient(#04acec, #0186ba);
		background-image: -ms-linear-gradient(#04acec, #0186ba);
		background-image: linear-gradient(#04acec, #0186ba);
	}
	
	#menu-info ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	#menu-info ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 4rem;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;
	}
	
	#menu-info ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}
	
	#menu-info ul li:first-child a:hover:after {
		border-bottom-color: #04acec; 
	}
	
	#menu-info ul ul li:first-child a:hover:after {
		border-right-color: #0299d3; 
		border-bottom-color: transparent; 	
	}
	
	#menu-info ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	
	/* Mobile */
	#menu-trigger {
		display: none;
	}

	@media screen and (max-width: 600px) {

		/* nav-wrap */
		#menu-wrap {
			position: relative;
		}

		#menu-wrap * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		/* menu icon */
		#menu-trigger {
			display: block; /* show menu icon */
			height: 40px;
			line-height: 40px;
			cursor: pointer;		
			padding: 0 0 0 35px;
			color: #fff;
			font-weight: bold;
			background-image:url(http://mark-production.main.jp/mark-demo/wp-content/uploads/2014/03/trigger-white.png);
			background-repeat: no-repeat;
		}
		
		/* main nav */

		#menu-info {
			margin: 0; padding: 10px;
			position: relative;
			width: 100%;
			background-color: #666;
			display: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		#menu-info:after {
			content: '';
			position: absolute;
			left: 25px;
			top: -8px;
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			border-bottom: 8px solid #444;
		}	

		#menu-info ul {	
			position: static;
			visibility: visible;
			opacity: 1;
			margin: 0;
			background: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;			
		}

		#menu-info ul ul {
			margin: 0 0 0 20px !important;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu-info li {
			position: static;
			display: block;
			float: none;
			border: 0;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			border-bottom: 1px solid #999;	
			padding-top:0.7rem;
			padding-bottom:0.7rem;				
		}

		#menu-info ul li{
			margin-top:0.7rem;
			margin-left: 2rem;
			border-top: 1px dotted #999;	
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu-info a{
			display: block;
			float: none;
			padding: 0;
			color: #fff;
			font-size:1.1rem;
			text-decoration: none;
		}

		#menu-info li a:hover{
			color: #fafafa;
			background: #444;
		}	

		#menu-info ul a{
			padding: 0;
			width: auto;		
		}

		#menu-info ul a:hover{
			background: none;	
		}

		#menu-info ul li:first-child a:after,
		#menu-info ul ul li:first-child a:after {
			border: 0;
		}		

	@media screen and (min-width: 600px) {
		#menu-info {
			display: block !important;
		}
	}

	}	

	/* iPad */
	.no-transition {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#menu-info li:hover > .no-transition {
		display: block;
	}



	/* 濃い青色・下のナビ・英語 */


	#menu-info-en, #menu-info-en ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#menu-info-en {
		width: 100%;
		margin: 0px auto;
		border-left: 1px solid #fff;
	}
	
	#menu-info-en:before,
	#menu-info-en:after {
		content: "";
		display: table;
	}
	
	#menu-info-en:after {
		clear: both;
	}
	
	#menu-info-en {
		zoom:1;
	}
	
	#menu-info-en li {
		float: left;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	
	#menu-info-en a {
		float: left;
		padding: 1rem 2rem;
		color: #fff;
		font: bold 12px Arial, Helvetica;
		text-decoration: none;
	}
	
	#menu-info-en li:hover > a {
		color: #fff;
		background: #999;
	}
	
	*html #menu-info-en li a:hover { /* IE6 only */
		color: #fafafa;
	}
	
	#menu-info-en ul {
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 38px;
		left: 0;
		z-index: 1;    
		background: #444;
		background: -moz-linear-gradient(#444, #111);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
		background: -webkit-linear-gradient(#444, #111);    
		background: -o-linear-gradient(#444, #111);	
		background: -ms-linear-gradient(#444, #111);	
		background: linear-gradient(#444, #111);
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
	}

	#menu-info-en li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu-info-en ul ul {
		top: 0;
		left: 20rem;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}
	
	#menu-info-en ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	}
	
	#menu-info-en ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu-info-en ul a {    
		padding: 1rem;
		width: 20rem;
		_height: 10px; /*IE6 only*/
		display: block;
		float: none;
		text-transform: none;
	}
	
	#menu-info-en ul a:hover {
		background-color: #0186ba;
		background-image: -moz-linear-gradient(#04acec,  #0186ba);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
		background-image: -webkit-linear-gradient(#04acec, #0186ba);
		background-image: -o-linear-gradient(#04acec, #0186ba);
		background-image: -ms-linear-gradient(#04acec, #0186ba);
		background-image: linear-gradient(#04acec, #0186ba);
	}
	
	#menu-info-en ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	#menu-info-en ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 4rem;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;
	}
	
	#menu-info-en ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}
	
	#menu-info-en ul li:first-child a:hover:after {
		border-bottom-color: #04acec; 
	}
	
	#menu-info-en ul ul li:first-child a:hover:after {
		border-right-color: #0299d3; 
		border-bottom-color: transparent; 	
	}
	
	#menu-info-en ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	
	/* Mobile */
	#menu-trigger {
		display: none;
	}

	@media screen and (max-width: 600px) {

		/* nav-wrap */
		#menu-wrap {
			position: relative;
		}

		#menu-wrap * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		/* menu icon */
		#menu-trigger {
			display: block; /* show menu icon */
			height: 40px;
			line-height: 40px;
			cursor: pointer;		
			padding: 0 0 0 35px;
			color: #fff;
			font-weight: bold;
			background-image:url(http://mark-production.main.jp/mark-demo/wp-content/uploads/2014/03/trigger-white.png);
			background-repeat: no-repeat;
		}
		
		/* main nav */

		#menu-info-en {
			margin: 0; padding: 10px;
			position: relative;
			width: 100%;
			background-color: #444;
			display: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		#menu-info-en:after {
			content: '';
			position: absolute;
			left: 25px;
			top: -8px;
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			border-bottom: 8px solid #444;
		}	

		#menu-info-en ul {	
			position: static;
			visibility: visible;
			opacity: 1;
			margin: 0;
			background: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;			
		}

		#menu-info-en ul ul {
			margin: 0 0 0 20px !important;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu-info-en li {
			position: static;
			display: block;
			float: none;
			border: 0;
			margin: 5px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;			
		}

		#menu-info-en ul li{
			margin-left: 20px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu-info-en a{
			display: block;
			float: none;
			padding: 0;
			color: #999;
		}

		#menu-info-en a:hover{
			color: #fafafa;
		}	

		#menu-info-en ul a{
			padding: 0;
			width: auto;		
		}

		#menu-info-en ul a:hover{
			background: none;	
		}

		#menu-info-en ul li:first-child a:after,
		#menu-info-en ul ul li:first-child a:after {
			border: 0;
		}		

	@media screen and (min-width: 600px) {
		#menu-info-en {
			display: block !important;
		}
	}

	}	

	/* iPad */
	.no-transition {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#menu-info-en li:hover > .no-transition {
		display: block;
	}