@charset "utf-8";

#content01 h2,
#content01 h3 {
margin-bottom:10px;
}
#content01 h3 {
clear:left;
}

/* lead */
#content01 .lead {
margin:0 10px 28px;
}
#content01 .lead p {
font-size:1.2em;
}

/* recruit */
#content01 .recruit {
height:100%;
border-bottom:1px dotted #ccc;
}
#content01 .recruit p {
margin:0 10px 18px;
font-size:1.2em;
}
/* each shop infomation */
#content01 .recruit table {
width:790px;
margin:0 auto 18px;
font-size:1.2em;
}
#content01 .recruit col.category {
width:105px;
}
#content01 .recruit th,
#content01 .recruit td {
padding:5px 10px;
border:1px solid #fff;
}
#content01 .recruit th {
background-color:#F3E8D4;
}
#content01 .recruit td {
background-color:#FAF2E5;
}
#content01 .recruit .pay th {
font-weight:normal;
}
#content01 .recruit thead span {
padding-left:1em;
}
#content01 .recruit tbody ul {
list-style:disc outside;
margin-left:1.5em;
}

/* for nn6 (clearfix) */
#content01 .recruit .shop div:after {
content:".";
display:block;
visibility:hidden;
clear:both;
height:0;
}
