@charset "UTF-8";

/* table */
#contents table{ margin: 0; }

#contents th{
	vertical-align: top;
	padding:0 20px 10px 0;
}
#contents td{
	padding:0 5px 10px 0;
}

/* h */
#contents .about_txt h3{
	padding-left:0;
	margin: 20px 0 10px;
	line-height: 1.5em;
	width: 940px;
	background:none;
	font-size: 16px;
}
#contents h4{
	margin: 20px 0 10px;
	background-color: #ddd;
	padding: 5px 
}

/*about_schedule*/
#contents .about_schedule table {
	width: 960px;
	border:2px solid #043d60;}

#contents .about_schedule table thead{
	border-bottom:2px solid #043d60;
}

#contents .about_schedule table th,
#contents .about_schedule table td{
	border:1px solid #043d60;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;

}
#contents .about_schedule table tbody th{
	background: #f2f2f2;
}

#contents .about_schedule table .bg02 th {
	background: #dae5da;
}
#contents .about_schedule table .bg02 td {
	background: #edf4ed;
}


/*about_cost*/
#contents .about_cost table td{
	text-align: right;
	padding:0 10px 10px 0;
}
#contents .about_cost table td:first-of-type{
	text-align: left;
}

#contents .about_cost table.cost_table thead th{
	font-weight: bold;
}
#contents .about_cost table.cost_table tbody th{
	width: 25%;
}

#contents .about_cost table.cost_table  {
	width: 960px;
	border:2px solid #043d60;}

#contents .about_cost table.cost_table thead{
	border-bottom:2px solid #043d60;
}

#contents .about_cost table.cost_table th,
#contents .about_cost table.cost_table td{
	width: 25%;
	border:1px solid #043d60;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
}

#contents .about_cost table.cost_table thead th{
	font-weight: bold;
	width: 10%;
}

#contents .about_cost table.cost_table tfoot{
	border-top:2px solid #043d60;
	background: #f2f2f2;
}

p.red{ font-weight: bold; color: red; }
p.bank{
	border:2px solid #043d60;
	border-radius:5px;
	display: inline-block;
	padding: 10px;}

/* ebetsu toyohoro */
#contents section.bg02 { background: #edf4ed; }
#contents section.bg02 table { margin: 0 30px 15px; }

/**/

#contents .about_schedule table thead th,
#contents .about_cost table thead th,
#contents .about_cost table.cost_table thead th{
	background:#043d60;
	color: #FFF;
	border-right:1px solid #FFF;
}

