
@charset "utf-8";
/* CSS Document */

.sample_01{

 border-collapse: collapse;
 }
 .sample_01 th{

 padding: 6px;
 text-align: left;
 vertical-align: top;
 color: #333;
 background-color: #eee;
 border-bottom: 1px solid #b9b9b9;
 font-size:14px;
 
 }
 .sample_01 td{
 padding: 6px;
 background-color: #fff;
 border-bottom: 2px dotted #b9b9b9;
  font-size:14px;
 }

.font1  {
	font-size:14px;
	line-height:24px;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
