@import "reset.css";
@import "picons.css";
body {
	font: 12px/1.4 "小塚ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
        word-wrap:break-word;
	word-break: break-all;
        z-index: 0;
	background: url("../images/crosshatch_trx.png") repeat scroll 0% 0% #f9f9f9;
color: rgb(56, 53, 57);
font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
	height:100%;
}
/* =========================================== */
/* フォントの定義                              */

@font-face      {
        font-family: myfont;
        src: url('../font/SFAutomaton.ttf');
        }

/* =========================================== */
html, body {height:100%;}
/* !clearfix */
.clearfloat { clear:both;}
.clearleft { clear:left;}
.cfix { /zoom : 1; }
.cfix:after { content : ''; display : block; clear : both; }
* {zoom:1; }
* html body{
    overflow: hidden;
}
.Fright{float:right}
.Fleft{float:left}
a{text-decoration:none; color:#4d4c4d;}
a:hover{color:#000000;text-decoration:underline;}
ul, nav, menu, li {
    list-style-type: none;
}
ol, ul {
    list-style: none outside none;
}
p {
    line-height: 16px;
    margin-bottom: 16px;
}
a:hover{
	text-decoration:none;
}
.mgt30{
	margin-top:30px;
}
	.btnC{
		display: block;
		float: right;
		cursor: pointer;
		width: 90px;
		margin: 10px 10px;
		padding: 10px 8px;
		background: #a1b91d;
		color: #fff;
		font-size: 12px;
		text-align: center;
		line-height: 1;
		border:1px;
		border-radius: 10px;
	}
	.btnD{
		display: block;
		float: right;
		cursor: pointer;
		width: 90px;
		margin: 10px 10px;
		padding: 10px 8px;
		background: #ec6958;
		color: #fff;
		font-size: 12px;
		text-align: center;
		line-height: 1;
		border:1px;
		border-radius: 10px;
	}
	.btnE{
		display: block;
		float: right;
		cursor: pointer;
		width: 90px;
		margin: 10px 10px;
		padding: 10px 8px;
		background: #8cb7ff;
		color: #fff;
		font-size: 12px;
		text-align: center;
		line-height: 1;
		border:1px;
		border-radius: 10px;
	}
	.btnF{
		display: block;
		float: right;
		cursor: pointer;
		width: 90px;
		margin: 10px 10px;
		padding: 10px 8px;
		background: #999999;
		color: #fff;
		font-size: 12px;
		text-align: center;
		line-height: 1;
		border:1px;
		border-radius: 10px;
	}
	tbody.jsumi{
		background:#fffaff;
	}

/*ヘッダー*/
#header{
	width:100%;
	background:#444851;
	height:20px;
}
#header h1{
	float:left;
	height:20px;
	color:#FFF;
	background: #f39800;
	padding:0 30px 0 10px;
	/* width:180px; */
	width:200px;
	height:25px;
	cursor:pointer;
  /* 変更baba2023/06/07 */
}
#header h2{
	float:left;
	/* background: #f39800 url("../images/icons.png") -106px -826px; */
	border:none;
	width:20px;
	height:25px;
	text-indent:-99999px;
	cursor:pointer;
}
/*Contener*/
#Contener{
	width:100%;
	float:left;
}
#maincontents{
	height: 98vh;
}
/*サイトバー*/
#sidebar{
	float:left;
	width:170px;
	background:#FFF;
	height:110vh;
	border-right:1px solid #bcbec3;
}
ul#sidemenu{}
ul#sidemenu li{
	height:50px;
	width:170px;
	display:inline-block;
	line-height:50px;
	}
ul#sidemenu li a{
	height:50px;
	width:170px;
	display:inline-block;
	float:left;

}
ul#sidemenu li:hover{
	background:#cee7bf;

}
ul#sidemenu li.linew{
	background:#e6e6e6;
}

