@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

#calendar{
	display: none ;
}

aside ul.pages{
	display: none;
}

aside nav div:nth-of-type(2){
	display: none;
}

.recruit-btn{
	display: block;
	width: 400px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #ff6300;
	margin: 30px auto 0;
	text-align: center;
}

/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px){
	.recruit-btn{
	width: 100%;
}
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}