@charset "utf-8";

body{
	margin-top:0px;
	background-color:#e6e6fa;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif!important;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

#container{
	width:98%;
	overflow:hidden;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#ffffff;
	background-position:center;
}

#header{
	width:100%;
	height:82px;
	text-align:left;
	/*background-image:url("./images/banner.gif"); */
	background-position:center;
	background-repeat:no-repeat;
	padding-top:0;
	padding-left:0;
	overflow: hidden;
	background-color:#ff;
	
	border-radius: 5px;				/* CSS3 */
	-webkit-border-radius: 5px;		/* for Safari,Google Chrome */
	-moz-border-radius: 5px;		/* for Firefox */
}
#logobox{
	position: absolute;
	height:82px;
	width: 90%;
	padding-left: 10px;
}
#headlogo{
	position: absolute;
	background-image: url(./toplogo.gif);
	background-repeat: no-repeat;
	width:78px;
	height:82px;
}
#headbody{
	position: absolute;
/*
	background-image: url(./header.gif);
	background-repeat: no-repeat;
*/
	height:82px;
	width:100%;
	float:left;
	position:relative;
}
#headbody #headtext{
	position: absolute;
	padding: 12px 0 2px 85px;
	line-height:1.2em;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px #ddd;
}
#headbody #headTitle{
	position: absolute;
	width:300px;
	padding: 25px 0 0 230px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px #ddd;
}


#contents{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-position:center;
	overflow:hidden;
	position:relative;
	background-color:#ffffff;
	min-height:270px;
}

#footer{
	width:100%;
	height:50px;
	float : left;
	font-size:12px;
	text-align:center;
	color:#777777;
	background-color:#ffffff;
	margin-top:15px;
}

#headerline{
	width:100%;
	height:4px;
	background-color:#3322aa;
	overflow:hidden;
}
#subline{
	width:100%;
	height:3px;
	background-color:#5544aa;
	overflow:hidden;
}
#loginBox{
	display:block;
	width:480px;
	margin:25px auto 0px auto;
}
#loginBox table{
	border-collapse:collapse;
	/*border:2px solid #4433cc;*/
	width:100%;
}
#loginBox th{
	color:#ffffff;
	text-shadow: 0 1px 1px #aaa;
	background-color:#5577ee;
	text-align:left;
	border: 1px solid #3322aa;
	padding:10px 0px 10px 15px;
	width:210px;
}
#loginBox td{
	font-size:14px;
	color: #555;
	text-align:left;
	padding:10px 10px 10px 15px;
	width:250px;
}
#loginBox .loginTd{
	border: 1px solid #3322aa!important;
}
#loginBox .codeTh{
	background-color:#35b2d5!important;
}
#loginBox .codeTd{
	border: 1px solid #35b2d5!important;
}
#loginBox .resetTh{
	background-color:#f88!important;
	border: 1px solid #f77!important;
}
#loginBox .resetTd{
	border: 1px solid #f22!important;
}
#loginBox td input[type="text"], #loginBox td input[type="password"]{
	font-size:16px;
	padding:5px 5px;
	width:250px;
	background-color:#fff;
	ime-mode:inactive;
}
#loginBtn{
	text-align:center;
	font-size:19px!important;
	letter-spacing:2px;
	width:400px;
	margin-top: 25px;
	margin-left: 7px;
	padding: 7px 0 5px 2px!important;
}
#resetBtn{
	text-align:center;
	font-size:19px!important;
	letter-spacing:2px;
	width:400px;
	margin-top: 25px;
	margin-left: 7px;
	padding: 7px 0 5px 2px!important;
}
#errmsg{
	color:#ff0000;
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
}
#backlnk{
	font-size:25px;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
#linkBox{
	text-align:center;
	margin-top:35px;
}

#userbox{
}
#userinfo{
	color: #44d;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ddd;
	padding: 5px 15px;
	
	float: left;
}

