
	
#shacho, #shacho2 {
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	text-align: center;
	width: 100%;
	z-index: 1;
	border-top:20px solid #FFF;
}
#shacho2 {
	background-color:#FFF;
	width: 100%;
	padding-top:10px;
}
.shacholeft {
	box-sizing: border-box;
	border:20px solid #FFF;
	border-top:0px solid #FFF;
	float:left;
	width:50%;
	height: 400px;
	background-color:#FFF;
	background-image:url(../img/meetingroom.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}
.shachoright, .shachoright2 {
	box-sizing: border-box;
	padding:10px;
	padding-top:0;
	float:left;
	width:50%;
	text-align:left;
	font-size:1em;
	line-height: 1.8em;
}
.shachoright2 {
	width:100%;
	padding-top:20px;
}

@media screen and (max-width: 1200px) { 
.shacholeft {
	height: 500px;
}
}
@media screen and (max-width: 768px) { 
.shachoright, .shachoright2{
}
}

@media screen and (max-width: 850px) { 
.shacholeft, .shachoright {
	width:100%;
}
.shacholeft {
	height: 400px;
	}
}



#content_sekou {
	margin-top:150px;
	background-color:#FFF;
	box-sizing:border-box;
	float: left;
	height: 950px;
	width:100%;
	text-align:center;
	z-index:2;
	background: #000 url(../img/bgzirei.jpg) no-repeat;
	background-position:center 180px;
	background-attachment: fixed;
	background-size: cover;
	border-top:20px solid #FFF;
	padding-top:60px;
}
 
.zirei {
	text-align:center;
	width:960px;
	margin:0 auto;
}
@media screen and (max-width: 959px) { 
.zirei {
	text-align:center;
	width:720px;
	margin:0 auto;
}
#content_sekou {
	height: 950px;
}
 }
@media screen and (max-width: 719px) { 
.zirei {
	text-align:center;
	width:480px;
	margin:0 auto;
}
#content_sekou {
	height: 950px;
}
 }
 
 
.zireibox {
	width:220px;
	height:260px;
	box-shadow: 3px 0px 7px 3px rgba(0,0,0,0.5) ;
	background-color:#FFF;
	float:left;
}
.zireibox:hover {
	box-shadow: 2px 0px 3px 1px rgba(0,0,0,0.2) ;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	background-color:#FFF;
}
	
.zireititle {
	color:#333;
	font-size:16px;
	text-align:center;
	width:220px;
	height:40px;
	letter-spacing:1px;
	line-height:25px;
}



