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

h2 {
	font-size:1.4rem;
	margin-bottom:15px;
	padding:5px 15px;
	background:#f9f9f9;
	border-bottom:solid #e5e5e5 1px;
}

#contents{
	width:90%;
	max-width:600px;
    margin:0 auto;
	line-height:1.6;
	}

p {
	margin-bottom:1em;
}

.on{
	font-size:1.4rem;
	font-weight:bold;
}
