@charset "utf-8";

/*********************************************************************
 * Common Parts
 *********************************************************************/
/* ■ Attribute -----------------------------------------------------*/
/* ■ Form ----------------------------------------------------------*/
fieldset {
	width:100%;
}
fieldset div, .checkArea {
	line-height:40px;
}
legend {
	font-weight:normal;
	font-size:14px;
}
fieldset .inputBody {
	margin-left:0;
}
label {
	float:none;
	text-align:left;
	position:static;
	top:0;
	font-weight:bold;
}

/** input **/
input[type=text],input[type=password],input[type=file],input[type=time],input[type=date],input[type=number] {height:35px;font-size:14px;}
select {height:40px;font-size:14px;	background-color:#ffffff;}
input[type=text].date,input[type=text].pdate {width:90px;}
input[type=text].tel {width:120px;}
input[type=text].zipno {width:80px;}

/** input(radio,checkbox) **/
input[type=radio],input[type=checkbox] {
	width:20px;
	height:20px;
	float:none;
}
.checkArea label {
	float:none;
	margin-right:10px;
	font-weight:normal;
}
.checkArea label:after {
	content: "\A";
	white-space: pre;
}

.subbtnPos {margin-left:0!important;}
input[type=submit],input[type=button],input[type=reset],button {padding:12px 10px;}
div.required, span.required {border-bottom:0;}

/* ■ Table ----------------------------------------------------------*/
.tableList {width:100%;}
table.tableList th {padding:10px 0;}
table.tableList td {padding:10px 0 10px 3px;}

#ResultTableArea {
	overflow-x:scroll;
	width:100%;
}
#ResultTableArea table {
	width:1500px;
}

/* ■ Table Paginate -------------------------------------------------*/
.pageMove {
	font-size:14px;
}
.pageMove div {
	float:none;
}
/*********************************************************************
 * Content Parts
 *********************************************************************/

/*header*/
div#header {
	height:45px;
}
div#header div#headImage {
	/*padding-top:5px;*/
}
div#header div#headImage img {
	width:141px;
	height:20px;
}
div#header div#seasonImage img {
	width:64px;
	height:56px;
}
div#header div#authUser {
	font-size:9px;
	position:fixed;
	top:35px;
	left:3px;
}
div#header div#headComment {
	display:none;
}
div#header {
	float:left;
	top:3px;
	font-size:9px;
	width:100%;
	text-align: right;
}
div#header div#headEmpName:hover .EmpNameTip {
	left:auto;
	right:0px;
}

/*Icon Menu(header)*/
div#passIcon {margin-right:2px;}
div#userIcon {margin-right:2px;}
div#menuIcon {margin-right:2px;}
div#signIcon {margin-right:5px;}

div#signIcon, div#menuIcon, div#userIcon, div#passIcon, div#headEmpName{
	cursor:pointer;
	position:relative;
	top:1px;
	float:right;
	width:38px;
	height:30px;
	text-align:center;
}
.headerIconTitle {
	font-size: 0.4rem;
}
/*Pulldown Menu*/
div#menuBody {
	right:40px;
}
div#menuBody a {
	width:220px;
	font-size:14px;
	padding:7px 5px;
}

/*contents body*/
div#contents {
	min-height:300px;
	margin-left:5px;
	margin-right:2px;
	width:98%;
}

/* Page Header */
#PageHeader {
	top: 47px;
}

/*footer*/
div#fmenu {
	font-size:10px;
	line-height:20px;
	text-align:center;
}
div#copyright {
	text-align:center;
}

/*********************************************************************
 * Etc Parts
 *********************************************************************/
.cake-sql-log {display:none;}
.sp_auto {width:auto!important;}
