@charset "Shift_JIS";

@import "layout.css";

/*
--------------------------------------------------------
examination
--------------------------------------------------------
*/
div#contents div.examination .note{
color:#390;
}



/*
--------------------------------------------------------
recruitment
--------------------------------------------------------
*/
div#contents div.recruitment .head_red{
color: #900;
}



/*
--------------------------------------------------------
regular
--------------------------------------------------------
*/
div#contents div.regular dl dt{
width:10em;
margin:0.5em 0;
}
div#contents div.regular dl dd{
margin:-1.9em 0 0 0;
padding:0 0 0.5em 11em;
border-bottom:1px dashed #ccc;
}
div#contents div.regular dl.after_fee{
border-bottom:1px dashed #ccc;
}
div#contents div.regular dl.after_fee dt{
width:10em;
margin:0.5em 0 0.5em 1em;
}
div#contents div.regular dl.after_fee dd{
margin:-1.9em 0 0 0;
padding:0 0 0.5em 11em;
border:none;
}



/* exam */
div#contents div.exam table{
font-size:100%;
}
div#contents div.exam dl dt{
width:9em;
margin:0.3em 0 1px 0;
float:left;

}
div#contents div.exam dl dd{
margin:0;
padding:0.1em 0 0.1em 10em;
border-bottom:1px dashed #ccc;
}
div#contents div.exam dl dd ul{
margin:0;
}


.center{
text-align:center;
}