@charset "UTF-8";
@import "../../nyj_minwon/css/default.css";


.modules_board .proc_list .list_gallery	{ clear: both; }
.modules_board .proc_list .list_gallery table	{ background-color: #fff; }
.modules_board .proc_list .list_gallery tr.board_notice	{ background-color: #f0f0f0; color: #000; }
.modules_board .proc_list .list_gallery tr.board_secret	{ color: #666; }
.modules_board .proc_list .list_gallery tr.board_delete	{ text-decoration: line-through !important; background-color: #ffa9a9; }
.modules_board .proc_list .list_gallery tr.board_dateend	{ text-decoration: line-through !important; background-color: #ffa9a9; }

.modules_board .proc_list .list_gallery td.empty	{ padding: 5em 0; text-align: center; }

.modules_board .proc_list .list_gallery .show_image	{ display: block; cursor: pointer; padding: 5px; text-align: center; }
.modules_board .proc_list .list_gallery .show_image .image	{ display: inline-block; padding: 5px; margin: 10px; border: 2px solid #e0e0e0; background-color: #f0f0f0; }
.modules_board .proc_list .list_gallery .show_image img	{ display: block; max-width: 100%; border: 0 none; }
.modules_board .proc_list .list_gallery .show_image .split	{ display: none; }
.modules_board .proc_list .list_gallery .show_image .title	{ display: block; font-weight: bold; font-size: 1.1em; }
.modules_board .proc_list .list_gallery .show_image .date	{ display: block; font-style: normal; }




.modules_board .proc_read .read_file	{ padding: 10px 20px; }
.modules_board .proc_read .read_file ol	{ padding: 0; margin: 0; list-style: none; }
.modules_board .proc_read .read_file ol li	{ position: relative; padding: 0 0 0 10px; margin: 0; list-style: none; }
.modules_board .proc_read .read_file ol li:before	{ position: absolute; left: 0; top: 50%; width: 3px; height: 3px; margin-top: -2px; background-color: #333; content: ""; }
.modules_board .proc_read .read_file ol li img.extension	{ width: 20px; height: 20px; vertical-align: middle; }
.modules_board .proc_read .read_file ol li img.preview	{ max-width: 100%; }
