@charset "UTF-8";
/* 繝ｬ繧ｹ繝昴Φ繧ｷ繝也畑 繧ｴ繝√Ε繧ｴ繝√Ε */


/* 1024逕ｨ */
@media screen and (max-width: 1200px)
{
	.topper{
		position : fixed;
		background-color : rgba(255,255,255, 0.9); 
		height : 100px;
		width : 100%;

	}

	.clogo{
		padding-top : 10px;
		height : 80px;
		width : 314px;
	}

	#gnav{
		list-style-type : none;
		float : right;
		height : 50px;
		margin-top : 55px;
		width : 642px;
	}

	#gnav li{
		float : left;
		text-align : center;
		font-size : 21px;
		line-height : 2.0;
		font-weight : bold;
		margin-right : 15px;
	}

	#gnav li a{
		color : #050;
	}

	#gnav li a:hover{
		color : #080;
		border-bottom : 3px solid #080;
	}

	#gnav li:nth-child(1){
		width : 66px;
	}

	#gnav li:nth-child(2){
		width : 88px;
	}

	#gnav li:nth-child(3){
		width : 88px;
	}

	#gnav li:nth-child(4){
		width : 88px;
	}

	#gnav li:nth-child(5){
		width : 88px;
	}

	#gnav li:nth-child(6){
		width : 133px;
	}

	.emp{
		height : 80px;
		display : block;
		
	}
	
	#recbox{
		top : 115px;
		right : 95px;
	}
}

.toptext{
	padding-top : 350px;
	margin-bottom : 200px;
}

