@charset "UTF-8";

/************************************
	top.html
***********************************/
.block_btn .button {
	font-size: 20px;
	width: 33%;
	min-width: 480px;
	padding: 0.8em 2em;
	border-radius: 8px;
	border-width: 3px;
}


/************************************
	modal(top.html)
***********************************/
/* モーダル */
.modal-overlay {
	background: #666666 url(../images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal-body {
	position: relative;
	padding: 0px;
}
.modal-content {
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.modal-header {
	padding: 7px 9px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: 1px solid #BAB4AD;
	background-image: -moz-linear-gradient(top, #ffffff, #eeebe8);
	background-image: -ms-linear-gradient(top, #ffffff, #eeebe8);
	background-image: -webkit-linear-gradient(top, #ffffff, #eeebe8);
	background-image: linear-gradient(top, #ffffff, #eeebe8);
	text-align: right;
}
.modal-footer {
	padding: 15px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #e5e5e5;
}

.modal-header .close {
	position: relative;
	top: 6px;
}
.modal-title {
line-height: 1.6;
	padding: 4px 0 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #312419;
}
.modal-body .confirm_preview {
	padding: 0;
	height: 385px;
	border: 0px solid #BAB4AD;
	overflow-y: scroll;
	word-wrap: break-word;
}

/* モーダル確認 */
.confirm_preview .detail_area {
	background-color: #fff;
	border-top: none;
	padding-bottom: 10px;
}
.confirm_preview .detail_area .d_section {
	padding: 10px 0;
}
.confirm_preview .detail_area .d_section:not(:first-child) {
	border-top: 1px solid #bab4ad;
}
.confirm_preview .detail_area .content_title {
	font-size: 16px;
	font-weight: bold;
}
.confirm_preview .detail_area .d_information {
	padding: 10px 15px 0;
	line-height: 1.4;
}
.confirm_preview .detail_area .d_title {
	font-weight: bold;
}
.confirm_preview .information_table td {
	padding: 5px 0;
	word-break: break-all;
}
.confirm_preview .information_table .header_cell {
	width: 90px;
	font-weight: bold;
	vertical-align: top;
}
.confirm_preview .information_table .delimiter_cell {
	font-weight: bold;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}
.confirm_preview  .preview_image {
	padding: 5px;
	border: 1px solid #BAB4AD;
	display: inline-block;
}
.confirm_preview  .preview_image img {
	max-width: 260px;
	max-height: 170px;
}


/************************************
	aggregate.html
***********************************/
.datainfo_area {
	margin-bottom: 15px;
}
.datainfo_area p {
	margin-bottom: 10px;
}
.datainfo_title {
	font-weight:bold;
}

.button-aggregate-view {
	min-width: 160px;
}

/* 職員参集 状況一覧 */
.table-aggregate {
}
.table-aggregate>thead>tr>th,
.table-aggregate>tbody>tr>th {
	text-align:left;
	padding: 8px 15px;
	color: #333;
	background-color:#EBE7E2;
	border: 1px solid #3e3326;
}

.table-aggregate>thead>tr>th {
	text-align:center;
}
.table-aggregate>thead:first-child>tr:first-child>th,
.table-aggregate>tbody:first-child>tr:first-child>td {
	border-top: 1px solid #3e3326;
}
.table-aggregate th:first-child {
	border-left: 1px solid #3e3326;
}
.table-aggregate th:last-child {
	border-right: 1px solid #3e3326;
}
.table-aggregate>tbody>tr>td {
	padding: 8px 15px;
	border: 1px solid #3e3326;
	width: 12%;
	text-align:center;
	vertical-align: middle;
}
.table-aggregate.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #F9F9F9;
}
.table-aggregate.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #fff;
}
.table-aggregate .total {
	border-top: solid 2px;
}
.table-aggregate .total th,
.table-aggregate .total td {
	text-align:center;
}


.sticky-table table tr.sticky-row td, 
.sticky-table table tr.sticky-row th {
	background-color: #3e3326;
	border-top: 0;
	position: relative;
	outline: 0;
	z-index: 5;
}


.btn-sort:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-radius: 20%;
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	background: #fff;
}
.btn-sort:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border: 4px solid transparent;
	border-top: 4px solid #98897C;
}
.btn-sort.asc:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	width: 0;
	height: 0;
	margin-top: -7px;
	border: 4px solid transparent;
	border-bottom: 4px solid #98897C;
}
.btn-sort:hover:before,
.btn-sort.sorted:before {
	background: #98897C;
}
.btn-sort:hover:after,
.btn-sort.sorted:after {
	border: 4px solid transparent;
	border-top: 4px solid #fff;
}
.btn-sort.asc:hover:after,
.btn-sort.sorted.asc:after {
	border: 4px solid transparent;
	border-bottom: 4px solid #fff;
}
.btn-sort {
	cursor: pointer;
}



