@charset "utf-8";


/* table ta-type1
_____________________________________________________________________ */

table.ta-type1 {
  margin : 15px 0 20px 0;
  border-collapse : collapse;
  border : 1px solid #e6e6e6;
  width:99%;
	text-align:left;
}

table.ta-type1 th {
  padding : 15px 10px;
  color:#333;
  background-color:#f2f2f2;
  border : 1px solid #e6e6e6;
  font-weight:bold;
  text-align:left;
}

table.ta-type1 th.ta-tit2 {
  padding : 15px 10px;
  color:#333;
  border : 1px solid #e6e6e6;
  text-align:left;
  vertical-align:middle;
  background-color:#b2dffa;
}

table.ta-type1 td {
  padding : 15px 10px;
  border : 1px solid #e6e6e6;
	background-color:#fff;
}


/* list
_____________________________________________________________________ */
ol li {
  padding-top:10px;
  padding-bottom:10px;
	font-size: 16px;
	line-height: 160%
  }
ul li {
  padding-top:5px;
	font-size: 16px;
	line-height: 160%
 }

