/* 
Description: 风范股份
Author: WangMin
Date: 2013.7.25
Version: 1.0
*/

@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,del,dfn,em,img,strong,dd,dl,dt,li,ol,ul,fieldset,form,label,button,input,table,caption,tbody,tfoot,thead,tr,th,td,menu{margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
body{background:#f1f1f1 url(../images/bodybg.png) repeat}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
table{border-collapse:collapse;border-spacing:0;empty-cells:show}
ol,ul,menu{list-style:none}
img{border:0}
a:focus{outline:none}
em,i{font-style: normal}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:-3px;outline:none}
button,input{border:1px solid;outline:none;line-height:normal;*overflow:visible}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}
input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
textarea{overflow:auto;vertical-align:top}
::selection{background:#72d0eb;color:#fff;text-shadow:none}
::-moz-selection{background:#72d0eb;color:#fff;text-shadow:none}
*[hidden]{display:none}
a{color:#006D67;text-decoration:none;cursor:pointer}
a:hover{color:#006D67}
label {cursor: pointer;}

.clearfix:after,.central:after,.widget ul:after,.paging:after,.pagenav:after,.base-tit:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix,.central,.widget ul,.paging,.pagenav,.base-tit{*+height:1%;}

body,button,input,select,textarea,code{font-size:12px;font-family:microsoft yahei;color:#333;}
*html{background-image:url(about:blank);background-attachment:fixed;}

/* login */
#login {
	width: 300px;
	height: 100%;
	padding: 100px 10px;
	margin: 0 auto;
	overflow: hidden;
}
#login h1 {
	height: 46px;
	line-height: 200px;
	text-align: center;
	overflow: hidden;
}
#login h1 a {
	display: block;
	width: 300px;
	height: 46px;
	background: url(../images/logo.png) no-repeat;
}
#login .logo {
	width: 146px;
	height: 51px;
	background: url(../images/logobg.png) no-repeat;
	position: relative;
	top: 65px;
	left: -7px;
	z-index: 1003;
}
#login form {
	font-weight: normal;
    margin-top: 20px;
    padding: 56px 29px 36px 21px;
    *padding: 56px 25px 36px;
	border: 1px solid #d3d3d2;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url(../images/infobg.png) repeat;
}
#login input[type="text"],#login input[type="password"],#login form input[type="checkbox"] {
    border-color: #DDDDDD !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08) inset;
}
#login input[type="text"],#login input[type="password"] {
    background: none repeat scroll 0 0 #d3d3d3;
    border: 1px solid #E5E5E5;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -moz-box-shadow:1px 2px 2px #888 inset;
	-webkit-box-shadow:2px 2px 2px #888 inset;
	box-shadow:1px 2px 2px #888 inset; 
    color: #555555;
    font-size: 24px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 16px;
    outline: medium none;
    padding: 3px;
    width: 100%;
}
#login label {
    color: #777777;
    font-size: 14px;
    cursor: pointer;
}
#login form .forgetmenot label {
    font-size: 12px;
    line-height: 19px;
}
#login .submit {
	float: right;
	margin-top: -23px;
}

#login .button,
#login .button-primary {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	height: 24px;
	margin: 0;
	padding: 0 10px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
