@charset "UTF-8";






/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
マスタ管理画面
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


/*------------------------------------------------------------
お知らせ管理
-------------------------------------------------------------*/
body.Master #main.infoList {}
body.Master #main.infoList .pagerArea { background-color: #FFF; padding: 0 0 5px 0; }
body.Master #main.infoList .contentsArea .headerBox .upperBox { padding: 0; }
body.Master #main.infoList .contentsArea .contentsBox .scrollTableOuter thead th:nth-last-of-type(2),
body.Master #main.infoList .contentsArea .contentsBox .scrollTableOuter tbody td:nth-last-of-type(2) { border-right: none; }
body.Master #main.infoList .contentsArea .contentsBox .scrollTableOuter tbody td:nth-last-of-type(2) { white-space: normal; }
#main.infoEdit { padding: 10px; overflow: hidden; box-sizing: border-box; }   
#main.infoEdit .inner { height: 100%; box-sizing: border-box; }
#main.infoEdit .contentsArea { height: 100%; box-sizing: border-box; }
#main.infoEdit .contentsArea .contentsBox { height: 100%; box-sizing: border-box; }
#main.infoEdit .contentsArea .contentsBox .editArea { height: 100%; overflow: auto; box-sizing: border-box; }
#main.infoEdit .formGroup { padding-bottom: 15px; }
#main.infoEdit .formGroup .formTitle { padding-bottom: 3px; }
#main.infoEdit .formGroup label.fileBtnS { margin-bottom: 5px; }
#main.infoEdit .formGroup img { margin-bottom: 5px; }
#main.infoEdit .formGroup .subInner { display: flex; align-items: center; }
#main.infoEdit .formGroup .subInner select:last-of-type { margin-left: 3px; }
#main.infoEdit .formGroup .subInner .calendarOuter div.calendarS { right: 10px; }




