@charset "utf-8";
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
* {
	border: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
}
#page {
	width: 950px;
	background-color:#FFF;
	padding: 0px 0px 10px;
}
@media(max-width:949px){
	#page {
		width: 100%;
	}
}


#topImg {
	/*
	margin-bottom: 20px;
	*/
}
#topImg .topImage {
	width: 100%;
}

.imageBt {
	display: none;
}

	#topImg_sp  {
		display: none;
	}

@media(max-width:949px){
	#topImg .startDay {
		background-color: #0066CC;
		padding: 5px;
		margin-bottom: 5px;
		font-size: 32px;
		color: #FFFF99;
		font-weight:bold;
		/*
		border-bottom: solid 5px #000000;
		*/
	}

	#topImg_sp  {
		display: block;
	}
}
@media(max-width:800px){
	
#topImg_sp {
}

#topImg_sp .topImage {
	width: 100%;
}

#topImg_sp .startDay {
	font-size: 27px;
	text-align: center;
	background-color: #0066CC;
	padding: 5px;
	margin-bottom: 5px;
	color: #FFFF99;
	font-weight:bold;
	}

#topImg {
	display: none;
	}

}

#fc {
	background-color:#f1eb4b; 
	color:#000; 
	font-weight:bold; 
	padding:8px;
	text-align:center;
	}
@media(max-width:800px){
#fc {
	font-size: 3vw;
	}
		}


#banner{
	width: 90%;
    background: #FFF;
	margin-top:1%;
	margin-bottom:2%;
    border: solid 3px #1d2088;/*線*/
    border-radius: 15px;/*角の丸み*/
}

#banner img {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#banner img:hover {
   opacity: 0.5;
}

h1 {
	color: #FFF;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 0%;
	margin-top: 1%;
	width: 100%;
/*	margin-left: 2%; */
	line-height: 150%;
	background-color: #1d2088;
}

@media(max-width:800px){
h1{
	font-size: 1em;
	}
}
