@charset "UTF-8";
/* CSS Document */
/*-- rinen --*/
.rinen{
	margin:0 auto;
	margin-bottom:100px;
}

.rinen h3{
	margin-bottom:70px;
}

.rinen .mb51{
	margin-bottom:51px;
}
/*-- gaiyou --*/
.gaiyou{
	margin:0 auto;
	margin-bottom:100px;
}

.gaiyou h3{
	margin-bottom:70px;
}

.gaiyou table{
	width:800px;
	border:1px solid #ccc;
	box-sizing:border-box;
	margin:0 auto;
	font-size:14px;
}

.gaiyou table th{
	width:183px;
	border:1px solid #ccc;
	box-sizing:border-box;
	padding:12px 0 12px 21px;
	background-color:#f4f4f4;
	font-weight:normal;
	vertical-align:middle;
}

.gaiyou table td{
	width:613px;
	border:1px solid #ccc;
	box-sizing:border-box;
	padding:14px 0 14px 21px;
}
/*-- enkaku --*/
.enkaku{
	margin:0 auto;
	margin-bottom:100px;
}

.enkaku h3{
	margin-bottom:59px;
}

.enkaku table{
	width:800px;
	margin:0 auto;
	font-size:14px;
	margin-bottom:100px;
}

.enkaku table tr{
	border-bottom:1px dotted #ccc;
	box-sizing:border-box;
}

.enkaku table th{
	padding:14px 0 14px 20px;
	box-sizing:border-box;
	width:200px;
	font-weight:normal;
}

.enkaku table td{
	padding:14px 0;
	box-sizing:border-box;
}