@charset "utf-8";

@media only screen and (min-width: 769px), print {

/********************************************************

  【PC】/special/shiba_625/2016.html

********************************************************/
/* TileSort Parts
------------------------------------------------------ */
.tileBlock {
	position: relative;
	margin: 25px auto 49px;
	margin-right: -14px;
}
.box {
	position: absolute;
	width: 349px;
}
.tileBlock .box:nth-of-type(odd) {
	left: 49px;
}
.tileBlock .box:nth-of-type(even) {
	left: 398px;
}
.box figure {
	padding-bottom: 20px;
}
.excepting .tileBlock + .contactWrap01 {
	margin-top: 430px;
}

}
