@charset "utf-8";
/* COMMON */

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border: none;
	vertical-align: top;
}
html { font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
/* CONTENTS */

body { background: #606063; }
#wrapper{
	width: 100%;
	min-height: 100%;
	height: 100vh;
}

#header{
	width: 100%;
	height: 400px;
	background-image: url(../images/img5img.jpg);
	background-repeat: no-repeat;
	background-position: center 50%;
	background-size: cover;
	position: relative;
}

#header #logo{
	position: absolute;
	width: 109px;
	height: 67px;
	top: 50px;
	left: 20px;
}

#contents{
	width: 100%;
	padding: 0 20px 30px;
}

.construction{
}

.construction h2{
	color:#fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3;
	margin: 0 40px 15px;
}

.construction ul{
	margin:0 40px;
}

.construction ul li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}

#worksTitle{
	width: 100%;
	padding: 100px 40px 60px;
}



#footer{
	width: 100%;
	height: 80px;
	text-align: center;
	padding-top: 40px;
}


#homeBtn{
	width: 40px;
	height: 40px;
	position: fixed;
	top: 10px;
	right: 10px;
}

#homeBtn img{
	width: 100%;
	height: auto;
}













