@charset "UTF-8";
/* CSS Document */





/* リセット
------------------------------------------------------------------- */
img{
	border:0;
	vertical-align:top;
}





/* 届け出・申請書一覧
------------------------------------------------------------------- */
.tebleTodokede {
	margin: 0 0 50px 0;
	width: 100%;
}
.tebleTodokede td {
	font-size: 84%;
}
.cellMeisyo {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7b7b7b;
	vertical-align: middle;
}
.cellButton, .cellKonnatoki {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #7b7b7b;
	border-left-color: #7b7b7b;
	vertical-align: middle;
}

.cellButton {
	text-align: center;
}

.cellTitel {
	background-color: #BCE2EC;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7b7b7b;
	border-bottom-color: #7b7b7b;
}
.cellLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7b7b7b;
}
.cellButton {
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	width: 49px;
}
.cellKonnatoki {
	padding: 4px;
}
.todokedeBox {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

.todokedeBox td {
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 6px;
}

.btn {
	margin-left: 5px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
}

.syoruiName {
	font-size: 13px;
}