#login .button-primary {
	background: #2ea2cc;
	background: -webkit-gradient(linear, left top, left bottom, from(#2ea2cc), to(#1e8cbe));
	background: -webkit-linear-gradient(top, #2ea2cc 0%,#1e8cbe 100%);
	background: linear-gradient(top, #2ea2cc 0%,#1e8cbe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea2cc', endColorstr='#1e8cbe',GradientType=0 );
	border-color: #0074a2;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
 	box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
 	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,86,132,0.7);
}
#login .button-primary.hover,
#login .button-primary:hover,
#login .button-primary.focus,
#login .button-primary:focus {
	background: #1e8cbe;
	background: -webkit-gradient(linear, left top, left bottom, from(#1e8cbe), to(#0074a2));
	background: -webkit-linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
	background: linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e8cbe', endColorstr='#0074a2',GradientType=0 );
	border-color: #0074a2;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
 	box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
	color: #fff;
}

#login .button-primary.focus,
#login .button-primary:focus {
	border-color: #0e3950;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
	box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
}

#login .button-primary.active,
#login .button-primary.active:hover,
#login .button-primary.active:focus,
#login .button-primary:active {
	background: #1e8cbe;
	background: -webkit-gradient(linear, left bottom, left top, from(#1e8cbe), to(#0074a2));
	background: -webkit-linear-gradient(bottom, #1e8cbe 0%,#0074a2 100%);
	background: linear-gradient(bottom, #1e8cbe 0%,#0074a2 100%);
	border-color: #005684;
	color: rgba(255,255,255,0.95);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
 	box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

#login .button-primary[disabled],
#login .button-primary:disabled,
#login .button-primary-disabled {
	color: #94cde7 !important;
	background: #298cba !important;
	border-color: #1b607f !important;
	-webkit-box-shadow: none !important;
	box-shadow:         none !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1) !important;
	cursor: default;
}
#login button::-moz-focus-inner,
#login input[type="reset"]::-moz-focus-inner,
#login input[type="button"]::-moz-focus-inner,
#login input[type="submit"]::-moz-focus-inner {
	border-width: 1px 0;
	border-style: solid none;
	border-color: transparent;
	padding: 0;
}
#login .button-large {
	height: 30px;
    line-height: 28px;
    padding: 0 16px 2px;
}

/* leftmenu */
#leftmenu {
	position: fixed;
	_position:absolute;
	left: 0;
	top: 0;
	_top:expression(eval(document.documentElement.scrollTop));
	width: 200px;
    min-height: 1000px; 
    height: auto !important; 
    height: 1000px; 
    overflow:visible;
	z-index: 100;
	background-color: #f0f0f0;
	border: 1px solid #bdbdbd;
	z-index: 999;
}
#leftmenu h1 {
	padding: 0 10px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	background-color: #d3d3d3;
	border-bottom: 1px solid #bdbdbd;
}
#leftmenu ul li a {
	display: block;
	padding-left: 10px;
	height: 44px;
	line-height: 44px;
	color: #006d67;
}
#leftmenu ul li a:hover {
	background-color: #fff;
}

/* header */
#header {
	position: fixed;
	_position:absolute;
	left: 202px;
	_left: 0;
	top: 0;
	_top:expression(eval(document.documentElement.scrollTop));
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	z-index: 100;
	background-color: #f0f0f0;
	border: 1px solid #bdbdbd;
	border-left: none;
}
#header h1 {
	font-size: 14px;
	padding-left: 10px;
	_padding-left: 212px;
}
#header ul {
	position: absolute;
	top: 0;
	right: 212px;
	_right: 0;
	font-size: 12px;
	height: 44px;
	line-height: 44px;
}
#header ul li {
	float: left;
	margin-right: 10px;
}

