@charset "utf-8";

#titleMail
{
	text-indent: -9999px;
	background-image: url(../images/mail/title_mail.gif);
	background-repeat: no-repeat;
}

#titleSubscribe
{
	text-indent: -9999px;
	background-image: url(../images/mail/title_subscribe.gif);
	background-repeat: no-repeat;
}

#titleUnsubscribe
{
	text-indent: -9999px;
	background-image: url(../images/mail/title_unsubscribe.gif);
	background-repeat: no-repeat;
}

#titleMailSample
{
	text-indent: -9999px;
	background-color: #F0B687;
	background-image: url(../images/mail/title_sample.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 480px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#mailSample
{
	background-color: #F7F0E5;
	margin: 0px;
	padding: 20px;
	width: 440px;
}

.mailForm
{
	margin: 0;
	padding: 0;
	text-align: left;
}

#titleReInput
{
	background-image: url(../images/mail/title_reinput.gif);
	background-repeat: no-repeat;
}

#titleStartSubscribe
{
	background-image: url(../images/mail/title_start_subscribe.gif);
	background-repeat: no-repeat;
}

#titleStartUnSubscribe
{
	background-image: url(../images/mail/title_start_unsubscribe.gif);
	background-repeat: no-repeat;
}

#titleCompleteSubscribe
{
	background-image: url(../images/mail/title_complete_subscribe.gif);
	background-repeat: no-repeat;
}

#titleCompleteUnsubscribe
{
	background-image: url(../images/mail/title_complete_unsubscribe.gif);
	background-repeat: no-repeat;
}

.mobile_note
{
	border: 1px solid #cccccc;
	background-color: #efefef;
	padding: 20px;
	margin-bottom: 15px;
}

.mobile_note h4
{
	padding:0;
	margin:0;
	line-height: 1.5em;
	color: #cc0000;
}