@charset "UTF-8";
html,body {
	font-family: "宋体";
    font-size: 10pt;
}
td,th {
	border: none;
}
.center {
	text-align: center;
}
.desktop {
	height: 100%;
}

.desktop .headBar {
	background-image: url("../images/gzsei_logo.jpg");
	background-repeat: no-repeat;
	height: 48px;
	background-size: contain;
}
.desktop .headBar .toolBar {
	margin-left: 460px;
}
.desktop .mainFrame {
	width: 100%;
	border: none;
	border-style: none;
}
.loyer .left-menu {
	float: left;
	width: 200px;
}
.loyer .left-menu ul {
	list-style: none;
}
.loyer .main-content{
	margin-left: 200px;
}
.loyer .main-content .table_deta {
	margin:auto;
	width:800px;
	height:400px;
}
.red {
	color: red;
}
.center {
	text-align: center;
}
.left_float {
	float: left;
}
.safety {
	width: 100%;
}
.safety .unit_table {
	width: 90%;
	border-top: solid 1px #B6D7F1;
	margin-left: 5%;
	margin-right: 5%;
}
.safety .unit_table .line td {
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom: solid 1px #B6D7F1;
}
.padding_left10 {
	padding-left: 10%;
}
.safety .equip_table {
	min-width: 850px;
	width: 99.5%;
	margin-left: 5px;
	margin-right: 5px;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
}
.safety .equip_table td {
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
.safety .equip_table th {
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
.safety .equip_table input[type='text'] {
	width: 100%;
	border: none;
}
.safety .equip_table select {
	width: 100%;
	border: none;
}
.tab {
	width: 100%;
	margin-bottom: 5px;
	padding-left: 1%;
	padding-right: 2%;
}
.tab span{
	display:-moz-inline-box;
	display:inline-block;
	text-align: center;
	padding-top:5px;
	padding-bottom: 5px;
	cursor: pointer;
	margin-left: 1%;
}
.width_half {
	width: 49%;
}
form.validate label.error, label.error {
	color: red;
	font-style: italic
}
form.validate input.error,textarea.error { border: 1px dotted red; }
form.validate .gray * { color: gray; }
.tip {
	color:red;
}
.form-align {
	display: inline-block;
	width: 12em;
	margin-right: .5em;
	text-align: right;
}
.input-view select {
	width: 150px;
	height: 26px;
}
.input-view input[type="text"]{
	width: 150px;
}
.right {
	text-align: right;
}