@charset "utf-8";
/* CSS Document */
#all {
	background-attachment: scroll;
	background-image: url(../img/visual_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:400px;
}
#all h2 {
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}
#all .inner.widthfix .breadcrumb {
	display: block;
	position: absolute;
	left: 67px;
	top: 158px;
	font-size: 13px;
}
#all #wrapper .inner.widthfix #main  .pageTop {
	text-align: right;
	clear: both;
	padding-top: 20px;
	display: none!important;
}


@media (max-width: 1024px) {

	#all h2 img {
		max-width: 100%;
		height: auto;
	}

	#all .inner.widthfix .breadcrumb {
		top: unset;
		bottom: 32px;
	}
}

@media (max-width: 700px) {
}


@media (max-width: 480px) {
	#all .inner.widthfix .breadcrumb {
		left: 0;
		bottom: 0;
	}

	#all #wrapper .inner.widthfix #main h3 img{
		max-width: 150%;

	}

}