@charset "UTF-8";

#seminarsList {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#seminarsList .box01 {
	width: 49%;
	border: 1px solid #CCC;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

#seminarsList .box01 .catname {
}

#seminarsList .box01 .catname dt {
	display: inline-block;
	background: #003;
	padding: 5px 10px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	color: #FFF;
	margin-bottom: 15px;
}

#seminarsList .box01 .catname dd {
	display: inline-block;
	background: #6C6C6F;
	padding: 5px 10px;
	color: #FFF;
	margin-bottom: 15px;
}

#seminarsList .box01 .image {
	width: 100%;
	margin-bottom: 15px;
}

#seminarsList .box01 .image a:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 0.5;
}

#seminarsList .box01 .image img {
	width: 100%
}

#seminarsList .box01 .seminarsInner {
}

#seminarsList .box01 .seminarsInner h3 {
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}

#seminarsList .box01 .seminarsInner .comment {
}

#seminarsList .box01 .seminarsInner .detailLink {
	width: 100%;
	margin-top: 15px;
}

#seminarsList .box01 .seminarsInner .detailLink a {
	width: 100%;
	display :block;
	padding: 10px 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	text-align: center;
	box-sizing: border-box;
}

#seminarsList .box01 .seminarsInner .detailLink a:hover {
	border: 1px solid #00F;
	color: #00F;
}

@media screen and (max-width: 813px) {
#seminarsList .box01 {
	width: 100%;
}
}
