@charset "utf-8";

/**
 *
 *  Not Found
 *　404
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#NotFound{
	padding-bottom: 95px;	
}
#NotFound .txt-area{
	width: 900px;
	margin: 0 auto;
	padding: 100px 0 95px;
	background:#F4F4F7;
	text-align:center;	
}

#NotFound .txt-area h2{
	margin-bottom: 20px;
	color:#4573B9;
	font-size:215%;
}
#NotFound .txt-area .txt{
	margin-bottom: 30px;
	line-height:1.8;
}
#NotFound .txt-area .btn{
	width: 280px;
	margin: 0 auto;
}
#NotFound .txt-area .btn a{
	background:#4574BA;
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/


}