@charset "UTF-8";
@import "clear.css";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*---------------- カラー管理 ----------------*/
/* 管理企業 */
#admin_page h1 {
	background: #d3bcc0;
}

#admin_page nav {
	background: #e5dedf;
}

#admin_page a,
#admin_page #login_area p {
    color: #d07182;
}

#admin_page .dl_type_a:before {
	border-left: solid #d3bcc0 180px;
}

#admin_page .tbl_type_a th {
	border-bottom: solid #d3bcc0 3px;
}

#admin_page .dl_type_b dd {
	border-left: solid #d3bcc0 5px;
}

#admin_page .dl_type_c dt {
	border-right: solid #d3bcc0 5px;
}

#admin_page .dl_type_d dt {
	border-top: solid #d3bcc0 3px;
}

#admin_page .sp_btn {
	background: #d3bcc0;
}

#admin_page #search dt {
	background: #d3bcc0;
}

/* 利用企業 */
#user_page h1 {
	background: #a1b5d8;
}

#user_page nav {
	background: #eef3fc;
}

#user_page a,
#user_page #login_area p  {
    color: #6994de;
}

#user_page .dl_type_a:before {
	border-left: solid #a1b5d8 180px;
}

#user_page .tbl_type_a th {
	border-bottom: solid #a1b5d8 3px;
}

#user_page .dl_type_b dd {
	border-left: solid #a1b5d8 5px;
}

#user_page .dl_type_c dt {
	border-right: solid #a1b5d8 5px;
}

#user_page #pass_change {
	background: #eef3fc;
}

#user_page .sp_btn {
	background: #a1b5d8;
}

#user_page #search dt {
	background: #a1b5d8;
}

/* 従業員 */
#member_page h1 {
	background: #c2d8b9;
}

#member_page nav {
	background: #e4f0d0;
}

#member_page a,
#member_page #login_area p {
    color: #72c110;
}

#member_page .dl_type_a:before {
	border-left: solid #c2d8b9 180px;
}

#member_page .tbl_type_a th {
	border-bottom: solid #c2d8b9 3px;
}

#member_page .dl_type_b dd {
	border-left: solid #c2d8b9 5px;
}

#member_page .dl_type_c dt {
	border-right: solid #c2d8b9 5px;
}

#member_page #pass_change {
	background: #e4f0d0;
}

/*---------------- ↑カラー管理↑ ----------------*/

/*---------------- ページャー ----------------*/

div#pagenation {
	margin-top: 20px;
   position: relative;
   overflow: hidden;
}
div#pagenation ul {
    position: relative;
    left: 50%;
    float: left;
    list-style: none;
}
div#pagenation li {
    position: relative;
    left: -50%;
    float: left;
}
div#pagenation li a {
    border:1px solid #cecece;
    margin: 0 3px;
    padding: 3px 10px;
    display: block;
    text-decoration: none;
    color: #666;
    background: #fff;
}
div#pagenation li.active a,
div#pagenation li a:hover{
    border:solid 1px #999;
    color: #fff;
    background: #aaa;
}

/*---------------- ↑ページャー↑ ----------------*/

html,body {
	height: 100%;
}

header {
	background: #f5f5f5;
}

h1 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 600;
}

h1 span {
	display: block;
	margin: auto;
}

h1 span a {
	color: #000 !important;
}

h2 {
	border-bottom: dotted #ccc 1px;
	font-family: 'Noto Sans Japanese', serif;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 20px;
	padding: 10px 0;
}

h2:before {
	background: #3c4859;
	content: "";
	display: inline-block;
	height: 24px;
	margin-right: 5px;
	vertical-align: -5px;
	width: 5px;
}

footer {
	background: #3c4859;
	color: #fff;
	font-size: 0.85em;
	padding: 10px 0;
	text-align: center;
}

#login_wrap {
	background: #f5f5f5;
	padding: 120px 0;
}

#login {
	background: #fff;
	margin: auto;
}

#login h2 {
	border: none;
	font-family: 'Noto Sans Japanese', serif;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

#login h2:before {
	display: none;
}

#login ul {
	margin: 15px 0 25px;
}

#login li {
	border-bottom: solid #ddd 1px;
}

