@charset "UTF-8";

/* =========================================================
subscribe
========================================================= */
#contents-name h2 a {
	background-image: url(/imgm/common/panel/service_icon.png);
}
#subscribe {
	font-size: 85%;
	line-height: 146%;
	margin: 10px 0;
	border: 2px solid #e6eae6;
	background-color: #f7f6f5;
	padding: 10px 10px 15px 10px;
}
#subscribe h3 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #e6eae6;
	padding-bottom: 10px;
	margin: 5px 0 15px 0;
}
#subscribe p {
	line-height: 126%;
	margin-bottom: 15px;
}
#subscribe .button {
	text-align: center;
	margin-bottom: 20px;
}
#subscribe .button a {
	display: inline-block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	background-color: #ff6600;
	background-position: 20px 50%;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	padding: 12px 1px;
	width: 70%;
}
#subscribe .link {
	text-align: center;
}
#subscribe .link a {
	display: inline-block;
	color: #666666;
	border: 1px solid #dde2dd;
	border-radius: 3px;
	padding: 4px 8px;
}
/* -----------------------------------------------
note
----------------------------------------------- */
#subscribe .note {
	border-top: 2px solid #e6eae6;
	padding-top: 20px;
	margin-top: 30px;
}
#subscribe .note p {
	color: #555;
	line-height: 146%;
	margin-bottom: 12px;
}
#subscribe .note a {
	padding: 0 1px;
}