@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 768px) {


}


@media screen and (min-width: 768px) {
p.bells {
    font-size: 13px;
    color: #cd1414;
    margin: 8px 0 0 0;
}
.blockSix {
    display: flex;
margin-bottom: 25px;
}
a.csvbtn {
    width: 70px;
    display: block;
    margin: 0 auto;
    padding: 3px;
    background-color: #f9f6f6;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #e2e2e2;
    font-size: 12px;
}
.anatop {
    text-align: center;
    padding: 340px;
    background-color: #c0eda0;
    margin-bottom: 31px;
    color: #ffffff;
    border-radius: 10px;
    border: solid 5px #FFFFFF;
    font-size: 30px;
}
select {
    border: solid 1px #e7e4e4;
    border-radius: 3px;
    padding: 5px 5px 7px 10px;
    background-color: #fbfbfb;
    width: 50%;
}


#globalnaviwrap {
width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        background-color: #FFFFFF;
        border-top: solid 1px #edeaea;
        border-bottom: solid 1px #edeaea;
box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
    }
    #global_navi {
clear: both;
        width: 1440px;
        margin: 0 auto;
    }
#global_navi li {
        display: inline-block;
        text-align: center;
        width: 180px;
        font-weight: 600;
        font-size: 17px;
        color: #000000;
padding:10px 0px 10px;
border-right: solid 1px #edeaea;
    }
#global_navi li li {
    font-size: 15px;
    border-bottom: solid 1px #edeaea;
}
#global_navi li .menu_contents2 li {
background: url(/images/arrow1.png) no-repeat 12px 16px;
        text-align: left;
        padding-left: 35px;
        display: block;
        float: none;
        width: 100%;
    }
#global_navi li .menu_contents3 li {
background: url(/images/arrow1.png) no-repeat 12px 16px;
        text-align: left;
        padding-left: 35px;
        display: block;
        float: none;
        width: 100%;
    }
#global_navi li .menu_contents4 li {
background: url(/images/arrow1.png) no-repeat 12px 16px;
        text-align: left;
        padding-left: 35px;
        display: block;
        float: none;
        width: 100%;
    }
#global_navi li .menu_contents5 li {
background: url(/images/arrow1.png) no-repeat 12px 16px;
        text-align: left;
        padding-left: 35px;
        display: block;
        float: none;
        width: 100%;
    }
#global_navi li .menu_contents6 li {
background: url(/images/arrow1.png) no-repeat 12px 16px;
        text-align: left;
        padding-left: 35px;
        display: block;
        float: none;
        width: 100%;
    }

/* 追記250318 改修 */	
.modal-content2 input[name="prm10040"],.modal-content2 input[name="prm10050"],.modal-content2 input[name="prm10060"],.modal-content2 input[name="prm10070"] {
    width: 20px;
    margin-left: 20px;
}
.modal-content2 input[name="prm10080[]"] {
    width: 20px;
    margin-left: 20px;
    margin-right: 10px;
}

/* 追記250313 */	
.modal-content2 input[name="ishiwataumu"],.modal-content2 input[name="konkyo"],.modal-content2 input[name="sagyo"],.modal-content2 input[name="setsudan"] {
    width: 20px;
    margin-left: 20px;
}
.modal-content2 {
        width: 710px;
        padding: 20px;
        background: #fff;
        border-radius: 8px;
        text-align: left;
    }
.modal-content2 input[name="sochi"] {
    width: 20px;
    margin-left: 20px;
    margin-right: 10px;
}

.modal-close2 {
        position: absolute;
        display: flex
;
        align-items: center;
        justify-content: center;
        top: -46px;
        right: -250px;
        width: 40px;
        height: 40px;
        font-size: 40px;
        color: #fff;
        cursor: pointer;
    }

#checkIshiwataumu2{
display:none;
} 

#checkIshiwataumu3{
display:none;
}

/* モーダル */	
/*モーダルを開くボタン*/
.modal-open{

}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -140px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
        width: 600px;
        padding: 20px;
        background: #fff;
        border-radius: 8px;
	text-align: left;
}	
.modal {
  width: 600px;
  padding: 20px;
  background: #fff;
  display: none;
border-radius: 8px;
}
.modal-content .pageButtonBox a {
    margin: 0 auto;
}
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;  
  background-color: rgba(0, 0, 0, .8);
  &.is-show {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.modal-close-btn {
	position: absolute;
	top: 8px;
	right: 12px;
	font-size: 28px;
	line-height: 1;
	color: #666;
	text-decoration: none;
	cursor: pointer;
	z-index: 10;
}
.modal-close-btn:hover {
	color: #000;
}
#modal-frame {
	position: relative;
}
dl.partnerModal input[type=radio] {
display: none; /* ラジオボタンを非表示にする */
}	
dl.partnerModal .partnerDlhead {
    background-color: #167b1a;
    color: #FFFFFF;
    font-weight: bold;
}
dl.partnerModal dd {
    width: 80%;
    padding: 7px;
    border-left: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
}
dl.partnerModal dt {
    width: 20%;
    padding: 7px;
    border-left: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
}
dl.partnerModal {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
    margin-top: 20px;
    margin-bottom: 20px;
}	
	
