html{
	height: 100%;
}
body{
	height: 100%;
	margin: 0px;
	position: relative;
}
.all-pack {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: calc(100% - 30px);
}
.log_in_all{
	height: 100%;
}
.log_in_all:after{
	content: "";
	display: block;
	clear: both;
}
.top_img{
	float: left;
	background: #f1f1f1;
	background-size: 100% 70%;
	height: 70%;
	width: 100%;
}
.bottom_img{
	float: left;
	background: linear-gradient(#d1d1d1, #fff);
	height: 30%;
	width: 100%;
}
.log_in_maine{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 450px;
	width: 350px;
	background: #fff;
	border-radius:10px;
	box-shadow: 4px 4px 6px rgba(98,98, 98, 1);
}
.log_in_line{
	background: #620c0c;
	border-radius: 10px 10px 0px 0px;
	height: 20px;
	width: 100%
}
.log_in_maine_body{
    width: 100%;
    height: 430px;
}
.log_in_maine_body_inn{
    padding-top: 20px;
    width: 100%;
    height: 390px;
}
.rogo_img{
	width: 100%;
	height: 204px;
	text-align: center;
}
.inp_text_box{
	width: 100%;
	text-align: center;
}
.inp_text input{
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
	width: 180px;
	border: 1px solid #DFDBDB;
	color: #000;
	background: #d3d0d0;
}
.space_label {
	height: 10px;
	margin: 0;
}
.log_in_btn_box{
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.log_in_btn_box input{
	width: 88px;
	height: 30px;
	border-radius: 5px;
	background: #4a0505;
	color: #fff;
	border: 1px solid #4a0505;
	box-shadow: 1px 1px 1px rgba(87, 87, 87, 0.8);
}
.log_in_shadow{
	width: 100%;
}
.log_in_shadow  > img{
    width: 100%;
}
.push_btn:active{
	opacity: 0.8;
	box-shadow: 0px 0px 0px rgba(225,225,225,0.8);
	transform: translateY(2px);
	transition-duration: 0.1s;
}
.text-center{
	text-align: center;
}

/* ログインページ専用フッタースタイル */
.all-pack ~ .common-footer {
    position: absolute;
    top: calc(50vh + 340px); /* ビューポートの中央(50vh) + ボックスの高さの半分(225px) + 影の下の余白(60px) */
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width:500px) {
    .log_in_maine{
	    height: 440px;
	    width: 320px;
    }
    .all-pack ~ .common-footer {
        top: calc(50vh + 300px); /* モバイル: ビューポートの中央(50vh) + ボックスの高さの半分(220px) + 影の下の余白(60px) */
    }
}