@charset "utf-8";

/*////////////////////////////////////////////////////////////////////

  KYシステム

////////////////////////////////////////////////////////////////////*/


/*====================================================================
  トップ
====================================================================*/

/*--ヘッダー--*/
#siteHeader {
	height: 360px;
	position: relative;
	padding-top: 16px;
}
	#siteHeader .logo {
		display: none;
	}
	#siteHeader #globalNavi {
		width: 100%;
		position: absolute;
		bottom: 0px;
		left:0px;
		z-index: 2;
	}
		#globalNavi #naviHome a {
			background-color: #ccc;
		}


#contents {
	width: 890px;
	float: none;
	padding-top: 30px;
	margin: 0px auto;
}


#mainVisual {
	width: 1000px;
	height: 360px;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -500px;
	overflow: hidden;
	z-index: 1;
}
	#mainVisual ul {
		list-style-type: none;
	}


#work {}
	#work .heading {
		color: #1e2d5b;
		font-size: 100%;
		font-weight:normal;
		letter-spacing: 0.1em;
		border-bottom: 8px solid #e6e6e7;
		margin-bottom: 10px;
	}
	
	.bannerList {
		margin-bottom: 30px;
	}
		.bannerList li {
			width: 170px;
			min-height: 210px;
			float: left;
			margin-bottom: 0px;
			margin-right: 7px;
		}
		.bannerList li:last-child {
			margin-right: 0px;
		}
			.bannerList li img {
				margin-bottom: 10px;
			}
			.bannerList li .text {
				display: block;
				color: #444;
				font-size: 85%;
				line-height: 1.5;
			}