.partnerModal label:hover {
    color: #296ce9;
}	
#partner p, #staff p {
    font-size: 14px;
    margin-top: 8px;
}	
.misakusei {
    background-color: #e7fbd9;
}	
dl.modalTable {
    display: flex;
    flex-wrap: wrap;
}
dl.modalTable dt {
        width: 20%;
        font-weight: bold;
        padding: 17px 0;
}
dl.modalTable dd {
        width: 80%;
        padding: 10px;
}
h3.modalH3 {
    font-size: 20px;
    border-bottom: dotted 1px #e2e2e2;
    padding: 0px 0 8px 0;
    margin-bottom: 21px;
}	
/* パーツ */	
#checkSelect2, #checkSelect3 {
  display: none;
}	

#checkSelect4{
  display:none;
}
input[type="checkbox"]:checked + #checkSelect4{
  display:block;
}	
	
	
#checkSelect5{
  display:none;
}
input[type="checkbox"]:checked + #checkSelect5{
  display:block;
}	

#checkSelect6{
  display:none;
}
input[type="checkbox"]:checked + #checkSelect6{
  display:block;
}	
	
	
	
/* 共通 */
.inputDataSty1 {
    font-weight: bold;
    font-size: 16px;
	margin:15px 0;
}
.pankuz {
    padding: 8px 8px 8px 20px;
    background-color: #ffffff;
	margin-bottom: 30px;
}	
p.cautionText3 {
    margin-top: 30px;
    font-size: 15px;
    color: #d70718;
}
/* 工事詳細 */	
.pageButtonBox {
    display: flex;
    padding: 20px 0;
}
.pageButtonBox a {
    display: block;
    width: 120px;
    font-size: 17px;
    font-weight: bold;
    background-color: #167b1a;
    color: #ffffff;
    margin-right: 10px;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
}	
.pageButtonBox a:link {
    color: #FFFFFF;
}
	.pageButtonBox a:visited{
	color:#FFFFFF;
	}
	.pageButtonBox a:hover{
	color:#ffffff;
	}
.pageButtonBox2 a:link {
    color: #FFFFFF;
}
	.pageButtonBox2 a:visited{
	color:#FFFFFF;
	}
	.pageButtonBox2 a:hover{
	color:#ffffff;
	}
.pageButtonBox .sentaku {
    display: block;
    width: 120px;
    font-size: 17px;
    font-weight: bold;
    background-color: #71b974;
    color: #ffffff;
    margin-right: 10px;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
}	
.pageButtonBox2 {
    display: flex;
    padding: 0px 0 20px;
}
.pageButtonBox2 a {
    display: block;
    width: 120px;
    font-size: 17px;
    font-weight: bold;
    background-color: #292929;
    color: #ffffff;
    margin-right: 10px;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
}	
	.pageButtonBox a:visited{
	color:#FFFFFF;
	}
	.pageButtonBox a:hover{
	color:#ffffff;
	}
/* 工事一覧 */

#constTable td {
    border-left: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    padding: 5px;
    margin: 0px;
	font-size: 14px;
}

#constTable th {
    border-left: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    padding: 5px;
    margin: 0px;
}
#constTable {
    border-top: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
    margin: 0px;
	border-spacing: 0px;
}

a.detailBtn1 {
    font-size: 12px;
    padding: 4px;
    border-radius: 5px;
    width: 60px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background-color:#39b53e;
    letter-spacing: 2px;
}
a.detailBtn1:visited {
    color: #FFFFFF;
}
/* ページネーション */

.pagination {
        margin: 15px auto 0px;
        overflow: hidden;
        display: block;
        font-size: 14px;
    }

.pagination a {
  color: black;
  float: left;
  padding: 5px 10px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #167b1a;
  color: white;
  border: 1px solid #466ba3;
}

