@charset "utf-8";
/* ===================================================================
CSS Document

 file name  :style.css
 style info  404
=================================================================== */


/*-------------------------------------

 共通

-------------------------------------*/
#breadCrumb h1:before{
	background:url(../../img/404/bread_icon_404.png) no-repeat 0 0  ;
}


/*-------------------------------------

 404

-------------------------------------*/
.f404 #catImg{
	background:#F1EFF0 url(../../img/404/cat_top_ttl_bg.jpg) no-repeat center 0;
}
.f404 h3 img {
	width:100%;
	max-width:1500px;
	height:auto;
}
.f404 h4 {
	font-size:150%;
	text-align:center;
}
.f404 p{
	font-size:108%;
	padding:10px 0 20px 0;
	line-height:1.9;
}
.f404 a{
	color:#1f67b0;
}
.f404 a:hover{
	color:#2c8ef1;
}
