div#mainContents {
	width:100%;
	margin:  0 auto;
}
/* トップイメージ */
div.topimgbox {
	width:100%;
	padding: 3px;
	margin: 10px auto 0 auto;
	background: #fff;
	position: relative;
	box-sizing: border-box;
}
	div.topimgbox div.imglistbox {
		overflow: hidden;
		position: relative;
	}
		div.topimgbox div.imglistbox a {
			display: block;
			position: absolute;
			top:0;
			/*left:978px;*/
			left:0;
			opacity: 0;
		}
		div.topimgbox div.imglistbox a:nth-of-type(1) { /*left:0;*/ opacity: 1; }
			div.topimgbox div.imglistbox a img {}
	/* コントロール */
	div.topimgbox div.ctlbox {
		width:115px;
		height: 10px;
		position: absolute;
		bottom: 12px;
		left:12px;
		z-index: 30;
	}
		div.topimgbox div.ctlbox > div {
			width:10px;
			height:10px;
			margin-left: 5px;
			float: left;
			background: url(../images/index/ctlimg.jpg) no-repeat;
		}
		div.topimgbox div.ctlbox > div:nth-of-type(1) { opacity: 0.5;}
/* イベント サービス */
div.box01 {
	width:90%;
	max-width:640px;
	margin: 10px auto 0 auto;
}
	div.box01 div.system {
		width:100%;
		max-width:50%;
		background: #fff;
		box-sizing: border-box;
		padding: 3px;
		float: left;
	}
		div.box01 div.system a {
			display: block;
			width:100%;
			height:100%;
			background: url(../images/index/systemsp.jpg) no-repeat;
			background-size: cover;
			text-decoration: none;
		}
	div.box01 div.room {
		width:100%;
		max-width:50%;
		background: #fff;
		box-sizing: border-box;
		padding: 3px;
		float: right;
	}
		div.box01 div.room a {
			display: block;
			width:100%;
			height:100%;
			background: url(../images/index/roomsp.jpg) no-repeat;
			background-size: cover;
			text-decoration: none;
		}
	div.box01 div.event {
		width:100%;
		max-width:50%;
		background: #fff;
		box-sizing: border-box;
		padding: 3px;
		float: left;
		margin-top: 10px;
	}
		div.box01 div.event a {
			display: block;
			width:100%;
			height:100%;
			background: url(../images/index/eventsp.jpg) no-repeat;
			background-size: cover;
			text-decoration: none;
		}
	div.box01 div.service {
		width:100%;
		max-width:50%;
		background: #fff;
		box-sizing: border-box;
		padding: 3px;
		float: right;
		margin-top: 10px;
	}
		div.box01 div.service a {
			display: block;
			width:100%;
			height:100%;
			background: url(../images/index/servicesp.jpg) no-repeat;
			background-size: cover;
			text-decoration: none;
		}

div.box01 div a {
	position: relative;
}
div.box01 div a p {
	width:100%;
	height:50px;
	line-height: 50px;
	color: #fff;
	background: url(../images/index/btnbg.png);
	text-align: center;
	font-size: 14px;
	position: absolute;
	bottom:0;
}