#userbox #logoutBtn{
	color:#fff;
	font-size:17px;
	font-weight:bold;
	letter-spacing: 5px;
	width: auto;
	text-align: center;
	margin:5px 10px 5px 5px;
	
	height: auto;
	padding: 2px 5px 2px 10px;
	/*padding: 3px 5px 3px 15px;*/
	
	background: linear-gradient(to bottom, #35b2d5, #2b91ac);
	background: linear-gradient(to bottom, #3375d5, #5577dd);
	
	border: solid 1px #5575d5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 5px 5px 5px #dddddd;
	-webkit-box-shadow: 5px 5px 5px #dddddd;
	-moz-box-shadow: 5px 5px 5px #dddddd;
	
	text-decoration: none;
	
	float: right;
}
#userbox #logoutBtn:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#userbox #logoutBtn:active{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#userbox #userid{
	font-size:14px;
	width:275px;
	margin-top:5px;
	padding: 3px;
}
#showBtn{
	font-size:15px;
	letter-spacing: 2px;
	padding: 2px 5px 1px 7px;
	margin-left:5px;
}
#clearBtn{
	font-size:15px;
	letter-spacing: 2px;
	padding: 2px 5px 1px 7px;
	margin-left:5px;
}
.jsSearchInputSelector li{
	line-height: 17px!important;
}

#mainBox{
	width:98%;
	
}

#stateBox #srcBox{
	margin-bottom: 3px;
	white-space:nowrap;
}
#stateBox select{
	font-size:17px;
	padding: 3px 2px;
	margin:0 3px 0 3px;
}
#stateBox #prevbtn{
	font-size:15px;
	letter-spacing: 2px;
	padding: 2px 5px 1px 7px;
}
#stateBox #nextbtn{
	font-size:15px;
	letter-spacing: 2px;
	padding: 2px 5px 1px 7px;
}

/* 2020.10 ADD */
#stateBox #pdfbtn{
	font-size:15px;
	letter-spacing: 2px;
	padding: 2px 5px 1px 7px;
	padding: 5px 7px 5px 9px;
/*	2025/.08 EDIT
	margin-left:120px;
*/
	margin-left:85px;
}
#pdfForm{
	display:none;
}

#stateBox .ui-tabs-panel{
	/*padding:0!important;*/
	background-color:#fefefe!important;
	padding:2px 2px 25px 2px!important;
	margin-bottom: 2px!important;
}
#stateBox .ui-widget-header {
	background:transparent;
	border:none;
	padding:0!important;
}
#stateBox .ui-tabs-nav{
	font-weight:bold;
	font-size: 20px;
	height:1.65em;
	border:solid 1px #e5e5e5;
	padding-top: 5px;
	letter-spacing: 2px;
}
#stateBox .ui-state-default a{
	color: #ccc;
	font-size:0.9em;
	height:1.5em;
	padding:2px 10px 0 10px;
}
#stateBox .ui-state-default a{
	padding:2px 20px 0 20px;
}
#stateBox .ui-state-active{
	border: 1px solid #2b91ac!important;
}
#stateBox .ui-state-active a{
	color: #fff;
	border: solid 1px #35b2d5;
	background: linear-gradient(to bottom, #35b2d5, #2b91ac);
	height:1.5em;
	padding:2px 20px 0 20px;
	text-shadow: 0 1px 1px #cccccc;
}
#stateBox .ui-state-hover{
}
#stateBox .ui-tabs-selected{
	border: solid 1px #ccc!important;
}

#mask{
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:200;
	background-color:#000000;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	width:100%;
	height:100%;
}

#loader{
	display: none;
	position: fixed;
	z-index: 400;
	
	top: 35%;;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#loaderWrap{
	display: table;
	width: 220px;
	height: 100px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	background-color: #555;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	background-color:#aaa;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
}
#loaderMsg{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}


#stateBox table{
	clear:both;
	margin: 2px;
	border-collapse:collapse;
}
#stateBox th{
	font-size: 15px;
	color:#5555cc;
	background-color:#eeffee;
	border:solid 1px #999;
	padding:5px 6px 5px 6px;
	text-align:center;
	text-shadow: 0 1px 1px #cccccc;
}
#stateBox .timeTbl td{
	font-size: 15px;
	text-align:center;
	border:solid 1px #999;
	padding:5px 6px 5px 6px;
	background-color:#fff;
}
#stateBox .timeTbl .exMon td{
	background-color: #ddd;
}
#stateBox .timeTbl .exMon td{
	background-image: linear-gradient(
		-45deg,
		#fff 25%,
		#ccc 25%, #ccc 50%,
		#fff 50%, #fff 75%,
		#ccc 75%, #ccc
	);
	background-size: 8px 8px;
}
#stateBox .timeTbl .Hol td{
	background-color: #ffe7e7;
}
#stateBox .timeTbl .subTl{
	border: solid 3px #99f;
}
#stateBox .timeTbl .subTl td{
	font-weight: bold;
}

