@charset "UTF-8";
/* sp(320px) */

/*headline*/
#pageNotfound #headline {
	background-image: url(../img/notfound/bg_headline_sp.jpg);
}

#pageNotfound .hl_bar {
	background-color: #f5f5f5;
	padding: 1em 1em;
	line-height: 1.3;
}
#pageNotfound .hl_bar span {
	display: inline-block;
	border-left: 5px solid #1cc8dc;
	padding-left: 0.8em;
}

#pageNotfound .list_sitemap {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

#pageNotfound .list_sitemap li {
	background: url(../img/share/dot_gray.png) repeat-x left bottom;
	padding-bottom: 1.4em;
	margin-bottom: 1.4em;
	padding-left: 1em;
	padding-right: 1em;
}
#pageNotfound .list_sitemap li a {
	display: block;
	color: #000;
	position: relative;
}
#pageNotfound .list_sitemap li a:after {
	content: '';
	border-top: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	position: absolute;
	right: 20px;
	top: 8px;
	transition: all 300ms 0s ease;
}

@media handheld, print, screen and (min-width: 374px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 413px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 481px) {
/* tablet */

#pageNotfound.list_sitemap {
	width: 90%;
}

/*headline*/
#pageNotfound #headline {
	background-image: url(../img/notfound/bg_headline.jpg);
}



	@media (-webkit-min-device-pixel-ratio: 2){
		
	#pageSitemap #headline {
		background-image: url(../img/notfound/bg_headline@2x.jpg);
	}

	/* end of media query(retina) */	
	}

/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 621px) {
/* iPad */


/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 801px) {
/* pc */



/* end of media query(pc) */
}