@charset "utf-8";

.DaiKakko {
	position: relative;
	width: 260px;
	padding: 0px 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.DaiKakko::before,
.DaiKakko::after {
	position: absolute;
	top: 0;
	content: '';
	width: 10px;
	height: 100%;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.DaiKakko::before {
	left: 0;
	border-left: 1px solid #555;
	border-radius: 8px 0 0 8px;
}
.DaiKakko::after {
	right: 0;
	border-right: 1px solid #555;
	border-radius: 0 8px 8px 0;
}
#bodyPane .DaiKakko p {
    padding-bottom: 0;
}
