/* 当協議会主催 研修会 */

.work_inner {
	width:100%;
    margin: 0 auto;
}

.work_inner:after {
    content: "";
    clear: both;
    display: block;
}


.hr {
	border-top:1px solid #999;
}

#sec1 .table,#sec3 .table ,#sec4 .table{
	width: 80%;
	border-collapse: collapse;
	margin:10px 0;
}

#sec1 .table th,#sec3 .table th,#sec4 .table th {
	text-align:center;
	background: #E4E4E4;
	font-weight:normal;
}

#sec1 .table td,#sec3 .table td,#sec4 .table td {
	width:85%;
}

#sec1 .table td,#sec1 .table th,
#sec3 .table td,#sec3 .table th,
#sec4 .table td,#sec4 .table th{
	padding: 5px;
	border: 1px solid #ccc;
	line-height:120%;
}

ul.ation {
	list-style-type:none;
}

.work_menu {
	margin-bottom: 10px;
}

#sec4 ul.list_work {
  padding: 0.5em 5.0em 3.0em 5.0em;
  position: relative;
}

#sec4 ul.list_work li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
	border-bottom: dotted 1px #025E12;
}



@media screen and (max-width:768px){

	#sec1 .table,#sec3 .table,#sec4 .table{
		display: block;
		width:100%;
		font-size:90%;
	}
		#sec1 .table thead,#sec3 .table thead,#sec4 .table thead{
			display: none;
		}
		#sec1 .table tbody,#sec3 .table tbody,#sec4 .table tbody{
			display: block;
		}
			#sec1 .table tbody tr,#sec3 .table tbody tr,#sec4 .table tbody tr{
				display: block;
				margin-bottom: 0.5em;
			}

			#sec1 .table th,#sec3 .table th,#sec4 .table th {
				text-align:left;
			}
			
			#sec1 .table td,#sec3 .table td,#sec4 .table td {
				width:100%;
				line-height:120%;
			}

			#sec1 .table tbody th,#sec1 .table tbody td,
			#sec3 .table tbody th,#sec3 .table tbody td,
			#sec4 .table tbody th,#sec4 .table tbody td{
				display: list-item;
				border: none;
			}
			#sec1 .table tbody th,#sec3 .table tbody th,#sec4 .table tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #666;
			}
			#sec1 .table tbody td,#sec3 .table tbody td,#sec4 .table tbody td{
				list-style-type: none;
				margin-left: 5px;
				padding: 0;
				line-height:150%;
			}
	
	ul.ation {
		list-style-type:none;
		font-size:90%;
	}
	
	#sec4 ul.list_work {
  padding: 0.5em 0.5em 2.0em 0.5em;
}

}