@charset "utf-8";

#contents div.contents p {
	padding: 0px 0px 15px;
}

#contents div.contents p.title02 {
	padding-bottom: 0px;
	color: brown;
}

#contents div.contents {
	padding: 0px 20px 20px;
}

.contents p.title01 {
	font-size: x-large;
  text-decoration: underline;
  font-weight: bold;
}

/* ----- diff ---------------------- */
section.cover {
	text-align: center;
}

.one-block {
	margin: 5px 0px;
}

#contents .one-block p {
	padding: 5px;
}

.diff .comment {
	text-align: left;
}

.diff .base {
	display: contents;
	padding: 5%;
	width: 40%;
}

.diff .half-width img {
	max-width: 40%;
}
.diff .width img {
	max-width: 80%;
}
.diff .base-height img {
	max-width: 40%;
	max-height: 40%;
}
