﻿@charset"utf-8";
/* div table style */

div.tr {
  width: 100%;
  clear: both;
}
div.th, div.td { padding: 5px; float: left;}

div.th { font-weight: bold; }

/* customize */
div.table1 .th{ width: 45px; }
div.table1 .td{ width: 385px; }

div.table_l1 .th{ width: 100px; }
div.table_l1 .td{ width: 350px; }

div.table_l2 .th{ width: 150px; }
div.table_l2 .td{ width: 300px; }

div.table_l2_2 .th{ margin-left:40px; width: 110px; }
div.table_l2_2 .td{ width: 300px; }

div.table_l3 .tr{ border-top:1px dashed #AAA; }
div.table_l3 .th{ width: 120px; }
div.table_l3 .td{ width: 330px; }

div.table_l3_2 .tr{ border: 0;}
div.table_l3_2 .th{ margin-left:20px; width: 100px;}
div.table_l3_2 .td{ width: 330px; }


/* faq */
.faq_question, .faq_suggestion_title {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 20px;
}
.faq_suggestion {
  margin: 5px 20px;
}

.faq_question span{
  color: #CC0000;
}
.faq_suggestion_title span{
  color: #0000CC;
}

.faqline {
  border-bottom:1px dashed #888;
  margin:10px 20px;
}


