/*���O�C���t�H�[��*/
.main{
	width: 800px;
	margin: 0px auto;
}
.main div{
	background: #eeeeee;
	width: 300px;
	padding: 10px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	margin: 0px auto;
}
.main p{
	font-weight: bold;
}
.main_input{
/*  border:none;*/
	width:150px;
	border-radius:0px;
	box-shadow: none;
	padding: 2px 8px;
}

/*
.main input#login{
	background-color: #FFA500;
	color: #ffffff;
	border-radius:20px;
	width: 150px;
	font-weight: bold;
}
*/

.main table{
	background: #eeeeee;
	width: 350px;
	padding: 15px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin: 0px auto;
}

.error{
	color: #ff0000;
	text-align: center;
}

.square_btn{
	width: 100px;
	height: 35px;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
  }

.square_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}
input:-webkit-autofill{
	box-shadow: 0 0 0px 1000px white inset;
}
::-ms-reveal {
    display: none;
}
