﻿/* CSS */

#body_header{
	margin: 0px 0px 0px 0px;
	border: 1px solid #000000;
	width: 100%;
    z-index: 999;
    box-sizing: border-box;
    flex-shrink: 0;         /*20240108 komoda add ヘッダー調整*/
}
#body_header_kanri{
	margin: 0px 0px 0px 0px;
	border: 1px solid #000000;
	width: 100%;
	position: relative;
    z-index: 998;
    box-sizing: border-box;    
}
#body_main{
	width: 99%;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 13px * 2);
}
#main_contents{
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	/*border: 1px solid #eeeeee;*/
    box-sizing: border-box;
    flex-grow: 1;   /*20240108 komoda add ヘッダー調整*/
}

#body_footer{
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	border: 1px solid #000000;
	background: #ffee00;
	font-size: 12px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}

.yohaku01 {
	padding: 0px 0px 0px 0px;
	margin: 0px 50px 0px 0px;
}
.yohaku02 {
	padding: 0px 0px 0px 0px;
	margin: 50px 50px 0px 0px;
}
.yohaku03 {
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px;
}
.yohaku04 {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

.float_right {
	float: right;
	border: 0px solid #b0b0b0;
}

.float_left {
	float: left;
}

.float_left h5 {
	background: #ffcc00;
}


.clear {
	clear: both;
}

.tyuui {
	color:#ff0000;
	font-weight:bold;
}

#header_logo {
	margin: 2px;
	float: left;
	width:190px;
}

.menu {
	float: left;
	background: #421208;
	width: 100%;
	margin-left:0px;
	color: #CCC;
}
.menu a {
	color: #CCC;
}
.menu a:hover {
	color: #edb812;
}

.menu_right {
	background: #ffee00;
	float: right;
	vertical-align:bottom;
	color: #CCC;
}
.menu_right a {
	color: #CCC;
}
.menu_right a:hover {
	color: #edb812;
}

.bottom1 {
	background: #ff99ff;
	vertical-align:bottom;
	height: 50%;
}

.bottom2 {
	/*position: absolute;*/
    position: inherit;  /*20240108 komoda mod ヘッダー調整*/
	bottom: 0;
	right: 0;
	/*background: #ff9999;*/
	text-align:right;
    margin-top: -24px;  /*20240108 komoda add ヘッダー調整*/
    margin-right: 28px;
}

.bottom {
	background: #ff9999;
	vertical-align:bottom;
	float: bottom;
	height: 100%;
}

.setumei_text {
	font-size: small;   /* 20231220 komoda mod 少し大きく */
}

.center {
	text-align:center;
}
.text_blue{
	font-size: large;
	font-weight:bold;
	color:blue;
}
.text_red{
	font-size: large;
	font-weight:bold;
	color:red;
}
.text_large{
	font-size: large;
}
.text_xlarge{
	font-size: x-large;
}

.yakusyoku_del_bottun {
	margin: 30px 0px 0px 0px;

}

.small {
	font-size: small;
}

.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-left {
	text-align:left;
}
.text-middle {
	vertical-align:middle;
}

/* 権限 */
.tokusyu_kengen {
	font-size: x-small;
}


/* 背景色 */
/* 契約 */
.hassei_jyoutai1 {
	background-color:#0FF;
}
/* 他決 */
.hassei_jyoutai2 {
	background-color:#999;
}
/* 無効 */
.hassei_jyoutai3 {
	background-color:#A66;
}
/* DM拒否 */
.hassei_jyoutai4 {
	background-color:#CCC;	
}
/* 媒介 */
.hassei_jyoutai5 {
	background-color:#6F6;
}

/* 行動項目変更時 */
.change_koudou {
	background-color:#6F6;
}

/* 保険課用 現金 */
.h_siharai1 {
	background-color:#FCE;
}
/* 保険課用 会社（東海） */
.h_kaisya1 {
	background-color:#FFA;
}
/* 保険課用 会社（三井住友） */
.h_kaisya2 {
	background-color:#AF5;
}
/* 保険課用 会社（あいおい） */
.h_kaisya3 {
	background-color:#ADF;
}
/* 保険課用 会社（損保ジャパン） */
.h_kaisya4 {
	background-color:#FC9;
}


table{
	border-collapse: collapse;
}
th{
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #000;
	background-color: #efe;
	border: 1px solid #000;
}
.syozoku1{
	background-color: #8f8;
}
.syozoku2{
	background-color: #afa;
}
.syozoku3{
	background-color: #cfc;
}
.syozoku4{
	background-color: #efe;
}
.white{
	background-color: #fff;
}

