@charset "utf-8";
#contents h2 {
	margin-bottom: 10px;
	border-bottom: 2px solid #DBDCDC;
    padding-bottom: 5px;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #F4F4F5),color-stop(0.5, #FFFFFF));
}
#contents h3 {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}
#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.right {
	font-weight: normal;
	text-align: right;
}
#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;
}
