@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;
}
@media(max-width:949px){
	.imageBt {
		display: block;
		margin: 5px;
		text-align: right;
	}
	.imageBt img {
		max-width: 100%;
	}
}
#mailLink img {
	width: 100%;
}
#topImg .startDay {
	background-color: #0066CC;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 32px;
	color: #FFFF99;
	font-weight:bold;
	/*
	border-bottom: solid 5px #000000;
	*/
}
@media(max-width:949px){
	#topImg .startDay {
		font-size: 27px;
		text-align: center;
	}
}

#fc {
	background-color:#a00000; 
	color:#FFF; 
	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 #a00000;/*線*/
    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: #a00000;
}

@media(max-width:800px){
h1{
	font-size: 1em;
	}
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
-moz-animation:blink 1.5s ease-in-out infinite alternate;
animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
	@-moz-keyframes blink{
	    0% {opacity:0;}
	    100% {opacity:1;}
	}
	@keyframes blink{
	    0% {opacity:0;}
	    100% {opacity:1;}
	}
	
