@charset "utf-8";



/* フッターボタン -------------------------------------------------------------------------------*/
.button-footer { display: block; }





/* ボディ ---------------------------------------------------------------------------------------*/
/* .main { margin-top: 50px; } */

.tablelist { width: 100%; }
.tablelist th {
	background-color: #6e7bb6;
	border: solid 1px #b0bec5;
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	height: 37px;
}
.tablelist td {
	border: solid 1px #b0bec5;
	font-size: 1rem;
	text-align: center;
	/* height: 37px; */
}

.tablelist tr {
	height: 37px;
}

.tablelist .butedit a { display: inline-block; }








/* フォーム */
.body .item { margin: 0 20px; }
.body .label { width: 6em; }
.body .value { color: #000; }
.body input[type="text"],
.body input[type="password"],
.body .select select { font-weight: 400; }
.body .radio:before { background-color: #6b6b6b; }
.body .checkbox:before { border-color: #6b6b6b; }

table.dataTable .radio:after,
table.dataTable .checkbox:after { border-color: #6b6b6b; }


/* テーブル */
table.dataTable .odd td { background-color: #fff; }
table.dataTable .even td { background-color: #fafafa; }


table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting { background-image: url("../../images/sort_both.png"); }
table.dataTable thead .sorting_asc { background-image: url("../../images/sort_asc.png"); }
table.dataTable thead .sorting_desc { background-image: url("../../images/sort_desc.png"); }
table.dataTable thead .sorting_asc_disabled { background-image: url("../../images/sort_asc_disabled.png"); }
table.dataTable thead .sorting_desc_disabled { background-image: url("../../images/sort_desc_disabled.png"); }
table.dataTable tbody tr.selected { background-color: #b0bed9; }


/* ページング */
.dataTables_wrapper {
	padding-bottom: 40px;
	position: relative;
}
.dataTables_paginate {
	position: absolute;
	right: 0;
	bottom: 0;
}
.paginate_button,
.ellipsis {
	display: block;
	height: 23px;
	float: left;
	line-height: 23px;
	margin: 0 1px;
	text-align: center;
	width: 38px;
}
.paginate_button {
	background-color: #fff;
	border: solid 1px #b2b2b2;
	color: #6b6b6b;
	cursor: pointer;
}
.paginate_button:hover {
	background-color: #b2b2b2;
	color: #fff;
}
.paginate_button.current { background: none; border: none; cursor: default; }
.paginate_button.current:hover { color: inherit; }
.paginate_button.previous,
.paginate_button.next {
	background: center center no-repeat;
	background-size: 8px auto;
	border: none;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.paginate_button.previous { background-image: url(../../images/but_arrow_left.png); }
.paginate_button.next { background-image: url(../../images/but_arrow_right.png); }
.paginate_button.previous:hover,
.paginate_button.next:hover { opacity: 0.8; }

.dataTables_paginate { zoom: 1; }
.dataTables_paginate:after { clear: both; content: ""; display: inline-block; }


/*-----------------------------------Import from master_form.css------------------------------*/

/* ボディ ---------------------------------------------------------------------------------------*/
.body .sectioncontainer {
	border-bottom: solid 1px #fff;
	padding: 20px 0;
	position: relative;
}
.body .sectioncontainer:first-child {
	padding: 0;
}
.body .sectioncontainer:after {
	border-bottom: solid 1px #ccc;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.body .sectioncontainer:last-child:after { border-bottom: none; }
.body .sectioncontainer:last-child { border-bottom: none; }


/* 見出し */
.body .midashi {
	font-size: 1.285rem;
	font-weight: 600;
	margin-top: 20px;
}


/* 行 */
.body .row { display: block; }
.body .row .item {
	display: inline-block;
	padding: 10px 0;
	vertical-align: top;
}


/* 列 */
.body .column {
	border-right: solid 1px #fff;
	display: inline-block;
	margin: 15px 0;
	position: relative;
	vertical-align: top;
}
.body .column:after {
	border-right: solid 1px #ccc;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
}
.body .column .item { padding: 10px 0; }
.body .col2 { width: 500px; }


/* フォーム */
.body .item { margin: 0 20px; }
.body .label { width: 6em; }
.body .value { color: #000; }
.body input[type="text"],
.body input[type="password"],
.body .select select { font-weight: 400; }


/* 確認ページ */
#master-check .body .value { margin-top: 7px; }

/* .btnRow {
	margin-right: 0px;
}
 */
 .t3TableContainer {
 	margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
 }

