@charset "utf-8";
/* CSS Document */

/* ヘッダー・フッターなどの共通部分CSS */

@font-face {
    font-family: "NotoSansCJKjp";
    src: url(/font/NotoSansCJKjp-DemiLight.woff);
}

body {
	margin: 0;
	font-family:  sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	line-height: 1.2em;
	word-wrap: break-word;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

p {
	margin: 0;
}

img {
	border: none;
}

form {
	text-align: center;
}

ul {
	margin: 0;
	padding-start: 0;
	-webkit-padding-start: 0;
	-ms-padding-start: 0;
	list-style: none;
}

article {
	clear: both;
	margin-top: 46px;
	padding-bottom: 100px;
}

#loginBox{
	margin-top: 12%;
	text-align: center;
}

#loginBox div span{
    position: absolute;
    margin-top: 22px;
    margin-left: -34px;
    color: #4285f4;
    font-weight: 600;	
}
#loginBox input{
	margin: 0.5em;
    border: none;
    padding: 0.75em;
    font-size: 16px;
    background: transparent;
	border: 1px solid #4285f4;
    border-radius: 3px;
}

#loginBox input[type="submit"]{
	width: 223px;
    background: #4285f4;
    color: #fff;
	cursor: pointer;
}

#loginBox input:-webkit-autofill,
#loginBox textarea:-webkit-autofill,
#loginBox select:-webkit-autofill{
	background-color: #fff !important;
}