#registerBox{
	width:420px;
	margin:5px auto 0px auto;
}
#registerBox table{
	clear:both;
	margin: 5px;
	border-collapse:collapse;
	width:100%;
}
#registerBox td{
	font-size:14px;
	color: #555;
	text-align:left;
	/*border: 1px solid #3322aa;*/
	padding:5px 10px 5px 15px;
	width:450px;
}
#registerBox td input[type="text"], #registerBox td input[type="password"]{
	font-size:16px;
	padding:3px 5px;
	width:400px;
	background-color:#fff;
	ime-mode:inactive;
}
#registerBox #msg_ename{
	color:#33f;
	font-size:15px;
}
#registerBox #memo{
	color:#33f;
	font-size:13px;
}
#regBtn{
	text-align:center;
	font-size:19px!important;
	letter-spacing:25px;
	width:400px;
	margin-top: 25px;
	margin-left: 7px;
	padding: 7px 0px 5px 0px!important;
}
#resetMsg{
	color:#f55;
	font-size:16px;
	margin-bottom:10px;
}

.emsg{
	display:none;
	padding:5px;
	color:#f11;
}
#codeEmsg{
	color:#f11;
	text-align:center;
}

/*	2025.08 ADD	*/
/*--------------------------------*/
label.checkbox input[type="checkbox"]{
	display:none;
	margin:2px;
}
label.checkbox{
	font-size:16px!important;
	letter-spacing:1px!important;
	text-align:left!important;
	width:100%;
	max-width:740px;
	min-width:100px;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 7px 10px 7px 40px;
	border:solid 2px #d2d2d2;
	border-radius: 8px;
	background-color: #f7f7f7;
	vertical-align: middle;
	cursor: pointer;
}
label.checkbox:hover{
	background-color:#efffff;
	border:solid 2px #17B794;
}
label.indirect{
	color:#777!important;
	font-weight:normal!important;
	cursor: default;
	margin-bottom:1.5em;
	padding: 5px 10px 7px 40px;
}
label.indirect:hover{
	background-color:#f7f7f7;
	border:solid 2px #d2d2d2;
}
div label.indirect:has(input[type="checkbox"]:checked){
	/*font-weight:bold!important;*/
	color:#111!important;
	background-color:#ddffddimportant;
	border:solid 2px #17B794important;
}
label.checkbox:has(input[type="checkbox"]:checked){
	/*font-weight:bold!important;*/
	color:#111!important;
	background-color:#ddffdd;
	border:solid 2px #17B794;
}
label.checkbox:after{
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 8px;
	left: 12px;
	display: block;

	width: 17px;
	height: 17px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}
label.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	z-index:100;
	content: '';
	opacity: 0;
	
	box-sizing: border-box;
	width: 20px;
	height: 12px;
	margin-top: -9px;
	top: 17px;
	left: 13px;
	transform: rotate(-45deg);
	border-bottom: 5px solid;
	border-left: 5px solid;
	border-color:  #267df0;
	/*border-color:  #0077db;*/
}
label.checkbox:has(input[type="checkbox"]:checked):before{
	opacity: 1;
}
label.checkbox span{
	user-select:none;
}


div.checkbox{
	font-size:16px!important;
	letter-spacing:1px!important;
	text-align:left!important;
	position: relative;
	display: inline-block;
	padding: 5px 10px 7px 37px;
	margin-left:-0.7em;
	vertical-align: middle;
}
div.checkbox:after{
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 8px;
	left: 12px;
	display: block;

	width: 17px;
	height: 17px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}
div.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	z-index:100;
	content: '';
	opacity: 0;
	
	box-sizing: border-box;
	width: 20px;
	height: 12px;
	margin-top: -9px;
	top: 17px;
	left: 13px;
	transform: rotate(-45deg);
	border-bottom: 5px solid;
	border-left: 5px solid;
	border-color:  #267df0;
	/*border-color:  #0077db;*/
}
div.checkbox.checked:before{
	opacity: 1;
}
div.checkbox span{
	user-select:none;
}


