@charset "utf-8";
/* CSS Document */
/* index.html用CSS add 2018/03/22 */

/* button for mail top */
.mailTopHead_mailLogin {
	display: block;
	width: 189px;
	height: 51px;
	margin: 0 auto 8px;
	border-radius: 7px;
	text-align: center;
	text-decoration: none !important;
	background: #fde02e;
	box-shadow: 0 3px 0 0 #ffd009;
}

.mailTopHead_mailLogin:hover {
	cursor: pointer;
	opacity: 0.7;
}

.mailTopHead_mailLogin span {
	color: #5e5e5e !important;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	margin: 0 auto;
	padding-top: 7px;
}

.fa.fa-lock {
	font-size: 1.35em;
	vertical-align: top;
}
