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

@import "init.css";
@import "common.css";

/*/////////////////////////////////////////////////
index
/////////////////////////////////////////////////*/
h1 + p {
	text-align:center;
}
h2 {
	width:550px;
	float:left;
	margin-bottom:30px;
}
p#character {
	width:430px;
	height:300px;
	float:right;
	text-align:right;
}
p {
	font-size:16px;
}
@media screen and (max-width:599px) {
	h2,
	p#character {
		width:100%;
		height: auto;
		float:none;
		margin-bottom: 20px;
	}
}
