

.site-logo {
	/*padding-top: 15px;*/
	position: relative;
	margin: auto;
	height: 100%;
	max-width: 1200px;

}

.site-logo img {
	position: relative;
	max-width: 70px;
	width: auto;
	height: auto;
	top: 15px;
	margin-left: 20px;
}
@media screen and (max-width: 640px){
	.site-logo img {
		max-width: 70px;
		top: 15px;
	}
}
#ticket,
#userName,
#point
{
	color: #37465f;
}
.login-info {
	overflow: auto;
	margin: 7px 5px;
	float: left;
	font:bold 14px 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	color: #FFFFFF;
	display: none;
}
.login-info div{
	height: 20px;
}
.login-info i{
	width: 24px;
	height: 30px;
	margin: 0 5px 0 5px;
	font-size: 1rem
}
.login-info img {
	width: 40px;
	/*margin-left: 5px ;*/
	/*margin-top: -2px;*/
}
.login-info span{
	/*margin-top: 5px;*/
}

#ticket {
	display:inline-block; 
	/*width: 50px;*/
	/*margin-left: -30px;*/
	/*font-size: 12px;*/
	text-align: left;
}

.button-bar {
	float: right;
	/*width: 140px;*/
	
}

#login-back {
    width: 100%;
    height:100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 490;
    /*opacity: 0.8;*/
    /*background-color: #000000;*/
}

#login-back ul {
    width: 100%;
    height: 100%;
    display: table;	
}

#login-back li {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.login {
	MARGIN-RIGHT: auto; MARGIN-LEFT: auto;
	MARGIN-Top: auto; MARGIN-Bottom: auto; 
    width: 80%;
    max-width: 380px;
    height: 290px;
    /*height:50%;*/
/*    position: absolute;*/
    /*top: 100px;*/
    z-index: 50;
    text-align: center;
    background-color: #545354;
    border-radius: 10px;
    box-shadow: 0 0 2px 2px #545050;
}

.login input,select {
    font-size: 15px;
    height: 30px;
    width: 90%;
/*    margin-bottom: 28px;*/
    border-radius: 10px;
    color: #ffffff;
    padding-left: 12px;
    background-color: #778486;
    border:#ffffff;
}

.login span {
	display: inline-block;
    font-size: 15px;
    /*height: 40px;*/
    width: 90%;
    text-align: left;
    margin-top: 10px;
/*    margin-bottom: 28px;*/
}

.login span.title {
	text-align:center;
}

.login span.comment {
    font-size: 11px;
    margin-top: 5px;
}

.login div {
	margin-top: 5px;
	position: relative;
}

.login button {

	/*border: 1px solid #808080;*/
	/*box-shadow: -1px -1px 3px #fff;*/
	/*-moz-box-shadow: -1px -1px 3px #fff;*/
	/*-webkit-box-shadow: -1px -1px 3px #fff;*/
	/*-webkit-touch-callout:none;*/
	/*-webkit-user-select:none;*/

	margin-top: 15px;
	background-color: #46b8da;
	color: #626262;
	border-radius: 10px;
	width: 80px;
	height: 35px;
}

.login .getpass {
	float:none;
	color: #D1C8C8;
}

.login .newreg {
	width: 200px;
	background-color: #FFD043;
	margin: 3px;
	height: 25px;
	border-radius: 0;
}
.login .loginClose{
	font-size: 25px;
	position: absolute;
	height: 40px;
	line-height: 40px;
	margin-top: -10px;
	right: 0;
	width: 25px;
	color: #ffffff;
	z-index: 1;
}

.login a {
	float:left;
	color: #D1C8C8;
}

.login .commit{
	/*float:right;*/
	/*position: absolute;*/
	/*margin-top: 5px;*/
	/*margin-right:30px;*/
	height: 30px;
}
.login .submit{
	float:left;
	margin-left: 35px;
}
.login .cancel{
    float:right;
    margin-right:35px;
}

@media (max-width:360px ){
	.login-info span{
		font-size: 12px;
	}
	.login input,select {
		font-size: 12px;
		padding-left: 12px;
	}
}