@charset "utf-8";

/* Login Page
-----------------------------------*/
html{
	/*font-size: 62.5%;*/
}
body, html {
	/*background: #f1f1f1 none repeat scroll 0 0;*/
}
body{
	height: 100%;
	/*font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-weight: 500;
	line-height: 180%;
	color: #222;
	/*font-size: 1.4rem;*/
	background: #EFEBEA;
	/*background: url(../images/wp/bg.jpg);*/
}
.login h1 a{
	width: 198px;
	height: 40px;
	background: url(../images/logo_bl.png) no-repeat center center;
	background-size: contain;
}