
body { 
	font-family: "Zen Maru Gothic", serif;
	background: url("../img/bg.png");
}
body::before { background: #FFF;}

header {
	border-bottom: 2px solid #f39800;
	box-shadow: 0px 10px 15px -20px #777777;
}
.top-content::after { background-color: #fff5e6}
.release span {
	background: #FFF;
	color: #1478bd;
}
.catch-txt small { color: #1478bd;}

.common-btns { border-color: #f1e0c6;}

.content-title { color: #f39800;}
.content-title:before,
.content-title:after { background: #f39800;}

.content-title span::before,
.content-title span::after { background-color: #f39800;}

.content-title i { color: #f39800;}


.name::after { background: #f39800;}

.cover-btn .side-cover img { border: 2px solid #e9e9e9;}

.txtarea::after { background-color: #fff5e6}

.txtarea-title { color: #f39800;}
.txtarea-title::before {
	content: "";
	display: block;
	width: 1.7rem;
	height: 1em;
	background: url("../img/arasuji.png") no-repeat center left;
	background-size: contain;
}