
/*--------------------------------------------------------*/

/*  セミナー　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 641px){

.seminarBox{
	padding-top:60px;
}

h2.midashi_line{
	border-top:1px solid #73BE28;
	border-bottom:1px solid #73BE28;
	padding:28px 0;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	line-height:1.5em;
	color:#008C55;
	letter-spacing:1.0px;
}

p.setsumei{
	margin:25px 0;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	color:#333;
	line-height:1.6em;
}

table.table01 {
	width:100%;
	border-right:#CCC solid 1px;
	border-left:#CCC solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#008C55;
	padding:8px 0px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	font-size:13px;
	color:#FFF;
	line-height:1.5em;
}
table.table01 thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}
table.table01 tbody th {
	background:#FFF;
	color:#FFF;
	padding:10px 10px;
	border-bottom:#CCC solid 1px;
	vertical-align:middle;
	text-align:center;
}
table.table01 tbody th img{
}
table.table01 tbody tr:last-child th {
	border-bottom:#CCC solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:15px 15px;
	border-left:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	vertical-align:middle;
}

table.table01 tbody td.date{
	width:22%;
}
table.table01 tbody td.title{
	width:78%;
}

table.table01 tbody td p.date_txt{
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#666;
	line-height:1.6em;
}

table.table01 tbody td p.title_txt{
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#333;
	line-height:1.6em;
}

table.table01 tbody td p.title_txt a{
	text-decoration:underline;
	color:#333;
}

table.table01 tbody td p.title_txt a:hover{
	text-decoration:none;
	color:#333;
}

}

@media screen and (max-width:640px){

.seminarBox{
	padding-top:20px;
}

h2.midashi_line{
	border-top:1px solid #73BE28;
	border-bottom:1px solid #73BE28;
	padding:20px 0;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
	color:#008C55;
	letter-spacing:1.0px;
}

p.setsumei{
	padding:0 15px;
	margin:20px 0 5px;
	text-align:center;
	font-size:11px;
	font-weight:normal;
	color:#333;
	line-height:1.7em;
	border-bottom:#CCC dashed 1px;
	padding-bottom:20px;
}

table.table01 {
	width:100%;
	border-collapse: collapse;
}
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
	color:#FFF;
}
table.table01 tbody tr {
	border-bottom:#CCC dashed 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:0 15px;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-size:11px;
	line-height:1.8em;
	color:#888;
	font-weight:normal;
}
table.table01 tbody td:first-child{
	padding-top:15px;
}
table.table01 tbody td:last-child{
	padding-bottom:15px;
}
table.table01 tbody td p {
	padding-left:4em;
}

table.table01 tbody td p.date_txt{
	text-align:left;
	font-size:13px;
	font-weight:normal;
	color:#666;
	line-height:1.6em;
	margin-bottom:3px;
}

table.table01 tbody td p.title_txt{
	text-align:left;
	font-size:13px;
	font-weight:normal;
	color:#333;
	line-height:1.6em;
}

table.table01 tbody td p.title_txt a{
	text-decoration:underline;
	color:#333;
}

table.table01 tbody td p.title_txt a:hover{
	text-decoration:none;
	color:#333;
}

}





