@charset "utf-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: 404ページ用CSS                                                             */
/* 作成日: 2015-06-22                                                               */
/* 最終更新日: 2018-08-06       　                                                  */
/*                                                                                  */
/* ################################################################################ */

div {
	width:950px;
	height:300px;
	margin:0 auto;
	line-height:28px;
	padding:20px;
	border:1px solid #100f75;
}

h1 {
	background: url(//www.fujicars.jp/error/img/arrow_icon.jpg) no-repeat left 2px;
	padding-left: 50px;
	font-size: 18px;
	margin: 0;
}

.divBottom {
	border: none;
	width:400px;
	height:100px;
	margin:0 auto;
	text-align:center;
}

ul li {
	list-style-type: none;
}

.divBottom a {
	display: block;
}

a:link, a:link  { text-decoration: none;} 
a img { border-style:none;}

@media screen and (max-width: 736px) {
img {
	width: 50%;
	height: auto;
}

a span {
	display: none;
}

h1 {
	margin-left: -10px;
}

div {
	width: 80%;
	height: auto;
	margin:0 auto;
	line-height:28px;
	padding: 10px;
	border: 1px solid #100f75;
}

ul {
	padding-left: 0;
}

p {
	border-bottom: 1px dotted #333333;
	padding-bottom: 10px;
}

ul li {
	margin-bottom: 30px;
}
div .divBottom{
	border: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
}


