@charset "utf-8";
/* CSS Document */
html,body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	padding: 0;
	margin: 0;
	min-height: 100%;
	width: 100%;
	font-size:14px;
}
h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}
.floatLeft{
	float: left;
}
.floatRight {
	float: right
}
.floatClear {
	clear: both;
}
.spnSeparaterHeader {
	display: inline-block;
	margin: 0 10px;
	color: #FFF;
	font-weight: 700;
}
.spnSeparater {
	display: inline-block;
	margin: 0 10px;
	font-weight: 700;
}
.long {
	width: 300px;
}
/*
.loading {
	position: fixed;
	top : 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0.5;
}
*/
.loading {
	width: 66px;
	height: 66px;
	border: none;
	background: none;
	outline : none;
}
.loading img {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

header {
	width: 100%;
	height: 49px;
	padding: 5px 0;
	background: linear-gradient(#96BFE4, #306FA8);
	border-bottom: 1px solid #696969;
	z-index: 1;
}
header div.headerBlock{
	display: inline-block;
}
header div.headerBlock.floatRight{
	text-align: right;
}
header div a,header div input[type="button"] {
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	color: #FFF;
}
header div span {
	font-weight: 700;
	color: #FFF;
}

nav {
	height: 50px;
	margin: 0px 0px;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li {
	display: table-cell;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 10px;
	color: #FFF;
	font-weight: 700;
	font-size: 20px;
	cursor: pointer;
}
nav ul li:hover {
	color: #7fffff;
}
nav ul li.now {
	color: #7fffff;
}
.nav-item{
	cursor: pointer;
}
footer {
	/* background:#E7E6E6; */
	height: 103px;
	width: 100%;
	padding: 0;
	position: fixed;
	bottom: 0;
	font-size:14px;
}
.downloadFooter{
	position: relative;
}
.footerTop {
	height: 54px;
}
.footerBottom {
	height: 53px;
	/* line-height: 40px; */
	/* background: #606060; */
	color: #FFF;
	background-color: grey;
}
footer div span a {
	color: #FFF;
	text-decoration: none;
}

fieldset {
	border: none;
	text-align: left
}
dialog {
	padding: 0;
	border-radius: 5px;
	width: 500px;
	max-height: 400px;
	z-index: 100;
}

input[type="radio"],input[type="checkbox"]{
	margin-right: 5px;
}

/*
select{
	border: 1px solid #7fbfff;
    border-radius: 5px;
	font-size:14px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
input[type="text"],input[type="date"],input[type="tel"],input[type="email"],input[type="password"] {
	border: 1px solid #7fbfff;
    border-radius: 5px;
	font-size:14px;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding-left: 5px;
}
*/
input[type="checkbox"] {
	display: inline-block;
}
input[type="checkbox"].centerCheck {
	display: block;
	margin: auto;
}
inpCheckbox {
	vertical-align: middle;
}
.dialogTitle {
	padding: 10px;
	background: #c0c0c0;
	border-bottom: 1px solid #404040;
}
.dialogContents {
	padding: 10px;
}
.dialogFooter {
	padding: 10px;
	text-align: right;
}
.dialogFooter input[type="button"]{
	padding: 10px;
}

section {
	max-width: 1366px;
	/*background: linear-gradient(#afeeee,#FFF);*/
	height: calc(100% - 130px);
	margin: auto;
}
section.mainContents {
	height: calc(100% - 70px);
	/*overflow-y: auto;*/
	padding: 0;
}

section.topSection {
	max-width: 1366px;
	height: calc(100% - 160px);
	padding: 0;
}
section h2 {
	margin: 5px;
	padding-left: 20px;
	border-left : 3px solid #4169e1;
}
.formButton{
	font-size:14px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	/*padding: 0px 20px;*/
	margin: auto;
	background: #00bfff;
	border: 1px solid #1e90ff;
	border-radius: 5px;
	color: #f8f8ff;
	/*box-shadow: 0px 3px #CCC;*/
	cursor: pointer;
}
.formButton:hover{
	opacity: 0.8;
	background-color: #007bff;
	/*
	box-shadow: none;
	transform: translateY(1px);
	*/
}
.tableButton {
	height: 30px;
	font-size:14px;
	line-height: 14px;
	padding: 5px 10px;
	margin: 0 3px;
	border: 1px solid #b5b5b5;
	background: #f5f5f5;
	color: #000;
}
.centerAlign{
	text-align: center;
}
.leftAlign{
	text-align: left;
}
.loginBpx {
	margin-top: 50px;
	width: 475px;
	display: inline-block;
}
.downloadLogin {
	height: calc(100vh - 125px);
    overflow-y: auto;
    padding-bottom: 10px;
}
.loginForm {
	border: 1px solid #CCC;
	padding: 20px;
	border-radius: 5px;
	display: block;
	text-align: center;
}
.loginForm fieldset.dispBorder{
	border: 1px solid #7fbfff;
	border-radius: 5px;
	margin-bottom: 10px;
}
.loginForm fieldset.dispBorder input{
	border: none;
	outline:none;
}
.btnTogglePass {
	width: 32px;
	height: 32px;
	float: right;
	cursor: pointer;
}
.eyeOpen{
	background: url('../img/eye_open.png');
}
.eyeClose{
	background: url('../img/eye_close.png');
}
::-ms-reveal {
    display: none;
}
.loginForm label {
	display: inline-block;
}
.loginForm label.titleLabel {
	width: 150px;
}
.loginForm input {
	display: inline-block;
}
.loginForm input.loginInput {
	height: 32px;
	line-height: 32px;
}
.loginButton{
	font-size: 18px;
	width: 200px;
	padding: 10px 0px;
}
.loginForm a {
	display: block;
	margin: 15px 5px;
}

.menuButton {
	box-shadow: 3px 3px #CCC;
	height: 100px;
	width: 350px;
	font-size: 20px;
	line-height: 100px;
	margin: 10px;
	position: relative;
}
.menuButton:hover {
	box-shadow: 0px 0px #CCC;
	transform: translateX(3px)
}
.menuButtonIcon1 {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 75px;
	top: 40px;
}
.menuButtonIcon2 {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 100px;
	top: 55px;
}
.menuButton span {
	position: absolute;
	display: inline-block;
	left: 150px;
}

.nouhinColor {
	background-color: #7fbfff;
	border:1px solid #7f7fff;
}
.seikyuColor {
	background-color: #ffbf7f;
	border: 1px solid #ff7f7f;
}

.divNews {
	margin: none;
}
.listNews {
	list-style: none;
	border : 1px solid #CCC;
	padding: 20px;
	margin: auto;
	width: 880px;
	height: 250px;
	background: #FFF;
	text-align: left;
	overflow: auto;
}
.listNews li {
	border-bottom: 1px solid #CCC;
	padding: 10px 5px;
}
.spnNewsDate {
	display: inline-block;
	font-weight: 700;
	margin-right: 20px;
	width: 90px;
}
a.newsLink {
	display: inline-block;
}
/*
.divNews {
	margin: auto;
	width: 880px;
	height: 300px;
	overflow-y: scroll;
	background: #FFF;
	border: 1px solid #CCC;
	text-align: left;
}
*/
.divNews>h3 {
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	padding-left: 5px;
	border-left: 3px solid #CCC;
}

.divRootLink{
	margin: 10px 5px;
}
/*
.searchForm {
}
*/
.searchForm .inlineBox {
	display: block;
	margin: 5px;
}
.searchForm fieldset{
	display: inline-block;
	margin: 3px 0px;
	padding: 0;
}
.searchForm label {
	display: inline-block;
	height: 24px;
	line-height: 24px;
}
.searchForm label.titleLabel {
	width: 90px;
	text-align: right;
}
/*
.searchForm label.checkLabel {
}
*/
.searchForm input.searchButton{
	width: 200px;
	height: 35px;
	padding: 0;
	margin: 2px;
}
.divSearchInfo {
	margin-top: 10px;
}
.divSearchCnt {
	display: block;
	float: left;
	margin: 0;
}
.ulPager{
	display: block;
	margin: 0;
	list-style: none;
}
.ulPager li{
	display: inline-block;
	margin: 0px 5px;
	padding: 5px 10px;
	background: #EEE;
}
.divPagerInfo {
	display: block;
	float: right;
	margin: 0;
}

.listTable {
	margin-top: 15px;
	width: 100%;
	background: #FFF;
	border-collapse:collapse;
	text-align: left;
}
.listTable thead {
	background: #DDEBF7;
}
.listTable tr{
	border: 1px solid #CCC;
	border-left: none;
	border-right: none;
}
.listTable thead tr th{
	padding: 5px;
}
.listTable tbody tr td{
	padding: 5px;
}
.searchTable tbody tr:nth-child(even){
	background: #F2F2F2;
}
.searchTable tbody tr:hover {
	background-color: #fafad2;
}

.detailTable tbody tr {
	background: #FFF;
}
.detailTable tbody tr.topRow{
	border-bottom: none;
}
.detailTable tbody tr.bottomRow{
	border-top: none;
}
.detailTable tbody tr.evenRow {
	background: #F2F2F2;
}
.detailTable tbody tr.parentRow:hover {
	background-color: #fafad2;
}
.hoverRow {
	background-color: #fafad2!important;
}

.tblTantoList {
	margin-top: 0px;
	margin-bottom: 15px;
}
.tblTantoList tr td{
	padding: 5px;
	border: 1px solid #CCC;
}
.tblTantoList tr td.groupLabel {
	background: #DDEBF7;
}
.tblTantoList tr td.titleLabel {
	background: #DDEBF7;
	width: 250px;
	padding-left: 15px;
	vertical-align: middle;
}
.detailBox fieldset{
	display: block;
	border-bottom: 1px solid #CCC;
}
.detailBox label.groupLabel {
	display: inline-block;
	width: 100%;
	height: 24px;
	line-height: 24px;
}
.detailBox label.titleLabel {
	background: #DDEBF7;
	display: inline-block;
	width: 250px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}
.detailBox label.checkLabel {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
}
.detailBox span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
.divButtonBox {
	margin: 10px 0;
}

.updateForm {
	background: #DDEBF7;
	border: 5px solid #CCC;
}
.updateForm fieldset{
	display: block;
}
.updateForm label.titleLabel {
	display: inline-block;
	width: 250px;
	height: 30px;
	line-height: 30px;
}
.updateForm label.checkLabel {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
}
.updateForm input.long {
	width: 300px;
}

.spnRequired {
	width: 40px;
	height: 100px;
	border-radius: 40%;
	background: #dc3545;
	float: right;
	text-align: center;
	color: white;
}
.imgRequired {
	width: 40px;
	height: 26px; 
	float: right; 
	padding-top: 6px;
}
.spnNotRequired {
	display: inline-block;
	background: #808080;
	color: #FFF;
	height: 26px;
	line-height: 26px;
	border-radius: 13px;
	padding: 0px 10px;
}
p.errText {
	color: #F00;
	font-weight: 600;
	padding: 0;
    margin: 2px 0px;
}

.dateInput {
	width: 7em;
	text-align: left;
}
.ui-datepicker-trigger {
	width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    left: 3px;
}

.nobackground {
	background: #FFF;
}
.noborder {
	border: none;
}
.filterHighlight {
	/*background: #ff69b4;*/
	background: #ffb6c1!important;
}
/*
#tblDocumentList_length {
	margin-bottom: 5px;
	float: none;
}
*/
.dataTables_length {
	height: 30px;
	margin: 10px 0 !important;
	float: none !important;
}
.dataTables_length label {
	display: block;
	float:right;
}

.linkDownload {
	float: left;
}
.linkDownload a {
	display: inline-block;
	margin: 0 10px;
	line-height: 28px;
	cursor: pointer;
	text-decoration: none;
}

.disabledLink {
	pointer-events : none;
	opacity: 0.3;
}

.inputLabel {
	display: inline-block;
	margin-right: 20px;
}

.divDandori {
	margin: 10px;
}

.divDandori div {
	display: inline-block;
	width: 150px;
	height: 50px;
	margin: 3px;
	margin-right: 20px;
	border-bottom: none;
	line-height: 50px;
	text-align: center;
}
.divDandori div span.str {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #c0c0c0;
}
.divDandori div span.num {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	line-height: 20px;
	text-align: center;
	background: #c0c0c0;
	color: #FFF;
	margin: auto;
}

.divDandori div.now{
	border-bottom: 3px #007fff solid;
}
.divDandori div.now span.str {
	color: #007fff;
}
.divDandori div.now span.num {
	background: #007fff;
}

.spnNew {
	display: block;
    background: #F00;
	color: #FFF;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
}

.readonlyInput {
	border: none !important;
}
.readonlyInput:focus {
	outline: none !important;
}

.tglDetailAll>img, .tglDetail>img{
	width: 24px;
	height: 24px;
	margin-top: 5px;
}

.detailHeaderSpan{
	font-size: 18px;
	display: inline-block;
	font-weight: 700;
}

.linkSpan {
	cursor: pointer;
	color:#007bff;
}
.linkSpan:hover {
	text-decoration: underline;
	cursor: pointer;
}

.textButton {
	background: none;
	border: none;
	text-decoration: underline;
	cursor: pointer;
	font-size:14px;
}
.imgPDF {
	vertical-align: text-top;
	margin-left: 3px;
	width: 20px;
	height: 20px;
}

.invoiceHeader tbody tr td {
	height: 35px;
}

/****************************************/

/* Header */
.titleArea {
	height: 76px;
}
.titleText {
	font-size: 12px;
}
.titleArrow {
	color :#2b9ccb;
	font-weight: bold;
}
.titleSeparator {
	color:#dbd8d8;
}
.titleLink {
	color: #007bff;
	text-decoration: underline;
	cursor: pointer;
	font-size: 12px;
}
/* Menu */
.menuSelected {
	color :white;
	background-color: #37b6ea;
	text-align: center;
	padding: 10px;
}
.menuItem {
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
.menuItem:hover {
	background-color: #37b6ea;
}
/* Button */
.topButton {
	height: 100px; 
	width: 300px;
}
.btn-blue {
	color: white;
	border: 1px solid #2b9ccb;
	border-radius: 2px;
	background: #37b6ea;
}
.btn-blue:hover {
	background: #2b9ccb;
}
.btn-blue:active {
	border: 1px solid #2b9ccb;
}
.btn-orange {
	color: white;
	border: 1px solid #ec4123;
	border-radius: 2px;
	background-color: #ec8223;
}
.btn-orange:hover {
	color: white;
	background-color: #d46400;
}
.btn-orange:active {
	color: white;
	background-color: #d46400;
}
/*
.btn-danger {
	background-color: #cc3d00;
} 
*/
/* News */
.newsBox {
	height: 200px; 
	width: 98%; 
	overflow-y: auto;
}
/* TOP画面のフッタ */
.topFooterTime {
	height: 58px;
	background-color: #f5f5f5;
}
.topFooterCopyrt {
	height: 40px;
	background-color: grey;
}
/* メインコンテンツ */
.contents {
	margin-left: auto;
	margin-right: auto;
	max-width: 1366px;
}
.contents-sm {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
}
.contents-login {
	margin-left: auto;
	margin-right: auto;
	max-width: 480px;
}
/* DataTables */
.dataTables_paginate.paging_full_numbers {
	float: left;
}
.dataTables_info {
	float: right;
}

.csvBox {
	margin: 10px;
}
.csvBox p{
	font-weight: 600;
	margin-bottom: 3px;
}
.borderBox {
	padding: 10px;
	border: 1px solid #000;
	border-radius: 5px;
	box-shadow: 2px 2px #CCC;
}
/* 入力画面 */
.inpBtn180 {
	height: 34px;
	width: 180px;
	margin-right: 20px;
}
.inpBtn70 {
	height: 34px;
	width: 70px;
	margin-right: 20px;
}
/* 納品書画面の調整 */
.chk_delivery{
	margin-left: 5px;
}
/* 請求書画面の調整 */
.chk_invoice{
	margin-left: 5px;
}

.spnNote{
	height: calc(1.5em + 0.75rem + 2px)!important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5!important;
}

.mailDownloadLoginBox {
	border: 1px solid #CCC;
	padding: 20px;
	border-radius: 5px;
}
.mailDownloadLoginBox>.loginForm{
	border: none;
	padding: 0;
	border-radius: 0;
}
.mailDownloadLoginBox table tr{
	width: 100%;
}
.mailDownloadLoginBox table tr td{
	width: 100%;
}
.mailDownloadNewsRow{
	display: none;
}
.moreDisplay{
	display: block;
	margin-top: 10px;
	text-align: right;
	cursor: pointer;
}