@charset "UTF-8";

dl.dltable3 {
	overflow: hidden;
}
.dltable3 dd {
	margin: 10px 0;
}
.dltable3 dt,
.dltable3 dd span:first-child {
	color: #08B5AF;
	font-weight: bold;
}
.dltable3 dd span:first-child+p {
	display: inline;
}
.dltable3 figcaption {
	text-align: right;
}

/*プロフィール*/

.profileblock {
	margin-top: 2em;
}
.profileblock p{
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.dltable3 figcaption {
		text-align: left;
	}

	.profileblock div {
		width: 100% !important;
	}
}