/*フッター*/
#footer{
	clear:both;
	width:100%;
	background:#444851;
	height:20px;
	color:#FFF;
	line-height:20px;
}




/* grid*/
.row {
  /* margin-left: -15px; */
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-md-9 {
  width: 70%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 70%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}





.imeOn{
	ime-mode:active;
}




/*table excel*/
/*長さのいろいろ*/
.w15{width:15px;}
.w25{width:25px;}
.w30{width:30px;}
.w40{width:40px;}

.w50{width:50px;}
.w100{width:100px;}
.w150{width:150px;}
.w200{width:200px;}
.w250{width:250px;}
.w300{width:300px;}

/*テキスト位置*/
.tar{text-align:right;}
.tac{text-align:center;}





.errMsg {
    color: #7e5f4a;
    font-size: 22px;
}
/*ログインフォーム*/
#com_main_login h2{font-family:'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:30px;color:#007cc5}
#login_box{
background:#000 url(../images/bgcolor9.jpg) repeat scroll center center;
position:relative;
margin:40px auto 0;
padding:25px 30px;
width:420px;
border:3px solid #83bbdf;
-moz-border-radius:5px;
-webkit-border-radius:5px
}
#login_box h2{margin-bottom:20px}.input_block{position:relative;margin-bottom:15px}.input_block label{font-weight:bold;color:#666}.input_block label a{font-weight:normal}
.login_form input.text{width:408px;font-size:24px;margin-bottom:5px}.login_form input.text[type="password"]{float:left}
input#submit_button{margin-top:15px}





table#excel{
	background:#FFF;
	margin-left:5px;d
	}
table#excel th{
	height:40px;
	font-weight:bold;
	border-top:1px solid #bcbec3;
	border-bottom:1px solid #bcbec3;
	border-right:1px solid #bcbec3;
	text-align:center;
	background:#EFEFEF;
	}
table#excel th:first-child,table#excel td:first-child{
	border-left:1px solid #bcbec3;
	}
table#excel td{
	height:50px;
	border-bottom:1px solid #bcbec3;
	border-right:1px solid #bcbec3;
	padding:0 3px 0 3px;
	}

table#excel tbody:hover{
	background-color:#f6f9e6;
}

table#excel .noline{
	border-left:0px;
	border-right:0px;
}
table#excel form.tdform{
	margin-top:-23px;
	background:#FFF;
	position:relative;
	text-align:center;
	float:left;
}
.noswadow{
border: 0px none;
font-size: 0px;
cursor: pointer;
background-color : #FFF ;
}
.noswadowgry{
border: 0px none;
font-size: 0px;
cursor: pointer;
background-color : #e6e6e6 ;
}

span.formbotanword{
	position: absolute;
	top:35px;
	left:10px;
	font-size:11px;
}
#btntd{
	position:relative;
}
span.tdbotanword{
	position: absolute;
	top:10px;
	left:15px;
	font-size:11px;
}
/*くらんあんとボックス*/
#cliantinfobox{
	float:left;
	width:200px;
	background:#e6e6e6;
	height:110vh !important;
	border-right:1px solid #bcbec3;
	height:98vh;
}
#cliantinfobox h2{

	height:40px;
	line-height:40px;
	font-size:13px;

}
h2.nowlogin{
	position:relative;
	margin-top:15px;
}
span.f10{
	position:absolute;
	font-size:10px;
	top:-10px;
	left:45px

}
span.f11{
	position:absolute;
	font-size:12px;
	top:7px;
	left:45px

}
.cliantinfo{

	float:left;
	padding:0 5px 0 10px;
}
.sousabox{
	margin-top:740px;
	padding:0 5px 0 10px;
}
ul#cliantdetail{
	margin-bottom:10px;
}
/* ul#cliantdetail li{height:20px;} */
ul#cliantdetail li.title{
	font-weight:bold;
	margin-top:10px;
}
ul#cliantdetail.cliantbo{
	border:solid 1px #000;
	margin-top:10px;
	padding:0 0 10px 8px;
}

