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

.wrapper {
    max-width: 100%;
}
section {
	margin-top: 5px;
}
h2 {
	margin-top: 10px;
}
h2 img {
	margin: 4px 18px;
}
.title_box {
	margin-top: 5px;
	background-color: #feebbe;
	padding: 17px 20px;
}
.shoulder img {
	width: 49%;
	margin-bottom: 8px;
}
h1 img {
	margin-left: 5%;
	margin-right: 5%;
}
p.lead {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.35;
	font-weight: normal;
	color: #1F1F1F;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 3px;
	padding: 7px 10px;
}

.text {
		text-align: left;
		font-size: 0.75em;
		line-height: auto;
		font-weight: normal;
		margin: 10px;
}

.manga_box img {
	max-width: 100%;
}
dl {
	border-top: 2px solid #5f88c6;
	padding-top: 10px;
	margin: 10px 15px 0 15px;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.45;
}
dd {
	margin-left: 1em;
}
.note {
	text-align: right;
	font-size: 0.75em;
	font-weight: normal;
	margin: 8px 10px 20px;
}
#prcredit {
    color: #444;
    font-size: 13px;
	font-weight: normal;
    line-height: 1;
    margin: 30px 1em;
    text-align: right;
}
#prcredit span {
    border: 1px solid #444;
    display: inline-block;
    padding: 1px 5px;
}