#btnBack {
    display: inline-block;
    margin-left: 10px;
    color: #1d3994;
    text-decoration: underline;
    cursor: pointer;
}

#note_list {

}

.note_list_item {
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:10px dotted #e5daff;
}

.note_list_item_link {
	text-decoration: underline;
}

.note_page {
	padding:24px 6px 20px;
	border:1px solid #ccc;
}

.note_headline {
	display: table;
 	width:calc(100% - 20px);
 	padding:0 10px;
 	margin-bottom:4px;
}

.note_title {
	display: table-cell;
	vertical-align: middle;
}

.note_info {
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	font-size:12px;
}

.note_info_top {
	border-bottom:1px dashed #a3bbdd;
}

.note_info_no {
	margin-right:34px;
	color:#9ab4d9;
}

.note_info_date {
	margin-right:10px;
	color:#9ab4d9;
}

.note_subtitle {
	padding:6px 0;
	text-align:center;
	font-size:18px;
	border-top:2px solid #b0c4e1;
	border-bottom:2px solid #b0c4e1;
}

.note_detail {
	padding:3px 5px 0;
	line-height: 35px;
	background: -webkit-linear-gradient(bottom, #edf0f5 1px, rgba(255, 255, 255, 0) 1px) left top / 1px 35px;
	background: linear-gradient(to top, #edf0f5 1px, rgba(255, 255, 255, 0) 1px) left top / 1px 35px;
}

.note_report_msg {
	padding: 6px 0;
	color: #d60000;
	font-size: 14px;
}

.note_detail_under {
	text-align: right;
}

.note_report {
	text-decoration: underline;
    color: #aaa;
    cursor: pointer;
}

.sort_pager{
	list-style:none;
	overflow:hidden;
}

.sort_pager_title{
	float:left;
	background-color:#c0c0ff;
}

.sort_pager_title h2{
	font-weight:normal;
	font-size:12px;
	margin:0;
	padding:0 10px;
}

.sort_pager_detail{
	width:34px;
	float:left;
	margin:10px 4px;
	text-align:center;
}

.sort_pager_detail a{
	font-size:12px;
	display: block;
	line-height: 28px;
	min-width: 28px;
	border: 1px solid #999999;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
}

.sort_pager_detail b{
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	display: block;
	line-height: 28px;
	min-width: 28px;
	border: 1px solid #999999;
	background: #666666;
}

.sort_pager_detail_sub{
	float:left;
	width:45px;
	margin:5px 13px;
	text-align:center;
}

.sort_pager_detail_sub a{
	font-size:20px;
	display: block;
}

.sort_pager_detail_sub .disabled{
	font-size:20px;
	color:#949494;
}
