@charset "utf-8";
/**
 * style.css
 */

/* layout
--------------------------------------------------*/
	.accessArea {
		height: 260px;
		margin-bottom: 20px;
		padding-bottom: 20px;
		background: url(../../common/imgs/kkk.gif) repeat-x left bottom;
	}
	.accessArea.last {
		margin-bottom: 0;
		padding-bottom: 0;
		background: none;
	}
	.accessArea .map {
		float: left;
		width: 400px;
		height: 260px;
	}
	.accessArea .text {
		position: relative;
		float: right;
		width: 225px;
		height: 260px;
	}
	.accessArea .text h4 {
		color: #1c36a9;
		font-weight: bold;
	}
	.accessArea .text .btn {
		position: absolute;
		bottom: 0;
		left: 0;
	}
