@charset "UTF-8";

/* 全てのWebページに適用される */
html {
	background-color: #080808;
	color: #FFFFFF;
	font-family:sans-serif;
	text-align:center;
}
h2{
	font-size:24px;
}
main .text {
	font-size:16px;
	text-align: left;
}
main h2{
	text-align:center;
}
div{
	margin:0 auto 0 auto;
	max-width:800px;
}
title{
	padding:57px 159px 158px 672px;
}
/*全てのページに適用-ヘッダー-*/
header {
	margin: 50px 0 40px 0;
	line-height: 0;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
/*全てのページに適用-ヘッダーここまで-*/
.nav ul{
	margin: 0 0 0 0;
	padding:20px 20px 15px 20px;
}
.nav li{
	display:inline;
	margin: 16px;
}
.background-image-sports{
	width: 1000px;
    height: 800px;
	background-image: url(image1/adventure-1807495_1280.jpg);
    background-repeat: no-repeat;
}
.background-image-skill{
	width: 1000px;
    height: 800px;
	background-image: url(image1/photo-1501281668745-f7f57925c3b4.jpeg);
    background-repeat: no-repeat;
}
.background-image-syumi{
	width: 1000px;
    height: 800px;
	background-image: url(image1/photo-1547210841-2ceb0c5f0679.jpeg);
    background-repeat: no-repeat;
}