ul#sousadetail{margin-top:20px;}
ul#sousadetail li{height:40px;}
ul#sousadetail li:hover{
	background:#cee7bf;
	display:block;
}


ul#sousadetail li a{
	display:block;
}
#clinatinputtext{
	background:#e6e6e6;
	border:none;
	width:155px;
}
#clinatinputtext:hover{
	background:#FFF;
}

.cltinpt{
	border:none;
}


/*ページ送りボタン */
ul#pageokuri{
	margin-top:20px;
	margin-left:30px;
}

ul#pageokuri li{float:left;}
ul#pageokuri li .pageokuriform{
	position:relative;
}

span.pokuriword{
	position: absolute;
	top:35px;
	left:10px;
	font-size:11px;
}

/*ディテイルボックス*/
.detailinfo{
	margin-top:30px;
	padding:0 5px 0 0px;
}
ul#detailul{
	margin:10px 0 0 25px;

}
ul#detailul li{
	margin:0px 10px 10px 0;
	text-align:right;
	line-height:25px;
}
ul#detailul li.title{
	clear:both;
	float:left;

}
.sheetadd{margin-left:40px;}

/*絵ヂィと編集画面*/
#Editbox{
	float:left;
	width:160px;
	min-height:899px;
	height:98vh;
	border-right:1px solid #bcbec3;
}
ul#minieditbox{
	float:left;
}

ul#minieditbox li{
	clear:both;
	height:50px;
	width:160px;
	display:inline-block;
	line-height:50px;
	border-bottom:1px solid #bcbec3;
	}
ul#minieditbox li a{
	clear:both;
	height:50px;
	width:90px;
	display:inline-block;
}
ul#minieditbox li:hover{
	background:#cee7bf;

}

ul#minieditbox li a.linkiconbox{

	width:150px !important;
}

#Editbox h2.listtitle{
	float:left;
	margin:10px 5px;
}
/*ツリー*/
ul#sheettree{
	float:left;
	margin-left:0;
}
ul#sheettree li{
	clear:both;
	float:left;
	margin-left:0px;
	width:160px;
	line-height:30px;
	display:inline-block;
	text-indent:5px;
}
ul#sheettree li:hover{
	background:#cee7bf;
}
ul#sheettree li.offhover{
	background:none;
	text-indent:0px;
}
ul#sheettree li.offhover:hover{
	background:none;
	text-indent:0px;
}
ul#intree{
	clear:both;
	margin-left:15px;

}
ul#intree li, ul#intree li a{
	margin:0 0 1px 0;
	padding:0;
	clear:both;
	margin-left:0px;
	width:145px;
	line-height:30px;
	display:inline-block;
	text-indent:5px;
	background:#EFEFEF;
}
a.sheetlink{
	float:right;
	margin-top:5px;
	margin-right:10px;
}
a.sheetlinkdel{
	float:right;
	margin-top:5px;
	margin-right:0px;
}
#tabbox{
	float:left;

	padding:0 2px;
	width:1250px;
	margin-top:3px;
}
ul#ultab {clear:both; float:left; width:1250px;margin-top:3px;border-bottom:solid 1px #b3b3b3;}
ul#ultab li{float:left;}
ul#ultab li a{
	border-left:solid 1px #b3b3b3;
	border-right:solid 1px #b3b3b3;
	border-top:solid 1px #b3b3b3;
	padding:10px 30px;
	float:left;
	margin-right:2px;
}

