@charset "UTF-8";ul.auc-dashboard-list{margin:1em 0 0 0;border-top:1px solid #ccd0d4}ul.auc-dashboard-list li{display:flex;margin:0;padding:.6em 1em .6em .6em;border-bottom:1px solid #ccd0d4}ul.auc-dashboard-list li:nth-child(even){background:#f9f9f9}ul.auc-dashboard-list li .date{flex:0 0 110px}ul.auc-dashboard-list li .content{flex-grow:2}ul.auc-dashboard-list li .content .title{color:#0073aa;cursor:pointer}ul.auc-dashboard-list li .content .title:hover{color:#016087}ul.auc-dashboard-list li .content .body,ul.auc-dashboard-list li .content .is_read{display:none}ul.auc-dashboard-list li .content .body>:first-child{margin-top:5px}ul.auc-dashboard-list li .content .is_read{margin-bottom:.5em;text-align:right}ul.auc-dashboard-list li .content .read_btn{cursor:pointer}ul.auc-dashboard-list li.open .content .body,ul.auc-dashboard-list li.open .content .is_read{display:block}ul.auc-dashboard-list li.read .content .is_read{display:none}ul.auc-dashboard-list li.unread .title:after{display:inline-block;content:"\f534";margin-left:.2em;font-family:dashicons;font-size:1.4em;line-height:1;color:#ca4a1f;vertical-align:middle}ul.auc-dashboard-list li:last-child{margin-bottom:.5em}