.pagination a:hover:not(.active) {background-color: #ddd;}
/* フォーム */

.parts{
    border: solid 1px #e7e4e4;
    border-radius: 3px;
    padding: 5px 5px 7px 10px;
    background-color: #fbfbfb;
}
.parts2 {
    border: solid 1px #e7e4e4;
    border-radius: 3px;
    padding: 2px 2px 3px 3px;
    background-color: #fbfbfb;
    font-size: 14px;
    margin: 0 10px 15px 0;
}

dl.searchList dd {
    width: 70%;
    padding: 10px 10px 10px 10px;
	font-size: 14px;
}
dl.searchList dd p {
    padding: 10px 5px 10px 0px;
}
dl.searchList dt {
    width: 30%;
    padding: 10px 10px 10px 10px;
	align-self: center;
	font-weight: bold;
}
dl.searchList {
    display: flex;
    flex-wrap: wrap;
}
dl.searchList dd label {
    margin-right: 10px;
}
dl.searchList dd label input{
top: 1px;
position: relative;
}
textarea {
    border: solid 1px #e7e4e4;
    border-radius: 3px;
    padding: 5px 5px 7px 10px;
    background-color: #fbfbfb;
		width:45%;
}
input {
    border: solid 1px #e7e4e4;
    border-radius: 3px;
    padding: 5px 5px 7px 10px;
    background-color: #fbfbfb;
	width:45%;
}
.bigBtn {
    background-color: #167b1a;
    width: 200px;
    height: 45px;
    color: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
	margin-right:15px;
        text-align: center;
}
.confirmBtn {
    text-align: center;
    margin: 20px 50px 50px;
}
/* フォーム */

.blockWrap {
    width: 50%;
}
.blockWrap input, .blockWrap2 input, .blockWrap5 input,.modalTable input{
	width:90%;	
	}
	.modalTable textarea{
		width:90%;
	}
.blockHalf {
    display: flex;
}
.blockWrap2 {
    width: 33%;
}
.blockThree {
    display: flex;
}
.blockWrap5 {
    width: 16%;
}
.blockFive {
    display: flex;
}
	.text1{
		font-weight: normal;
		margin-bottom:10px;
	}	
.modalTable input.modalCheck {
    width: 13px;
    margin-right: 10px;
    display: inline-block;
}
#pre1,#city1,#town1,#pre2,#city2,#town2{
		background-color: #f1f1f1;
	}	
