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

about.css

//////////////////////////////////////////////////////////////////////////////*/
#main{
	background:url(../img/space/matsudo_main.jpg) no-repeat center center;
	background-size:cover;
}
#conents{
	padding:80px 0 100px 0;
}
#photo-list{
	max-width:1400px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	border:5px solid #fff;
}
#photo-list img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
#photo-list li{
	float:left;
	width:20%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	border:5px solid #fff;
}

#video-wrap{
	max-width:1400px;
	margin:0 auto;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	border-left:10px solid #fff;
	border-right:10px solid #fff;
}
#video-wrap video{
	width:100%;
	height:auto;
}

#floor{
	margin-top:60px;
	text-align:center;
}
#floor h2{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:24px;
	text-align:center;
	margin-bottom:30px;
	color:#000;
}
#floor img{
	max-width:100%;
	height:auto;
}

/* Responsive Styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
#photo-list li{
	float:left;
	width:50%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	border:5px solid #fff;
}
#video-wrap{
	display:none;
}
#floor{
	width:80%;
	margin:60px auto 0 auto;
}
}

@media only screen and (max-width: 481px) {
}

/* Scroll to TOP
   ========================================================================== */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #00A0E9;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}