<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------
mailmaga original
-------------------------------------------------*/
form{
	padding-top:20px;
	text-align:center;
}
.btnLink input,
input.mail {
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btnLink input {
	border: none;
	background: none;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #FFF;
}

input.mail {
	padding:0.2em 0.5em;
	background-color: #FFF;
	font-size: 150%;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #333;
}

@media screen and (max-width:767px) {
	
	input.mail{
		width:100%;
		max-width:640px;
	}
	
	.btnLink{
		margin-top:1em;
	}
}</pre></body></html>