@charset "UTF-8";


@media only screen and (max-width: 767px) {

#Page_Seminar .MainLead {
color: #4d73be;
font-size: 16px;
font-weight: bold;
line-height: 1.6em;
margin-bottom: 30px;
}

#Page_Seminar img {
width: 100%;
margin-bottom: 30px;
}

#Page_Seminar .LinkBtn {
width: 100%;
font-size: 16px;
text-decoration: none;
display: block;
text-align: center;
padding: 15px 0;
background-color: #4d73be;
border-radius: 50px;
margin: 30px auto;
}

#Page_Seminar .LinkBtn span {
color: #fff;
}

}

@media print, screen and (min-width: 768px) {

#Page_Seminar .MainLead {
color: #4d73be;
font-size: 17px;
font-weight: bold;
line-height: 2em;
margin-bottom: 30px;
}

#Page_Seminar img {
width: 100%;
margin-bottom: 30px;
}

#Page_Seminar .LinkBtn {
width: 400px;
font-size: 18px;
text-decoration: none;
display: block;
text-align: center;
padding: 15px 0;
background-color: #4d73be;
border-radius: 50px;
margin: 50px auto;
}

#Page_Seminar .LinkBtn span {
color: #fff;
}

}

@media print, screen and (min-width: 1090px) {



}

