


/*@media handheld, only screen and (max-width: 767px) {*/
	.loginBox {
		width: 100%;
	}

	input[type="text"],
	input[type="password"] {
		border: solid 1px #ccc;
		padding: 5px 10px;
		color: #515151;
		-webkit-appearance: none;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		width: 80%;
		margin: 0px auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

/*	社員コード*/
	.crewCode {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

/*	PW*/
	.crewPW {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}

	.submitWap {
		text-align: center;
	}

	.submit {
		display: block;
		width: 120px;
		margin: 10px auto!important;
		padding: 10px 0px;
		outline: 0;
		color: #fff;
		font-size: 18px;
		cursor: pointer;
		border: solid 1px #0085d0;
		background-color: #0085d0!important;
		border-radius: 10px;        /* CSS3草案 */  
		-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 10px;   /* Firefox用 */   
	}

/*}*/