/* search */
#search,#search1 {
	width: 100%;
}
#search .s_c {
	padding: 44px 0 0 212px;
	height: 44px;
	line-height: 44px;
	background-color: #fff;
	position: relative;
	z-index: 10;
}
#search1 .s_c1 {
	margin-top: 10px;
	padding: 0 30px;
	height: 44px;
	line-height: 44px;
	background-color: #fff;
}
#search .s_c .bt {
	float: left;
	position: relative;
	z-index: 11;
}
#search .s_c1 .bt1 {
	float: left;
}
#search .s_c form {
	float: right;
	margin-right: 10px;
	height: 44px;
	line-height: 44px;
}
#search .s_c label,#search1 .s_c1 label {
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
}
#search .s_c label span,#search1 .s_c1 label span {
	display: block;
	margin-right: 5px;
	float: left;
	width: 60px;
	text-align: center;
}
#search .s_c input,#search1 .s_c1 input {
	display: block;
	float: left;
	margin-right: 5px;
	border-radius: 2px;
	border: none;
	height: 20px;
	line-height: 20px;
	margin-top: 8px;
	padding: 4px 8px;
	background-color: #eee;
	width: 140px;
	color: #B3B3B3;
}
#search .s_c input:focus,#search1 .s_c1 input:focus {
	color:#444;
}
#search .s_c button,#search1 .s_c1 button {
	display: block;
	float: left;
	margin-top: 8px;
	background-color: #006D67;
	border-radius: 2px;
	height: 28px;
	color:#fff;
	padding: 0 16px;
	border: none;
	cursor: pointer;
}
#search .s_c button:hover,#search1 .s_c1 button:hover {
	color: #fff;
	background-color: #006A00;
}
.return,.back,#search .s_c a.button,#search1 .s_c1 a.button,#changepassword .button {
	margin: 5px 5px 5px 0;
	padding: 6px 16px;
	background-color: #006D67;
	border-radius: 2px;
	color:#fff;
	height: 33px;
	text-align: center;
	border: none;
}
.return:hover,.back:hover,#search .s_c a.button:hover,.back:hover,#search1 .s_c1 a.button:hover,#changepassword .button:hover {
	color: #fff;
	background-color: #006A00;
}
#search1 a.button {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0 16px;
	background-color: #006D67;
	border-radius: 2px;
	color:#fff;
	height: 29px;
	line-height: 29px;
	text-align: center;
	border: none;
}
/* profile */
#profile,#staff,#userpower,#staff_edit,#userpower_edit {
	width: 100%;
	max-width: 460px;
	height: 100%;
	padding: 0 10px 20px 10px;
	margin: 100px auto;
	overflow: hidden;
}
#profile h1,#staff h1,#userpower h1,#staff_edit h1,#userpower_edit h1 {
	height: 65px;
	line-height: 65px;
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	margin: 0 100px 20px 100px;
	text-shadow: 1px 1px 2px #f0f0f0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url(../images/h1bg.png);
	position: relative;
	z-index: 1001px;
}
#profile .profile_info,#staff .staff_info,#userpower .userpower_info,
#staff_edit .staff_edit_info,#userpower_edit .userpower_edit_info {
	margin-top: -53px;
	padding: 60px 30px 20px 30px;
	border: 1px solid #d3d3d2;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url(../images/infobg.png) repeat;
}
#profile .profile_info table,
#staff .staff_info table,
#userpower .userpower_info table,
#staff_edit .staff_edit_info table,
#userpower_edit .userpower_edit_info table {
	width: 100%;
}
#profile .profile_info table,#profile .profile_info table tr,#profile .profile_info table tr td,#profile .profile_info table tr th,
#staff .staff_info table,#staff .staff_info table tr,#staff .staff_info table tr td,#staff .staff_info table tr th,
#userpower .userpower_info table,#userpower .userpower_info table tr,#userpower .userpower_info table tr td,#userpower .userpower_info table tr th,
#staff_edit .staff_edit_info table,#staff_edit .staff_edit_info table tr,#staff_edit .staff_edit_info table tr td,
,#userpower_edit .userpower_edit_info table,#userpower_edit .userpower_edit_info table tr,#userpower_edit .userpower_edit_info table tr td,#userpower_edit .userpower_edit_info table tr th {
	margin: 0;
	padding: 0;
}
#profile .profile_info table tr:hover,
#staff .staff_info table tr:hover,
#userpower .userpower_info table tr:hover,
#staff_edit .staff_edit_info table tr:hover,
#userpower_edit .userpower_edit_info table tr:hover {
	background-color: #e8f5fe;
}
#profile .profile_info table tr td,#profile .profile_info table tr th,
#staff .staff_info table tr td,#staff .staff_info table tr th,
#userpower .userpower_info table tr td,#userpower .userpower_info table tr th {
	text-align: center;
	width: 25%;
	min-height: 33px;
	line-height: 33px;
	border: 1px solid #bdbdbd;
}
#profile .profile_info table tr td:first-child,#profile .profile_info table tr th:first-child,
#staff .staff_info table tr td:first-child,#staff .staff_info table tr th:first-child,
#userpower .userpower_info table tr td:first-child,#userpower .userpower_info table tr th:first-child {
	border-left: none;
}
#profile .profile_info table tr td:last-child,#profile .profile_info table tr th:last-child,
#staff .staff_info table tr td:last-child,#staff .staff_info table tr th:last-child,
#userpower .userpower_info table tr td:last-child,#userpower .userpower_info table tr th:last-child,
#staff_edit .staff_edit_info table tr td:last-child,#staff_edit .staff_edit_info table tr th:last-child,
#userpower_edit .userpower_edit_info table tr td:last-child,#userpower_edit .userpower_edit_info table tr th:last-child {
	border-right: none;
}
#profile .profile_info .profile_title,
#staff .staff_info .staff_title,
#userpower .userpower_info .userpower_title,
#staff_edit .staff_edit_info .staff_edit_title,
#userpower_edit .userpower_edit_info .userpower_edit_title {
	color: #006D67;
	font-size: 14px;
	font-weight: bold;
}
#profile .profile_info table tr td.work,#profile .profile_info table tr th.work
#staff .staff_info table tr td.work,#staff .staff_info table tr th.work,
#userpower .userpower_info table tr td.work,#userpower .userpower_info table tr th.work {
	text-align: left;
	padding: 0 10px;
}
#profile .profile_info table tr.profile_title td.work,
#staff .staff_info table tr.staff_title td.work,
#userpower .userpower_info table tr.userpower_title td.work {
	text-align: center;
}

