﻿@charset "UTF-8";
/****************************************************************
　　　　　　　　　　　　　ログイン画面追加分
****************************************************************/
.fixmargin{
  padding-left: 325px;
}
.pwinfo{
  padding-left: 230px;
}
#center{
text-align: center;
}

.area01{
width:300px;
line-height: 30px;
font-size: 15px;
}

.btn-login{
width: 120px;
margin: 0 auto 30px;
height: 35px;
color: #ffffff;
background-color: #0046D5;
display: block;
border-radius: 5px;
border: none;
cursor: pointer;
}
.btn-login:hover {
	opacity: 0.6;
}

.content-txt{
  border: 1px solid;
	padding: 30px;
}
.txt-center{
	font-size:20px;
  text-align: center;
	margin-bottom: 10px;
}
.txt-right{
  text-align: right;
}
ul{
  list-style-type: none;
  padding-left: 15px;
}
.ul-align-center{
  display: flex;
  align-items: center;
  flex-direction: column;
}

#submit {
    border-style: none;
    font-size:16px;
		margin-top: 25px;
}

.doui{
	cursor: pointer;
}

.note{
	margin-left: 105px;
	margin-bottom: 20px;
}
