@charset "utf-8";

#main{
	text-align: center;
	width: 950px;
	height: 660px;
	margin-top: 5px;
}

table {
	width: 460px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
}

table tr td {
	width: 310px;
	text-align: center;
	font-size: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: rgb(153, 153, 153);
	padding-top: 30px;
	padding-bottom: 30px;
}

table th{
	text-align: center;
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px dotted #999;
}

.gray_back {
	background-color: #F3F3F3;
}

#btn{
	text-align: center;
}

#login_php_title{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.btn {
	width: 460px;
	height: 75px;
	font-size: 20px;
	text-align: center;
}

p{
	font-size: 16px;
	text-align: center;
}
input{
	height: 30px;
	width : 190px;

}
