#icons ul{ 
 margin: 0 auto; 
 height:15px;
 padding:0;
}

#navre a {
  float: left;
  margin: 0;
  padding: 0; 
  font-size:14px;
  display: block;
  text-decoration: none;
}

/* PC（最小1000px） */
@media only screen and (min-width:1000px) {
	a.toppage{display:none;}

	header{
		display: block;
		height:50px;
		width:100%;
		margin:0px;
		padding:0px;
		position:fixed;
		top:0px;
		z-index:103;
		background-color:rgba(255,255,255,0.8);
	}
	 #flower{
		display: block;
		height:34px;
		width:168px;
		margin:8px 0px 0px 15px;
		padding:0px;
		float:left;
	}
	#flower a{
		display: block;
		height:34px;
		width:168px;
		background: url(../images/flowerrobotics.png);
		background-size:contain;
		text-indent:-9999px;
	}
	#lang{
		display: block;
		height:12.5px;
		margin-right:20px;
		padding-top:20px;
		font-size:10px;
		line-height:12.5px;
		z-index:102;
		float:right;
	}
	#lang a{
		text-decoration:none;
		color:#aaa;
	}
	  #back{
			 display: none;
	  }
	#menu-box{
		float:left;
		display:block;
		float:right;
	}
	#menu-box .legal{display:none;}
	#navre{
		padding-top:20px;
		margin:0;
	}
	#navre a{
		float:left;
		display:block;
		color:#000;
		height:12.5px;
		background-size:contain;
		background-repeat: no-repeat;
		margin-right:20px;
	}
	#navre a.vision,
	#navre a.works,
	#navre a.company,
	#navre a.contact{
		text-indent: 0px;
		font-size:12.5px;
		line-height:12.5px;
		font-weight:bold;
	}
	#navre a.toppage{
		text-indent:-9999px;
	}
	
	#icons{
		font-size:11px;
		line-height:15px;
		float:right;
		text-align:rigit;
		padding:0;
		height:20px;
		margin-top:7.5px;
		display:block;
		position:absolute;
		right:20px;
		top:0px;
	}
}

/* スマートフォン（最大999px） */
@media only screen and (max-width: 999px) {
	header{
		display: block;
		height:50px;
		width:100%;
		margin:0px;
		padding:0px;
		position:fixed;
		top:0px;
		z-index:103;
		background-color:rgba(255,255,255,0.8);
	}
	.top_slide{
		margin-bottom:30px !important;
		margin-top:60px !important;
	}
  #menu-box{
	  margin: 0;
	  padding: 0;
  }
	#flower{
		display: none;
	}
	#lang{
		display: block;
		height:20px;
		width:85px;
		margin:0px;
		padding:0px;
		position:absolute;
		text-align:center;
		font-size:10px;
		top:20px;
		right:40px;
		z-index:1000;
		color:#000;
	}
	#lang a{
		display: inline;
		text-decoration:none;
		color:#aaa;
	}
	#lang a:hover{
		color:#000;
	}
	.naver-wrapper{
	background-color:rgba(255,255,255,0.8);	
	}
  #navre{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: right top;
  }
  #navre a{
	width: 100%;
	text-align: center;
	margin: 0px;
	padding:14px 0;
	color:#000;
	border-bottom:1px solid #ccc;
	float: left;
	height:15.5px;
	background-size:auto 15.5px;
	background-repeat:no-repeat;
	line-height:15.5px;
	background-position: center center;
	}
	#navre a.toppage{
		border-top:1px solid #ccc;
	}
.naver-handle{
    width: 100%;
    display: block;
    position: relative;
    padding: 0px;
    margin: 8px 15px;
    text-align: center;
	text-indent:-9999px;
    text-decoration: none;
	height:34px;
	background: url(../images/flowerrobotics.png);
	background-size:contain;
	 background-repeat: no-repeat;
  }
  #play{
	display:none;
  }
	#icons{ 
		height:15px;
		display:block;
		float:right;
		margin: 0 auto;
		margin: 7.5px 20px;
	}
	#back{
		position: fixed;
		bottom:35px;
		right:10px;
		z-index:101;
		display:block;
		width:40px;
		height:40px;
		background: url(../images/back.png);
		 text-indent:-9999px;
		background-repeat: no-repeat;
	  }
}