input#checkBox2, input#is_same_as_1,input#CheckboxGroup1_0,input#CheckboxGroup1_1 {
    width: inherit;
	margin: 10px 10px 10px 0;
}
input[type="radio"] {
    width: inherit;
	margin: 10px 10px 10px 0;
}
span.cautionText2 {
    font-size: 13px;
	font-weight: normal;
}	
body{
  background-color: #f0f0f0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
header {
width: 100%;
        display: flex;
        background-color: #FFFFFF;
        padding: 30px 30px 30px 15px;
        border-top: solid 8px #1d9e3b;
}
footer{
background-color: #c0eda0;
        text-align: center;
        border-bottom: solid 7px #1d9e3b;
        padding: 40px 16px;
}
footer .logo {
    width: 900px;
    text-align: left;
}
p.copyRight {
    font-size: 12px;
    margin-top: 10px;
    text-align: left;
	margin-left: 40px;
}
a:link{
	text-decoration: none;
	color:#065318;
}
a:visited{
	text-decoration: none;
	color:#065318;
}
a:hover{
	text-decoration: none;
	color:#2db200;	
	opacity: 0.6;
}

.logout a{
	display: block;
}

.logout a:link{
	text-decoration: none;
	color:#FFFFFF;
}
.logout a:visited{
	text-decoration: none;
	color:#FFFFFF;
}
.logout a:hover{
	text-decoration: none;
	color:#FFFFFF;	
	opacity: 0.6;
}

.buttonBox a {
    display: block;
    width: 200px;
    background-color: #1d9e3b;
    text-align: center;
    margin: 20px 0 0;
    padding: 6px;
    color: #FFFFFF;
    border-radius: 5px;
    font-weight: bold;
}	
	.buttonBox a:link{
		color:#FFFFFF;
	}
	.buttonBox a:visited{
		color:#FFFFFF;
	}
	
.loginBox {
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 10px 20px 20px 20px;
    border: solid 1px #f1f1f1;
    width: 650px;
    margin: 40px auto 50px;
}
.loginButton hover{
	opacity: 0.7;
}
.toggle_contents {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    color: #065318;
}
.toggle_title {
position: relative;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    text-align: left;
    line-height: 1.4;
    border-bottom: solid 1px #edeaea;
    border-left: solid 8px #1d9e3b;
    margin: 1px;
  box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
}
.toggle_title:hover{
	opacity: 0.6;
}
.toggle_title2{
position: relative;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    text-align: left;
    line-height: 1.4;
    border-bottom: solid 1px #edeaea;
    border-left: solid 8px #a2d57d;
    margin: 1px;
	  box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
}
.toggle_title2 a{
	display: block;
}
.toggle_btn {
position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: #065318;
    display: block;
    width: 18px;
    height: 18px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}


.logo {
    width: 470px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: 168px;
    background-position: left;
    padding-left: 220px;
    margin-left: 10px;
}
.logo span {
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
    position: relative;
    top: -2px;
display: block;
}
p.hozyo {
    font-size: 13px;
}
.loginInfo {
    width: 100%;
	margin-top: 3px;
}
ul.infoNumberBlock {
    display: flex;
    justify-content: flex-end;
margin-top: 8px;
}
ul.infoNumberBlock li {
    font-size: 13px;
    margin-right: 15px;
}
ul.infoNumberBlock .userName{
background: url(/images/icon7.png) no-repeat 9px 0px;
        text-align: left;
        padding-left: 35px;
        background-size: 22px;
}
ul.infoNumberBlock .companyName{
background: url(/images/icon8.png) no-repeat 9px 0px;
        text-align: left;
        padding-left: 35px;
        background-size: 22px;
}
ul.infoNumberBlock li:last-child {
	margin-right:0px;
}
ul.infoNumberBlock li.logout {
    background-color: #1d9e3b;
    color: #FFFFFF;
    padding: 3px 8px 5px 8px;
    border-radius: 5px;
	font-size:10px;
}
.wrapper {
    width: 100%;
    display: flex;
}
.sideMenu {
    width: 300px;
	background-color: #FFFFFF;
	box-shadow: 7px -4px 3px -6px rgba(0, 0, 0, 0.3);
display: none;
}
.mainContents {
    width: 100%;
	padding: 15px 30px 15px 30px;
}
h2.pageName {
    margin: 20px 40px 30px 0px;
    padding-left: 15px;
    font-size: 30px;
    border-left: solid 7px #1d9e3b;
    line-height: 1.3;
	  font-family: "Roboto", sans-serif;
}
h2.pageName2 {
    margin: 20px auto 30px;
    padding-left: 15px;
    font-size: 30px;
    border-left: solid 7px #c0eda0;
    line-height: 1.3;
	  font-family: "Roboto", sans-serif;
width:800px;
}
.pageName span {
    font-size: 12px;
    font-weight: normal;
    margin-left: 20px;
    vertical-align: super;
    position: relative;
    top: 5px;
}
.pageName2 span {
    font-size: 12px;
    font-weight: normal;
    margin-left: 20px;
    vertical-align: super;
    position: relative;
    top: 5px;
}
.basicBox2 {
background-color: #FFFFFF;
        border-radius: 10px;
        padding: 20px 20px 20px 25px;
        border: solid 1px #edecec;
        width: 800px;
        margin: 0 auto 30px;
        box-shadow: 8px 8px 3px -6px rgba(0, 0, 0, 0.3);
    }
.basicBox {
        background-color: #FFFFFF;
        border-radius: 10px;
        padding: 20px 20px 20px 25px;
        border: solid 1px #edecec;
        margin-bottom: 30px;
        box-shadow: 8px 8px 3px -6px rgba(0, 0, 0, 0.3);
    }
h3.basic span {
    font-weight: normal;
    font-size: 13px;
    position: relative;
    top: -4px;
    margin-left: 10px;
	color: #1d9e3b;
}

h3.basic {
    font-size: 23px;
    border-bottom: dotted 1px #d5d2d2;
    padding-bottom: 5px;
    margin-bottom: 20px;
}


.newsBox {
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 10px 20px 20px 20px;
    border: solid 1px #f1f1f1;
	margin-bottom:30px;
	box-shadow: 8px 8px 3px -6px rgba(0, 0, 0, 0.3);
}
h3.news span {
    font-weight: normal;
    font-size: 13px;
    position: relative;
    top: -4px;
    margin-left: 10px;
	color: #1d9e3b;
}

h3.news {
    font-size: 23px;
    border-bottom: dotted 1px #d5d2d2;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
h2.loginMidashi{
    border-bottom: dotted 1px #d5d2d2;
    padding-bottom: 5px;
    margin-bottom: 50px;
}
h2.loginMidashi span{
    font-weight: normal;
    font-size: 13px;
    position: relative;
    top: -4px;
    margin-left: 10px;
	color: #1d9e3b;	
}
dl.newsList {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
}
.listHead,.listHead2,.listHead3,.listHead4 {
font-weight: bold;
    text-align: center;
    padding: 5px;
    border-bottom: solid 1px #edeaea;
    margin-bottom: 10px;
    border-right: solid 1px #edeaea;
    background-color: #f9f9f9;
}
.listHead4{
	border-right:none;
}

dt.listHead {
    width: 15%;
}
dd.listHead4 {
    width: 15%;
}
dd.listHead3 {
    width: 15%;
}
dd.listHead2 {
    width: 55%;
}


dt.listDate {
    width: 15%;
	padding:10px;
    border-bottom: solid 1px #edeaea;
}
dd.listText {
    width: 55%;
	padding:10px;
    border-bottom: solid 1px #edeaea;
}
dd.listDD{
	width:15%;
	padding:10px;
	text-align: center;
    border-bottom: solid 1px #edeaea;

}
p.cautionText {
    font-size: 12px;
    text-align: right;
    margin-top: 20px;
}
ul.menuButton {
    display: flex;
        justify-content: center;
        background-color: #c0eda0;
        border-radius: 15px;
        margin-bottom: 25px;
border: solid 3px #fefefe;
}
ul.menuButton li {
width: 150px;
    height: 150px;
    background-color: #f4ffec;
    text-align: center;
    margin: 60px 30px 60px 0px;
    border-radius: 10px;
    border: solid 3px #1d9e3b;
	position: relative;
    font-size: 18px;
	font-weight: bold;
	font-family: "M PLUS Rounded 1c", sans-serif;
}
li.menuButton1 a {
    background: url(../images/icon1.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 48px 27px;
}
li.menuButton2 a {
    background: url(../images/icon2.png);
    background-size: 34%;
    background-repeat: no-repeat;
    background-position: 48px 33px;
}
li.menuButton3 a {
    background: url(../images/icon3.png);
    background-size: 46%;
    background-repeat: no-repeat;
    background-position: 48px 26px;
}
li.menuButton4 a {
    background: url(../images/icon4.png);
    background-size: 38%;
    background-repeat: no-repeat;
    background-position: 48px 31px;
}
li.menuButton5 a {
    background: url(../images/icon5.png);
    background-size: 38%;
    background-repeat: no-repeat;
    background-position: 48px 31px;
}
li.menuButton6 a {
    background: url(../images/icon6.png);
    background-size: 38%;
    background-repeat: no-repeat;
    background-position: 48px 31px;
}
.menuButton li a {
	display: block;
    height: 150px;
    padding-top: 93px;
}
.menuButton li a:link{
	text-decoration: none;
	color:#2db200;
}
.menuButton li a:visited{
	text-decoration: none;
	color:#2db200;
}
.menuButton li a:hover{
	text-decoration: none;
	color:#2db200;
}
ul.menuListChild {
    font-size: 15px;
    padding: 0px;
    background-color: #f9f9f9;
}
ul.menuListChild li {
    padding: 10px 10px 10px 40px;
    border-bottom: solid 1px #edeaea;
    margin: 1px;
    box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
    border-left: solid 8px #d0ebbd;
}
ul.menuListChild li a{
	display: block;
}
dl.login dd {
    width: 50%;
    padding: 0px 5px 20px 5px;
}
dl.login dt {
    width: 35%;
    text-align: right;
    padding: 4px 5px 20px 5px;
}
dl.login {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 30px;
}
input.loginBtn {
    width: 150px;
    height: 40px;
    border: solid 1px #eeeeee;
    background-color: #1d9e3b;
    font-size: 15px;
    color: #FFFFFF;
    border-radius: 5px;
	cursor: pointer;
}
input.loginBtn hover{
	opacity: 0.6;
}
input::placeholder{
	font-size:14px;
	color:#cbc7c7;
}
p.reminder {
    font-size: 13px;
    text-align: center;
}
dd.loginKeep input {
    vertical-align: middle;
width: 10%;
}
dd.loginKeep {
    font-size: 13px;
}
input.loginForm {
    border: solid 1px #e7e4e4;
    border-radius: 3px;
    padding: 5px 5px 7px 10px;
    background-color: #fbfbfb;
width: 250px;
}
span.any {
    background-color: #167b1a;
    color: #FFFFFF;
    font-size: 10px;
    padding: 1px 6px 3px;
    border-radius: 5px;
    margin-left: 8px;
    position: relative;
    top: -2px;
}
span.selectHead {
    font-size: 14px;
    background-color: #167b1a;
    display: inline-block;
    padding: 9px 17px 8px;
    position: relative;
    left: 2px;
    color: #FFFFFF;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.searchBtn {
    text-align: center;
    margin: 20px;
}
p.default {
    font-size: 13px;
    color: #f30e0e;
}
.searchBtn2 {
    margin: 20px 0 20px;
}
.csvDLCont {
    border-bottom: solid 1px #d5d5d5;
    border-right: solid 1px #d5d5d5;
    width: 11.11%;
    background-color: #f5f5f5;
    font-size: 14px;
    align-self: center;
}
.csvDLCont2 {
    border-bottom: solid 1px #d5d5d5;
    border-right: solid 1px #d5d5d5;
    width: 11.11%;
    background-color: #ffffff;
    font-size: 14px;
    align-self: center;
}
.csvDlHead span {
    display: block;
    font-size: 10px;
}
dl.csvFile {
    display: flex;
}
.csvFile dd {
    width: 70%;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
}
.csvFile dt {
    width: 10%;
    padding: 13px 10px 10px 10px;
    font-weight: bold;
}
.csvDlHead {
    width: 11.11%;
    border-right: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #e1e1e1;
}
ul.csvDl {
    display: flex;
	flex-wrap: wrap;
    border-top: solid 1px #d5d5d5;
    border-left: solid 1px #d5d5d5;
}
.csvDl li {
    padding: 8px;
}
dl.fileUpload {
    display: flex;
}
dl.fileUpload dt {
    width: 15%;
    font-weight: bold;
    padding-top: 6px;
}	
dl.fileUpload dd {
    width: 70%;
}
.pageTextBox {
    margin-bottom: 30px;
    border: solid 1px #f1f1f1;
    background-color: #ffffff;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 25px;
    line-height: 1.8;
}
.patnerListHead1 {
    width: 10%;
    border-right: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #e1e1e1;
}
.patnerListHead2 {
    width: 30%;
    border-right: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #e1e1e1;
}
.patnerListCont{
	width:30%;
border-right: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
}
.patnerListCont1{
	width:10%;
	border-right: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
}
ul.partnerList {
    display: flex;
	flex-wrap: wrap;
    border-top: solid 1px #d5d5d5;
    border-left: solid 1px #d5d5d5;
}
.partnerList li {
    padding: 8px;
}
/* 不要物 */
	
table#unNetable td, table#unNetable th {
    border-left: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    padding: 5px;
}
table#unNetable {
    width: 100%;
    border-top: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
    border-spacing: 0px;
}
/* 石綿 */
.shikakuBox input[type="checkbox"] {
    width: 38px;
}
.shikakuBox input[type="radio"] {
    width: 14px;
        margin-left: 15px;
}
.jizen a {
    display: inline-block;
    width: 130px;
    background-color: #9b9bab;
    text-align: center;
    margin: 0 5px;
    padding: 5px;
    border-radius: 5px;
    color: #ffffff;
}
	.jizen a:visited{
		color:#FFFFFF;
	}
table#asbestoTable th {
    border-left: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    padding: 10px;
    width: 470px;
    background-color: #f3ffe5;
}
table#asbestoTable td {
    padding: 10px;
    border-left: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
	        text-align: center;
        font-weight: bold;
}
table#asbestoTable {
    width: 100%;
    text-align: left;
    border-spacing: 0px;
    border-top: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
}	
td.unregi {
    color: #c73737;
}
#asbestoTable td a {
    display: block;
    width: 160px;
    margin: 0 auto;
    background-color: #167b1a;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 5px;
}
#asbestoTable .unregi a{
	background-color:#88919d;
}
}

