@charset "UTF-8";

/* blc01 ------------------*/
#blc01 .committeeBlc{
padding-top:9%;
padding-bottom:8%;
}

#blc01 .committeeBlc .bgArea{
background-image:url(../img/new_meeting/bg01.jpg);
}

#blc01 .committeeBlc .txtBlc{
text-align:center;
}

#blc01 .overviewBlc{
margin-top:7%;
}

#blc01 .overviewBlc .subj{
background-color:#185473;
color:#fff;
font-size:140%;
padding:7px 15px;
}

#blc01 .overviewBlc .txtBlc{
padding:2% 15px;
}

#blc01 .overviewBlc .txtBlc .bigTxt{
font-size:120%;
}

#blc01 .overviewBlc .txtBlc a{
color:#04324a;
text-decoration:none;
}

@media screen and (max-width: 767px) {
#blc01 .overviewBlc .subj{
font-size:120%;
}

#blc01 .overviewBlc .txtBlc .bigTxt{
font-size:110%;
}
}

@media screen and (max-width: 640px) {
#blc01 .committeeBlc{
padding-top:0;
padding-bottom:0;
}
}