.CloseBtn{
	position:fixed;
	z-index:99999;
	top:15px;
	right: 20px;
	border:solid 1px #777;
	border-radius:5px;
	font-size:22px;
	font-weight:bold;
	padding:4px 10px;
	color:#fff;
	background-color:#777;
	opacity:0.5;
}
.CloseBtn:hover{
	opacity:1;
}
.CloseBtn:active{
	opacity:0.8;
}

.ClosePopupBtn{
	cursor: pointer;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	letter-spacing: 5px;
	width: 100%;
	max-width:740px;
	text-align: center;
	
	height: auto;
	margin-top: 1em;
	padding: 7px;
	/*padding: 3px 5px 3px 15px;*/
	
	background: linear-gradient(to bottom, #aaa, #555);
	
	border: solid 1px #aaa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 5px 5px 5px #dddddd;
	-webkit-box-shadow: 5px 5px 5px #dddddd;
	-moz-box-shadow: 5px 5px 5px #dddddd;
	
	text-decoration: none;
}
.ClosePopupBtn:hover{
	opacity:0.8;
}
.ClosePopupBtn:active{
	opacity:1;
}

#contractBox{
	padding: 0.5em 1em 1.5em 0.75em;
	background-color:#fff;
}
#contractBox p{
	clear:both;
	max-width:740px;
	font-size:15px;
	line-height: 1.75em;
}
#contractBox p.att{
	color:#f22;
	margin-bottom:0.5em;
}

#contractBox #cont_pdfbtn{
	font-size:15px;
	letter-spacing: 2px;
	padding: 5px 10px 5px 12px;
	margin-top:0.5em;
}
.pdfbtn{
	color:#fff;
	background: linear-gradient(to bottom, #f44, #f55);
	
	border: solid 1px #f33;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #dddddd;
}
.pdfbtn:hover{
	opacity:0.8;
}
.pdfbtn:active{
	opacity:1;
}

#PopupBox_Commitment ol{
	padding-left:2.75em;
}
#PopupBox_Commitment ol li{
	list-style-type: decimal;
	padding-bottom:0.5em;
	padding-right:0.5em;
}
#PopupBox_Commitment ol ul{
	list-style-type: none;
	padding-top:0.5em;
	margin-left:-0.5em;
}
#PopupBox_Commitment ol ul li{
	list-style-type: none;
	text-indent:-1.25em;
}

.Commitment_Caption{
	font-weight:bold;
	font-size: 15px;
	color:#5555cc;
	background-color:#eeffee;
	border:solid 1px #999;
	padding:0.5em 1em;
	text-align:left;
	text-shadow: 0 1px 1px #cccccc;
}

.Commitment_End{
	margin-right: 1em;
	margin-bottom: 1em;
	float:right;
}

#PopupBox_Content,
#PopupBox_Commitment{
	display:none;
}
.ContentBox{
	z-index:9999;
	position:fixed;
	width: 95%;
	/*max-width:700px;*/
	height:95%;
	top:10px;
	left:10px;
	padding:10px 7px;
	background-color:#fff;
	border-radius: 3px;
	overflow-y:scroll;
}
.ChkContentBox{
	margin-top: 2em;
}

