/* http://bluerizk.deviantart.com/art/Tsukiko-Tsutsukakushi-Minimalist-Vector-Art-548200708 */
.lda7 {
	background-color: #E39EB1;
	background-image: url("tsukiko.png");
	background-position: right 30px center;
	background-repeat: no-repeat;
	background-size: 200px;
	padding: 30px;
	padding-right: 290px;
	min-height: 300px;
	overflow: hidden;
}
.lda7 .postbox {
	background: #FFF8FB;
	padding: 10px;
	color: black;
}
.lda7 .postbox.sig {
	color: #AD5C72;
	display: block;
	float: right;
}
.lda7 .quote,
.lda7 .code {
	background: #E39EB1;
	padding: 4px;
	margin: 0px 30px;
}
.lda7 .quote .box,
.lda7 .code .box {
	border: none;
	/*margin-top: 4px;*/
}
.lda7 .quote .box {
	background: #FFF8FB;
	padding: 4px;
}
.lda7 .code .box {
	background: black;
}
.lda7 .quote .boxhead,
.lda7 .code .boxhead {
	padding: 1px 4px;
	/*display: inline-block;*/
	margin: 0px 0px;
}
.lda7 .quote .boxhead {
	/*background: white;*/
}
.lda7 .code .boxhead {
	/*background: black;
	font-family: monospace;*/
	color: black;
}
.lda7 .quote .boxhead:after,
.lda7 .code .boxhead:after {
	content: "~";
}
.lda7 a {
	color: #FF6CA0;
	font-weight: bold;
}
.lda7 .spoiler {
	border: none;
	border-radius: 0px;
	padding: 0px 1px;
}