@charset "UTF-8";
/**
 * システム共通（ＣＳＳ）
 */

/* 共通 */
html,body,tr {
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 9pt;
	-webkit-font-smoothing: none;
	height:100%;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
} body {
	background-image: url(../img/white-back.png);
	background-repeat: repeat-y;
} #base {
	width: 1920px;
	background-color: #FFFFFF;
	border: 0px solid;
	border-color: #CCCCCC;
/* 表 */
} .list {
	border-collapse: collapse;
	border: 1px solid #FFF;
} .list td {
	padding: 2px;
	line-height: 17px;
	border: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #FFF;
	border-bottom-color: #5F8E30;
} .list_label {
	background-color: #73B52D;
/*	background-color: #73B52D; */
	text-align: center;
	border: 1px solid #5F8E30;
	color: #FFF;
} .data_label {
	background-color: #EEE;
	text-align: center;
	color: #000;
} .list_data {
	text-align: center;
	background-color: #FFF;
} .list .top_row {
	border-top-width: 1px;
} .list .even_row {
	background-color: #f7f5f1;
} .list .r_dot {
	border-right-style: dotted;
	border-right-color: #5F8E30;
} .list .b_dot {
	border-bottom-style: dotted;
	border-bottom-color: #5F8E30;
} .list .r_solid {
	border-right-style: solid;
	border-right-color: #5F8E30;
/* 入力項目 */
} .input_label {
	border-radius: 2px;
	border: 0px solid #BBB;
	text-align: center;
	line-height: 24px;
	float: left;
	/* margin-top: 3px; */
} .input_label_yoyaku {
	border: 1px solid #AAA;
	text-align: center;
	line-height: 20px;
	float: left;
	/* margin-top: 3px; */
	background-color: #bed69e;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F5F6F7,endColorStr=#d3f7f4); /* IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F6F7', endColorstr='#d3f7f4', GradientType=0)"; /* IE8- */
	background: linear-gradient(to bottom, #F5F6F7, #d3f7f4); IE10 */
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F6F7), to(#d3f7f4)); /* Chrome */
	border-radius: 2px;
} .input_label_white {
	text-align: center;
	line-height: 20px;
	float: left;
	background-color: #FFF;
	border: 1px solid #FFF;
	margin-top: 3px;
	border-radius: 2px;
} .input_cel {
	float: left;
} .input_text {
	padding: 1px;
	line-height: 18px;
	margin: 0px;
	font-size: 10pt;
	border:1px solid #DDD;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	padding-left: 5px;
} .input_combo {
	padding: 0px;
	height: 22px;
	margin: 0px;
	font-size: 10pt;
	border:1px solid #DDD;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
/* システムロゴ */
} #system_logo {
	font-size: 18pt;
	background-color: #FFF;
	color: #222;
/*	color: #07538f; */
	margin-top: 1px;
	border:1px solid #5F8E30;
	border-radius:3px;
/* メニューバー */
} #menu_bar {
	width: 1024px;
	height: 33px;
	color: #000;
	background-color: #EEE;
	border:solid 0px;
} #mb_gamen {
	height: 31px;
	line-height: 31px;
	color: #FFF;
	background-color: #333;
	font-size: 11pt;
	border-radius:20px;
	border: solid 0px #fff;
} #mb_name {
	padding: 5px 10px;
	width: 335px;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
} #mb_time {
	font-weight: bold;
} #mb_manual_bt {
	width: 80px;
	line-height: 20px;
	border-radius: 2px;
	text-decoration: underline;
} #mb_logout_bt {
	width: 80px;
	line-height: 20px;
	border-radius: 2px;
	text-decoration: underline;
} #menu_bar_800 {
	width: 800px;
	height: 33px;
	color: #000;
	background-color: #EEE;
	border: solid 0px;
} #menu_bar_800 #mb_name {
	padding: 5px 10px;
	width: 170px;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
/* ボタン */
} .button {
	text-align: center;
} .button a {
	margin: 0px;
	float:left;
	border:0px solid #222;
	background-color: #e5dfd3;
	text-decoration: none;
	color: #222;
	padding: 0px;
	transition: background-color .5s linear 0;
	-webkit-transition: all .5s;
} .button a:hover{
	cursor:pointer;
	border:0px solid #BBB;
	color: #FFF;
	background-color: #222;
} .button a.active{
	border:1px solid #bbb;
	background-color: #f3c47c;
	font-weight: bold;
	color: #000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#f3c47c); /* IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3c47c', GradientType=0)"; /* IE8- */
	background: linear-gradient(to bottom, #ffffff, #f3c47c); /* IE10 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3c47c)); /* Chrome */
/* テキストボタン */
} a.text_bt {
	color: black;
	font-size: 12px;
	padding: 6px;
	position: relative;
	z-index: 2;
} a.text_bt:hover {
	color: #fff;
} a.text_bt::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	transition: all .2s;
	-webkit-transition: all .2s;
	top: -100%;
	left: 0%;
	width: 100%;
	height: 100%;
} a.text_bt:hover::after {
	top: 0;
	left: 0;
	background-color: #333;
} .underline {
	text-decoration: underline;
/* 共通ボタンスタイル */
} .daychange_bt {
	width: 20px;
	height: 26px;
	line-height: 26px;
	background-color: #CCC;
	text-align: center;
	float: left;
	cursor:pointer;
} .daychange_bt:hover {
	background-color: #FF9F3F;
} .search_bt {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 10px;
} .function_bt {
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 3px;
/* TOPボタン */
} #top_bt {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	font-size: 18pt;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-color: #8bc34a;
	position: fixed;
	bottom: -60px;
	left: 960px;
	cursor:pointer;
	transition: .3s;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
} #top_bt:hover {
	background-color: #668E36;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
