@charset "utf-8";
/**
 * login ログイン
 *
 * @since
 * @version	1.0
 * @author	msc
 */

.login {
	-webkit-appearance: none;
	appearance: none; /* デフォルトのスタイルを無効 */
	background: url(../img/btn_google_signin_normal.png) no-repeat;
	width:573px;
	height:138px;
	background-size: 573px 138px;
	cursor:pointer;
	margin-left: auto;
	margin-right: auto;
	margin-top:10%;
}
.login:active {
	background: url(../img/btn_google_signin_pressed.png) no-repeat;
	background-size: 573px 138px;
}