@charset "UTF-8";

#openschool h4 {
	margin-bottom: 15px;
	color: #258bd8;
}
#openschool {
	margin-right: 0;
}
#openschool .contents-inner {
	margin-right: 0;
}
#openschool dl {
	width: 100%;
}
#openschool dt {
	width: 8em;
	float: left;
	color: #333333;
}
#openschool dd {
	width: 100%;
	padding-left: 8em;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	color: #333333;
}
#openschool .block-3 img {
	margin-bottom: 10px;
}
#openschool .btn a {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size:18px;
    padding: 20px 0;
    background: none;
    background-color: #de0050;
    border-radius: 10px;
    width: 80%;
    margin: 20px auto 60px;
		line-height: 1.4;
}
#openschool .btn a:hover {
    opacity: 0.7;
    transition: all 0.3s;
}
#openschool .btn2 a {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size:18px;
    padding: 20px 0;
    background: none;
    background-color: #de0050;
    border-radius: 10px;
    width: 80%;
    margin: 20px auto 10px;
		line-height: 1.4;
}
#openschool .btn2 a:hover {
    opacity: 0.7;
    transition: all 0.3s;
}
#openschool dt.nextOS{
	width: 8em;
	float: left;
	font-weight: bold;
	color: #258bd8;
}
#openschool dd.nextOS{
	width: 100%;
	padding-left: 8em;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	font-weight: bold;
	color: #258bd8;
}