div.login_header{
	background-color:#c78e64;
	height:200px;
}
div.login_form{
	padding:30px 0px;
	background-color:#f1f1f1;
}
div.login_header h1{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding-top:50px;
}
div.login_header h2{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
div.login_header h3{
	font-size:12px;
	text-align:center;
	color:#fff;
}
table.table_form{
	margin:0px auto;
}
table.table_form th,
table.table_form td{
	font-size:12px;
	line-height:18px;
	padding:10px 3px;
}
table.table_form th{
	text-align:right;
}
.footer{
	height: 69px !important;
}
/* スマホ向け */
@media screen and (max-width: 767px) {
div.login_header h1{
	padding-top:20px;
}
.add_indent{text-indent:0px;}
.table_form th { text-align:left !important; }
.table_form th,
.table_form td { display:block; }
}
