﻿@charset "utf-8";

.main {
	position: relative;
	margin-bottom:80px;
}

@media screen and (min-width: 700px) {
	}


.topFormArea {
    text-align: center;
    /*width: 300px;*/
	max-width:600px;
	padding:20px;
    margin: 60px auto;
}
.adminTitle {
    margin:20px 0;
}
.loginBTN {
    margin-top: 60px;
}
.loginBTN input {
    width: 60%;
}
.loginTxt {
    display: inline-block;
    /*width: 6em;*/
}
.loginErrTxt {
    color:#ff0000;
    font-weight:bold;
    text-align:center;
    margin:10px auto;
}
footer {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 10px;
    background: #101010;
    color: rgba(255,255,255,1.00);
}

#civ300headerLogo
{
    width:130px;
}
#civ900headerLogo
{
	width:260px;
}
#civ300headerLogo img, #civ900headerLogo img
{
    width:100%;
}
#civ300header
{
    background-color:#fff;
    border-color:#ccc;
}
#civ300footer
{
    background-color:#fff;
    color:#777777;
    border-top:1px solid #ccc;
}

.linkArea {
    text-align: center;
    /*width: 300px;*/
     margin-top: 15px;
}
.passwordInquiryTitle{
	font-size:16px;
	text-align:center;
	margin:30px 0;
}

/* pageback */
.pageBackArea{
	text-align:center;
	margin:80px auto 40px 0;
}
.pageBack{
	/*height:40px;*/
	padding:2em 0;
	margin:0 auto;
	width:5em;
	font-size:12px;
	font-weight:bold;
	border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
	text-align:center;
	background-color:#ccc;
	color:#FFF;
	cursor: pointer;
	line-height:1;
}
/* pageback */