/* CSS Document */

		body{
			color: #333333;
			font-family: ヒラギノ角ゴ Std W0;
			margin: 0;
			background-color: #E1E1E1
		}

header{
	text-align: right;
	padding: 10px;
	background-image: url("../img/IMG_5684.JPG");
	height: 240px;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 50px;
}

header ul{
	margin: 0;
	list-style-type: none;
	padding-left: 0;
}

header li{
	display: inline-block;
	padding: 4px 8px;
	font-size: 12px;
}

header li > a{
	text-decoration: none;
	color: inherit;
}

header li > a:hover {
	coloe:royalblue;
}

.current{
	border-bottom: 4px solid #C9C9C9;
}

section{
	text-align: center;
	padding: 10px;
}

section h1{
	font-weight: normal;
	margin-bottom: 8px;
}

section p {
	margin-top: 0;
}

.icon{
	border-radius: 50%;
	border: 5px solid white;
	box-shadow: 0 0 5px gray;
}

.works{
	width: 840px;
	margin: 40px auto;
	border-bottom: 1px solid gray;
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(255,255,255,0.28);
}

.works > section{
	margin-bottom: 40px;
	width: 400px;
}

.works h1,
.works p{
	text-align: center;
}

footer{
	width: 400px;
	margin: 0 auto 60px;
}

footer ul{
	margin: 0;
	list-style-type: none;
	padding-left: 0;
	float: left;
}

footer li{
	display: inline-block;
}

footer li > a:hover {
	opacity: 0.6;
}

footer > p{
	color: #414141;
	font-size: 14px;
	text-align: right;
}

a.backtotop{
	width: 100px;
	padding: 10px;
	position: fixed;
	bottom: 100px;
	right: 1%;
	
}
	
	a.backtotop:hover {
	opacity: 0.8;
}

.about{
	width: 400px;
	margin: 0 auto 60px;
}

.about > p{
	text-align: center;
}