@charset "utf-8";

/*
	Introduction
----------------------------------------------------------------------*/

/*KeyVisual---*/
#KeyVisual .keyImage {
	background-image: url(/img/introduction/img_key.jpg);
}
/*---KeyVisual*/


/*firstBlock---*/
#firstBlock {
	position: relative;
	background-image: url(/img/introduction/bg_map.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 20px;
	height: 666px;
}

#firstBlock p {
	line-height: 1.75em;
}

#firstBlock .box1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 370px;
}

#firstBlock .box2 {
	position: absolute;
	top: 325px;
	left: 0;
	width: 300px;
}

#firstBlock .box2 .img {
	margin-top: 20px;
}
/*---firstBlock*/


/*secondBlock---*/
#secondBlock {
	margin-bottom: 0;
}

#secondBlock .notice {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

#secondBlock .floor {
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 20px;
}

#secondBlock .floor.last {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

#secondBlock .link {
	margin-top: 15px;
}
/*---secondBlock*/


/*thirdBlock---*/
#thirdBlock .thumb {
	overflow: hidden;
	margin-bottom: 10px;
}

#thirdBlock .thumb li {
	width: 173px;
	float: left;
	margin-right: 16px;
}

#thirdBlock .thumb li.last {
	margin-right: 0;
}

#thirdBlock .thumb dt {
	margin-bottom: 5px;
}
/*---thirdBlock*/
