@charset "UTF-8";

/* ローカル固有CSS */
@import 'common.css';

body {
	min-height:555px;
}
#contents {
	position:relative;
	min-height:700px;
}
#contents article {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-475px;
}
footer.bcFooter {
}

/*　.logInBox
-------------------------------------*/
#contents .logInBox {
	width:440px;
	padding:36px 30px 40px;
}

/*　.inputArea
-------------------------------------*/
#contents .logInBox .inputArea input {
	width:418px;
}

