/*- mediaクエリー
------------------------------------------------*/
@media screen and (max-width: 480px) {
	body ol#contents li {
		line-height	: 150%;
		text-align	: center;
	}
	
	body ol#contents li.area {
		border-bottom	: 0.5px solid #B4C7E7;
		font-size		: 25px;
		line-height		: 100%;
		margin			: 0 auto 50px auto;
		width			: 60%;
	}
	
	body ol#contents li.block {
		border-bottom	: 0.5px solid #B4C7E7;
		border-top		: 0.5px solid #B4C7E7;
		margin			: 0 auto 100px auto;
		padding			: 30px 0;
		position		: static;
		width			: 90%;
	}
	
	body ol#contents li#block {
		margin: 0 auto;
	}

	body ol#contents li.block p.map {
		height	: 0%;
		position: static;
		top		: 0%;
		left	: 0%;
		padding	: 0px 0 20px 0;
		width	: 100%;
	}
	
	body ol#contents li.block div.place {
		margin	: 0;
		width	: 100%;
	}
	
	body ol#contents li.block div.place p.building {
		padding		: 0px 20px 30px 20px;
		text-align	: center;
	}
	
	body ol#contents li.block p.tel {
		border-bottom	: 0.5px solid #B4C7E7;
		border-top		: 0.5px solid #B4C7E7;
		padding			: 30px 0px;
		width	: 100%;
	}
	
	body ol#contents li.block p.train {
		padding	: 30px 0px 0 0px;
		width	: 100%;
	}
}
/*- 通常設定
------------------------------------------------*/
ol#contents li {
	line-height: 150%;
}

ol#contents li.area {
	border-bottom	: 0.5px solid #B4C7E7;
	font-size		: 25px;
	text-align		: center;
	margin			: 0 auto 50px auto;
	width			: 30%;
}

ol#contents li.block {
	border-bottom	: 0.5px solid #B4C7E7;
	border-top		: 0.5px solid #B4C7E7;
	margin			: 0 0 100px 0;
	padding			: 30px 0;
	position		: relative;
}

ol#contents li#block {
	margin: 0;
}

ol#contents li.block p.map {
	height	: 90%;
	position: absolute;
	top		: 5%;
	left	: 51%;
	width	: 48%;
}

ol#contents li.block div.place {
	margin	: 0 20px 0 50px;
	width	: 30%;
}

ol#contents li.block div.place p.building {
	padding		: 0px 20px 30px 20px;
	text-align	: right;
}

ol#contents li.block p.tel {
	border-bottom	: 0.5px solid #B4C7E7;
	border-top		: 0.5px solid #B4C7E7;
	padding			: 30px 50px;
	width			: 39%;
}

ol#contents li.block p.train {
	padding: 30px 50px 0 50px;
}