#profile .work_log_info table tr td,#profile .work_log_info table tr th {
	text-align: left;
	padding: 0 10px;
}
#profile .work_log_info table tr td:first-child,#profile .work_log_info table tr th:first-child {
	width: 5%;
	text-align: right;
}
#profile .work_log_info table tr.profile_title td {
	text-align: center;
}
#profile .work_log_info table tr td table.nn,#profile .work_log_info table tr th table.nn {
	margin-left: -10px;
}
#profile .work_log_info table tr td table.nn tr td,#profile .work_log_info table tr th table.nn tr td {
	border: none;
	text-align: left;
}

#staff_edit .staff_edit_info table tr td,#userpower_edit .userpower_edit_info table tr td,
#staff_edit .staff_edit_info table tr th,#userpower_edit .userpower_edit_info table tr th {
	text-align: left;
	width: 25%;
	min-height: 33px;
	line-height: 33px;
	padding: 0 10px;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}
#staff_edit .staff_edit_info table tr td:first-child,#userpower_edit .userpower_edit_info table tr td:first-child,
#staff_edit .staff_edit_info table tr th:first-child,#userpower_edit .userpower_edit_info table tr th:first-child {
	width: 3%;
}
#staff_edit input[type="text"],#userpower_edit input[type="text"],#userpower_edit input[type="password"]{
	display: block;
	float: left;
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #E5E5E5;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 2px 2px #888888 inset;
    color: #555555;
    outline: medium none;
    margin-top: 2px;
    padding: 0 3px;
    width: 140px;
    height: 26px;
    line-height: 26px;
}
#staff_edit input[type="text"]:focus,#userpower_edit input[type="text"]:focus,#userpower_edit input[type="password"]{
	color:#444;
}
#staff input[type="checkbox"],#userpower input[type="checkbox"],#userpower_edit input[type="checkbox"] {
	border: none;
}

/* changepassword */
#changepassword {
	padding: 55px 202px 0;
	min-height: 768px;
	background: url(../images/infobg.png) repeat;
}
#changepassword .cs fieldset {
	padding: 10px;
	border-radius: 5px;
	line-height: 26px;
}
#changepassword .cs fieldset legend {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#changepassword input[type="password"] {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #E5E5E5;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 2px 2px #888888 inset;
    color: #555555;
    outline: medium none;
    padding: 0 3px;
    width: 140px;
    height: 26px;
    line-height: 26px;
}
#changepassword .button {
	margin-top: 10px;
}
#changepassword .editor-label span {
	padding-right: 5px;
	font-weight: bold;
}
.field-validation-error {
	color:red;
	padding-left:5px;
}
#userpower_edit ul li {
	clear: both;
	border-top: 1px solid #bdbdbd;
}
#userpower_edit ul li:first-child {
	border-top: none;
}
#userpower_edit ul li label {
	display: block;
	float: left;
	padding: 0 15px;
}
#userpower_edit ul li label:first-child {
	border-right: 1px solid #bdbdbd;
}
#userpower_edit .userpower_edit_info table tr td table tr {
	border-top: 1px solid #bdbdbd;
}
#userpower_edit .userpower_edit_info table tr td table tr:first-child {
	border-top: none;
}
#userpower_edit .userpower_edit_info table tr td table tr td {
	border: none;
}
#userpower_edit .userpower_edit_info table tr td table tr td label {
	padding-right: 8px;
}
#userpower_edit .userpower_edit_info table tr td table tr td:first-child {
	border-right: 1px solid #bdbdbd;
}


