@charset "UTF-8";
.clearfix:after{
  display: block;
  clear: both;
  content: "";
}
#main {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
	line-height: 160%;
	color: #333;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	clear: both;
	float: none;
}

#main header nav {
	background-image: url(../nav/navi_bg.gif);
	overflow: hidden;
	height: 25px;
	background-repeat: no-repeat;
	
}
#main header nav ul {
	list-style-type: none;
}
#main header nav ul li a{
	float: left;
	color: #FFF;
	width: 116px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333;
	text-align: center;
	text-decoration: none;
}
#main header nav ul li a:hover{
	color: #CCC;	
}
#main footer {
	color: #FFF;
	background-color: #000;
	width: 830px;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
#footer01 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F5F3F8;
}
#footer01 a {
	color: #093;
}
#footer01 a:hover {
	color: #3C9;
}
#main footer a {
	text-decoration: none;
	color: #FFF;
}
#main footer a:hover {
	text-decoration: none;
	color: #CCC;
}
#content {
	padding: 10px;
	overflow: hidden;
	margin-top: 100px;
}
header {
	position: fixed;
}
#back {
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}
.titleIMG {
	margin-top: 10px;
	margin-bottom: 10px;
}
.text_bold {
	font-weight: 700 !important;
}
.text_center {
	text-align: center;
}
.footerL {
	float: left;
	padding-right: 10px;
}

table .eventlist {
	margin: 20px 0;
	marign: 20px 0;
}
table .eventlist tr td,th
{border-bottom: 1px solid #333;
	padding: 5px 0;
	font-size:12px;
	line-height:160%;
}
table .eventlist tr th{width:17%;vertical-align:top;font-weight:bold;padding: 5px 0 5px 0}

.pvlesson a{
font-size:15px; 
color:#CC0033;
font-weight: 700;
padding:6px;
border-radius: 4px;
border:thin solid #CC0033;
 }

/*20180327*/
.button_pdf a{
font-size:14px; 
color:#FF7B9C;
text-decoration: none;
text-align: center;
padding:10px;
border-radius: 4px;
border:1px solid #FF7B9C;
display: inline-block;
}
.button_pdf a:hover{
color:#FF7B9C;
opacity: 0.7;
}
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
.mtb20{margin:20px 0;}
.mt20{margin-top:20px;}
.mb20{margin-bottom:20px;}
.left {
    float: left;
    margin-right: 20px;
}
p img {margin: 10px 0;}

/*201200513*/
.title-blue {
	color:#2BC0E0;
	font-weight:500;
	font-size:18px;
	margin-bottom:10px;
}
/*202104*/
.img-responsive {
	max-width: 100%;
	height:auto;
	display:block;
}
/*202505*/
.flex{display:flex; justify-content:space-between;}
.flex-item{width:40%;}