@charset "UTF-8";

/* -------------------------------------------------------------------------
Portal　テーブル色　上書き
--------------------------------------------------------------------------*/

table.dataTable { margin-bottom: 10px }
table.dataTable th, table.dataTable td { border: 1px solid #EBC4A0; padding: 5px !important }
table.dataTable th { padding: 10px; border-bottom:1px solid #977535 !important }
table.dataTable > thead > tr { background-color: #fbecbd; }
table.dataTable th { font-weight: normal; }
/* jquery.dataTables の設定を上書き */
table.dataTable tr.odd td.sorting_1 { background-color: #FEFCF5; }
table.dataTable tr.odd { background-color: #fff; }
table.dataTable tr.even { background-color: #fdf6e1; }
table.dataTable tr.even td.sorting_1 { background-color: #FBEEC8; }
table.dataTable tr { height: 20px; }
table.infoTable { width: 100%; margin: 10px 0px 20px 0; padding: 0px; }
table.infoTable td.data { background:#f6f6f6 }/* background:#FEF0D1 */
table.infoTable td.head { background-color: #FCDFC5; text-align : left; vertical-align : middle; }
table.infoTable th, table.infoTable td { padding: 5px; border: 1px solid #fff }

/* -------------------------------------------------------------------------
月別レポートタイトル色上書き
--------------------------------------------------------------------------*/
.ui-widget-header { border: none; background: #FAD99A; margin: 10px; padding: 10px; border-radius : 5px; -webkit-border-radius: 5px;	/* Safari,Google Chrome用 */ -moz-border-radius: 5px;	/* Firefox用 */ border-radius : 5px; -webkit-border-radius: 5px;	/* Safari,Google Chrome用 */ -moz-border-radius: 5px;	/* Firefox用 */ }
