<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8"; 

:root {
    --board-border-primary: #ddd;
}
[data-theme=dark] {
	--board-border-primary: #5a5e65;
}
#board_view_response_out { border-top: 1px solid var(--board-border-primary); border-bottom: 1px solid var(--board-border-primary); padding: 15px 0px 15px 0px; text-align:center; overflow:hidden; height:125px; }
#board_view_response_out img { width: 40px; }
#board_view_response_out .board_view_response_in { display:inline-block; position:relative; width:60px; height:68px; margin:0 5px; vertical-align:middle; }
@media all and (max-width:767px) {
	#board_view_response_out .board_view_response_in { display:inline-block; position:relative; width:60px; height:68px; margin:0; vertical-align:middle; }
}
#board_view_response_out .board_view_response_in .response_title { height:30px; line-height:34px; }
#board_view_response_out .board_view_response_in .response_title a { display:block; }

#board_view_response_out .board_view_response_in .response_hit { height:30px; line-height:24px; }
#board_view_response_out .board_view_response_in .response_hit a { display:block; }

#response_lp_1, #response_lp_2, #response_lp_3, #response_lp_4, #response_lp_5, #response_lp_6  { display:none; position:absolute; top:68px; left:0; z-index:9999; padding:10px 0; width:200px; border-radius: 36px; background:#ff3061; color:#fff; text-align:center; }

.response_list_head_rect_no { margin:0 8px 8px 0; width:132px; padding:8px; border:1px solid #e9e9e9; background:#fff; border-radius:5px; }
.response_list_head_rect_no a { display:block; }
.response_list_head_rect_no a strong { float:right; }
.response_list_head_rect_ok { margin:0 8px 8px 0; width:132px; padding:8px; border:1px solid #ffbb00; background:#ffe08c; border-radius:5px; }
.response_list_head_rect_ok a { display:block; }
.response_list_head_rect_ok a strong { float:right; }


.board_response_bottom_out { text-align:center; overflow:hidden; }
.board_response_bottom_out .board_response_bottom_in   { display:inline-block; position:relative; vertical-align:middle; }
.board_response_bottom_out .board_response_bottom_in_1 { margin:20px; text-align:center; }
.board_response_bottom_out .board_response_bottom_in_2 { margin:0 20px 20px 20px; text-align:center; }
</pre></body></html>