@charset "utf-8";
/* CSS Document */

/*============================
#descriptionArea
============================*/
#descriptionArea {}
#descriptionArea .content { margin-top: 60px; }
#descriptionArea .content table { width: 100%; border-collapse: collapse; }
#descriptionArea .content table tbody {}
#descriptionArea .content table tbody tr { border-bottom: 1px solid #E0E0E0; }
#descriptionArea .content table tbody tr th { width: 240px; padding: 24px 30px; text-align: left; font-weight: bold; color: #fff; vertical-align: middle; background-color: #00377E; }
#descriptionArea .content table tbody tr td { padding: 24px 30px; line-height: 1.7; vertical-align: top; white-space: pre-wrap; }