#tabbox li:hover{
	background:#cee7bf;
	display:inline-block;

}
.tabon{
	background:#ecedef;
}
.secondtab{
	margin-left:50px;
	width: 1200px !important;
}
#extbox{

}
.sheeticon{
	border:none;
	text-indent:-999999px;
	background-image: url("../images/icons.png");
	background-repeat: no-repeat;
	background-position: left top;
}
span.submitb{
	float:right;
	margin-right:3px;
	margin-top:5px;
	cursor:pointer;
}
.sbmtsheet{
	background: url("../images/icons.png") -288px -900px;
	border:none;
	width:20px;
	height:20px;
	text-indent:-99999px;
	cursor:pointer;

}
.subsave{
	border:0;
	font-size:0;
	cursor:pointer;
	background-color:#f9f9f9;
}



h2.sheettitle{
	margin-top:10px;
	margin-left:5px;
	font-size:15px;
	margin-bottom:20px;
}
span.chuigaki{
	margin-top:0px;
	margin-left:15px;
	font-weight:normal;
}

#headsousa{width:100%;}
#headsousa .leftonebox{float:left;}
#headsousa .rightonebox{float:right;}
#headsousa .sheetdelicon{
	border:0;
	font-size:0;
	cursor:pointer;
}

table#est2{
	clear:both;
	border-left:solid 1px #b3b3b3;
	border-top:solid 1px #b3b3b3;
	margin-top:20px;
	margin-left:5px;
	background:#FFF;
  width: 100%;
}
table#est2 th{
	padding:5px 10px;
	border-right:solid 1px #b3b3b3;
	border-bottom:solid 1px #b3b3b3;
	background:#ecedef;
	text-align:center;
}
table#est2 td{
	padding:0px;
	border-right:solid 1px #b3b3b3;
	border-bottom:solid 1px #b3b3b3;
}
table.litletable{
	width:250px !important;
	margin-top:0px !important;
	margin-bottom:10px !important;
	float:left;
}
table#est2 input {
	border:none;
	width:94%;
	padding:5px 0px;
	font-size:14px;
}
table#est2 input:hover{
	background:#ecedef;
}
table#est2 td.center, table#est2 input.center {
	text-align:center;
}
table#est2 input.right{
	text-align:right;
}
table#est2 td.total {
	text-align:right;
	font-size:13px;
	font-weight:bold;
	height:20px;
}
table#est2 th.longone{
	width:120px;
}

table#est2 th.ut{
	width:50px;
}
table#est2 th.longsu{
	width:70px;
}

table#est2 td.utbox{
	background:#ffefe5;
	z-index:0;
}
input.add{
	display:inline-block !important;
	border-radius: 2px !important;
	border:1px solid #a0a0a0 !important;
	margin-right:2px !important;
	font-size:12px !important;
	background:#a5d022 !important;
	font-weight:bold !important;
	margin:2px !important;
	padding:2px !important;
}
/*送信ボタン*/
input.add:hover{
	background:#7ab214 !important;
}
.view{
	border:none !important;
	position: relative;
	margin-top:-10px !important;
	margin-bottom: 0 !important;
	padding:0 !important;
}
span.botanword{
	position: absolute;
	top:35px;
	left:5px;
	font-size:11px;
}
.tright{
	text-align:right;
}
.tcenter{
	text-align:center;
}
/*TOP用*/
th.s1, th.s2,th.s6{
	width:32px;
}
th.s3,th.s4{
	width:190px;
}
th.s5{
	width:70px;
}
th.s7,th.s8,th.s9{
	width:100px;
}