/************************************
	setting.html
***********************************/
/* 設定入力フォーム */
.setting-box {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}
.form-panel {
	border-radius: 4px;
	border: 2px solid #BAB4AD;
	border: 2px solid #3e3326;
	padding: 0;
	background: url(../images/line_t.gif) 158px 0 repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.form-panel-body {
	padding: 20px;
}
.form-panel-header {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom: 1px solid #BAB4AD;
	padding: 7px 9px;
	background-image: -moz-linear-gradient(top, #ffffff, #eeebe8);
	background-image: -ms-linear-gradient(top, #ffffff, #eeebe8);
	background-image: -webkit-linear-gradient(top, #ffffff, #eeebe8);
	background-image: linear-gradient(top, #ffffff, #eeebe8);
}
.form-panel-footer {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top: 1px solid #BAB4AD;
	padding: 14px;
	background: #fff;
}
.form-panel-header p {
	margin: 0;
	padding: 2px 0;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
	color: #312419;
}



/* 設定 入力 */
.form-panel dl {
	margin: 0px;
}
.form-panel dt {
	float: left;
	clear: left;
	padding: 0 55px 0 0;
	width: 138px;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}
.form-panel dd {
	position: relative;
	float: left;
	padding: 0 0 30px 24px;
	line-height: 1.5;
	width: calc(100% - 138px);
}
.form-panel dd .note { 
	position: absolute;
	display: block;
	font-size: 85.7%;
}

/* 設定 エラー */
.form-panel input.error, 
.form-panel textarea.error {
	background: #fee5e5;
}
.form-panel dd .note.error, 
.form-panel dd .valid.error {
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 13px;
	background: url(../images/error_s.png) 0 4px no-repeat;
	background-size: 9px;
	color: #CC4532;
}

/* 設定 必須 */
.form-panel dt .must {
	float: right;
	display: inline-block;
	padding: 2px 6px;
	border: 1px solid #CD4532;
	font-size: 78.5%;
	color: #CD4532;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: 15px;
	width: 38px;
}

/* 設定 コントロール */
.form-panel .form-control {
	display: block;
	width: 100%;
	height: 30px;
	padding: 6px 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #A9A9A9;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.form-control.form-textarea {
	overflow: hidden;
	overflow-wrap: break-word;
	resize: horizontal;
	height: 100px;
}
/* 入力 エラー */
.form-panel .form-control input.error, 
.form-panel .form-control textarea.error {
	background: #fee5e5;
}

/* モーダル 入力エラー */
.alert_content {
	padding: 15px;
}
.alert_message {
	margin-left: 1em;
	margin-right: 1em;
	line-height: 1.5;
}


/************************************
	btn
***********************************/
.btn {
	display: inline-block;
	padding: 9px;
	border: 2px solid #402F24;
	border-radius: 3px;
	background-image: -moz-linear-gradient(top, #ffffff, #e3ded7);
	background-image: -ms-linear-gradient(top, #ffffff, #e3ded7);
	background-image: -webkit-linear-gradient(top, #ffffff, #e3ded7);
	background-image: linear-gradient(top, #ffffff, #e3ded7);
	background-clip: padding-box;
	text-align: center;
	font-weight: bold;
	color: #3F2C24;
	cursor: pointer;
	background-color: #FFF;
	padding: 2px 0;
	width: 86px;
	border-width: 2px;
}
.btn:hover {
	background-image: -moz-linear-gradient(top, #e3ded7, #ffffff);
	background-image: -ms-linear-gradient(top, #e3ded7, #ffffff);
	background-image: -webkit-linear-gradient(top, #e3ded7, #ffffff);
	background-image: linear-gradient(top, #e3ded7, #ffffff);
}

.btn-default,
.btn-default:active {
	color: #3F2C24;
	border-color: #999;
	background-image: -moz-linear-gradient(top, #ffffff, #cacaca);
	background-image: -ms-linear-gradient(top, #ffffff, #cacaca);
	background-image: -webkit-linear-gradient(top, #ffffff, #cacaca);
	background-image: linear-gradient(top, #ffffff, #cacaca);
	font-size: 100%;
	color: #3E3326;
	background-color: #FFF;
}
.btn-default:focus,
.btn-default:hover,
.btn-default:active:focus,
.btn-default:active:hover {
	color: #3F2C24;
	border-color: #999;
	background-image: -moz-linear-gradient(top, #cacaca, #ffffff);
	background-image: -ms-linear-gradient(top, #cacaca, #ffffff);
	background-image: -webkit-linear-gradient(top, #cacaca, #ffffff);
	background-image: linear-gradient(top, #cacaca, #ffffff);
}

.btn-primary,
.btn-primary:active {
	color: #3F2C24;
	border-color: #819C23;
	background-image: -moz-linear-gradient(top, #C1DC67, #95B429);
	background-image: -ms-linear-gradient(top, #C1DC67, #95B429);
	background-image: -webkit-linear-gradient(top, #C1DC67, #95B429);
	background-image: linear-gradient(top, #C1DC67, #95B429);
}


.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary:active:hover {
	color: #3F2C24;
	border-color: #819C23;
	background-image: -moz-linear-gradient(top, #95b429, #c1dc67);
	background-image: -ms-linear-gradient(top, #95b429, #c1dc67);
	background-image: -webkit-linear-gradient(top, #95b429, #c1dc67);
	background-image: linear-gradient(top, #95b429, #c1dc67);
}