.cont_content_cond{
	font-size:0.9em;
	max-width:700px;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.cont_content_cond span{
	float:right;
	padding-right:1em;
}

.cont_content{
	font-size:0.9em;
	max-width:700px;
	padding:10px 18px 10px 14px;
	margin-bottom:2em;
	/*border:solid 1px #ccc;*/
	border-radius: 3px;
}
.cont_content table{
	border-collapse:collapse;
	width:100%;
	max-width:720px;
	margin-bottom:1em;
}
.ContentBox table th{
	font-size: 15px;
	color:#5555cc;
	background-color:#eeffee;
	text-align:left;
	line-height: 1.75em;
	border: solid 1px #aaa; 
	padding:7px 15px;
}
.ContentBox table td{
	line-height: 1.75em;
	border: solid 1px #aaa; 
	padding:7px;
}
.ContentBox table td ul{
	margin:0;
	padding: 0.25em;
}
.ContentBox table td li{
	list-style-type: none;
	padding-bottom:0.5em;
}
.ContentBox table td li ul{
	padding-left: 3.5em;
}
.ContentBox table td li li{
	list-style-type: disc;
	padding-bottom:0;
}

.ContentBox table td ol{
	margin:0;
	padding: 0.25em 0.25em 0.25em 2em;
}
.ContentBox table td ol li{
	list-style-type: decimal;
	padding-bottom:0.5em;
}

.ContentBox .setfield{
	display:inline-block;
	min-width:38px;
	min-height:1em;
	background-color:#ff1;
	margin:0 2px;
	padding:0 5px;
}
.ellipse{
	border: solid 2px #555;
	border-radius: 50%;
}

#AppBtn{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	letter-spacing: 5px;
	width: 100%;
	max-width:740px;
	text-align: center;
	margin-top:10px;
	
	height: auto;
	margin-top: 0.5em;
	padding: 10px;
	/*padding: 3px 5px 3px 15px;*/
	
	background: linear-gradient(to bottom, #35b2d5, #2b91ac);
	background: linear-gradient(to bottom, #3375d5, #5577dd);
	
	border: solid 1px #5575d5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 5px 5px 5px #dddddd;
	-webkit-box-shadow: 5px 5px 5px #dddddd;
	-moz-box-shadow: 5px 5px 5px #dddddd;
	
	text-decoration: none;
}
#AppBtn:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#AppBtn:active{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#AppBtn:disabled{
	background:#ddd!important;
	border: solid 1px #ccc!important;
	opacity:1!important;
}

.ContentBtn{
	cursor: pointer;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	letter-spacing: 5px;
	width: 100%;
	max-width:740px;
	text-align: center;
	margin-top:1.25em;
	margin-bottom:7px;
	
	height: auto;
	padding: 1px;
	/*padding: 3px 5px 3px 15px;*/
	
	background: linear-gradient(to bottom, #35b2d5, #2b91ac);
	
	border: solid 1px #35b2d5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 5px 5px 5px #dddddd;
	-webkit-box-shadow: 5px 5px 5px #dddddd;
	-moz-box-shadow: 5px 5px 5px #dddddd;
	
	text-decoration: none;
}
.ContentBtn:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.ContentBtn:active{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.ContentBtn p{
	font-size:1.1em!important;
	padding:5px!important;
	margin:0!important;
}

.cont_header{
	font-size:18px;
	width:95%;
	max-width:690px;
	height:30px;
	background: linear-gradient(to bottom, #eee, #ccc);
	border: solid 2px #555;
	border-radius: 3px;
	text-align:center;
	font-weight:bold;
	padding:5px;
	margin-top:1em;
	margin-left:0.5em;
}
#cont_header span{
	letter-spacing:0.8em;
}
.cont_content .cont_block {
	clear:both;
	margin-bottom:1em;
}
.cont_content .signature{
	max-width:725px;
	border-bottom: solid 1px #aaa;
	margin-bottom:0.5em;
}
.cont_content .signature_cap{
	display:inline-block;
	width:7.5em;
}


.ui-dialog{
	width:470px!important;
}


.ui-dialog .ui-widget-header{
	background:#999!important;
	border:solid 1px #999;
}
.ui-dialog-buttonset{
	width:420px!important;
	text-align:center!important;
}
.ui-dialog-buttonset button{
	margin-right:5px!important;
	margin-left:5px!important;
}
.ui-dialog-content{
	font-weight:bold!important;
	line-height:1.8em;
	margin-top:0.5em;
	margin-left:0.5em;
}
.ui-dialog-content .conf,
.ui-dialog-content .success{
	color:#55f;
}
.ui-dialog-content .fail{
	color:#f55;
}

.ui-button-text{
	width:70px!important;
	color:#999;
}
.ui-state-focus,
.ui-button-text{
	color:#999;
}

.ui-state-hover,
.ui-state-focus{
	color:#555!important;
	background:#f5f5f5!important;
	border:solid 1px #555!important;
}
.ui-state-hover .ui-button-text,
.ui-state-focus .ui-button-text{
	color:#555!important;
}

.ui-dialog-titlebar-close{
	display:none;
}
.ui-dialog-titlebar-close.ui-state-hover span,
.ui-dialog-titlebar-close.ui-state-focus span{
	color:#555!important;
}
.ui-widget-overlay{
	top:0;
	left:0;
	z-index: 100;
	background:#000000!important;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	width:100%;
	height:100%;
}