#login li input {
	border: none;
	font-size: 18px;
	height: auto;
	line-height: 3em;
	width: 98%;
	padding: 0 1%;
}

#login li input::-webkit-input-placeholder {
    color: #ccc;
	font-size: 0.9em;
}

#login li input:-ms-input-placeholder {
    color: #ccc;
	font-size: 0.9em;
}

#login li input::-moz-placeholder {
    color: #ccc;
	font-size: 0.9em;
}

#login input[type="submit"] {
	border: none;
	color: #333;
	font-size: 18px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 600;
	line-height: 3em;
	width: 100%;
}

#help {
	font-size: 0.85em;
	margin-top: 20px;
}

#help:before {
	content: url(../images/help.png);
	margin-right: 3px;
	vertical-align: -3px;
}

/* ページ内ログイン */
.open .overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 0;
}

#login_area {
	margin: auto;
}

#login_area p {
    cursor: pointer;
    display: inline-block;
    margin-right: 1em;
    padding: 15px 0;
    position: relative;
	z-index: 98;
}

#login_area span.my_menu {
    background: #666;
    display: none;
    cursor: pointer;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 45px;
    margin-left: -80px;
	padding-top: 5px;
    text-align: center;
    width: 160px;
	z-index: 99;
}

#login_area span.my_menu:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -8px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #666 transparent;
    z-index: 1;
}

#login_area span.my_menu a {
	color: #fff;
	display: block;
	border-bottom: dotted #fff 1px;
	padding: 7px 0;
}

#login_area span.my_menu a:last-child {
	border-bottom: none;
}

.date_list {
	margin-bottom: 5px;
}

.date_list dt {
	background: #fff url(../images/add.png) no-repeat 10px;
	border: solid #bbb 1px;
	cursor: pointer;
	padding: 10px 10px 10px 32px;
}

.date_list dd {
	background: #fafafa;
	border-left: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	display: none;
	font-size: 0.95em;
}

.date_list dd li {
	border-right: solid #ccc 1px;
	border-bottom: dotted #ccc 1px;
}

.date_list dd li:last-child {
	border-bottom: none;
}

nav .date_list:last-child {
	margin-bottom: 0;
}

nav .date_list:first-child dd {
	display: block;
}

.date_list dd a {
	padding: 5px 0 5px 32px;
}

.dl_type_a:before {
	background: #ccc;
	content: "";
	display: block;
	height: 3px;
}

.dl_type_a dt {
	background: #f3f3f3;
	min-height: 50px;
	line-height: 50px;
	float: left;
}

.dl_type_a dd {
	border-bottom: solid #ccc 1px;
	line-height: 50px;
	min-height: 30px;
}

.dl_type_a dd span {
	display: inline-block;
	margin-right: 0.5em;
	text-align: center;
	width: 2em;
}

