﻿@charset "UTF-8";
/* CSS Document */

@media print{
	#side-menu{display: none;}
	#topics{display: none;}
	#header{
	text-align: center;

}
	#header h1{
	

}
	
	#main{
		position: relative;
		right: 100px;
		margin-bottom: 0px;
	}
	#main ol{
		font-size: 18px;
	}
	#main font{
		font-size: 15px;
	}
	#image{
	padding-top:-100px;
}	

	#footer{
	padding-top:0px;
	}
}

body{
	width: 100%;
	margin: 0 auto;
	background-image: url("img/background.gif");
	border-top:solid 15px #8A8A8A;
	min-width: 700px;
	
}
#header{
	text-align: center;
	height:auto;
	overflow: hidden;

}

#1header img{
	width: 100%;
	height: 450px;
	max-width:1000px; 
	object-fit: cover;
}

#header font{
	text-align: center;
	height: 100px;
	

}

#sub-title{font-size: 26px;}

#content{
	width: 85%;
	max-width: 1300px;
	background-color: #ffffff;
	margin:20px auto;
	padding: 30px;
	box-shadow: 0 0 8px gray;
	
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
	
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
#side-menu {
	float: left;
	text-decoration: none;
	width:200px;
	font-size: 20px;
}

#side-menu ul{
	list-style: none;
}

#side-menu ul li a{
	display: block;
	color:#ffffff;
    background: #4BB1CF;
	text-decoration: none;
	padding: 0.5em;
    line-height: 1.5;
    border-bottom: 2px solid white;
    list-style-type: none!important;
    font-weight:400; /*好みで太字に*/
}

ul li a:before {/*疑似要素*/
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
  color: white; /*アイコン色*/
}

#side-menu li{
	margin: 20px 0px;
	text-align: center;
}

#main{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	float: left;
	width: 600px;
	margin-bottom:10px;
	margin-left:100px;
	font-size: 1.3em;
	
}

#main ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
#main ol ol{
  padding-left: 1em;
}
#main li{
  text-indent: -1.3em;
  padding-left: 1.3em;
  line-height: 1.4em;
  margin-bottom: 20px;
  width: 600px;
}

#main li font{
 clear: left;
}
#main li:before {
  counter-increment: item;
  content: counter(item)'';
  /* 以下は自由に装飾... */
  padding: 0.3em 0.4em;
  margin-right: 5px;
  font-weight: bold;
  color: #ffffff;
  background:#6A6767;
  border: solid 2px;
  border-radius: 50%; /*丸く*/
}

#plogram li{
	position: relative;
	right: 20px;
	font-size: 17px;}

#plogram  p{
	position: relative;
	left:20px;
	}

.plogram{
  margin: 20px 0px;
  font-size: 17px;
  border-left: solid 1px;
}

.plogram li:before{
 
}

#maintenance{
  margin: 40px 0px;
  font-size: 17px;
  display: none;
  
}

#image{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
}	

#image img{
	width: 30%;
	height:auto;
	clear: both;
}	


#topics{
	float: left;
	width: 350px;
	
}	

#topics li{
	margin: 15px;
	border-bottom: solid 1px;
}

#footer{
	border-top:solid 1px;
	clear: both;
	text-align: center;
	width: 80%;
	margin:0 auto;
	padding-top: 30px;
}

@media screen and (max-width: 1500px){
	
	#topics{
	width: 80%;
	float: none;
	clear: both;
	margin: 0 auto;
	
}	
	
}

@media screen and (max-width: 1150px){
#side-menu a{
	display: block;
	width: 80%;
	text-align: center;
	float: none;
	margin-left: auto;
	margin-right: auto;
	}

#side-menu{
	width: 80%;
	text-align: center;
	float: none;
	margin-top: 0px;
	margin-bottom: 90px;
	margin-left: auto;
	margin-right: auto;
	}
#main{
	float: none;
	margin: 0 auto;
		
	}
#topics{
	width: 80%;
	float: none;
	clear: both;
	margin: 0 auto;
	
}	

#topics li{
	margin: 15px;
	border-bottom: solid 1px;
}
	
#header{
	text-align: center;
	height:420px;
	overflow: hidden;

}
#header img{
	width:90%;
	height: 300px;
	object-fit: cover;
}

}
table {
	border-collapse: collapse;
	margin: 20px auto;
	text-align: center;
	table-layout: fixed;
}

#entry-fee table {
	width: 600px;
	border-collapse: collapse;
	margin: 20px auto;
	text-align: center;
}
td {
	line-height: 0.6em;
	border: solid 1px;
	padding: 0.6em 1em;
	position: relative;
	left: 10px;
}

#cation{
	width: 500px;
	margin: 0 auto;
	text-align: center;
	
}



