.schoolList li {
	float:left;
	width:144px;
	margin:0 0 15px 0;
	overflow:hidden;
	font-size:75%;
}
.schoolList li img {
	float:left;
}
.schoolList li p {
	margin-left:60px;
	padding-right:3px;
}

.tokutyo img, .ad li img {
	width:100% !important;
}
.tel a { color: #c00 ; }

.color01 { color: #c00; }

.shadow {
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.8);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.8);
	box-shadow: 1px 1px 4px rgba(0,0,0,.8);
}

.border01{ border-bottom: 3px solid #000; }

.table01 th, .table01 td {
	padding: 8px;
	border: 1px solid #ccc;
}
.table01 th {
	text-align: center;
}

.bold { font-weight: bold; }

.h1_pagetitle01 {
	background-color: #333;
	color: #fff;
	font-weight:bold;
	padding:15px;
}

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:none!important;
}

.ul_agreement01 li {
	float: left;
	padding:0 0 30px 20px;
}

.div_nyukai01 {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 2px 2px 7px #949496;
	-webkit-box-shadow: 2px 2px 7px #949496;
	box-shadow: 2px 2px 7px #949496;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 135, color = '#949496');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 135, Color = '#949496')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffed', endColorstr = '#fffacc');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffed', endColorstr = '#fffacc')";
	background-image: -moz-linear-gradient(top, #ffffed, #fffacc);
	background-image: -ms-linear-gradient(top, #ffffed, #fffacc);
	background-image: -o-linear-gradient(top, #ffffed, #fffacc);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffed), to(#fffacc));
	background-image: -webkit-linear-gradient(top, #ffffed, #fffacc);
	background-image: linear-gradient(top, #ffffed, #fffacc);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.div_nyukai01 h3 {
	font-weight: bold;
	color:#A49139;
}

.nyukai ul li {
	list-style-type: circle ;
	padding: 5px;
	margin-left: 50px;
}
.bg01 {background-color: #f6f6f6; }

.agreement ol {
	margin-top:10px;
}
.agreement ol li {
	margin-bottom:10px;
}
.agreement h2 {
	border-bottom: 2px solid #0071bb; 
	padding: 5px 5px 5px 0;
}
.agreement h3 {
	margin-top: 20px;
	font-weight: bold;
	font-size:90%;
	padding-bottom:5px;
}

div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
width: 100% !important;
}

.news-box dt, .news-box dd {
	margin-bottom: 10px;
}


/* 200417 custom */
.corona-link {
    display: block;
    max-width: 457px;
    padding: 20px 20px;
    border: 2px solid #ff0000;
    box-sizing: border-box;
    margin: 10px auto 30px;
    text-align: center;
}
.corona-link a {
    color: #ff0000;
    line-height: 1.3;
}
.corona-link a:hover {
    text-decoration: underline;
}
