@charset "UTF-8";
/* CSS Document */

#detail {
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 10px;
	font-family: "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", Osaka;
	color: #333333;
}
#busho_name {
	text-align: center;
	padding-top: 20px;
}
.note {
	background-color: #C1E4F2;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 300px;
	margin-left: 10px;
	padding-bottom: 3px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #349CCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #349CCC;
}
.gakkai {
	border: 1px solid #D8D8D8;
	margin: 10px;
}
.staff_image {
	border: 2px solid #E8E8E8;
	margin-left: 30px;
}