/*請求書*/
#makeest{float:left; margin-left:0px;}
#makebg{
	background:url('../images/est_bg.gif') 0px -20px;
	width:1300px;
	height:900px;
	position:relative;
}
#makebg .right{
	text-align:right;
}
span.zeiritu{
	position:absolute;
	top:50px;
	left:23px;
}
input.seikyuid{
	position:absolute;
	top:10px;
	left:18px;
	font-size:17px;
	width:170px;
	border:none;
	border-bottom:#EFEFEF 1px solid;
	background:#FFF;
	font-weight:bold;
	color:RED;
}
select.zeibox{
	position:absolute;
	top:48px;
	left:55px;
	font-size:17px;
	width:80px;
}
input.onchu{
	position:absolute;
	top:110px;
	left:88px;
	font-size:17px;
	width:360px;
}
textarea.onchu{
	position:absolute;
	top:99px;
	left:88px;
	font-size:17px;
	width:440px;
}
input.seikyugaku{
	position:absolute;
	top:190px;
	left:180px;
	font-size:20px;
	font-weight:bold;
	width:280px;
	border:none;
	background:#FFF;
}
span.seikyugaku_text{
	position:absolute;
	top:190px;
	left:120px;
	font-size:14px;
	width:280px;

}
input.koji_master_name{
	position:absolute;
	top:250px;
	left:108px;
	font-size:17px;
	width:700px;
	border:none;
	background:#FFF;
}
input.hakkoudate{
	position:absolute;
	top:30px;
	left:1120px;
	font-size:15px;
	width:130px;
}
textarea.seikyucomment{
	position:absolute;
	top:780px;
	left:50px;
	font-size:15px;
	width:640px;
	height:68px;
}
input.shokei{
	position:absolute;
	top:780px;
	left:1040px;
	font-size:15px;
	width:115px;
	border:none;
	background:#FFF;

}
input.shohizei{
	position:absolute;
	top:807px;
	left:1040px;
	font-size:15px;
	width:115px;
	border:none;
	background:#FFF;

}
input.zgoukei{
	position:absolute;
	top:834px;
	left:1040px;
	font-size:15px;
	width:115px;
	border:none;
	background:#FFF;

}
.mycomp{
	position:absolute;
	top:100px;
	right:40px;
	font-size:15px;
	width:330px;
	text-align:right;
}
.makelist{
	position:absolute;
	top:331px;
	left:48px;
	font-size:17px;
}
.makelist input, .makelist select{
	border:solid 0px #FFF;
	height:19px;
	margin-bottom:6px;

}
input.mk_one{
	margin-right:12px;
}
input.mk_two{
	width:350px;
	margin-right:10px;
}
input.mk_three{
	width:242px;
	margin-right:10px;
}
input.mk_four{
	width:103px;
	margin-right:7px;
}
select.mk_five{
	width:82px;
	margin-right:5px;
}
input.mk_six{
	width:124px;
	margin-right:12px;
}
input.mk_seven{
	width:120px;
	margin-right:10px;
}
input.mk_eight{
	width:97px;
	margin-right:5px;
}

	/*さいどばー*/
	#rerekiseikyu{
		clear:both;
		float:left;
	}
	#rerekiseikyu .rirekibox{
		width:149px;
		height:80px;
		background:url('../images/rerekicord.png');
		margin:0 0 15px 5px;
		position:relative;
		z-index:-99;
	}
	.checkadmin{
		width:149px;
		height:80px;
		background:url('../images/rerekicord_check.png');
		margin:0 0 15px 0px;
		z-index:999;

	}
	.checkadminOK{
		width:149px;
		height:80px;
		background:url('../images/rerekicord_checkOK.png');
		margin:0 0 15px 0px;
		z-index:999;

	}
	span.rireki_now{
		width:13px;
		height:13px;
		background:url('../images/glyphicons-halflings-red.png');
		background-position:0px -121px;
		display:block;
		position:absolute;
		top:9px;
		left:6px;
	}
	span.editno_now{
		position:absolute;
		top:8px;
		left:22px;
	}
	span.date{
		position:absolute;
		top:31px;
		left:5px;
		z-index:-9;
	}
	span.editno{
		position:absolute;
		top:8px;
		left:10px;
	}
	span.seplice{
		position:absolute;
		top:8px;
		right:10px;
	}
	span.sakusei{
		position:absolute;
		top:31px;
		left:90px;
		font-size:10px;
		z-index:-9;
	}
	span.atena{
		position:absolute;
		top:59px;
		right:10px;
	}

  /* 追記2024/01/25 baba */
  /* 事務所住所選択用 */
  .office-location-h3 {
    margin-top: 20px;
  }
  .office-location-radio {
    margin-top: 5px;
    display: flex; /* Flexbox を有効化 */
    align-items: center; /* 子要素を縦方向に中央揃えにする */
  }

  .office-location-radio input[type="radio"],
  .office-location-radio label {
    margin-right: 10px; /* ラジオボタンとラベルの間のマージン */
  }


  .office-location-radio input[type="radio"] + label + input {
    margin-left: 20px; /* ２つのラジオボタンのペア間のスペース */
  }




  .tab-content > div {
    display: none;
  }

  .tab-content > div:first-child {
      display: block;
  }


  /* 2025/02/07 baba */
