@charset "UTF-8";
*{
    margin:0;
    padding:0;
}
body{
	/*overflow:hidden;*/
}
header #company_logo{
	background-image:url("../images/logo.png");
	width:120px;
	height:50px;
	background-size:contain;
	background-repeat:no-repeat;
	float:left;
}
header{
    width:100%;
    min-width:300px;
    color: #0099ff;
    border-bottom:2px solid #0099ff;
    position: fixed;
    z-index:999;
    margin-top: 0px;
    background-color: #fff;
    font-size: 1.1em;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
header section{
    width:768px;
    margin:5px auto 0 5px;
    font-weight:bold;
    font-size: larger;
}
header .name{
	padding-top:10px;
	margin-left:130px;
	font-size:18pt;
}
input[type=checkbox],#overlay {
    display: none;  
}
#catchcopy_sub{
	font-size:12pt;
}

nav{
    min-width:300px;
    position: fixed;
    margin-top:-63px;
    width: 420px;
    padding:5px 0;
    font-size:10pt;
    right:10px;
    /*background:#999999;*/
}

nav ul{
    max-width:768px;
    margin:15px auto;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
nav ul li{
    text-align: center;
    width: 100px;
}

nav ul li a{
    display:block;
    text-decoration: none;
    color: #fff;
    /*border-radius: 10px;*/
    /*border: 1px solid #3399ff;*/
    background:#09f;
    /*background: linear-gradient(90deg, #09f, #cff);*/
}

nav ul li a:hover{
    background: blue;
    color: #fff;
}
#about_section p{
	margin-bottom:10px;
}
/*
#topimage{
    background-image: url("../images/top.png");
    background-size:cover;
    font-size:x-large;
    color:#fff;
    font-style: italic;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    width: 100%;
    height:200px;
    border: 1px solid #000;
    margin-bottom: 10px;
    background-color: #999;
}
*/
#topimage #slider{
	overflow:hidden;
	height:200px;
	border:1px solid #000;
}
#topimage #slider ul{
	width:100%;
	list-style-type:none;
	display:flex;
}

#topimage #slider ul li{
  width: 300px;
  height: 200px;
  background: #3486eb;
  border: 1px solid #000;
  margin: 0 20px;
  position: relative;
}
#topimage #slider ul li img{
	width:100%;
	height:100%;
}

#topimage #slider ul{
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 40s linear infinite sliderAnimation;

}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}


.camp_name{
    padding-top:60px;
    font-size: 1.2em;
    text-align: center;
}
.catchcopy{
    margin-left:10px;
    font-size: 0.8em;
}
#showarea{
    position:relative;
    top:60px;
	background-color:#ffffff;
    min-width:300px;
	max-width:1000px;
	margin:0 auto;
    border-left: 1px dotted #999;
    border-right: 1px dotted #999;

}

main{
    min-width:300px;
    margin:0px auto 0px auto;
    padding:10px 5px 60px 5px;


    /*background:#ddd;*/
}
footer{
	   position:relative;
    top:70px;
    font-size: small;
    width:100%;
    color: #000;
    border-top:2px solid #0099ff;
    background-color: #0099ff;


}
footer section{
    font-weight: bold;
    max-width:768px;
    margin:0 auto;
    text-align: center;
    color: #fff;
}
footer .copy{
    text-align: center;
    color: #fff;
}
h2{
    border-bottom:2px dotted #09f ;
    width:80%;
    margin: 0 auto;
    text-align: center;
    font-family:'Times New Roman', Times, serif;
    font-size:xx-large;
    font-style: italic;
    margin-top:30px;
    margin-bottom:10px;
    color:#06f;
    clear:both;
}

#about_section,
.info{
	width:80%;
}
section.info ul{

}
section.info ul li{
    list-style-type: none;
}
main section{
	padding:0;
	margin:0 auto;
}

main input[type="checkbox"]{
    display: inline-block;
}

.summary{
	/*border:solid 1px #000;*/
	width:30%;
	padding-left:25px;
	margin:0 50px;
	float:left;
}

section .summary ul li{
    display: block;
    border-left: 10px solid #09f;
    border-bottom: 1px solid #09f;
    margin:5px 0;
    font-size: 16pt;
    text-indent: 10px;
    font-family: 'Courier New', Courier, monospace;
}