td{
	padding: 6px;
	border: 1px solid #000;
	color: #000;
}
.nowrap {
	white-space: nowrap;
}

th.title{
	border-right: 1px solid #ffffff;
	border-left: 1px solid #000000;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	width: 100%;
}

form {
	display: inline;
}

/* タラレバ用テーブル */
.tarareba_story{
	border-collapse: collapse;
}
.tarareba_story th{
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.tarareba_story td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

.tarareba_td {
	text-align: left;
	vertical-align: top;
}

/* タラレバ印刷用 */
.tarareba_cont {
	margin-bottom: 30px;
	page-break-inside: avoid;
}

.print_table0{
	border-collapse: collapse;
	width: 100%;
}
.print_table0 th{
	padding: 2px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #efe;
	border: 1px solid #000;
	font-size: 8px;
}
.print_table0 td{
	padding: 2px;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 8px;
	text-align: left;
	vertical-align: top;
}

.print_title {
	font-size: 12px;
}

.print_h2{
	padding: 2px;
	font-size: 14px;
}

.print5 table{
	width: 100px;
}

.print1{
	width: 10%;
}
.print2{
	width: 60%;
}
.print3{
	width: 30%;
}
.print4{
	width: 50%;
}


/* 印刷プレビュー */  
@media screen {
}
@media print {
	#body_header {
		display: none;
	}
	#body_header_kanri {
		display: none;
	}
	#body_footer {
		display: none;
	}
	.no_print {
		display: none;
	}
}
@page {
  size: A3;
  margin: 10mm;
  size: auto!important;
}


/* 行動項目 */

.view_table {
	/*font-size: small;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}
.view_table th {
	text-align: center;
}
.koudou_table {
	font-size: small;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;

}
.koudou_table th {
	font-weight:normal;
}

.koudou_item_div {
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px;
}

/* カレンダー用CSS */
.calendar_days {
	width:70px;
	height:50px;
	vertical-align: top;
}
.holiday {
	text-align:center;
	font-size: x-small;
	background-color: transparent;
}
.calendar_no_mon {
	background-color: #cccccc;
}
.calendar_holiday {
	background-color: #ffeeee;
}
.calendar_sunday {
	background-color: #ffeeee;
}
.calendar_saturday {
	background-color: #eeeeff;
}
.calendar_content {
	text-align:center;
	background-color: transparent;
}
.calendar_nouhinbi {
	background-color: #ff99ff;
}
.calendar_zansu {
	background-color: #99ffcc;
}

/* 出勤簿のチェックをしてないデータ */
.no_check1 {
	background-color: #6666cc;
}
/* 出勤か退勤をしていないデータ */
.no_check2 {
	background-color: #cc0000;
}
/* 勤務が長過ぎるデータ1 */
.no_check3 {
	background-color: #00cc00;
}
/* 勤務が長過ぎるデータ2 */
.no_check4 {
	background-color: #cc6666;
}
/* 申告のデータ */
.no_check5 {
	background-color: #ffcccc;
}
/* 出勤定時外データ */
.no_check6 {
	background-color: #ffaa66;
}
/* 出勤データが無い場合 */
.no_check7 {
	background-color: #eeffcc;
}


/* 出勤簿 */
.syukkin_botton {
	width:200px;
	height:100px;
	padding: 15px 40px;
	font-size: 1.2em;
}

.jikoku {
	text-align:right;

}

/* 契約買付 */
th.kenchiku {
	background-color: #fcb;
}
td.kenchiku {
	background-color: #fed;
}

.hen_color {
	background-color: #FF9;
}

/* 20231213 komoda add 下に出る変な四角を消す（datepickerの影響） */
.ui-widget-content {
    border: 0;
    background: #ffffff;    
}
/* 20231213 komoda add アコーディオンパネル */
#panel {
  /*width: 500px;*/
} 
#panel > dt {
  border-bottom: solid 1px white;
  background-color: #edb812;
  color: #421208;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
} 
#panel > dd {
  border: solid 1px Silver;
  margin: 0px;
  padding: 10px;
}

/* 20231215 komoda add table横並び（左のdivタグにつける） */
div.yokonarabi{
    display: flex;
    align-items: flex-start;
}
div.yokomigi{margin-left: 15px;}

