@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}

body{
	margin:0px;
	fontfamily:"Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
	background-color: #111111;
	width: 100%;
	font-size: 1.5rem;
}

*, *::before, *::after {
	box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

.header .rogo {
	margin: 10px 20px;
}


.g_nav {
	display:block;
	width: 100%;
	height: 45px;
	text-align: center;
	margin-bottom: 15px;
	border-top: 1px solid rgba(255,255,255,0.70);
	border-bottom: 1px solid rgba(255,255,255,0.70);
	font-size: 0px;
	}

.g_nav ul {
	display: inline-block;
	list-style-type: none;
	height: 45px;
	width: 842px;
	padding: 0px;
	margin: 0px auto;
}

.g_nav .nav-item {
	display: inline-block;
	margin: 0px auto;
}

.g_nav .nav-item a {
	display: inline-block;
	width: 140px;
	height: 43px;
	line-height: 43px;
	font-size: 1.4rem;
	color: #A6A6A6;
	letter-spacing: 1px;
	border-right: 2px solid #FFFFFF;
	transition: 0.2s;
	
}

.g_nav .nav-item a:hover {
	background-color:rgba(255,255,255,0.40);
	color:#000000;
}

.g_nav ul li:first-of-type {
   border-left: 2px solid #FFFFFF;	
}


footer{
	font-size: 1.0rem;
	color:#FFFFFF;
	background-color: #444444;
	width: 100%;
	height: 80px;
	text-align: center;
	padding-top: 40px; 
}

footer .copyright{

}

.clearfix::after {
	content:'';
	display: block;
	clear: both;
}


@media (max-width: 768px) {
	header .rogo img {
		width: 100px;
		height: auto;
	}
	
	.g_nav ul {
		width: 332px;
	}
	
	.g_nav .nav-item a {
		width: 110px;
		font-size: 1.2rem;
	}
	
	.g_nav ul li:nth-of-type(4) {
   border-left: 2px solid #FFFFFF;	
}
	
	
	
	
	
}




