@charset "UTF-8";
/* CSS Document */
/*
.section_mv,
#head,
#foot,
.search_wrap input[type=submit],
.section_article .article .head .rating .num,
.section_article .article .sns_wrap{
	background-color:#0046a5;
}
a,
.block .head > .title{
	color:#0046a5;
}

.search_wrap .input_wrap .txt{
	border-color:#0046a5;
}

.section_article .article .head .rating .num:after{
	border-right-color:#0046a5;
}
*/
.section_mv .bg{
	background-image:url(../images/dummy/photo_dummy_06.jpg);
}

.seminars tr.end{
	color:#aaa;
}

.seminars thead th:nth-child(2){
	width:200px;
}

.seminars thead th:nth-child(3){
	width:80px;
}

@media screen and (max-width:640px){
	table.suitable thead{
		display:none;
	}
	table.suitable tbody th,
	table.suitable tbody td{
		display:block;
		border:0;
	}
	table.suitable tbody th{
		font-size:14px;
	}
	table.suitable tbody tr{
		border-top:1px solid #ddd;
	}
}


.block[rel=seminar_list] h4{
	margin-bottom:5px;
}

.block[rel=seminar_list] table{
	margin-bottom:40px;
}