@charset "utf-8";

#mainArea .mainBox .content .textArea {margin-top:30px; padding:20px; background:#f2f2f2;}

#mainArea .mainBox .content .textArea dt {margin-bottom:10px; font-size: 14px; font-weight:bold; color:#2db937;}
#mainArea .mainBox .content .textArea dd {margin-bottom:30px; font-size: 12px;}

#mainArea .mainBox .content .textArea ol {margin:10px 0 10px 25px;}
#mainArea .mainBox .content .textArea ul {list-style:disc; margin:10px 0 10px 20px;}
#mainArea .mainBox .content .textArea li {padding:2px 0; line-height:20px; font-size: 12px;}

#mainArea .mainBox .content .textArea table {margin:10px 0; width:90%; border-collapse:collapse;}
#mainArea .mainBox .content .textArea th {border:1px solid #b0b0b0; text-align:center; background-color: #ddd;;}
#mainArea .mainBox .content .textArea td {width:50%; padding:10px 30px; border:1px solid #b0b0b0;}

#mainArea .mainBox .content .btn {margin-top:50px; text-align:center;}
#mainArea .mainBox .content .btn a {margin:0 5px; padding:6px 80px 10px; font-size:14px; color:#fff; background:#2db937; border-radius:5px;}
#mainArea .mainBox .content .btn a:hover {background:#3ccc46;}
#mainArea .mainBox .content .btn a i {margin-right:5px; font-size:16px;}