@charset "Shift_JIS";
/*--------------------------------------------------
	いまむかし
--------------------------------------------------*/
.koku-unit{
	float:left;
	width:200px;
	text-align:center;
	margin:20px 40px 0 0px;
}

#mainimage{
	width:960px;
	margin:10px auto 0 auto;
}
.fadein {
	position:relative;
	height:682px;
	width:960px;
}
.fadein img {
	position:absolute; left:-1px; top:0;
}

@media screen and (max-width:767px){
	.koku-unit{
		float:left;
		width:60%;
		margin:20px 0px 0 20%;
	}
	.koku-unit img{
		width:100%;
		height:auto;
	}
	#pcmap {
		display:none;
	}
}
@media screen and (min-width:768px){
	#mbmap {
		display:none;
	}
}

