@charset "utf-8";

/* --------------------------------------------------
		login.css
		石原金型
		login画面用スタイルシート
 -------------------------------------------------- */
/* ------------------------------
	Reset
------------------------------ */
body {background-color: transparent;}
#header {background: none;}
#contents {background: none;}
#footer {background: none;}


/* ------------------------------
	Comon
------------------------------ */
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}/*IE7用*/

.text_center {
	text-align: center;
}


body {
	background: #f1f1f1;
  /* background: #FFBEDA; */
	widows: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* ------------------------------
	login
------------------------------ */
#login {
	width: 20%;
	margin: auto;
}

.title {
	padding-top: 5%;
}

.page_title {
	font-size: 22px;
	font-weight: bold;
}

.login form {
	padding: 30px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

.login form .input, .login input[type=text], .login input[type=password] {
	background: #DDFFFF;
	width: 100%;
	margin: 10px 0;
	font-size: 24px;
}

#login .button-primary {
	width: 30%;
}

.button_primary {
	background: #0085ba;
	border-color: #0073aa #006799 #006799;
	box-shadow: 0 1px 0 #006799;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
	border-radius: 5px;
}

.button_logout {
	background: #666666;
	border-color: #666666;
	box-shadow: 0 1px 0 #383838;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #383838, 1px 0 1px #383838, 0 1px 1px #383838, -1px 0 1px #383838;
	border-radius: 5px;
}

.button_danger {
	background: #ee4056;
	border-color: #ee4056;
	box-shadow: 0 1px 0 #ee4056;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #ee4056, 1px 0 1px #ee4056, 0 1px 1px #ee4056, -1px 0 1px #ee4056;
	border-radius: 5px;
}

.button_large {
	height: 30px;
	line-height: 28px;
	padding: 0 12px 2px;
	margin: 10px 35% 10px 35%;
}


/*--------------------------------------------------
		End of file
--------------------------------------------------*/
