@charset "utf-8";

/*----------------------------------------------------*/ 
/* info
------------------------------------------------------*/

#contents p.date {
	text-align:right;
}

#contents .effort_tbl  {
	border-top:1px solid #7F7326;
	border-right:1px solid #7F7326;
	width:100%;
}

#contents .effort_tbl th,
#contents .effort_tbl td {
	border-bottom:1px solid #7F7326;
	border-left:1px solid #7F7326;
	padding:10px;
 text-align: center;
}

#contents .effort_tbl th {
	background:#D7E4F1;
	font-weight:normal;
 text-align: center;
 width: 50%;
}


#contents .effort_tbl2  {
	border-top:1px solid #7F7326;
	border-right:1px solid #7F7326;
	width:100%;
}

#contents .effort_tbl2 th,
#contents .effort_tbl2 td {
	border-bottom:1px solid #7F7326;
	border-left:1px solid #7F7326;
 text-align: center;
	padding:8px;
}

#contents .effort_tbl2 th {
	background:#EEEEEE;
	font-weight:normal;
 width: 25%;
}

#contents .effort_tbl2 td {
	text-align:right;
}

#contents .effort_tbl2 td.pos_l {
 text-align: left;
}

#contents .effort_tbl2 td ul.list li {
 display: inline-block;
 padding-left: 1.2em;
 position: relative;
}

#contents .effort_tbl2 td ul.list li:before {
 content: "・";
 height: 1em;
 left: 0;
 position: absolute;
 top: 0;
 width: 1em;
}



#contents .effort_tbl3  {
	border-top:1px solid #7F7326;
	border-right:1px solid #7F7326;
	width:100%;
}

#contents .effort_tbl3 th,
#contents .effort_tbl3 td {
	border-bottom:1px solid #7F7326;
	border-left:1px solid #7F7326;
 text-align: left;
	padding:8px;
}

#contents .effort_tbl3 th {
	background:#EEEEEE;
	font-weight:normal;
 width: 70%;
}

#contents .effort_tbl3 td {
	text-align:right;
}

#contents .effort_tbl3 td.pos_l {
 text-align: left;
}

#contents .effort_tbl3 td ul.list li {
 display: inline-block;
 padding-left: 1.2em;
 position: relative;
}

#contents .effort_tbl3 td ul.list li:before {
 content: "・";
 height: 1em;
 left: 0;
 position: absolute;
 top: 0;
 width: 1em;
}