.dl_type_b {
	border: solid #ccc 1px;
	border-left: none;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.dl_type_b dt {
	background: #f3f3f3;
	border-left: solid #ccc 1px;
}


.dl_type_c {
	border-top: solid #ccc 1px;
	border-left: solid #ccc 1px;
}

.dl_type_c span {
	font-size: 0.8em;
}

.dl_type_c dt,
.dl_type_c dd {
	border-bottom: solid #ccc 1px;
	line-height: 50px;
	height: 50px;
}

.dl_type_c dt {
	background: #f3f3f3;
}

.dl_type_c dd {
	border-right: solid #ccc 1px;
}

.dl_type_d {
	border-bottom: solid #ccc 1px;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.dl_type_d dt,
.dl_type_d dd {
	display: table-cell;
	vertical-align: middle;
}

.dl_type_d dt {
	background: #f3f3f3;
}

.dl_type_d dd {
	border-top: solid #ccc 3px;
	padding-left: 10px;
}

.tbl_type_a {
	border-top: solid #ddd 1px;
	border-left: solid #ddd 1px;
}

.tbl_type_a th {
	background: #f0f0f0;
	border-right: solid #ddd 1px;
	padding: 5px 0;
}

.tbl_type_a td {
	border-bottom: solid #ddd 1px;
	border-right: solid #ddd 1px;
	padding: 5px;
}

.tbl_type_a td:first-child {
	text-align: center;
}

.exc_tbl td:first-child {
	text-align: left;
	width: auto !important;
}

.icon_btn {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.icon_btn img {
	vertical-align: -2px;
}

.sort_area {
	margin-bottom: 15px;
	text-align: right;
}

.log_edit {
	margin: 15px 0;
}

.regist_date {
	border-bottom: double #ddd 3px;
	margin: 20px 0;
	padding-bottom: 10px;
}

.regist_date input {
	margin: 0 5px;
}

.regist_date dt,
.regist_date dd {
	display: inline-block;
}

.regist_date dd {
	margin-right: 1em;
}

.text {
	font-size: 0.9em;
	margin: 10px 0;
}

.all_delete {
	border-top: dashed #000 2px;
	margin-top: 60px;
	padding: 20px 0;
}

p.att:before {
	content: "※";
}

.all_delete .att {
	color: #e60012;
	margin: 10px 0;
}

.clone_list li {
	border-bottom: dotted #666 1px;
	padding: 15px 0;
	position: relative;
}

.clone_list li:last-child {
	border-bottom: none;
}

.clone_list li span {
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
}

.item_list {
	padding: 3px 0;
}

.item_list li label {
	display: inline-block;
	padding: 7px 30px 7px 0;
}

.sp_btn {
	color: #000 !important;
	margin-right: 10px;
}

#pass_change {
	margin: 15px auto;
	padding: 15px;
	width: 400px;
}

#pass_change span {
	display: inline-block;
	width: 190px;
}

#pass_change li {
	background: #fff;
	border: solid #ccc 1px;
	margin-bottom: 5px;
	padding: 10px;
}

#pass_change li:last-child {
	margin: 0;
}

#lost_pass {
	margin: auto;
	width: 800px;
}

#lost_pass dd {
	background: #fff;
}

#read_only input[type="text"],
#read_only select,
#read_only input[type="date"] {
	background: none;
	pointer-events: none;
}

#read_only select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

#search {
	background: #f0f0f0;
	padding: 5px;
}

#search dl {
	background: #fff;
	border: solid #ddd 1px;
	padding: 15px;
}

#search dt {
	color: #000;
	font-size: 0.9em;
	line-height: 30px;
}

#search dd input {
	border: solid #ccc 1px;
}

#search dd select {
	border: solid #ccc 1px;
	height: 24px;
}

.alert_message {
	color: #e60012;
	margin-top: 30px;
	text-align: center;
}

#graph a {
	background: #3c4859;
	color: #fff !important;
	display: block;
	font-size: 1.2em;
    font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
    line-height: 3em;
	margin-top: 10px;
	text-align: center;
}

.graph_data {
	height: 300px;
	margin-bottom: 30px;
	width: 100%;
}

.help_win {
	color: #6994de;
	cursor: pointer;
}

.ui-widget-header {
	background: none !important;
	border: none !important;
	margin-bottom: 20px;
}

.ui-widget-content {
	border-color: #ddd !important;
	color: #666;
	font-size: 0.95em;
}

.ui-widget-content input[type="text"] {
	line-height: 2em;
	width: 85%;
}

.ui-widget-overlay {
	background: #000 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	border: none !important;
	background: #ccc !important;
	font-size: 0.9em;
	font-weight: bold;
}

.ui-dialog .ui-dialog-buttonpane {
	margin-top: 1em !important;
}

.ui-dialog .ui-dialog-buttonpane button:disabled {
	background: #f0f0f0 !important;
	color: #ccc;
	cursor: default;
}

.ui-dialog .ui-dialog-title {
	font-weight: normal !important;
}