/* 20231215 komoda add 顧客一覧の検索フォーム */
.flex{display: flex;}
/* .flex table{margin-left: 15px;} */

/* 20231215 komoda add datepicker年月リストの幅 */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {width: 35%;}

/* 20231218 komoda add 必須ラベル */
.required{color:red;}

/* 20231220 komoda add 幅固定 */
.w_middle{width: 230px;}
.w_small{width: 150px;}

/* 20231221 komoda add 枠装飾 */
.waku{
    display:inline-block;
    /*margin: 10px;*/
    padding: 10px; 
    margin-bottom: 10px; 
    border: 1px dotted #333; 
    background-color: #eeffee; 
    color: #222;
    border-radius: 10px;    
}
p.narrow{line-height: 0.5;}
div.family{/*padding: 10px;*/}

/* 20240110 komoda add ボタン */
input[type="submit"] {margin: 10px 0;}

/* 20240110 komoda add 花リストページ st */
input.fl_export{
    position: relative;
    top: -58px;
    right: -112px;
}
/* CSVダウンロード（疑似）ボタン */
a.button_link{  
    position: relative;
    top: 15px;    
    display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 130px;
	padding: 0.5rem 1rem;
	border: 1px solid #222;
    background-color: #efe;
    color: #222;
	transition: 0.5s;    
}
a.button_link:hover {
    color: #000;
    background-color: #cdc;	
}
h2.list_title{
    position: relative;
    top: -44px;
    left: 180px;
}
table.fl_list{
    width: 2300px;
    table-layout: auto;
    /*margin-top: -50px;*/
    overflow-x: scroll;
}
table.fl_list th{white-space: nowrap;}
th.w200{width: 200px;}
table.fl_list td{
    padding: 0 5px;
    word-break: break-all;
}
/* 20240110 komoda add 花リストページ ed */

/* 20240110 komoda add 顧客修正ページのGM・RMアイコン  */
.gm_icon {
    /*position: relative;*/
    /*display: flex;*/
    box-sizing: border-box;
    justify-content: space-around;
    align-items: center;
    margin: 10px 0 0 15px;
    max-width: 20px;
    padding: 0 10px;
    color: #FFF;
    transition: 0.2s ease-in-out;
    font-weight: 600;
    background: #FF7F00;
    /*filter: drop-shadow(0px 2px 2px #ccc);*/
    border-radius: 5px;
}
.rm_icon {
    /*position: relative;*/
    /*display: flex;*/
    box-sizing: border-box;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto;
    max-width: 20px;
    padding: 0 10px;
    color: #FFF;
    transition: 0.2s ease-in-out;
    font-weight: 600;
    background: #FF7F00;
    /*filter: drop-shadow(0px 2px 2px #ccc);*/
    border-radius: 5px;
}

label.reason {
    position: relative;
    padding-right: 14px;
    top: -10px;
}
/*チェックボックス*/
label{
    padding-right: 10px;
    white-space: nowrap;
}

/*20240207 komoda add 顧客一覧の行高さ調整*/
input.list{margin:0;}

/*20240209 komoda add 一覧のページング表示位置調整*/
.terms_word{
    color: #651900;
    font-weight: bold;
}
.terms_word_fl{
    margin-top: -15px;
    color: #651900;
    font-weight: bold;
}

/*20240220 komoda add 顧客詳細からのボタン*/
.buttons{
    display: flex;
    margin-bottom: 10px;
}
.heiretsu{
    padding-right: 5px;
}

/*20240220 komoda add 削除データ色付け*/
.del_cs{background-color: #999999;}

/*20240226 komoda add 二重table*/
.w_soto{
    border-collapse: collapse;
    padding: 0;
    border: 0;    
}
.w_naka{
    border-collapse: collapse;
    width: 100%;
}

/*20240409 komoda add 顧客マージ*/
table.merge{
    width:90%;
    border:1px;
}
th.m_col{
    width:20%;
}
td.m_val{
    width:40%
}
table.merge_f{
    width:600px;
    border:1px;
}

.sticky_row {
  position: sticky;
  left:1px;
  border: 1px solid #000;
}
.sticky_col {
  position: sticky;
  top:1px;
  border: 1px solid #000;
}
.tategaki {
  writing-mode: vertical-rl;
}

.honbun{
    width:99%;
    height:410px;
    border-color: #cccccc;
}

/*20241212 komoda add スピナー追加*/
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 0.7;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .txt {
  font-size: 45px;
  font-weight: bold;
　color: #ddccdd;
}
