@charset "utf-8";

.notfound-title{
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0 10px;
}
.notfound-txt{
	line-height: 1.6;
	margin: 0 0 20px;
}


/* 都道府県から探す */
.notfound-search{
	margin: 0 0 30px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}
.notfound-search-title{
	background: #bfc0c0
}
.notfound-search-inner{
	padding:20px 15px 0;
}
.notfound-search dl{
	margin:0 0 13px;
	padding:0 0 13px 30px;
	border-bottom: 1px dotted #ccc;
}
.notfound-search dl.lastChild{
	padding:0 0 20px 30px;
	border-bottom: none;
}
.notfound-search dt{
	width: 130px;
	float: left;
	font-weight: bold;
	font-size:110%;
}
.notfound-search dt img{
	vertical-align: bottom;
}
.notfound-search dd{
	width: 720px;
	float: right;
	padding: 1px 0;
	font-size:108%;
}
.notfound-search dd a{
	margin: 0 25px 0 0;
}


.notfound-bt a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	width: 400px;
	padding: 20px 0 20px 20px;
	margin: 0 auto 50px;
	border: 1px solid #ccc;
	border-radius: 8px;
	background: url(/img/notfound/notfound_bt_ic.png) no-repeat 10px center, -moz-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
	background: url(/img/notfound/notfound_bt_ic.png) no-repeat 20px center, -webkit-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
	color: #014bb4;
}


/* --------------------------------
 ie6テキスト消えるの
-------------------------------- */
* html .notfound-search dd{
	zoom: 1;/* IE6 */
}
*:first-child+html .notfound-search dd{
	zoom: 1;/* IE7 */
}

/* --------------------------------
 clearfix
-------------------------------- */
.notfound-search dl:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .notfound-search dl{
	zoom: 1;/* IE6 */
}
*:first-child+html .notfound-search dl{
	zoom: 1;/* IE7 */
}
   



