@charset "utf-8";
/* CSS Document */

label:hover{
	cursor:pointer;
	}
	
body{
	margin:0px;
	}
body, a, option, select, input, td{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
a{
	color:#586100;
	text-decoration:none;
	}
td{
	border: solid 1px #a83232;
	padding: 2px 2px;
	}
table{
	border-collapse:collapse;
	margin:5px auto;
	}
input[type=text], input[type=password], input[type=number], input[type=date], select, textarea{
	background:#FFF;
	border:solid 1px #a83232;
	padding:2px;
	margin:2px;
	}
input[type=text], input[type=password], input[type=number], select, textarea{
	width:500px;
	}
input[type=submit], .button, input[type=button], .text_editor_button, .text_editor_select{
	height:20px;
	line-height:20px;
	background-color:#a83232;
	color:#fff;
	padding:0 5px;
	margin:1px;
	border:none;
	display:inline-block;
	cursor:pointer;
	white-space:nowrap;
	}
form{
	margin:0;
	}
	
.zebra tr:nth-child(2n){
	background-color:#fed;
	}

.img_100{
	max-height:100px;
	max-width:100px;
	border:0;
	}

textarea{
	height:100px;
	}

.admin_message textarea{
	height: 32px;
	width: calc(100% - 100px);
	margin: 0 10px;
	}
.admin_message input[type=submit]{
	width: 70px;
	}

.header{
	width:100%;
	height: 30px;
	background-color:#666;
	margin-bottom:10px;
	color:#FFF;
	line-height:30px;
	text-transform:uppercase;
	}
.header a{
	height:30px;
	background-color:#a83232;
	color:#fff;
	padding:0 10px;
	margin-right:1px;
	display:block;
	float:left;
	}
.page_list .choosen_one{
	font-weight: bold;
	}
.page_list{
	margin:5px;
	}
.page_list a{
	padding:5px;
	}
	
.main{
	min-width:900px;
	max-width: 100%;
	display: inline-block;
	padding:10px;
	margin:20px 0;
	overflow-x: auto;
	overflow-y: hidden;
	border-spacing:0;
	box-shadow:0 0 15px 2px #333;
	}

#message{
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin: 10px auto;
	font-size: 16px;
	}
h2{
	margin:0;
	}

#sys_message{
	z-index:1000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(/bck_transp.png);
	}
.sys_message_cont{
	padding:20px;
	box-shadow:0 0 15px 2px #000;
	font-size:16px;
	background-color:#FFF;
	display:inline-block;
	}

.list_img_wrap{
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	}

.list_img_wrap img{
	max-width: 30rem;
	}