@charset "utf-8";

/* override styles */
#content01 {
padding-bottom:85px;
}
#content01 h1 {
margin-bottom:10px;
}
#content01 .inquiry .info {
margin-bottom:9px;
padding-bottom:9px;
border-bottom:1px dotted #E68598;
}

#content01 h2 {
margin-bottom:4px;
}

/* what */
#content01 .what {
margin:0 10px;
padding-bottom:16px;
}
#content01 .what ol {
overflow:hidden;
height:100%;
margin-bottom:20px;
}
#content01 .what ol li {
float:left;
margin-right:15px;
}
#content01 .what ol .last {
margin-right:0;
}
#content01 .what p {
margin-bottom:11px;
font-size:1.2em;
}

/* curriclum & about */
#content01 .curriclum,
#content01 .about {
margin-bottom:29px;
}
#content01 .curriclum table,
#content01 .about table {
width:535px;
margin:0 auto;
font-size:1.2em;
}
#content01 .curriclum th,
#content01 .curriclum td,
#content01 .about th,
#content01 .about td {
padding:10px 11px;
border:1px solid #EBC9D9;
}
#content01 .curriclum th,
#content01 .about th {
width:113px;
background-color:#FDF1F4;
vertical-align:top;
}
#content01 .curriclum ul li,
#content01 .about .notes {
margin-left:1em;
text-indent:-1em;
}
#content01 .about td img {
padding-left:8px;
vertical-align:middle;
}

/* form */
#content01 .form {
margin-bottom:26px;
text-align:center;
}

