@charset "utf-8";

/*------------------------------------------------
メイン
------------------------------------------------*/
h3.title {
	margin-bottom:0;
}

section table {
	width:100%;
}

section table th {
	border-bottom:#CCC 1px solid;
	text-align:left;
	width:23%;
	padding:20px 0;
	vertical-align:top;
}
section table td {
	border-bottom:#CCC 1px solid;
	padding:20px 0;
	line-height:1.4;
}


