/* ////////////////////////////////////////////////// 交通アクセス */





/* ////////////////////////////////////////////////// smartphone */
/* -------------------------------------------------- contentsArea */
#contentsArea .box .photo img {
	margin-bottom: 5px;
}

#contentsArea .box .outline table {
	width: 100%;
}

#contentsArea .box .outline th,
#contentsArea .box .outline td {
	border-bottom: dotted 1px #000;
	font-size: 14px;
	padding: 10px 2px 2px 2px;
}

#contentsArea .box .outline th.first,
#contentsArea .box .outline td.first {
	padding-top: 0;
}

#contentsArea .box .outline th {
	color: #ea5548;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
	white-space: nowrap;
}

#contentsArea .box .outline td {
	font-weight: bold;
	text-align: right;
}

#contentsArea .box .outline p {
	color: #ea5548;
	font-weight: bold;
	margin: 10px 0 0 1em;
	text-align: right;
	text-indent: -1em;
}



/* -------------------------------------------------- map */
#map {
	position: relative;
	width: 100%;
}

#map .shadow {
	background: url(../img/shadow.png) repeat-x;
	background-size: 1px 6px;
	height: 6px;
	position: absolute;
	z-index: 200;
	width: 100%;
}

#map #map_canvas {
	height: 240px;
	margin: 0 auto 20px auto;
	width: 92%;
	position: relative;
}





/* ////////////////////////////////////////////////// tablet */
@media screen and (min-width: 481px) {



/* -------------------------------------------------- contentsArea */
	#contentsArea .box {
		overflow: hidden;
	}

	#contentsArea .box .photo {
		float: left;
		width: 47%
	}

	#contentsArea .box .photo p {
		letter-spacing: -0.5px;
	}

	#contentsArea .box .outline {
		float: right;
		width: 52%
	}



/* -------------------------------------------------- map */
	#map #map_canvas {
		height: 400px;
	}



}





/* ////////////////////////////////////////////////// PC */
@media screen and (min-width: 769px) {



/* -------------------------------------------------- contentsArea */
	#contentsArea .box {
		overflow: hidden;
	}

	#contentsArea .box .photo {
		float: left;
		width: 450px;
	}

	#contentsArea .box .photo p {
		font-size: 14px;
		letter-spacing: 0;
	}

	#contentsArea .box .outline {
		float: right;
		width: 450px;
	}

	#contentsArea .box .outline th,
	#contentsArea .box .outline td {
		font-size: 15px;
		padding: 20px 2px 5px 2px;
	}

	#contentsArea .box .outline p {
		font-size: 16px;
	}



/* -------------------------------------------------- map */
	#map #map_canvas {
		width: 920px;
	}



}
