@charset "utf-8";
/* CSS Document */
.bulletin-conten{
	margin: 0px;
	padding: 0px;
	background-color: white;
	border: 1px solid #E4E4E4;
	width: 30%;
	margin-right: 1%;
}
.topbulletin{
	border: 1px solid #b5d7f1;
	border-radius: 2px; 
	padding: 0px; 
	margin: 0px; 
	width: 100%;
}
.subser-menu{
	float: left;
	width: 200px; 
	background-color: white; 
	box-shadow: 2px 0px 2px 2px #dddfe2;
}
.subser-menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.subser-menu ul li{
	float: left;
}
.subser-menu ul li a{
	display: block;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 13px;
	padding: 10px;
}

.bltcontrol{
	position: relative;
	padding: 35px;
}
.bltcontrol h5{
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 13px;
	color: brown;
}
.bltcontrol input[type=checkbox]{
	position: absolute;
	top: 3px;
	left: 95px;
	height: 16px;
	width: 16px;
	border-radius: 10px;
}
.bltcontrol input[type=button]{
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-weight: 500;
}

.logform label{
	font-weight: 500;
	font-size: 13px;
	color: rgba(38,80,195,1.00);
}
.logform{
	position: relative;
	margin: 0px;
	padding: 10px;
}
.txt_input label{
	font-size: 15px;
}

.bulletin h3{
	font-weight: 500;
	font-size: 15px;
	color:white;
	background-color: #bbb;
	padding: 5px;
	margin-left: 0px;
}

.bulletin ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.bulletin ul li{
	height: auto;
	margin-left: 20px;
}
.bulletin ul li a{
	display: block;
	text-decoration: none;
	color:#3295F1;
	font-size: 14px;
	padding: 3px;
	border-bottom: 1px dotted black;
	line-height: 25px;
}
.bulletin ul li a:hover{
	color: darksalmon;
}
.img_user{
	position: relative;
/*	z-index: -1;*/
}
.img_user img{
	width: 100%;
	height: 150px; 
	margin-bottom: -20px; 
	padding:0px;
	object-fit: cover;
	object-position: center; 
	display: none;
}
#img_title{
	position: absolute;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	font-size: 15px;
	background-color:#3A3A3A;
	width: 100%;
	bottom: 0px;
	z-index: 1;
	color: white;
	text-align: center;
	padding: 0px;
	opacity: 0.7;
	display: none;
}
