@charset "utf-8";

/*header title*/
.s_notices_top{font-size:18pt;margin-bottom:31px;padding:29px 0 23px 0;border-bottom:#e2e0e0 1px solid;}

/* search */
.s_notices_search{float:right;margin-bottom:20px;}
.s_notices_search select{height:32px;}
.s_notices_search input[type="text"]{width:200px;height:29px;margin-left:3px;margin-right:3px}
.s_notices_search input[type="submit"]{width:60px;height:32px;background-color:#555;color: rgb(232,232,232);border:0px}

/*total box*/
.s_notices_total_box{margin-top:10px;margin-bottom:10px}
.s_notices_total_text{float:left;}
.s_notices_total_counter{float:right;}

/* index */
.s_notices_table{width:100%;border-top:3px solid #555555;border-bottom:2px solid #555555;}
.s_table_no,.s_table_title,.s_table_data,.s_notices_author{padding:15px 0px;font-size:12pt;background:#fafafa}
.s_table_no{width:80px;text-align:center}
.s_table_title{text-align:center}
.s_table_data{width:100px;text-align:center}
.s_notices_author{text-align:center}
.s_notices_td{padding:15px 0px;border-top:1px solid #dddddd;font-size:11pt;}
.s_notices_tdc{text-align:center}
.s_img_margin{margin-bottom:30px;}

/* view */
.s_notices_view_table{width:100%;border-top:3px solid #555555;border-bottom:2px solid #555555;margin-top:15px}
.s_notices_view_table td{border-bottom:1pt solid black;margin-top:5px;margin-bottom:5px;}
.s_table_subject{padding:15px 0px;font-size:12pt;background:#fafafa;text-align:center}
.s_table_content{padding:15px 0px;font-size:10pt;background:#fafafa;text-align:left}
.s_view_box{width:100%;margin-top:5px;margin-bottom:5px;border-bottom:1pt solid black;}
.s_view_box p{padding:5px 10px 5px 10px;}

.s_veiw_button {
	display: block;
	float: right;
	width: 98px;
	margin-top:30px;
	margin-right: 30px;
	padding: 10px 0px;
	font-size: 11pt;
	color: black;
	background: #fafafa;
	text-align: center;
	border:1px solid #555555;
}

