/* service_category
----------------------------------------------- */
#serviceList {
 color: #999999;
 padding: 10px;
 background-color: #FFF;
}
#serviceList dl {
 margin-bottom: 30px;
 text-align: center;
}
#serviceList dd img {
 border: 1px solid #EEEEEE;
 width: 100%;
}
#serviceList dt {
 margin-top: 8px;
}
/* service
----------------------------------------------- */
#service {
 padding: 10px;
 background-color: #FFF;
}
#service h1 {
 font-size: 18px;
 border-bottom: 1px solid #EEEEEE;
 padding-bottom: 10px;
}
#service .content {
 padding: 10px 0;
 line-height: 200%;
 color: #777;
}