.padding-top15 {
	padding-top: 15px !important;
}

.padding-top20 {
	padding-top: 20px !important;
}

.padding-bottom10 {
	padding-bottom: 10px;
}

.padding-bottom20 {
	padding-bottom: 20px;
}

.padding-left20 {
	padding-left: 20px !important;
}

.margin-right-3 {
	margin-right: 3px !important;
}

.margin-left20 {
	margin-left: 20px !important;
}

.margin-right20 {
	margin-right: 20px !important;
}
.margin-right30 {
	margin-right: 30px !important;
}

.margin-top8 {
	margin-top: 8px !important;
}

.margin-bottom0 {
	margin-bottom: 0px !important;
}

.w-5 {
	width: 5%;
}

.wd-30-max150 {
	width: 30%;
	max-width: 120px;
}

.btn-w100 {
	width: 100px;
}

.font-caution {
	color: red;
}

.border-right-none {
	border-right-width: 0 !important;
	border-right-style: none !important;
}

.wd-15{
	width: 15%;
}

.wd-20{
  width: 20%;
}

.wd-25{
	width: 25%;
}

.wd-40{
  width: 40%;
}

.wd-50{
  width: 50%;
}

.btn-w150{
    width: 150px;
}

.btn-logout {
  padding-top: 0px;
  padding-bottom: 0px;
}

.btn-small {
  padding-top: 0px;
  padding-bottom: 0px;
}

.btn-width135 {
  width: 135px;
}

.contract-table tr th {
  color: rgb(255, 255, 255);
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.contract-table tr td {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.mail-passwd {
	margin-top: 10px;
}

#ft-contextpath {
	display:none;
}
/* contractInfoQuery bg color of order */
.notcancel{
background-color: #F5F5F5; 
}
.applycancel{
background-color: #4682B4;
}
.canceled{
background-color: #A6A6A6;
}

.btn-width175 {
  width: 175px;
}

.btn-right-bottom-5 {
	margin-right: 1px;
	margin-bottom: 5px;
}

.col-area-width, .col-area-width-df {
	width: 300px;
}

.btn-area-contract, .btn-area-contract-df {
	width: 15%;
}

.contract-area-info, .contract-area-info-df {
	width: 83%;
}
/* REDMINE-2215 20200508 BEGIN ADD */
.kyaku-info > tbody > tr > th,
.kyaku-info > tbody > tr > td {
	border : 1px solid #ddd;
}
/* REDMINE-2215 20200508 END ADD */
@media screen and (min-width: 768px) {
	.col-area-width {
		width: 200px;
	}
	
	.btn-area-contract {
		width: 40%;
	}
	
	.contract-area-info {
		width: 58%;
	}
}

@media screen and (min-width: 1024px) {
	.col-area-width {
		width: 230px;
	}
	
	.btn-area-contract {
		width: 38%;
	}
	
	.contract-area-info {
		width: 60%;
	}
}

@media screen and (min-width: 1200px) {
	.col-area-width {
		width: 250px;
	}
	
	.btn-area-contract {
		width: 35%;
	}
	
	.contract-area-info {
		width: 63%;
	}
}

@media screen and (min-width: 1350px) {
	.col-area-width {
		width: 250px;
	}
	
	.btn-area-contract {
		width: 30%;
	}
	
	.contract-area-info {
		width: 68%;
	}
}

@media screen and (min-width: 1520px) {
	.col-area-width {
		width: 300px;
	}
	
	.btn-area-contract {
		width: 25%;
	}
	
	.contract-area-info {
		width: 73%;
	}
}