@charset "utf-8";

/*
	Introduction | Floor
----------------------------------------------------------------------*/

/*KeyVisual---*/
#KeyVisual .keyImage {
	background-image: url(/img/introduction/img_key.jpg);
}
/*---KeyVisual*/


/*firstBlock---*/
#firstBlock {}

#firstBlock .msg {
	line-height: 1.75em;
	margin-bottom: 20px;
}

#firstBlock ul.thumbnail {
	overflow: hidden;
	margin-bottom: 40px;
}

#firstBlock ul.thumbnail li {
	font-size: 0.9em;
	float: left;
	width: 170px;
	margin-right: 20px;
}

#firstBlock ul.thumbnail li img {
	margin-bottom: 3px;
}

#firstBlock ul.thumbnail li.last {
	margin-right: 0;
}

#firstBlock p.link {
	margin: 15px 0 40px;
}

#firstBlock table {
	border-collapse: collapse;
}

#firstBlock table th {
	text-align: left;
	line-height: 1.75em;
	white-space: nowrap;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #EEE;
}

#firstBlock table td {
	line-height: 1.75em;
	padding: 10px;
	border: 1px solid #CCC;
}

#firstBlock table .even th {
	background-color: #E4E4E4;
}

#firstBlock table .even td {
	background-color: #F2F2F2;
}

#firstBlock table td .link {
	display: block;
	margin: 5px 0;
}