.download {
	background: url(../images/edit-document.png) no-repeat left 3px;
	border-bottom: dashed #6994de 1px;
	padding-left: 1.2em;
}
@media (min-width: 768px) {
	.pc_none {
		display: none;
	}

	#login {
		padding: 30px;
		width: 400px;
	}

	h1 {
		font-size: 24px;
	}

	h1 span {
		padding: 20px 0;
		width: 1080px;
	}

	#login_area {
		background: url(../images/human_icon_1.png) no-repeat left 12px;
		padding: 7px 0 7px 50px;
		width: 1030px;
	}
	
	.container {
		margin: auto;
		min-height: 640px;
		padding: 20px 0;
		width: 1080px;
	}

	.contents {
		float: right;
		padding: 0 10px 40px;
		width: 850px;
	}

	nav {
		float: left;
		padding: 5px;
		width: 190px;
	}

	nav > ul {
		background: #fff;
		border: solid #ccc 1px;
	}

	nav > ul > li {
		border-bottom: dotted #ccc 1px;
	}

	nav > ul > li:last-child {
		border-bottom: none;
	}

	nav a {
		color: #666 !important;
		display: block;
	}

	nav a:hover {
		background: #f5f5f5;
	}

	nav > ul > li a {
		padding: 15px 10px;
	}

	.tbl_type_a td:first-child {
		width: 30px;
	}

	.tbl_type_a th.size_1 {
		width: 50px;
	}

	.tbl_type_a td.size_2 {
		width: 80px;
	}

	#search dd {
		margin-right: 1em;
	}

	#search dt,
	#search dd {
		float: left;
	}
	
	#search dt {
		padding: 0 10px;
	}
	
	#search dd input {
		padding-left: 5px;
	}
	
	#sp_menu_wrap {
		display: none;
	}
	
	.dl_type_a dt {
		padding: 0 10px;
		width: 160px;
	}
	
	.dl_type_a dd {
		padding: 0 10px 0 190px;
	}

	.dl_type_d dt {
		padding: 0 10px;
		width: 160px;
	}

	.item_list li {
		display: inline-block;
	}
	
	.w_middle {
		width: 50% !important;
	}

	.dl_type_b dt,
	.dl_type_b dd {
		display: table-cell;
		padding: 10px;
		vertical-align: middle;
	}

	.dl_type_b dt {
		width: 80px;
	}
	
	.dl_type_c dt,
	.dl_type_c dd {
		float: left;
	}

	.dl_type_c dt {
		padding-left: 10px;
		width: 18%;
		width: -webkit-calc(20% - 15px);
		width: calc(20% - 15px);
	}

	.dl_type_c dd {
		padding-left: 10px;
		width: 29%;
		width: -webkit-calc(30% - 11px);
		width: calc(30% - 11px);
	}
}

@media screen and (max-width: 767px) {
	body {
		font-size: 0.9em;
	}
	
	#login {
		margin: auto;
		padding: 3%;
		width: 88%;
	}

	h1 span {
		padding: 3%;
	}
	
	.container {
		margin: 5% auto;
		width: 94%;
	}
	
	#login_area {
		background: url(../images/human_icon_1.png) no-repeat 3% 12px;
		padding: 7px 0 7px 15%;
	}

	table {
		font-size: 0.9em;
	}

	nav {
		display: none;
	}

	#search dt {
		float: left;
		text-align: center;
		width: 20%;
	}

	#search dd {
		float: right;
		width: 80%;
	}
	#search dd input {
		width: 98%;
	}
	
	#sp_menu_wrap {
		text-align: right;
		margin-top: -58px;
	}
	
	#sp_menu_wrap span {
		margin-right: 3%;
	}
	
	#sp_menu_wrap nav a {
		border-bottom: solid #fff 1px;
		padding: 2% 0;
		display: block;
		text-align: center !important;
	}
	
	.dl_type_a dt {
		padding: 0 2%;
		width: 30%;
	}

	.dl_type_a dd {
		padding: 0 10px 0 36%;
	}
	
	.dl_type_d dt {
		padding: 0 2%;
		width: 35%;
	}
	
	.clone_list input {
		margin-bottom: 5px;
	}
	
	.dl_type_b {
		display: flex;
		flex-wrap: wrap;
	}
	
	.dl_type_b dt,
	.dl_type_b dd {
		padding: 2%;
	}

	.dl_type_b dt {
		width: 30%;
	}
	
	.dl_type_b dd {
		width: calc(61% - 7px);
	}
	
	.dl_type_c dt {
		float: left;
		padding: 0 2%;
		width: 24%;
	}
	
	.dl_type_c dd {
		float:right;
		padding: 0 2%;
		width: 66%;
	}
	
	#sp_date_list {
		display: block !important;
	}
	
	.date_list dd li a {
		display: block;
		padding: 2%;
	}

}