@import url(//fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700);
/*
 * ------------------------------------------------------------------------- Generic ----------
 */

html, body {
	height: 100%;
}
body {
	background-color: #f4f4f4;
	color: #666;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size: 13px;
}
.fa {
	width: 1.3em;
	text-align: center;
}
h1 {
	margin: 50px auto;
	text-align: center;
}
h3 {
	margin: 50px auto;
	text-align: center;
}

/*
 * ----------------------------------------------------------------------- Container ----------
 */
#container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#login-container {
	max-width: 400px;
	margin: 0 auto;
}
#footer-container {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	border-top: 1px #e4e4e4 solid;
	font-size: 0.9em;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	text-align: center;
}


.message.error {
	color: #cc0000 !important;
}
.message.error:before {
	font-family: FontAwesome;
	content: '\f071';
	padding-right: 3px;
}

.old_link{
	margin-top: 15px;
	font-size: 14px;
}
.font14{
	font-size: 14px;
}
