@charset "utf-8";
*{margin:0;padding:0;}



body{background:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%;
	-webkit-text-size-adjust: 100%;
	}

#wrap{margin:0 auto;width:820px;}

#header{text-align:center;}

h2 {
  color:#0B173B;
  position: relative;
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #405375;
}
h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 3px solid #ccc;
}

h3{padding:3px 3px 3px 10px;color:#405375;font-size: 143%; }

.section{margin:5px 0 30px 40px;position: relative;}

.section dl{overflow: hidden;}

.section dt{float:left;clear: both;margin:10px 0 0 0;font-weight:bold;}

.section dd{margin:10px 0 0 120px;}		

.section .title{color:#0B3FB8;font-size:17px;font-weight:900;}

.bold{font-weight:bold;}

.small{font-size:0.7em;}

.日程{display:inline-block;}

#footer{background:#000;color:#fff;padding:10px 10px;margin:20px 0 0;;text-align:center;font-size:80%;}

#notice ul{margin:0 0 20px;}

#notice li{margin:0 0 0 20px;}

.cont{width:100%;}

table{width:100vw;max-width: 820px;}

table th{color: #ffffff;background-color: #0C1021 ;padding: 5px 0;}

table td{background-color: #FFFFFF;padding: 5px;}

table .date{text-align: left;}

table .col1 td{background-color: #FFE7E6;}

table .col2 td{background-color: #FFF5F5;}


h4{
color:white;
font-size: 20px;
background: #E80C4C;
padding: .25em 0 .25em .75em;

}

/*sp*/

@media screen and (max-width: 667px)
{	
	
	#wrap{margin:0 auto;width:auto;overflow:hidden;}
	img{max-width:100%;height:auto;}
	h2{padding:5px 10px;}
	.section{margin:5px 10px 30px;}
	
	table{
		font-size: 1.8vw;
	}
	table th{padding: 1.2%;}

table td{padding: 1.2%;}
	
}