/* PDFリスト表示のスタイル */
.pdf-list {
  margin: 20px 0;
  padding: 9px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pdf-item {
  display: flex;
  flex-direction: column;  /* 縦方向のレイアウトに変更 */
  padding: 12px;
  margin-bottom: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

.pdf-item:hover {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pdf-item a {
  width: 100%;  /* 幅を100%に設定 */
  color: #2c3e50;
  font-size: 16px;
  text-decoration: none;
  padding: 5px 0;
  text-align: center;  /* テキストを中央揃え */
}

.pdf-item a:hover {
  color: #3498db;
}

.pdf-item p {
  margin: 0;  /* マージンをリセット */
  color: #666;
  font-size: 20px;
  text-align: center;  /* テキストを中央揃え */
}

.pdf-item button {
  width: 100%;  /* 横幅いっぱいに */
  align-self: center;  /* 中央揃え */
  margin-top: 8px;
  background: #fee;  /* 薄い赤色の背景 */
  border: 1px solid #e74c3c;  /* 赤色のボーダー */
  color: #e74c3c;
  font-size: 14px;
  cursor: pointer;
  padding: 8px 0;  /* 上下のパディングを増やす */
  border-radius: 4px;
  transition: all 0.2s ease;
  text-align: center;  /* テキストを中央揃え */
}

.pdf-item button:hover {
  background: #e74c3c;
  color: #fff;
}

.pdf-list-title {
  font-size: 16px;
  color: #2c3e50;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #3498db;
}

.pdf-date {
  font-weight: bold;  /* 日付を太字に */
  margin-bottom: 4px;  /* 日付と時間の間隔を追加 */
}

.pdf-time {
  font-size: 11px;  /* 時間のフォントサイズを小さく */
  padding: 16px 0;
}

.pdf-link {
  color: #2c3e50;
  text-decoration: none;
  text-align: center;  /* テキストを中央揃え */
  margin-bottom: 8px;  /* ボタンとの間隔を追加 */
}

.pdf-link:hover {
  color: #3498db;  /* ホバー時の色 */
}

.delete-button {
  width: 100%;  /* 横幅いっぱいに */
  background: #fee;  /* 薄い赤色の背景 */
  border: 1px solid #e74c3c;  /* 赤色のボーダー */
  color: #e74c3c;
  font-size: 14px;
  cursor: pointer;
  padding: 8px 0;  /* 上下のパディングを増やす */
  border-radius: 4px;
  transition: all 0.2s ease;
  text-align: center;  /* テキストを中央揃え */
}

.delete-button:hover {
  background: #e74c3c;
  color: #fff;
}

/* ==================================================== */
/* リスト一覧に戻るボタン (make_est.php用) + FontAwesome対応 */
/* ==================================================== */
.back-to-list-container {
  margin: 5px 25px;
}

.back-to-list-btn {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  background-color: #4CAF50;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  transition: all 0.2s ease;
  font-size: 15px; /* 文字サイズ拡大 */
}

.back-to-list-btn i.fa {
  margin-right: 8px; /* アイコンとテキストの間隔 */
  font-size: 17px;   /* アイコンサイズ */
}

.back-to-list-btn:hover {
  background-color: #45a049;
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}