@charset "UTF-8";

#wrapper{
	width:100%;
	margin:0 auto;
	position: relative;
}

header h1{
	font-size:3em;
	font-weight:bold;
	text-align:center;
	padding:40px 25px;
}

#slide{
	position:relative;
	overflow:hidden;
	/*height:500px;*/
}

#slide ul{
	position: relative;
	width: 1000%;
}

#slide li{
	float:left;
	width: 10%;
	list-style-type:none;
}
#slide li img{
	width: 100%;
}

button{
	opacity:.6;
	transition:opacity .2s;
	border:none;
	background:none;
}

button:focus{
	outline:none;
}

button:hover{
	opacity:1;
}

#prevBtn{
	position:absolute;
	top:225px;
	left:20px;
	display: none;
}

#nextBtn{
	position:absolute;
	top:225px;
	right:20px;
	display: none;
}

p{
	/*margin:50px 0;*/
	line-height:2em;
}


#button{
	position: absolute;
    bottom: 5%;
    left: 3%;
}

#button ul{
	display:inline-block;
}

#button ul li{
	float:left;
	margin-right:15px;
}

#button ul li:last-child{
	margin-right:0;
}

#button ul li a{
	/*text-indent:-9999px;*/
	text-decoration:none;
	display:block;
	width:14px;
	height:14px;
	border-radius:7px;
	/*background:#A8DCDB;*/
	opacity: .5;
	transition: all .5s ease;
	/*color:#fff;*/
	color:#444;
	font-size: 25px;
}

#button ul li a.target{
	/*background:#41AFAD;*/
	opacity: 1;
	font-size: 30px;
}