@media screen and (min-width:1004px){
	#profile h1,#staff h1,#userpower h1,#staff_edit h1,#userpower_edit h1,#search1 {display: none;}
	#profile,#staff,#userpower,#staff_edit,#userpower_edit {min-width: 768px;max-width:100%;margin: 0;padding: 0;}
	#staff .staff_info,#userpower .userpower_info {margin-top: 0;padding: 0 0 20px 201px;min-height: 768px;}
	#profile .profile_info {margin-top: 0;padding: 0 0 20px 0;min-height: 768px;}
	#staff_edit .staff_edit_info,#userpower_edit .userpower_edit_info {margin-top:44px;padding: 0 0 20px 201px;min-height: 768px;}
	#profile .work_log_info {margin-top:44px;}
	#profile .profile_info table tr td,#profile .profile_info table tr th {width: 12%;}
	#profile .profile_info table tr td.work,#profile .profile_info table tr th.work {width: 40%;}
	#profile .profile_audit table tr td,#profile .profile_audit table tr th {width: 10%;}
	#profile .profile_audit table tr td.work,#profile .profile_audit table tr th.work {width: 30%;}
	#staff_edit .staff_edit_info table tr td:first-child,#staff_edit .staff_edit_info table tr th:first-child {width: 1%;*width: 2%;}
	#changepassword {min-width: 768px;max-width:100%;}
	#staff .staff_info table tr td,#userpower .userpower_info table tr td,#staff .staff_info table tr th,#userpower .userpower_info table tr th {width: 24%;}
	#staff .staff_info table tr td.ck,#userpower .userpower_info table tr td.ck,#staff .staff_info table tr th.ck,#userpower .userpower_info table tr th.ck {width: 4%;}
}
@media screen and (max-width:1004px) {
	#profile .profile_info table tr th.s1,#profile .profile_info table tr td.s1,
	#profile .profile_info table tr th.s2,#profile .profile_info table tr td.s2 {display: none;}
}
@media screen and (min-width:749px) and (max-width:1004px){
	#leftmenu,#header,#search,#profile .profile_info table tr td.work,#staff .staff_info table tr td.ck,#userpower .userpower_info table tr td.ck,
	#profile .profile_info table tr th.work,#staff .staff_info table tr th.ck,#userpower .userpower_info table tr th.ck {display: none;}
	#profile,#staff,#userpower,#staff_edit,#userpower_edit {max-width: 600px;}
	#profile h1,#staff h1,#userpower h1,#staff_edit h1,#userpower_edit h1 {margin: 0 150px 20px 150px;}
	#profile .profile_info table tr td,#profile .profile_info table tr th {width: 20%;}
	#userpower_edit .userpower_edit_info table tr td:first-child,#userpower_edit .userpower_edit_info table tr th:first-child {width: 15%;}
	#changepassword {max-width: 600px;}
	#staff .staff_info table tr td.mk,#userpower .userpower_info table tr td.mk,#staff .staff_info table tr th.mk,#userpower .userpower_info table tr th.mk {border-left: none;}
	#search1 .s_c2 input {width: 110px;}
	#search1 .s_c2 button {padding: 0 8px;}
	#userpower_edit .userpower_edit_info table tr td table tr td:first-child {width: 5%;}
}
@media screen and (min-width:460px) and (max-width:748px){
	#leftmenu,#header,#search,#profile .profile_info table tr td.work,#staff .staff_info table tr td.ck,#userpower .userpower_info table tr td.ck,
	#profile .profile_info table tr th.work,#staff .staff_info table tr th.ck,#userpower .userpower_info table tr th.ck {display: none;}
	#login {padding:20px 10px;}
	#profile,#staff,#userpower,#staff_edit,#userpower_edit {margin: 10px auto;padding: 0 10px;}
	#profile .profile_info table tr td,#profile .profile_info table tr th {width: 20%;}
	#userpower_edit .userpower_edit_info table tr td:first-child,#userpower_edit .userpower_edit_info table tr th:first-child {width: 30%;}
	#userpower_edit input[type="text"],#userpower_edit input[type="password"] {width: 110px;}
	#changepassword {margin: 10px auto; padding: 0 10px;}
	#staff .staff_info table tr td.mk,#userpower .userpower_info table tr td.mk,#staff .staff_info table tr th.mk,#userpower .userpower_info table tr th.mk {border-left: none;}
	#search1 .s_c1 input {width: 110px;}
	#search1 .s_c1 button {padding: 0 8px;}
	#search1 .s_c2 {height: 88px;}
	#search1 .s_c2 input {width: 140px;}
	#search1 .s_c2 button {padding: 0 16px;}
	#userpower_edit .userpower_edit_info table tr td table tr td:first-child {width: 8%;}
}
@media screen and (min-width:300px) and (max-width:460px){
	#leftmenu,#header,#search,#profile .profile_info table tr td.work,#profile .profile_info table tr td.travel,#staff .staff_info table tr td.ck,#userpower .userpower_info table tr td.ck,
	#profile .profile_info table tr th.work,#profile .profile_info table tr th.travel,#staff .staff_info table tr th.ck,#userpower .userpower_info table tr th.ck {display: none;}
	#login {padding:20px 10px;}
	#profile,#staff,#userpower,#staff_edit,#userpower_edit {margin: 40px auto;padding: 0 10px;max-width: 300px;}
	#profile h1,#staff h1,#userpower h1,#staff_edit h1,#userpower_edit h1 {margin: 0 30px 20px 30px;}
	#changepassword {margin: 40px auto; padding: 0 10px;max-width: 300px;}
	#staff_edit .staff_edit_info table tr td:first-child,#userpower_edit .userpower_edit_info table tr td:first-child,
	#staff_edit .staff_edit_info table tr th:first-child,#userpower_edit .userpower_edit_info table tr th:first-child {width: 20%;}
	#staff .staff_info table tr td.mk,#userpower .userpower_info table tr td.mk,
	#staff .staff_info table tr th.mk,#userpower .userpower_info table tr th.mk {border-left: none;}
	#profile .work_log_info table tr td:first-child,#profile .work_log_info table tr th:first-child {width: 15%;}
	.return,.back,#search .s_c a.button,#changepassword .button {padding: 6px 8px;}
	#userpower_edit .userpower_edit_info table tr td:first-child,#userpower_edit .userpower_edit_info table tr th:first-child {width: 30%;}
	#userpower_edit input[type="text"],#userpower_edit input[type="password"] {width: 110px;}
	#search1 .s_c1 {height: 88px;}
	#search1 .s_c1 input,#search1 .s_c2 input {width: 110px;}
	#search1 .s_c1 button,#search1 .s_c2 button {padding: 0 8px;}
	#search1 .s_c2 {height: 116px;}
	#search1 .s_c2 label {height: auto;}
	#userpower_edit .userpower_edit_info table tr td table tr td:first-child {width: 8%;}
}
@media screen and (max-width:300px){
	#leftmenu,#header,#search,#profile .profile_info table tr td.work,#profile .profile_info table tr td.travel,#profile .profile_info table tr td.department,
	#staff .staff_info table tr td.department,#userpower .userpower_info table tr td.stime,#staff .staff_info table tr td.ck,#userpower .userpower_info table tr td.ck,
	#profile .profile_info table tr th.work,#profile .profile_info table tr th.travel,#profile .profile_info table tr th.department,
	#staff .staff_info table tr th.department,#userpower .userpower_info table tr th.stime,#staff .staff_info table tr th.ck,
	#userpower .userpower_info table tr th.ck {display: none;}
	#login {padding:20px 10px; width: 220px;max-width: 220px;}
	#profile,#staff,#userpower,#staff_edit,#userpower_edit {margin: 20px auto; width: 220px;}
	#profile h1,#staff h1,#userpower h1,#staff_edit h1,#userpower_edit h1 {margin: 0 6px 20px 6px;}
	#profile .profile_info table tr td,#profile .profile_info table tr th {width: 33.33%;}
	#staff_edit .staff_edit_info table tr td input,#userpower_edit .userpower_edit_info table tr td input,
	#staff_edit .staff_edit_info table tr th input,#userpower_edit .userpower_edit_info table tr th input {width: 100px;}
	#changepassword {margin: 20px auto; width: 220px;padding: 20px 10px;}
	.return,.back,#search .s_c a.button,#changepassword .button {padding: 6px 8px;}
	#staff .staff_info table tr td.mk,#userpower .userpower_info table tr td.mk,
	#staff .staff_info table tr th.mk,#userpower .userpower_info table tr th.mk {border-left: none;}
	#search1 .s_c1 {height: 132px;}
	#search1 .s_c1 input,#search1 .s_c2 input {width: 90px;}
	#search1 .s_c1 button,#search1 .s_c2 button {padding: 0 8px;}
	#search1 .s_c2 {height: 160px;}
	#search1 .s_c2 label {height: auto;}
}