

#navre a {
	float: left;
	margin: 0;
	padding: 0; 
	font-size:16px;
	line-height:16px;
	display: block;
	font-weight:normal;
	text-decoration: none;
	text-align:center;
	position: relative;
	display: inline-block;
}

#navre a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: .3s;
}
#navre a:hover::after {
	width: 80%;
}

#back{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#back a:hover {
	background: #000;
	color: #FFF;
}

#backtotop{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:1000;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#backtotop a{
	width: 60px;
	height: 50px;
	background: #f39800;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #fff;
	padding: 10px 5px 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#backtotop a:hover {
	background: #f6ab00;
	color: #FFF;
}

/* PC（最小1001px） */
@media only screen and (min-width:1001px) {

	#top_logo{
		display: block;
		height:50px;
		width:300px;
		margin:0 ;
		padding:15px 30px;
		z-index:1000;
		text-align:center;
	}
	
	#top_logo a{
		display: block;
		height:50px;
		width:50px;
	}
	
	#top_logo a img{
		display:inline-block;
		height:50px;
		width:50px;
	}

	#top_logo p{
		margin-top:5px;
		margin-left:60px;
		width:200px;
		font-weight:normal;
		color:#000;
	}
	
	p#top_14{
		font-size:14px;
		position:absolute;
		top:10px;
	}
	
	p#top_18{
		font-size:18px;
		position:absolute;
		top:32px;
	}

	#menu-box{
		position:absolute;
		top:0px;
		right:0px;
		width:660px;
		height:80px;
		z-index:101;
	}
	
	#navre{
		padding:15px 0;
		margin:0;
	}
	#navre a{
		display:block;
		color:#000;
		padding:29px 35px 10px 0;
		height:16px;
		font-weight:normal;
		text-decoration: none;
	}
	#navre a:hover {
		filter: alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
		color:#000;
	}

	#back a{
		width: 50px;
		height: 35px;
		background: #999;
		border-radius: 70px;
		-moz-border-radius: 70px;
		-webkit-border-radius: 70px;
		color: #fff;
		padding: 5px 0px 10px;
		display: block;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		line-height:16px;
		text-decoration: none;
		filter: alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
	}
	
}


/* スマートフォン（最大1000px） */
@media only screen and (max-width: 1000px) {

	#top_logo{
		display: block;
		height:50px;
		width:300px;
		margin:0;
		padding:10px 20px;
		position: fixed;
		top:0px;
		z-index:1000;
		text-align:center;
	}
	
	#top_logo a{
		display: block;
		height:50px;
		width:50px;
	}
	
	#top_logo a img{
		display:inline-block;
		height:50px;
	}

	#top_logo p{
		margin-top:0px;
		margin-left:60px;
		width:200px;
		font-weight: normal;
	}
	
	p#top_14{
		font-size: 14px;
		position: fixed;
		top: 8px;
	}
	
	p#top_18{
		font-size:18px;
		position:  fixed;
		top: 30px;
	}

	
  #menu li{
	width: 100%;
	text-align: center;
  }
	#menu li a{
	  padding: 5px 0 3px;
	  background: #333;
	  color: #fff;
	  border-bottom:1px solid #666;
	}
  #menu-box{
  top:0;
  	width:100%;
	  padding: 0;
	  z-index:999;
	  position:fixed;
  }


  #navre{
		width: 100%;
		height:60px;
		margin: 0px auto;
		padding:5px 0 0;
		background-color:#fdd000;
		z-index:105;
  }
  
  #navre a{
		width: 100%;
		padding: 10px 0 10px;
		background-color:#f6b32a;
		border-bottom:1px solid  #FDD000;
		float: none;
	}
	
  #navre a:hover{
		filter: alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
	}

	.naver-handle{
		width: 100%;
		display: block;
		position: relative;
		padding: 15px 0 15px;
		text-align: center;
		text-decoration: none;
		height:30px;
		 text-indent:-9999px;
		 background-repeat: no-repeat;
	}

	#back a{
		width: 50px;
		height: 50px;
		background: #999;
		border-radius: 70px;
		-moz-border-radius: 70px;
		-webkit-border-radius: 70px;
		color: #fff;
		padding: 5px 0px 10px;
		display: block;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		line-height:16px;
		text-decoration: none;
	}
	
}