@charset "utf-8";
/* ================================================ CSS Information
 File Name:      e404.css
 Author:         Akira Honda
 Last updated:   2015/8/5
 Style Info:     404ページの定義
 Notes:          
================================================================ */


.e404-container .page-title {
	line-height: 1;
	padding-top: 70px;
	font-family: "Arial Black", Gadget, sans-serif;
	}
	.e404-container .page-title .code {
		display: block;
		font-size: 80px;
	}
	.e404-container .page-title .msg {
		font-size: 30px;
	}


.e404-container .content {
	width: 640px;
	margin-bottom: 150px;
}
