@charset "UTF-8";
#panel_01 {
 padding-left: 180px;
 background-image: url("../../css/general_images/bg_contact_left_space.png");
 background-repeat: no-repeat;
 background-position: 20px 30%;
 border: none;
}
table {
 margin-top: 20px;
 width: 700px;
 border-collapse: separate; /*collapse | separate | inherit*/
 border-spacing: 2px;
}
.item {
 width: 150px;
 background: #dfffcf;
 border: 1px solid #390;
 text-align: center;
}
.item em {
 font-size: 72%;
}
.desc {
 padding-left: 1em;
 border: 1px solid #390;
}

