
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
@charset "UTF-8";
/* CSS Document */
html, body { min-width:0; min-height:0; width:100%; height:100%;}
.popup_contents { height:100%; width:100%; }
.popup_contents form { height:100%; width:100%; }
.popup_header { width:100%; height:60px; color:#fff; background:#1d3a67; line-height:60px; font-weight:600; box-sizing:border-box; padding-left:20px;}
.popup_header h3 { text-align:left; color:#fff; font-size:1.4em; font-weight:600; }
.popup_body { padding:20px 20px; box-sizing:border-box; width:100%; height:calc(100% - 110px); overflow-y:auto }
.popup_body p.text { margin-bottom:15px; }
.popup_footer { margin-top:0; height:50px; padding:0; background:#fff; border-top:1px solid #ededed; }
.popup_footer::after { clear:both; content:''; display:block; }