/*
========================================

    page404.css

========================================
*/


div.page404{
	text-align: left;
    max-width: 1024px;
    width: calc(100% - 20px);
    margin: 0 auto;
	}

div.page404 h3{
	font-size: 24px;
	line-height: 36px;
	}
div.page404 p{
	text-align: left;
	}
div.page404 p.tex1{
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 120px;
	}
div.page404 p.tex2{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9dbda;
	}