﻿@charset "UTF-8";

/*コースと料金*/
.course-list{
  width:600px;
}



/* 点滅 */
.blink{
animation:BLINK 0.8s ease-in-out infinite alternate;}
@keyframes BLINK {0%{opacity:1.0;}100% {opacity:0;}}

.blink{
color: #ff0000;
}

BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
H1{
  font-size : 12px;
  font-weight : normal;
  line-height : 24px;
  text-decoration : none;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-family : メイリオ;
}
A{
  font-weight : bold;
  color : blue;
  text-decoration : none;
}

p.infobox {
   height: 12.8em;  /* 高さを制限(※) */
   width: 680px;
   padding: 10px 10px 10px 10px; 
   overflow: auto; /* スクロールバーを表示(※) */
   border: blue 1px dashed;  /* 枠線を追加 */
   background-color: #E6FBFC; /* 背景色を追加 */
font-size: 15px;
line-height: 1.2em;
}

.event_box10 p{
 display:inline-block;
 vertical-align:top;
 line-height:10px;/*画像の高さ÷テキストの行数*/
}

.event_box20 p{
 display:inline-block;
 vertical-align:top;
 line-height:20px;/*画像の高さ÷テキストの行数*/
}

.event_box30 p{
 display:inline-block;
 vertical-align:top;
 line-height:30px;/*画像の高さ÷テキストの行数*/
}

.top_bnr img{
margin-top:100px;
}