/* PCのみメニューバー固定 */
@media screen and (min-width: 980px) {
}

body {
	background-color: #f8f8f8;		/* ページ全体の背景色 */
	border-top-color: #EE7799;		/* ページ上部線の色 */
}

.title {
	display: none;
}

.login_message {
	text-align: center;

}

#container {
	margin-top: 20px !important;
}

table {
	margin: 0 auto;
	text-align: center;
}

span#logo {
	display: inline-block;
	width: 200px;
	height: 200px;
	background: url("../image/rabbit_logo_02.png");
	background-size: cover;
}

span#dummy01,span#dummy02  {
	display: inline-block;
}

input#user,input#password {
	border: 2px solid #ddd;
	border-radius: 8px;
	background: #fff;
}
input#user:focus,input#password:focus {
	border: 2px solid #faa;
	box-shadow: 0 0 5px 2px rgba(255, 120, 120, 0.8);
}
.loginLabel{
	font-weight:bold
}
#submit {
	width: 220px;
	height: 35px;
	background: #FF7799;
	border: 0px;
}
#submit:focus {
	background: #F9B;
	outline:0;
	border: 2px solid #F79;
box-shadow: 0 0 5px 2px rgba(255, 50, 50, 0.8);
}
