@charset "utf-8";
#contents h2 {
border-bottom: 2px solid #DBDCDC;
margin-bottom: 30px;
padding-bottom: 5px;
}

#contents p {
	font-size: 80%;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}
#contents p strong {
	font-weight: normal;
	color: #E50012;
}
#contents p.center {
	font-weight: normal;
	text-align: center;
}
#contents p.cancel {
	font-size: 70%;
	margin-bottom: 30px;
}

#contents a:link, #contents a:visited {
	text-decoration: none;
	color: #036EB7;
}
#contents a:hover, #contents a:active {
	text-decoration: underline;
	color: #036EB7;
}

#contents .bottom-btn {
	clear: both;
}
#contents .bottom-btn img {
	margin-bottom: -1px;
}
#contents .bottom-btn p {
	text-align:center;
	width: auto;
}