/* ===== Thumbnail File List ===== */
.thumbnail-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px 0;
}
.thumbnail-item {
    width: 150px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.thumbnail-image {
    width: 150px;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}
.thumbnail-image img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}
.thumbnail-info {
    padding: 5px 8px;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.thumbnail-filename {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.thumbnail-delete {
    color: #c73737;
    font-size: 11px;
    text-decoration: none;
}
.thumbnail-delete:hover {
    text-decoration: underline;
}

/* ===== Workrecord Photo Thumbnails with Metadata ===== */
.thumbnail-list-workrecord {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px 0;
}
.thumbnail-item-workrecord {
    width: 260px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.thumbnail-item-workrecord .thumbnail-image {
    width: 260px;
    height: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}
.thumbnail-item-workrecord .thumbnail-image img {
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
}
.thumbnail-meta {
    padding: 8px;
}
.thumbnail-meta-row {
    margin-bottom: 6px;
}
.thumbnail-meta-row label {
    display: block;
    font-size: 11px;
    color: #666;
    margin-bottom: 2px;
    font-weight: bold;
}
.thumbnail-meta-row select,
.thumbnail-meta-row input[type="text"] {
    width: 100%;
    padding: 4px 6px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
.thumbnail-meta-row select:focus,
.thumbnail-meta-row input[type="text"]:focus {
    border-color: #4a90d9;
    outline: none;
}
.thumbnail-item-workrecord .thumbnail-info {
    padding: 5px 8px;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    border-top: 1px solid #eee;
}

/* ===== CSV Bulk Import Page ===== */
.csvUploadArea {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.csvImportBtn {
    display: inline-block;
    padding: 8px 25px;
    background-color: #4a7fd9;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}
.csvImportBtn:hover {
    background-color: #3a6fc9;
}
.csvHelpIcon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #4a7fd9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    cursor: help;
}
.csvSampleNote {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}
.csvSampleLink {
    color: #4a7fd9;
    text-decoration: none;
    font-size: 13px;
}
.csvSampleLink:hover {
    text-decoration: underline;
}
.csvHistoryTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.csvHistoryTable thead th {
    background-color: #f4f6f9;
    border: 1px solid #dce1e7;
    padding: 10px 8px;
    text-align: center;
    font-weight: bold;
    color: #333;
}
.csvHistoryTable thead th .thSub {
    font-size: 11px;
    font-weight: normal;
    color: #888;
}
.csvHistoryTable tbody td {
    border: 1px solid #dce1e7;
    padding: 8px;
    text-align: center;
    color: #555;
}
.csvHistoryTable tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.csvNoData {
    padding: 15px;
    color: #999;
    font-style: italic;
}
.alertMessage {
    padding: 10px 15px;
    margin-bottom: 15px;
    background-color: #e8f4e8;
    border: 1px solid #c3e6c3;
    border-radius: 5px;
    color: #2d7a2d;
    font-size: 14px;
}

/* ===== Asbestos Report Page ===== */
.pageTextBox {
    margin-bottom: 15px;
}
.pageCautionText {
    font-size: 13px;
    color: #666;
    margin-bottom: 3px;
}
.pageCautionText a {
    color: #3366cc;
    text-decoration: underline;
}
.asbestosSearchWrap {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.asbestosSearchLeft {
    flex: 1;
}
.asbestosSearchRight {
    flex: 0 0 420px;
}
.searchCondBox {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    background: #fafafa;
}
.searchCondTitle {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}
.searchCondNote {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}
.searchCondSub {
    margin-left: 25px;
    margin-top: 5px;
}
.searchCondSub label {
    font-size: 13px;
}
.searchCondBox input[type="radio"],
.searchCondBox input[type="checkbox"] {
    width: auto;
    min-width: auto;
    margin: 0 3px 0 0;
    padding: 0;
}
.searchBtnArea {
    margin-top: 15px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}
.searchBtnArea button {
    white-space: nowrap;
    flex-shrink: 0;
}
.searchBtnArea .searchBtn.bigBtn {
    background-color: #4169e1;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
    text-align: center;
}
.searchBtnArea .searchBtn.bigBtn:hover {
    background-color: #3358c5;
}
.searchBtnArea .csvExportBtn.bigBtn {
    background-color: #4169e1;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
    text-align: center;
}
.searchBtnArea .csvExportBtn.bigBtn:hover {
    background-color: #3358c5;
}
.btnIcon {
    margin-right: 3px;
}
.searchClearBtn {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    background: #4169e1;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 5px;
}
.searchClearBtn:hover {
    background: #3358c5;
}
.datepickerInput {
    width: 160px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* Asbestos Report Table */
.asbestosTableWrap {
    margin-top: 10px;
}
.asbestosTableControl {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.asbestosTableSearch {
    margin-left: auto;
    font-size: 13px;
}
.asbestosTableSearch input {
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 180px;
}
.asbestosTableInfo {
    font-size: 13px;
    color: #666;
    margin: 5px 0;
}
.asbestosReportTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.asbestosReportTable thead th {
    background-color: #e8ecf1;
    border: 1px solid #ccc;
    padding: 8px 6px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
}
.asbestosReportTable tbody td {
    border: 1px solid #ccc;
    padding: 6px 8px;
    font-size: 13px;
}
.asbestosReportTable tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.asbestosReportTable tbody tr:hover {
    background-color: #eef2ff;
}
.thCheck {
    width: 40px;
}
.tdCheck {
    text-align: center;
}
.tdCenter {
    text-align: center;
}
.sortIcon {
    font-size: 10px;
    color: #999;
}
.asbestosNoData {
    text-align: center;
    padding: 30px !important;
    color: #999;
}
.asbestosPagination {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
}
.asbestosPagination span {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    color: #666;
}
.asbestosPagination span:hover {
    background: #eee;
}

/* ============================================================
   施工パートナー登録フォーム
   ============================================================ */
.partnerFormBox {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}
.partnerFormHeader {
    background-color: #f0f0f0;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
.partnerFormBody {
    padding: 20px 25px;
}
.partnerFormGroup {
    margin-bottom: 20px;
}
.partnerFormLabel {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 6px;
}
.partnerFormLabel .any {
    display: inline-block;
    background-color: #888;
    color: #fff;
    font-size: 11px;
    padding: 1px 8px;
    border-radius: 3px;
    margin-left: 6px;
    font-weight: normal;
}
.partnerFormNote {
    font-size: 12px;
    color: #888;
    margin-bottom: 6px;
    margin-top: 2px;
}
.partnerFormInput input[type="text"],
.partnerFormBody input[type="text"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}
.partnerFormInput input[type="text"]:focus,
.partnerFormBody input[type="text"]:focus {
    border-color: #4169e1;
    outline: none;
    box-shadow: 0 0 3px rgba(65,105,225,0.3);
}

/* 労働保険番号 5列 */
.partnerInsuranceRow {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}
.partnerInsuranceCol {
    flex: 0 0 auto;
    width: 100px;
}
.partnerInsuranceColWide {
    width: 140px;
}
.partnerInsuranceLabel {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}
.partnerInsuranceCol input[type="text"] {
    width: 100%;
}

.partnerFormCheckRow {
    margin-top: 8px;
}
.partnerFormCheckRow label {
    font-size: 13px;
    color: #555;
    cursor: pointer;
}

/* 住所3カラム */
.partnerAddressRow {
    display: flex;
    gap: 15px;
}
.partnerAddressCol {
    flex: 1;
}
.partnerAddressColZip {
    flex: 0 0 200px;
}
.partnerAddressColPref {
    flex: 0 0 auto;
    min-width: 200px;
}
.partnerAddressColCity {
    flex: 1;
}

/* 住所2カラム */
.partnerAddressRow2 {
    display: flex;
    gap: 15px;
}
.partnerAddressCol2 {
    flex: 1;
}

/* 保存ボタン */
.partnerFormSubmit {
    text-align: center;
    margin: 30px 0;
}
.partnerSaveBtn {
    background-color: #4169e1;
    color: #fff;
    border: none;
    padding: 14px 80px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}
.partnerSaveBtn:hover {
    background-color: #3358c5;
}

/* 完了メッセージ */
.successMessage {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 12px 20px;
    border-radius: 4px;
    margin-bottom: 15px;
}

/* ============================================================
   施工パートナー一覧
   ============================================================ */
.partnerListHeader {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
}
.partnerAddBtn {
    background-color: #4169e1;
    color: #fff !important;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.partnerAddBtn:hover {
    background-color: #3358c5;
    text-decoration: none;
}
.partnerListTable {
    width: 100%;
    border-collapse: collapse;
}
.partnerListTable thead th {
    background-color: #e8ecf1;
    border: 1px solid #ccc;
    padding: 10px 8px;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
}
.partnerListTable tbody td {
    border: 1px solid #ccc;
    padding: 8px 10px;
    font-size: 13px;
}
.partnerListTable tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.partnerListTable tbody tr:hover {
    background-color: #eef2ff;
}
.partnerListId { width: 60px; }
.partnerListAction { width: 80px; text-align: center; }
.partnerNoData {
    text-align: center;
    padding: 30px !important;
    color: #999;
}
.partnerEditLink {
    color: #4169e1;
    text-decoration: none;
}
.partnerEditLink:hover {
    text-decoration: underline;
}

/* ============================================================
   担当者登録フォーム
   ============================================================ */
.managerHelpText {
    color: #2196F3;
    font-size: 13px;
    margin-bottom: 15px;
}
.managerHelpText a {
    color: #2196F3;
}
.helpIcon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #2196F3;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 11px;
    font-weight: bold;
    cursor: help;
}
.managerFormBox {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}
.managerFormHeader {
    background-color: #f0f0f0;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
.managerFormBody {
    padding: 20px 25px;
}
.managerFormGroup {
    margin-bottom: 20px;
}
.managerFormLabel {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 6px;
}
.managerFormNote {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}
.managerFormInput input[type="text"],
.managerFormBody input[type="text"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}
.managerFormInput input[type="text"]:focus,
.managerFormBody input[type="text"]:focus {
    border-color: #4169e1;
    outline: none;
    box-shadow: 0 0 3px rgba(65,105,225,0.3);
}
.managerFormRadioRow {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.managerFormRadioRow label {
    font-size: 14px;
    cursor: pointer;
}
.managerCheckboxRow {
    display: flex;
    gap: 6px 18px;
    flex-wrap: wrap;
    align-items: center;
}
.managerCheckboxRow label,
label.tantoTypeItem {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    padding: 2px 0;
    line-height: 1.4;
}
.managerCheckboxRow input[type="checkbox"],
.managerFormRadioRow input[type="radio"] {
    width: auto;
    min-width: auto;
    margin: 0 2px 0 0;
    padding: 0;
}

/* 業者セレクト */
.managerPartnerSelect {
    display: flex;
    align-items: center;
    gap: 8px;
}
.managerSelectBox,
.managerPartnerSelect select {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #2196F3;
    border-radius: 4px;
    font-size: 14px;
    background-color: #2196F3;
    color: #fff;
    appearance: none;
}
.managerClearBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #2196F3;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    flex-shrink: 0;
}
.managerClearBtn:hover {
    background-color: #1976D2;
}

/* サブボックス（建築物石綿含有建材調査者、工作物石綿事前調査者） */
.managerSubBox {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
}
.managerSubBoxHeader {
    background-color: #f5f5f5;
    padding: 10px 18px;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
}
.managerSubBoxBody {
    padding: 15px 18px;
}
.managerSubBoxBody .managerFormGroup:last-child {
    margin-bottom: 0;
}

/* 保存ボタン */
.managerFormSubmit {
    text-align: right;
    margin: 20px 0 30px;
}
.managerSaveBtn {
    background-color: #4169e1;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
}
.managerSaveBtn:hover {
    background-color: #3358c5;
}

/* ===== 参考ファイル一覧 ===== */
.refFileTableWrap {
    overflow-x: auto;
}
.refFileTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.refFileTable thead th {
    background-color: #f5f5f5;
    border-bottom: 2px solid #ddd;
    padding: 12px 15px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}
.refFileTable tbody tr {
    border-bottom: 1px solid #e8e8e8;
}
.refFileTable tbody tr:hover {
    background-color: #fafafa;
}
.refFileTable tbody td {
    padding: 15px;
    vertical-align: middle;
}
.refColId {
    width: 50px;
}
.refColName {
    width: 280px;
}
.refColDl {
    width: 120px;
    text-align: right;
}
.refTdId {
    text-align: center;
    color: #666;
}
.refTdName {
    font-weight: 500;
}
.refTdNote {
    color: #555;
    font-size: 13px;
    line-height: 1.6;
}
.refTdDl {
    text-align: right;
    white-space: nowrap;
}
.refDlBtn {
    background-color: #4169e1;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
}
.refDlBtn:hover {
    background-color: #3358c5;
}

