<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
ja_JP
*/

/* -----------------------------------------------
contents name
----------------------------------------------- */

#contents-name h2 a {
	display: block;
	background: url(/img/jpn/help/title_subscribe.gif) no-repeat 0 0;
	width: 287px;
	height: 50px;
}

/* =========================================================
subscribe
========================================================= */
#subscribe {
	clear: both;
}
#subscribe dl {
	text-align: center;
	background-color: #f7f6f5;
	border: 1px solid #e6eae6;
	border-radius: 3px;
	padding: 25px 15px 10px 15px;
}
#subscribe dt {
	line-height: 126%;
	margin-bottom: 8px;
}

/* -----------------------------------------------
button
----------------------------------------------- */
#subscribe dd .button {
	clear: both;
	margin-bottom: 18px;
}
#subscribe dd .button a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-image: url(/img/common/common/icon_user_wht.png);
	background-size: 20px 23px;
	background-color: #ff6600;
	background-repeat: no-repeat;
	background-position: 20px 50%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 45px;
}
#subscribe dd .button a:hover {
	background-color: #ffb400;
}

/* -----------------------------------------------
activation
----------------------------------------------- */
#subscribe dd .activation a {
	color: #666;
	background: url(/img/common/common/arrow_right_gray_small_off.png) no-repeat 0 0;
	padding-left: 16px;
}
#subscribe dd .activation a:hover {
	color: #ffcc00;
	background: url(/img/common/common/arrow_right_gray_small_on.png) no-repeat 0 0;
}
/* -----------------------------------------------
note
----------------------------------------------- */
#subscribe dd .note {
	text-align: left;
	border-top: 1px solid #e6eae6;
	padding-top: 18px;
	margin-top: 22px;
}
#subscribe dd .note p {
	color: #666;
	line-height: 146%;
	margin-bottom: 12px;
}
#subscribe dd .note a {
	padding: 0 1px;
}</pre></body></html>