/*  適用ページ：「研究履歴」　*/
h2 {
 font-size:23px;
 color:#206026;
 background:none;
 background-color:#77f783;
 line-height:35px;
 padding-left:3px;
 border:none;
}

/*   テーブルセット　*/
table {
 border:none;
 line-height:150%;
 background-color:#ddf2dd;
}

td {
 border-top:none;
 border:none;
 border-bottom:dashed 1px #77f783;
}

th {
 border:none; 
 background-color:#77f783;
 font-size:20px;
 color:#206026;
 padding-right:10px;
}

table th:last-child {
 border-left:solid 10px #ddf2dd;
}

/*  最後の行だけ下線をカット　
table tr:last-child td {
	border-bottom: none;
}
*/