/* POPUPウィンドウ */
} .popup_area {
	clear :both;
	float: left;
	padding: 10px;
	background-color: #FFF;
	border:solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 3px 2px 2px #666;
	z-index:50;
	display:none;
	/* display:none; */
} .popup_close_bt {
	cursor: pointer;
	top: 5px;
	right: 5px;
	width: 20px;
	line-height: 20px;
	position: absolute;
	float:left;
	background-color: #CCC;
	border: 0px solid #FFF;
	color: #000;
	font-size: 12pt;
	border-radius: 50px;
	text-align:center;
} .popup_close_bt:hover {
	background-color: #FF9F3F;
/* フローティングヘッダ */
} #floating_header {
	width: 1920px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
/* テンキー */
/*																														/* 20250421 テンキー入力対応 */
} #ten_key_area {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index:99;
} #ten_key_area .ten_key {
	background-color: #BBB;
	color: #000;
	font-size: 24px;
	cursor: pointer;
	text-align: center;
	border:1px solid #FFF;
	border-radius: 20px;
} #ten_key_area .func {
	font-size: 20px;
} #ten_key_area .ten_key.active {
	background-color: #FF9F3F;
	color: #000;
	font-weight: bold;
} #ten_key_info {
	display: none;
} .edit {
	background-color: #FF9F3F;
*/																														/* 20250421 テンキー入力対応　↓↓↓ */
} #ten_key_area {
	position: absolute;
	display: none;
	z-index: 99;
} #ten_key_area .ten_key {
	border: 1px solid #007FB1;
	border-radius: 0px;
	color: #007FB1;
	font-size: 28px;
	text-align: center;
	font-family: "Century Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 16px rgba(255,255,255,0.3);
	background: rgba(255,255,255,0.5);
	cursor: pointer;
} #ten_key_area .ten_key.date_input {
	border: 1px solid #FF6347;
	color: #FF6347;
	background: rgba(255,255,255,0.8);
} #ten_key_area .ten_key_box {
	width: 66px;
} #ten_key_area .func {
	font-size: 20px;
} #ten_key_area .ten_key.active {
	font-weight: bold;
	text-shadow: -1px -1px 1px #666;
} #ten_key_info {
	display: none;
} .tenkey_input {
	cursor: pointer;
} .tenkey_input.link {
	background-color: #F3C008;																							/* 20250421 テンキー入力対応　↑↑↑ */
/* 文字スタイル */
} .num {
	text-align: right;
	font-size: 11pt;
} .char {
	text-align: left;
} .bold {
	font-weight: bold;
/* 行揃え */
} .center {
	text-align: center;
} .right {
	text-align: right;
} .left {
	text-align: left;
/* 文字幅 */
} .width25 {
	width: 25px;
} .width50 {
	width: 50px;
} .width75 {
	width: 75px;
} .width100 {
	width: 100px;
} .width150 {
	width: 150px;
} .width200 {
	width: 200px;
} .width250 {
	width: 250px;
} .width300 {
	width: 300px;
} .width350 {
	width: 350px;
} .width400 {
	width: 400px;
/* 背景色 */
} .green {
	background-color: #e9fcce;
} .yellow {
	background-color: #fcf8ce;
} .orange {
	background-color: #f4e7a3;
} .pink {
	background-color: #f7dfd3;
} .blue {
	background-color: #B2F4F4;
} .purple {
	background-color:#f4ddff;
} .brown {
	background-color:#dfc291;
} .cyan {
	background-color:#52c4c5;
} .gray {
	background-color:#dddddd;
} .red {
	background-color:#ffcccc;
} .sum {
	background-color:#FFCCCC;
} .day {
	background-color: #EEE;
	text-align: center;
} .sat {
	background-color: #ccccff;
	text-align: center;
} .sun {
	background-color: #FFCCCC;
	text-align: center;
} .syuku {
	background-color: #FFFFCC;
	text-align: center;
} .tenkyu {
	background-color: #FFCC99;
	text-align: center;
} .ok {
	background-color: #C9F7F7;
	font-size: 12pt;
	font-weight: bold;
} .warn {
	background-color: #fcf8ce;
	font-size: 12pt;
	font-weight: bold;
} #manual_layer {
	display: none;
	min-width: 300px;					/* 2015.12.25 マニュアル表示の変更↓ */
	min-height: 200px;
	position: absolute;
	overflow-v: hidden;
	z-index: 1000;
	clear :both;
	border-radius:10px;
	border:#999 solid 2px;
	background:#FFF;
	padding:10px;
	box-shadow:1px 1px 2px #CCC;
	text-align:center;
	cursor:move;
} #manual_layer h3 {
	margin: 0px;
} #manual_img {
	margin-top: 5px;
	width: 100%;
	height: 90%;
	cursor: default;					/* 2015.12.25 マニュアル表示の変更↑ */
}
