/* レイアウト */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style-type: none;
}

#loading{
	display: none;
}

html {
	font-size: 11px;
	font-family:  helvetica, arial, "meiryo","hiragino kaku gothic pro","ms pgothic", sans-serif;
}

textarea{
	resize: none;
}

textarea, input {
	font-family: "メイリオ",system-ui
}
_:-ms-lang(x)::-ms-backdrop,
textarea {
	font-size: 13px;
	font-family: "メイリオ";
}

.modal-invate .invate-box {
	position: relative;
/*	width: 522px;*/
	background-color: rgba(153, 153, 153, 0.6);
	border-radius: 5px;
}


.modal-invate p {
	text-align: center;
	color: #fff;
}

.modal-invate .inviteTitle {
	padding: 30px 0 20px;
	font-size: 28px;
}

.modal-invate p:nth-of-type(2) {
	margin-bottom: 20px;
	font-size: 11px;
}

.modal-invate p.hankaku {
	padding:10px;
	margin-bottom: 15px;
	color: red;
	font-size: 10px;
}

.modal-invate .invate-code-parent {
	width: 75%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	margin-bottom: 15px;
}

.modal-invate .invate-code {
	position: relative;
	width: 20%;
	border-radius: 3px;
}

.modal-invate .invate-code::after {
	content: "";
	position: absolute;
	display: block;
	top: 45%;
	right: -23%;
	width: 10px;
	height: 1px;
	background-color: #999;
}

.modal-invate .invate-code:last-child::after {
	display: none;
}

.modal-invate .invate-code input {
	width: 100%;
	padding: 3px 0;
	border-radius: 3px;
	border: 1px solid #999;
	font-size: 15px;
	text-align: center;
}

.modal-invate .invate-button {
/*	padding-bottom: 30px;*/
	padding-bottom:18px;
	text-align: center;
}

.modal-invate .invate-button input {
	width: 50%;
	padding: 3px;
	color: #1e73aa;
	font-size: 15px;
	background-color: #fff;
	border-radius: 3px;
	border: none;
}

.modal-invate .invate-box {
	width: 100%;
	height:100vh;
}



@media screen and (max-width: 310px){
	.modal-invate .inviteTitle {
		padding: 15px 0 10px;
		font-size: 18px;
	}
	.modal-invate .invate-code-parent {
		margin-bottom: 10px;
	}
	.modal-invate p:nth-of-type(2) {
		margin-bottom: 10px;
		font-size: 11px;
	}
	
	.modal-invate p.hankaku {
		margin-bottom: 10px;
		color: red;
		font-size: 10px;
	}
	

	.modal-invate .invate-code-parent {
		width: 95%;
	}
}

div.mordal {
	width: 100%;
	height: 211px;
	opacity: 0.82;
	background: #999999;
	text-align: center;
	color: #ffffff;
}

div.mordal div.mordal1 {
	padding: 20px 5px 10px;
	font-size: 18px;
	font-family: "メイリオ",sans-serif;
}

div.mordal div.mordal2 {
	padding: 10px 5px;
	font-size: 18px;
	font-family: "メイリオ",sans-serif;
}

div.mordal div.mordal3 {
	padding: 20px;
	font-size: 11px;
	font-family: "メイリオ",sans-serif;
}

div.mordal div.notice {
	padding: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #f00;
	font-family: "メイリオ",sans-serif;
}
div.mordal p.buttons {
	width: 100%;
	text-align: center;
}

#inner {
	font-family: "メイリオ",sans-serif;
}

@media screen and (max-width:320px){
	div.mordal div.mordal1 {
		font-size: 16px;
	}

	div.mordal div.mordal2 {
		padding:10px 5px;
		font-size: 16px;
	}

	div.mordal div.mordal3 {
		padding: 20px 10px;
		font-size: 10px;
	}
}


#c_btn {
	position: fixed;
	right: 3px;
	top: 3px;
}

#c_btn img {
	/*width: 16px;*/
	width: 12px;
	height: auto;
}

#c_btn:hover {
	cursor: pointer;
}
#inner {
	width: 260px;
	height: 32px;
	background: #ffffff;
	color: #1e73aa;
	text-align: center;
	line-height: 35px;
	margin: auto;
	font-size: 15px;
	border-radius: 3px;
	cursor: default;
}

#inner:hover {
	cursor: pointer;
}

/* コメント関連 */

.commentFormHeader {
	margin-top: 10px;
	color: #1a4460;
	font-weight: bold;
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.commentHeader {
	margin: 15px 0 8px;
}

.commentHeader .companyName {
	font-weight: bold;
}

.commentBody {
	border: #929292 solid 1px;
	border-radius: 4px;
	background-color: #fff;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.commentSentence {
	width: 60%;
	/*  flex-basis: 60%;*/
	word-break: break-all;
}

.commentPic {
	width: 37%;
	display: flex;
	flex-basis: 380px;
	flex-wrap: wrap;
	/*  background-color: #fec;*/
	justify-content: flex-end;
	align-items: center;
	/*  align-content:flex-start;*/
}

.commentPic > .placeholder {
	margin: 3px;
}

.commentInput {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	height: auto;
}

.commentInputArea {
	width: 100%;
	min-height: 5em;
	height: auto;
	border: none;
}

.commentInputBtn {
	background-color: #7daf26;
	color: #fff;
	width: 37px;
	height: 23px;
	border: none;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
	margin-top: 10px;
}

.commentFile {
	margin: 20px 0;
	min-height: 100px;
	border-radius: 4px;
	background-color: #6a6a6a;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
}

.commentFileBtn {
	width: 45px;
}


.requestStatus.wanted.wanted-dammy {
	display: none;
}

.requestStatus.nowanted.nowanted-dammy {
	display: none;
}

.requestStatus.wanted {
	width: 90px;
	background-color: #0f1a26;
	color: #ed5c00;
	line-height: 1.1;
	font-size: 11px;
}

.requestStatus.nowanted {
	width: 250px;
	margin: 0 auto 5px;
	background-color: #cacaca;
	color: #545454;
}

.requestStatus {
	font-weight: normal;
	padding: 5px;
	text-align: center;
	cursor: default;
}



.lineBtn {
	position: relative;
	font-size: 11px;
	display: block;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 5px;
	margin-bottom:0;
	text-align: center;
}

.lineBtn.blue.fill {
	color: #fff;
	background-color: #1e73aa;
}
.lineBtn.blue.fill:hover {
	color: #eee;
}

.lineBtn.blue {
	color: #1e73aa;
	background-color: #fff;
	border: 1px solid #1e73aa;
	padding: 3px 15px;
	width: 75px;
	border-radius: 3px;
	font-size: 11px;
}
.lineBtn.blue.cancel {
	width: 85px;
	padding: 3px 15px;
}

.lineBtn.blue:hover {
	color: #1a4460;
	border-color: #1a4460;
}
.lineBtn.blue:active {
	color: #6eb2df;
	border-color: #6eb2df;
}
.sectionHeader .lineBtn {
	font-size: 1rem;
	padding: 3px 15px;
	margin: 3px 0;
}
.requestSection .sectionHeader .lineBtn {
	color: #1e73aa;
	border: 1px solid #1e73aa;
}
.requestSection .sectionHeader .lineBtn:hover {
	color: #1a4460;
	border-color: #1a4460;
}
.requestSection .sectionHeader .lineBtn:active {
	color: #6eb2df;
	border-color: #6eb2df;
}

.contractSection .sectionHeader .lineBtn {
	color: #49ab11;
	border: 1px solid #49ab11;
}

.contractSection .sectionHeader .lineBtn:hover {
	color: #280;
	border-color: #280;
}
.contractSection .sectionHeader .lineBtn:active {
	color: #6c3;
	border-color: #6c3;
}
.lineBtn.dummy {
	visibility: hidden;
}

.lineBtn.roundBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 256px;
	border: 1px solid #1f73aa;
	border-radius: 5px;
	margin-bottom: 5px;
}

.contractSection .lineBtn.roundBtn {
	border: 1px solid #49ab11;
}

.lineBtn.dummy {
	visibility: hidden;
}

.simpleBtn {
	width: auto;
	padding: 5px 10px;
	border-radius: 2px;
	border: solid 1px #ccc;
	color: #325ca0;
	background: linear-gradient(#f8fcfd, #d6d6d6);
	word-break: keep-all;
}
.simpleBtn:disabled,
.simpleBtn:disabled:hover {
	color: #777;
}
.simpleBtn2 {
	height: 45px;
	width: 60px;
	padding: 0;
	border-radius: 2px;
	border: solid 1px #ccc;
	color: #325ca0;
	text-align: center;
	font-size: 14px;
	background: linear-gradient(#f8fcfd, #d6d6d6);
}

.simpleBtn2.createOrder {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 5px;
}

.delfileBtn {
	width: auto;
	padding: 2px 10px;
	border-radius: 2px;
	border: solid 1px #ccc;
	color: #325ca0;
	background: linear-gradient(#f8fcfd, #d6d6d6);
}

.simpleBtn:hover {
	color: #9af;
}
.simpleBtn:active {
	color: #57e;
}

.simpleBtn.orange {
	width: 75px;
	padding: 3px 15px;
	background: none;
	color: #fff;
	background-color: #ff9900;
	font-size: 11px;
	border: 1px solid #ff9900;
	border-radius: 3px;
}

.simpleBtn.orange:hover {
	background-color: #ff8000;
}

.simpleBtn.orange:active {
	background-color: #ffbb00;
}

.compProf_confirm .simpleBtn {
	background-color: #280;
}


.CompProf_edit .tableLikeCol .imgMoveBtn,
.ReqJob_entry .tableLikeCol .imgMoveBtn,
#logoViewModal td button {
	height: auto;
	margin: 2px 0;
	padding: 1px 20px;
	background: #f2f2f2;
	border: 1px #222 solid;
	border-radius: 2px;
	color: #666;
	font-size: 11px;
}


.fileHidden {
	display: none;
}

.picItem img,
.imgWrap img,
#logoView img,
#logoViewModal img,
.confirmTable .placeholder img,
.commentBody .placeholder img {
	/*
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:100%;
	height:auto;
	*/
	width: 100px;
	height: 100px;
	object-fit: cover;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.login .normal {
	color: #1e73aa;
	width: 199px;
	height: 35px;
	border: #1e73aa solid 1px;
	background-color: #fff;
	border-radius: 3px;
}

.login .small label{
	display:flex;
	align-items:center;
}

.login .small span{
	margin-left:3px;
}

div.mordal .mordal3.modalClose{
	padding: 30px;
}

.cancelBtn.cancel {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.25);
}

.cancelBtn.cancel:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.cancelBtn.cancel:active {
	background-color: rgba(0, 0, 0, 0.1);
}

.btnSection .Btngreen {
	background-color: #49ab11;
	color: #fff;
	border-radius: 3px;
	border:1px solid #49ab11;
	margin-left:10px;
}

.jobName.noCancel{
	width:auto;
}

.errors {}
.errors p {
	color: #f00;
}
.error {
	width: 100%;
	text-align: center;
	font-size: 12pt;
	color: #f00;
}

.text-numeric {
	width: 144px;
	text-align: right;
}

.Rog_offerList .joblistspan.orangespan {
	background-color: #ff5e00;
	margin-right: 5px;
	padding: 5px 30px;
	border-radius:0;
}

.file_select_btn {
	display: block;
	background-color: #d3d3d3;
	padding: 6px;
	border-radius: 8px;
	font-weight: bold;
	cursor: pointer;
}

.finBtnSec {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 10px;
}

.workTime .radioGroup{
	margin-right:10px;
}

.label.entered {
	background-color: #ffbb00;
	text-shadow: 1px 1px 3px #ff9600, -1px -1px 3px #ff9600, 2px 2px 5px #ff9600, -2px -2px 5px #ff9600,0px 0px 2px #ff9600;
}
.label.other {
	background-color: #666;
}
.label.cancel {
	background-color: #666;
}
.label.wanted {
	text-shadow: 1px 1px 3px #49ab11, -1px -1px 3px #49ab11, 2px 2px 5px #49ab11, -2px -2px 5px #49ab11,0px 0px 2px #49ab11;
	background-color: rgba(255, 255, 255, 0.5);
}
.label.today {
	background-color: rgba(0, 0, 0, 0.25);
}
.label.soon {
	background-color: rgba(19, 64, 147, 1);
}
.label.end {
	background-color: rgba(105, 105, 105, 1);
}

.company .companyHead.entered {
	color: #f00;
	background-color: #ffda8f;
	line-height: 1.1;
	padding: 2.2px 0;
	font-size: 11px;
}
.companyHead.contract,
.companyHead.cancel {
	background-color: transparent;
	border: 1px solid #fff;
	color: inherit;
}
.requestStatus.cancel {
	display: none;
	color: #fff;
	background-color: #aaa;
}

.company .companyHead.over,
.company .companyHead.soon {
	color: #f00;
	background-color: #fff;
	line-height: 1.1;
	padding: 2.2px 0;
	font-size: 11px;
}
.companyHead.wanted {
	padding:5px 0;
	color: #f00;
	background-color: #fff;
	font-size: 12px;
}

.radioGroupWrap > *{
	margin-right:5px
}

.pagerList li a.arrowLink {
	background-color: #c7c7c7;
	border: 2px solid #fff;
	font-size: 11px;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.pagerList li span.arrowLink {
	background-color: #c7c7c7;
	border: 2px solid #fff;
	font-size: 11px;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.pagerList li a.excerpt {
	text-decoration: none;
}

.login .discription-word{
	color:#9FA0A0;
	font-size:18px;
}

/* 運営会社用 */
main.About {
	width: 100%;
	padding: 20px;
}
.tblAbout {
	width: 100%;
	max-width: 600px;
	margin-top: 20px;
	border-collapse: collapse;
}
.tblAbout td,
.tblAbout th {
	padding: 10px;
	border: #c9caca solid 1px;
}
.tblAbout th {
	color: #fff;
	background-color: #1e6ea1;
	font-weight: normal;
}
.tblAbout tr:nth-of-type(even) td {
	background-color: #efeae3;
}
.tblAbout tr:nth-of-type(odd) td {
	background-color: #ffffff;
}



input::-webkit-input-placeholder {
	color: #7e7e7e;
}
input:-moz-placeholder {
	color: #7e7e7e;
}
input::-moz-placeholder {
	color: #7e7e7e;
}
input:-ms-input-placeholder {
	color: #7e7e7e;
}


@media screen and (min-width: 768px) {

	body{
		position: relative;
	}
	.sticky_arrow{
		position: fixed;
		display: flex;
		justify-content: center;
		align-items: center;
		bottom: 20px;
		right: 20px;
		background-color: #000080;
		width: 25px;
		height: 25px;
		border-radius: 50%;
	}
	.sticky_arrow img{
		transform: rotate(-90deg);
	}

	.pagerWrap {
		background-color: #A5A5A5;
		width: 100%;
/*		width: calc(100% + 1px);*/
		padding: 50px 0;
		/*position: absolute;
		bottom: 0;*/
	}


	.placeholder.notImage {
		overflow: hidden;
		width: 100px;
		height: 100px;
		position: relative;
		color: #1A4460;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.5rem;
		background-color: #E5E5E5;
		border: 1px solid rgba(0, 0, 0, 0.2);
	}
	
	#drop_zone{
		display:flex;
		position:fixed;
		z-index:9999;
		width:100%;
		height:100%;
		margin:-20px;
		padding:40% 0;
		background:rgba(255,255,255,.7);
		font-size:22px;
		font-weight:bold;
		text-align:center;
	}
	
/*
	#drop_zone p{
		position:fixed;
		display:flex;
		align-items:center;
		justify-content: center;
		width:100%;
		height:100%;
		font-size:22px;
		font-weight:bold;
		text-align:center;
		
	}
*/

	a {
		text-decoration: none;
		text-decoration-line: none;
	}
	
	a:hover,a:focus{
		outline:none;
	}

	
	#btnClose {
		margin: 0 auto;
	}

	.wrap {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
		width: 1280px;
		margin: 0 auto;
		background-color: #ebf1f1;
	}

	.wrap > .sidebar {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		width: 220px;
		color: #fff;
		background-color: #1e73aa;
		font-size: 13px;
		height: auto;
		min-height: 100vh;
	}

	.wrap.topPage > .sidebar {
		min-height: 950px;
	}

	.sidebar .logo {
		padding: 20px;
		margin-top: 25px;
		text-align: center;
	}

	.compProf_confirm .sidebar .logo {
		/*
		position:absolute;
		top:40%;
		*/
		height: auto;
		margin: auto 0;
	}

	.sidebar .welcome {
		border-radius: 5px;
		color: #1e73aa;
		background-color: #fff;
		width: 135px;
		text-align: center;
		padding: 5px;
		margin-bottom: 30px;
	}

	.welcome p:nth-of-type(1) {
		font-size: 13px;
	}
	.welcome p:nth-of-type(2) {
		font-size: 11px;
	}
	.welcome p:nth-of-type(3) {
		font-size: 10px;
	}

	.wrap > .contents {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		max-width: 1060px;
		/*position: relative;*/
	}

	.contents > .pageTitle {
		display: flex;
		flex-direction: row;
		width: 100%;
		height: 89px;
		justify-content: flex-end;
		align-items: stretch;
		margin-bottom: 40px;
		background-color: #fff;
	}
	.pageTitle > .pageTitleLogo {
		color: #fff;
		background-image: url("img/pageHeaderBG.png");
		background-color: #1e73aa;
		width: 1059px;
		height: 89px;
		position: relative;
	}
	.titleLogoTxt {
		display: flex;
		position: absolute;
		right: 20px;
		top: 25px;
		font-size: 15px;
		font-weight: normal;
	}

	.titleLogoTxt.iconCol {
		vertical-align: baseline;
	}

	.sort {
		display: flex;
		flex-direction: column;
	}

	span.iconCol {
		vertical-align: baseline;
	}

	/*ListJob_detail 作業日時 項目の幅を広くしました。*/
	/*一行に収めるため。*/
	#jobTerm {
		width: 250px;
		height: auto;
		margin: auto;
	}

	/*ListJob_detail 入札期限、選定期間の文字を小さくしました。*/
	/*一行に収めるため。*/
	span.jobTerm_c {
		width: auto;
		height: auto;
		margin: auto;
		font-size: 8px;
	}

	.sort .top {
/*		display: flex;*/
		position: absolute;
		right: 20px;
		top: 10px;
		font-size: 10px;
		font-weight: normal;
	}
	.sort .top a {
		color: #fff;
	}

	.welcome .iconCol {
		justify-content: center;
	}
	
	li.iconCol{
		width:105px;
		margin:5px auto;
	}
	
	.sidebar .logo a img {
		height: auto;
		max-width:100px;
		width: auto;
	}

	.navList > li {
		margin-bottom: 30px;
	}

	.navList .lineBtn {
		padding: 2px 15px;
		cursor: pointer;
		border-radius: 3px;
	}

	.navList .lineBtn.boldBtn {
		cursor: default;
	}

	.navList .bigItem {
		font-size: 19px;
		margin: 0 auto 16px;
	}

	.agreement .contents .main.main.parent {
		width: 1060px;
	}

	.contents > .main.top {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
	}

	.contents .main.parent,
	.contents .main.input {
		width: 100%;
		padding: 0 20px;
	}
	
	.contents .main{
		flex-grow:1;
	}
	
	.contents .main.parent:not(.reqJobConfirm) table{
		font-size:13px;
	}

	.compProf_confirm .contents .main {
		padding: 0;
	}

	.compProf_confirm .contents {
		/*    width:83%;*/
		margin: 0 auto;
	}

	.pageHeader {
		font-size: 21px;
		font-weight: normal;
		color: #1e73aa;
		border-bottom: #707070 solid 1px;
	}

	.compProf_confirm .pageHeader {
		margin: 80px auto;
		font-size: 35px;
		text-align: center;
		border: none;
	}

	.pageBody {
		padding: 32px;
	}
	
	.pageBody.tableBody{
		padding:32px 10px;
	}

	.reqJobConfirm .pageBody {
		width: 715px;
		padding: 32px 0;
		margin: 0 auto;
	}

	.compProf_confirm .reqJobConfirm .pageBody {
		width: 100%;
	}

	.confirmTable {
		width: 100%;

	}

	.compProf_confirm .pageBody {
		padding: 0;
	}

	.searchSec {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 45px;
	}

	.main > .requestSection,
	.main > .contractSection {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
		width: 466px;
		border-radius: 18px;
		margin-bottom: 50px;
	}

	.main > .requestSectionWide {
		width: 895px;
	}

	.sectionPad {
		display: block;
		height: 100%;
	}

	.sectionBody {
		display: flex;
		flex-direction: column;
		/*  justify-content: space-between;*/
		align-items: stretch;
		height: calc(100% - 250px);
		padding-left: 18px;
		padding-right: 18px;
	}

	.requestSection.requestSectionWide .sectionItem {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;


	}
	.requestSectionWide .sectionItem {
/*		min-height: 500px;*/
	}

	.main > .requestSection {
		margin-right: 35px;
	}

	.main > .requestSection {
		color: #fff;
		border: #1e73aa solid 5px;
		background-color: #1e73aa;
	}

	.requestSection.requestSectionWide {
		background-color: #49ab11;
		border-color: #49ab11;
	}
	.requestHistory .requestSection.requestSectionWide {
		background-color: #1e73aa;
		border-color: #1e73aa;
	}

	.main > .contractSection {
		color: #fff;
		border: #49ab11 solid 5px;
		background-color: #49ab11;
	}

	.main.finish.top {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 25px;
	}

	.finishMsg {
		width: 400px;
		height: 400px;
		text-align: center;
		font-size: 21px;
		color: #c30d23;
	}

	.msg_dodgerblue {
		color: #1e90ff;
	}

	.finishMsg .buttons {
		display: flex;
		justify-content: space-around;
		margin-top: 1em;
	}

	.finishMsg .lineBtn.blue {
		width: 100px;
	}

	.categoryHeader {
		margin: 15px;
		font-weight: normal;
		padding: 5px;
		font-size: 17px;
	}
	.categoryHeader.iconCol {
		margin-bottom: 25px;
		margin-top: 25px;
	}

	.Rog_offerList .categoryHeader.iconCol {
		margin: 0 0 25px 0;
	}

	.iconCol a {
		color: #fff;
		text-decoration: none;
	}

	.iconCol a.linkBlue {
		color: #1e73aa;
	}

	.categoryHeader.before {
		color: #ff8000;
		text-align: center;
		background-color: #1a4460;
		padding: 5px;
		width: 100%;
		margin: 14px 0 2px;
		font-size: 12px;
	}

	.job .jobList {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin-top: 5px;
		margin-bottom: 1em;
		padding: 5px;
	}

	.alignStatus .jobList {
		padding: 5px 5px 0;
		margin-bottom: 0;
	}

	.jobList dt {
		display: flex;
		justify-content: space-between;
		width: 4em;
		margin-right: 10px;
		text-align: justify;
		text-align-last: justify;
		font-size: 10px;
		margin-bottom: 5px;
	}

	.jobList dd {
		width: calc(100% - 4em);
		margin-bottom: 5px;
		font-size: 13px;
		overflow: hidden;
	}
	.request .jobList dd,
	.contractSection .jobList dd {
		display: flex;
		align-items: center;
	}
	/*
	.jobList .listItemHalf {
	width: 15%;
	width: calc(15% - 10px);
}
	*/
	.jobList .listItemWide {
		width: 41%;
	}
	.jobList .listItemHalfWide {
		width: 29%;
	}

	.job.other .jobList {
		padding-top: 5px;
		background-color: rgba(127, 127, 127, 0.5);
	}

	.job.request {
		background-color: #1a4460;
		margin-bottom: 1px;
		padding: 5px;
	}

	.companies .company {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 5px 5px;
		margin-bottom: 5px;
	}
	.company .companyHead {
		font-weight: normal;
		padding: 5px 0;
		height: auto;
		width: 114px;
		text-align: center;
		cursor: default;
	}

	h5 {
		font-size: 12px;
	}

	.companyNameBody {
		font-size: 16px;
	}

	p.companyName {
		width: 160px;
		height: 20px;
		margin-bottom: 4px;
		text-align: center;
		overflow: hidden;
	}

	.company .companyBtn {
		border: none;
		background-color: #ff6600;
		color: #fff;
		font-weight: normal;
		padding: 5px 5px;
		width: 113px;
		height: auto;
		font-size: 12px;
		display: inline-flex;
		justify-content: flex-start;
		align-items: center;
		cursor: pointer;
	}

	.company .companyBtn.selectBtn:hover,
	.agreeBtn:hover {
		background-color: #ff9900;
	}

	/*
	.company .companyBtn.selectBtn:active {
	background-color: #ff9900;
}
	*/
	/*
	.companyBtn span {
	display: block;
}
	*/
	/*
	.companyBtn span:nth-of-type(1) {
	font-size: 6px;
	transform: scaleX(0.5);
}
	*/
	.companyBtn.companyBtnWhite {
		display: block;
		height: auto;
		background-color: #fff;
		color: #1e73aa;
		text-align: center;
		cursor: default;
	}

	/*
	.companyBtn.companyBtnWhite:hover {
	background-color: #eee;
}
	.companyBtn.companyBtnWhite:active {
	background-color: #eef;
}
	*/
	button.companyBtn {
		border-radius: 5px;
	}

	.tableLike {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.tableLikeRow {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.tableLikeCol > * {
		margin-right: 10px;
	}
	.tableLikeCol .pictureCol {
		margin-right: 0;
	}

	.tableLikeCol:nth-of-type(1) {
		width: 122px;
		position: relative;
		top: 13px;
	}
	.ReqJob_entry .tableLikeCol:nth-of-type(1) {
		top: 12px;
	}
	.tableLikeCol:nth-of-type(2) {
		width: 529px;
		color: #757575;
		background-color: #fff;
		padding: 10px 5px;
	}

	.tableLikeCol:nth-of-type(3) {
		width: 239px;
	}

	.tableLikeCol input[type="text"],
	.tableLikeCol input[type="password"] {
		width: 100%;
		padding: 2px;
		border-radius: 3px;
		border: 1px solid #8e8e8e;
	}

	.tableLikeCol select {
		position: relative;
		top: 2px;
	}

	.tableLikeCol select.operationTime {
		top: 0;
	}

	.tableLikeCol .text-inline[type="text"] {
		width: 176px;
	}

	.tableLikeCol .text-inline.text-inline-date {
		width: 110px;
	}

	.tableLikeCol input.inlineInput {
		width: 350px;
	}
	.tableLikeCol input.fileName {
		width: 113px;
		text-align: left;
	}

	.tableLikeCol textarea {
		width: 100%;
		height: 10em;
		border-radius: 3px;
		padding: 3px;
		border-color: #888888;
		line-height: 1.25;
	}
	.tableLikeCol input[type="datetime-local"] {
		width: 150px;
	}
	.tableLikeCol input[type="date"] {
		width: 100px;
	}

	.tableLikeCol .pictureCol {
		background-color: #d2d2d2;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
		padding: 5px;
	}
	.tableLikeCol .cancelCol {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
		padding: 5px;
		text-align: center;
		margin-right: 0;
	}

	.tableLikeCol .cancelCol label {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.listJobApplyHistory {
		border-collapse: collapse;
	}

	.listJobApplyHistory td:not(.transparentCell),
	.listJobApplyHistory th:not(.transparentCell) {
		max-width:190px;
		text-align: center;
		padding: 10px;
		border: #c9caca solid 1px;
		word-wrap:break-word;
	}

	.listJobApplyHistory th:not(.transparentCell) {
		color: #fff;
		background-color: #1e6ea1;
		font-weight: normal;
	}

	.listJobApplyHistory tr:nth-of-type(even) td:not(.transparentCell) {
		background-color: #efeae3;
	}

	.listJobApplyHistory tr:nth-of-type(odd) td:not(.transparentCell) {
		background-color: #ffffff;
	}

	.transparentCell {
/*		display: flex;*/
		justify-content: space-around;
		align-items: center;
		padding: 18px 0;
		margin-right: 5px;
	}

	.newTagCell {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	.transparentCell .simpleBtn:first-of-type {
		margin-right: 3px;
	}

	.listJobApplyHistory .simpleBtn {
		height: 4em;
	}

	.newTag {
		display: inline-block;
		background-color: #c75a80;
		color: #fff;
		font-size: 0.7em;
		padding: 2px 5px;
		border-radius: 2px;
		margin-right: 2px;
		height: 10pt;
	}

	/* 請負依頼一覧のレイアウト修正に合わせてコメントアウト
	#NT {
	display: inline-block;
	background-color: #C75A80;
	color: #fff;
	font-size: 0.7em;
	padding: 2px 5px;
	border-radius: 2px;
	margin-right: 2px;
	vertical-align: -10px;
	left: -15px;
	top: 5px;
	position: relative;
	height: 12px;
}
	*/
	div.JN_flex {
		display: flex;
		justify-content: space-around;
	}

	div.JN_f {
		max-width: 150px;
		min-width: 150px;
	}

	div.NW {
		white-space: nowrap;
	}

	.picBody {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}

	.picItem {
		width: 33%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
	}

	.pictureCol p {
		padding: 10px 0;
		text-align: center;
		color: #f00;
	}

	_:-ms-lang(x)::-ms-backdrop,
	.picItem img,
	_:-ms-lang(x)::-ms-backdrop,
	.imgWrap img,
	_:-ms-lang(x)::-ms-backdrop,
	#logoView img,
	_:-ms-lang(x)::-ms-backdrop,
	#logoViewModal img {
		/*		top:auto;*/
	}

	#logoView:empty {
		width: 0;
		height: 0;
		margin-right: 0;
	}

	#imgView0:empty,
	#imgView1:empty,
	#imgView2:empty {
		display: none;
		width: 0;
		height: 0;
	}

	#logoViewModal tr {
		display: flex;
		align-items: center;
		justify-content: space-around;
		width: 500px;
		margin: 15px auto;
	}
	#logoViewModal td {
		width: 100px;
	}
	
	
	#logoViewModal td:nth-of-type(2){
		overflow:hidden;
	}

	.fileName {
		margin-bottom: 2px;
	}

	.tableLikeCol .selectBtn:nth-of-type(odd) {
		border-right: none;
	}

	.radioGroup {
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}

	.selectRadio {
		display: none;
	}

	.selectLabel {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		height: 21px;
		padding: 7px;
		margin: 0;
		border-radius: 0;
		border: 1px solid #888888;
		text-align: center;
	}

	.selectLabel:hover {
		border-color: #aaa;
	}

	.radioGroup .selectLabel:nth-of-type(1) {
		border-radius: 3px 0 0 3px;
		border-right: none;
	}

	.radioGroup .selectLabel:nth-of-type(2) {
		border-radius: 0 3px 3px 0;
	}

	.selectRadio:checked + .selectLabel {
		background-color: #1e73aa;
		color: #fff;
	}

	.selectRadio:checked + .selectLabel:hover {
		background-color: #39c;
		color: #fff;
	}

	.selectBtn {
		width: 37px;
		height: 21px;
		margin: 0;
		border-radius: 0;
		border: 1px solid #888888;
	}
	.selectBtn.selected {
		background-color: #1e73aa;
		color: #fff;
	}

	.triangleBlue {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 122px;
		box-sizing: content-box;
		position: relative;
	}

	.triangleBlue > div {
		background-color: #6eb2df;
		color: #fff;
		height: 26px;
		width: 122px;
		font-size: 11px;
		padding: 1px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.triangleBlue::after {
		content: "";
		border-top: 13px solid #ebf1f1;
		border-left: 13px solid #6eb2df;
		border-bottom: 13px solid #ebf1f1;
		background-color: #ebf1f1;
		position: relative;
		width: 13px;
	}

	.triangleIndigo {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 307px;
		box-sizing: content-box;
		position: relative;
		line-height: 1.2;
	}

	.triangleIndigo > div {
		background-color: #1a4460;
		color: #fff;
		height: 36px;
		width: 294px;
		font-size: 11px;
		padding: 1px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.triangleIndigo::before {
		content: "";
		border-top: 18px solid #ebf1f1;
		border-right: 18px solid #1a4460;
		border-bottom: 18px solid #ebf1f1;
		background-color: #ebf1f1;
		position: relative;
		width: 18px;
	}

	.submitBtn {
		width: 75px;
		color: #fff;
		background-color: #ff9900;
		border: 1px solid #ff9900;
		padding: 3px 15px;
		display: block;
		margin: 0 auto;
		font-size: 11px;
	}

	.submitBtn:hover {
		background-color: #ff8000;
	}

	.submitBtn:active {
		background-color: #ffbb00;
	}

	.backBtn {
		color: #fff;
		background-color: #005f9f;
		border: none;
		padding: 5px 25px;
		display: block;
		margin: 20px auto 0 auto;
	}

	/* 共通 */
	.note {
		border: #1e6ea1 solid 1px;
		padding: 16px;
		margin: 15px 0;
		font-size: 13px;
		color: #1e6ea1;
		background-color: #fff;
	}


	.sidebar .lineBtn {
		width: 105px;
		padding: 3px 2px;
		margin: 0 auto 0.5em;
	}

	.sidebar .lineBtn:first-of-type {
		font-size: 10px;
	}

	.lineBtn.boldBtn {
		border: none;
		border-bottom: 2px solid #fff;
		border-radius: 0;
	}
	.sidelabelbox {
		margin-bottom: 16px;
	}
	.lineBtn.roundBtn {
		border-radius: 10px;
		width: 230px;
	}
	.lineBtn:hover {
		background-color: rgba(255, 255, 255, 0.2);
	}
	.lineBtn:active {
		background-color: rgba(200, 200, 255, 0.2);
	}
	.lineBtn.boldBtn:hover {
		background-color: transparent;
	}
	
	#ruleAgreeBtn {
		width: 120px;
		margin:30px auto;
	}
	
	.sectionHeader {
		background-color: #fff;
		border-radius: 15px;
		font-weight: normal;
		text-align: center;
		font-size: 35px;
		display: flex;
		/*		justify-content: space-between;*/
		align-items: center;
		flex-direction: column;

		padding-top: 15px;

		width: 100%;
		height: 200px;
		margin-bottom: 30px;
	}
	#end_job {
		color: #49ab11;
	}
	.requestHistory #end_job {
		color: #1e73aa;
	}
	.requestSection.requestSectionWide .sectionHeader {
		height: 85px;
		margin-bottom: 44px;
	}
	.requestSection .sectionHeader {
		color: #1e73aa;
	}
	.contractSection .sectionHeader {
		color: #49ab11;
	}
	.sectionHeader span:nth-of-type(3) {
		display: flex;
		flex-direction: column;
	}
	

	.label {
		display: block;
		color: #fff;
		margin-left: 5px;
		padding: 3px;
		/*width: 113px;*/
		width: 180px;
		text-align: center;
	}

	.tag {
		display: inline-block;
		color: #fff;
		margin-left: 1em;
		padding: 3px;
		width: 85px;
		text-align: center;
		border-radius: 0;
		font-size: 11px;
	}

	.contractSection .tag {
		text-shadow: 1px 1px 3px #49ab11, -1px -1px 3px #49ab11, 2px 2px 5px #49ab11, -2px -2px 5px #49ab11,
		0px 0px 2px #49ab11;
	}

	.requestSection .tag {
		text-shadow: 1px 1px 3px #1e73aa, -1px -1px 3px #1e73aa, 2px 2px 5px #1e73aa, -2px -2px 5px #1e73aa,
		0px 0px 2px #1e73aa;
	}

	.requestSection .greenEffect {
		text-shadow: 1px 1px 3px #49ab11, -1px -1px 3px #49ab11, 2px 2px 5px #49ab11, -2px -2px 5px #49ab11,
		0px 0px 2px #49ab11;
	}

	.tag.car {
		background-color: rgba(255, 255, 255, 0.5);
	}
	.tag.trans {
		background-color: rgba(255, 255, 255, 0.5);
		
	}

	.older {
		text-align: right;
		padding-right: 20px;
		margin-bottom: 20px;
	}
	.older a {
		color: #fff;
		text-decoration: underline;
	}

	.cancelBtn {
		padding: 1px 2px;
		border-radius: 5px;
		border: none;
		display: inline-flex;
		justify-content: flex-start;
		align-items: center;
		width: 90px;
		height: auto;
		font-size: 12px;
		position: relative;
		cursor: pointer;
	}
	/*
	.cancelBtn span {
	display: block;
}
	*/
	/*
	.cancelBtn span:nth-of-type(1) {
	font-size: 6px;
	transform: scaleX(0.5);
}
	*/
	.triangleSign {
		/*
		padding-right: 5px;
		font-size: 10px;
		cursor: pointer;
		*/
		width: 0;
		height: 0;
		margin: 0 10px 0 5px;
		border-top: 3px solid transparent;
		border-right: 5px solid #fff;
		border-bottom: 3px solid transparent;
	}

	.cancelBtn.request {
		align-items: center;
		color: #fff;
		background-color: #c4cde9;
	}

	.cancelBtn.request:hover {
		background-color: #eef;
	}
	.cancelBtn.request:active {
		background-color: #aac;
	}
	
	.cancelBtn.before {
		color: #fff;
		background-color: #000;
	}

	.cancelBtn.before:hover {
		background-color: #999;
	}
	.cancelBtn.before:active {
		background-color: #666;
	}

	.itemBtn {
		padding: 1px 2px;
		border-radius: 5px;
		background-color: #ffaa00;
		color: #fff;
		border: none;
		display: inline-flex;
		justify-content: flex-start;
		align-items: center;
		width: 85px;
		height: auto;
		font-size: 12px;
		position: relative;
		/*  bottom: 3px;*/
	}
	/*
	.itemBtn span {
	display: block;
}
	*/
	/*
	.itemBtn span:nth-of-type(1) {
	font-size: 6px;
	transform: scaleX(0.5);
}
	*/
	.itemBtn.before {
		color: #fff;
		background-color: #000;
	}

	.itemBtn.before:hover {
		background-color: #999;
	}
	.itemBtn.before:active {
		background-color: #666;
	}

	.agreeBtn {
		display: inline-flex;
		padding: 1px 2px;
		border-radius: 5px;
		background-color: #ff6600;
		color: #fff;
		border: none;
		display: inline-flex;
		justify-content: flex-start;
		align-items: center;
		width: 85px;
		height: auto;
		font-size: 12px;
		position: relative;
		z-index: 9999;
		top: 35px;
		left: 310px;
		cursor: pointer;
		/*  bottom: 3px;*/
	}

	.agreeBtn.agreeBtnNew {
		top: 47px;
	}

	/*
	.agreeBtn span {
	display: block;
}
	*/
	/*
	.agreeBtn span:nth-of-type(1) {
	font-size: 6px;
	transform: scaleX(0.5);
}
	*/
	.agreeBtn.before {
		color: #fff;
		background-color: #000;
	}

	.agreeBtn.before:hover {
		background-color: #999;
	}
	.agreeBtn.before:active {
		background-color: #666;
	}

	.detailBtn {
		padding: 1px 2px;
		border-radius: 5px;
		background-color: #ff6600;
		color: #fff;
		border: none;
		display: inline-flex;
		justify-content: flex-start;
		align-items: center;
		width: 85px;
		height: auto;
		position: relative;
		cursor: pointer;
		/*  bottom: 3px;*/
	}
	/*
	.detailBtn span {
	display: block;
}
	*/
	/*
	.detailBtn span:nth-of-type(1) {
	font-size: 6px;
	transform: scaleX(0.5);
}
	*/
	.detailBtn.before {
		color: #fff;
		background-color: #000;
	}
	.detailBtn.before:hover {
		background-color: #999;
	}
	.detailBtn.before:active {
		background-color: #666;
	}

	.iconCol {
		margin: 5px 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	
	.iconCol.topHeader{
		margin:25px 0;
	}

	.sidebar .iconCol {
		cursor: pointer;
	}

	.icon {
		margin: 0 5px 0 0;
		vertical-align: middle;
	}

	.icon.mastericon {
		margin: 0 10px 0 5px;
	}

	.jobName {
		font-size: 16px;
		width: 250px;
		overflow: hidden;
		/*		line-height:1.4;*/
	}

	.jobDay {
		font-size: 13px;
		width: 250px;
		overflow: hidden;
	}

	.jobName.dammy {
		display: none;
	}
	.emptyjobList {
		height: 0;
	}


	#invite {
		font-size: 14px;
		width: 120px;
		padding: 2px 10px;
		border-radius: 2px;
		border: solid 1px #ccc;
		color: #325ca0;
		background: linear-gradient(#f8fcfd, #d6d6d6);
	}

	

	.searchLbl {
		font-size: 13px;
	}
	.search {
		width: 300px;
		padding: 2px;
	}

	.companyTable {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 30px;
		/*table-layout: fixed;*/
	}

	.companyTable th,
	.companyTable td {
		max-width:370px;
		border: #c9caca solid 1px;
		margin: 0;
		border-collapse: collapse;
		padding: 15px 20px;
		word-wrap: break-word;
	}
	
	.companyTable th,td.startOrEnd{
		padding:15px;
	}
	
/*
	.companyTable th.datetime,
	.companyTable td.datetime {
		min-width: 130px;
		padding: 15px;
	}
	
	.companyTable td.datetime.dtChild{
		padding:15px 20px;
	}
*/
	
	.companyTable th.datetime{
		width:140px;
	}
	
	.companyTable td:first-child{
		width:210px;
	}

	.companyTable td:last-child {
		width:150px;
		text-align: center;
	}

	.companyTable th {
		background-color: #1e73aa;
		color: #fff;
		font-weight: normal;
	}

	.companyTable tr:nth-of-type(odd) {
		background-color: #efeae3;
	}

	.companyTable tr:nth-of-type(even) {
		background-color: #fff;
	}



	.pager {
		position: relative;
		display: flex;
		justify-content: space-around;
		flex-direction: column;
		align-items: center;
		padding: 10px;
	}

	.requestSectionWide .pager {
		background-color: transparent;
	}
	.contentSec .pager {
		background-color: transparent;
	}

	.pagerList {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 236px;
		margin-right: 35px;
		margin-bottom: 20px;
	}

	.pagerList li.arrowLink {
		background-color: #c7c7c7;
		border: 2px solid #fff;
		font-size: 11px;
		width: 24px;
		height: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
	}

	.pagerList a {
		color: #fff;
	}

	.pagerList li a {
		font-size: 13px;
		color: #fff;
		display: block;
	}
	.pagerList li .current {
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		display: block;
	}

	.fl {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.confirmTable th,
	.confirmTable td {
		border: transparent solid 3px;
		padding: 5px;
	}
	.confirmTable th {
		color: #fff;
		font-weight: normal;
		background-color: #1e73aa;
		width: 20%;
		text-align: right;
	}
	.confirmTable td {
		word-break:break-all;
		font-size: 13px;
		background-color: #dfe6eb;
		word-wrap:break-word;
	}
	
	.FireFoxTable{
		position:relative;
	}
	
	.FireFoxTable p{
		max-width:550px;
		word-wrap:break-word;
	}
	
	.confirmTable .tdBody.tecBox{
		display:block;
	}

	.confirmTable .tdBody.tdAround {
		justify-content: space-around;
	}

	.confirmTable .sentenceFull {
		max-width: 18px;
	}

	.confirmTable .tdBody {
		display: flex;
		align-items: center;
	}

	.confirmTable .tdBody > * {
		margin-right: 5px;
	}

	.tdBody .heading,
	.tdBody .price {
		font-size: 11px;
		color: #8e8e8e;
	}

	.tdBody .notation {
		color: #f7393a;
		font-size: 12px;
	}

	.tdBody .tdFlex {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		/*		flex-basis: 220px;*/
		margin-right: 0;
		font-size: 11px;
	}

	/*
	.confirmTable .placeholder,
	.commentBody .placeholder {
	overflow: hidden;
	width: 100px;
	height: 100px;
	position: relative;
}
	*/
	/*
	.commentBody div.placeholder {
	border: 1px solid rgba(0, 0, 0, 0.2);
}
	*/
	/*
	.compProf_confirm .confirmTable .placeholder {
	width: 120px;
	margin-right: 20px;
}
	*/
	.compProf_confirm .confirmTable {
		margin: 0 auto 10px;
	}

	.compProf_confirm .confirmTable th {
		text-align: center;
		background-color: #280;
	}

	.compProf_confirm .confirmTable td {
		padding: 5px 10px 5px;
	}

	.compProf_confirm .confirmTable td span {
		margin-left: 40px;
	}

	.entryTable.confirmTable th {
		background-color: #280;
	}

	body {
		position: relative;
	}

	.btnSection {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
	}

	.btnSection button {
		padding: 3px 15px;
		border: none;
		width: 75px;
		/*		height: 23px;*/
/*		margin-right: 10px;*/
		margin-bottom: 0;
		font-size: 11px;
	}
	
	.btnSection button:last-child{
		margin-left:10px;
	}

	.btnSection #btnApply {
		width: 85px;
	}

	.compProf_confirm .btnSection {
		width: 210px;
		margin: 0 auto;
		justify-content: space-between;
	}

	/* 値段のポップアップ */
	.modal {
		width: 265px;
		height: 75px;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;

		color: #fff;
	}

	.modal.modalAllList {
		height: 161px;
	}

	.modalHead {
		display: flex;
		justify-content: initial;
		align-items: center;
	}

	.modalBody {
		background-color: rgba(0, 0, 0, 0.75);
		text-align: center;
		height: 55px;
		padding: 10px;
	}

	.modal.modalAllList .modalBody {
		min-height: 146px;
		text-align: left;
	}

	.modalTriangle {
		box-sizing: border-box;
		position: relative;
		width: 20px;
		background-color: transparent;
		height: 20px;
	}

	.modalTriangle::after {
		box-sizing: border-box;
		content: "";
		display: block;
		border-right: 10px solid rgba(0, 0, 0, 0);
		border-left: 10px solid rgba(0, 0, 0, 0);
		border-bottom: 10px solid rgba(0, 0, 0, 0.75);
		background-color: rgba(0, 0, 0, 0);
		position: relative;
		width: 20px;
		height: 20px;
	}

	.modalTriangle:nth-of-type(1)::after {
		left: 45px;
	}

	.modalTriangle:nth-of-type(2)::after {
		left: 185px;
	}

	.modalTriangle:nth-of-type(2) {
		display: none;
	}

	.modalTriangle:nth-of-type(2)::after {
		display: none;
	}

	.modal .price {
		font-size: 2em;
	}

	.modal.fadeIn {
		animation-name: modalFadeIn;
		animation-duration: 0.3s;
	}
	.modal.fadeOut {
		animation-name: modalFadeOut;
		animation-duration: 0.3s;
	}
	.modal.none {
		pointer-events: none;
		opacity: 0;
	}

	@keyframes modalFadeIn {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			display: flex;
			opacity: 0;
		}
		100% {
			display: flex;
			opacity: 1;
		}
	}

	@keyframes modalFadeOut {
		0% {
			display: flex;
			opacity: 1;
		}
		99% {
			display: flex;
			opacity: 0;
		}
		100% {
			display: none;
		}
	}

	/* モーダル用ブラックアウト */
	body {
		position: relative;
		width: 100%;
		height: 100vh;
	}

/*
	::-webkit-scrollbar {
		width: 6px;
	}
	::-webkit-scrollbar-track {
		border-radius: 30px;
		background: #eee;
	}
	::-webkit-scrollbar-thumb {
		border-radius: 30px;
		background: #6a6a6a;
	}
*/

	.blackoutFrontColorbox {
		position:relative;
		background-color: #abacac;
		padding: 20px 20px 20px;
	}

	.formHeader {
		text-align: right;
	}

	.blackout > .blackoutBG {
		width: 100%;
		height: 100vh;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
	}

	/* ログイン画面関連 */
	body .login {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.login .wrap {
		background-color: #ebf1f1;
		width: 100%;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.login .small {
		font-size: 75%;
	}

	.login .wide input {
		width: 350px;
	}

	.login .input {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #000;
	}

	.login .input form p {
		display: flex;
		justify-content: center;
	}

	.login .input form p.wide {
		display: flex;
		justify-content: flex-end;
		align-items:center;
	}

	.login .decide {
		border: none;
		background-color: #1e73aa;
		color: #fff;
		width: 199px;
		height: 35px;
		border-radius: 3px;
	}

	.login .remindSendMail {
		font-size: 11px;
		color: #1e73aa;
	}

	.login p.wide input {
		background-color: #fff;
		border: #777c86 1px solid;
		height: 44px;
		font-size: 21px;
		/*line-height: 44px;*/
		width: 396px;
		border-radius: 3px;
		padding: 11px 15px;
	}

	.login label {
		color: #777c86;
		font-size: 11px;
	}

	.iconCol.bigItem {
		cursor: auto;
	}

	/*
	.firstindent {
	display: inline-block;
	text-indent: 10px;
}
	*/
	.FinJob_entry .confirmTable {
		margin-bottom: 10px;
	}

	.FinJob_entry .confirmTable th {
		background-color: #49ab11;
	}

	.FinJob_entry .confirmTable .tdBody {
		align-items: center;
	}

	.FinJob_entry .confirmTable .tdBody.tdind {
		justify-content: space-around;
	}

	.FinJob_entry .confirmTable .tdBody > * {
		margin-right: 15px;
	}

	.FinJob_entry .confirmTable .tdBody .heading.spaceside {
		margin-right: 15px;
	}

	.banner-box {
		width: 100%;
		padding: 5px;
		margin: 0 auto;
		background-color: #ec2222;
	}

	.banner-box p {
		font-size: 16px;
		text-align: center;
		color: #fff;
	}

	.FinJob_entry .commentHeader {
		font-size: 13px;
	}

	.FinJob_entry .commentSentence {
		font-size: 13px;
	}

	.confirmationBld {
		margin-bottom: 5px;
		font-size: 14px;
		font-weight: bold;
	}

	.confirmationSml {
		font-size: 13px;
	}

/*
	.FinJob_entry .finBtnSec {
		justify-content: flex-start;
		flex-direction: row-reverse;
	}
*/

	.lineBtn.finBtn {
		width: auto;
	}
	
	.lineBtn.finBtn {
		cursor:pointer;
	}

	.FinJob_entry .blackout > .blackoutFront {
		border-radius: 5px;
	}

	.FinJob_entry .confirmTable .th-top {
		vertical-align: top;
	}

	.pagesubHeader {
		color: #1e73aa;
	}

	.requestSectionWide .job {
		width: 49%;
		margin: 15px 0;
		padding: 5px;
	}

	.Rog_offerList .job .jobList {
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.requestHistory .sectionBody,
	.applyHistory .sectionBody,
	.Rog_offerList .sectionBody {
		width: 92%;
		margin: 50px auto;
		padding: 0 10px;
	}

	.Rog_offerList .sectionItem {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.requestHistory .label {
		margin-left: 0;
	}

	.requestHistory .jobList,
	.applyHistory .jobList {
		padding: 5px 0;
	}

	.requestHistory .jobList dt {
		display: flex;
		align-items: center;
		justify-content: space-between;
		top: 0;
		margin-bottom: 5px;
	}

	.requestHistory .jobList dt:nth-of-type(1) {
		padding-top: 0;
	}

	.applyHistory .label {
		margin-left: 0;
	}

	.applyHistory .jobList dt:nth-of-type(1) {
		padding-top: 0;
	}

	.ReqJob_entry .tableLikeCol:nth-of-type(1) {
		position: static;
	}

	.ReqJob_entry .tableLikeRow {
		align-items: center;
	}

	.ReqJob_entry .tableLikeRow:nth-of-type(8),
	.ReqJob_entry .tableLikeRow:nth-of-type(10) {
		align-items: flex-start;
	}

	.ReqJob_entry .tableLikeRow:nth-of-type(8) .tableLikeCol,
	.ReqJob_entry .tableLikeRow:nth-of-type(10) .tableLikeCol {
		padding-top: 10px;
	}

	.tableLikeCol .text-inline-length[type="text"] {
		width: 144px;
	}

	.requestList td:not(.transparentCell),
	.requestList th:not(.transparentCell) {
		padding: 5px 10px;
		border: #c9caca solid 1px;
	}

	.requestList td:not(.transparentCell) {
		text-align: center;
	}

	.requestList td:nth-of-type(2),
	.requestList td:last-child {
		text-align: left;
	}

	.requestList .transparentCell {
		justify-content: center;
		width: 120px;
	}

	.requestList .transparentCell .simpleBtn:first-of-type {
		margin-right: 5px;
	}

	.requestList .listJobApplyHistory {
		width: 950px;
		table-layout: fixed;
	}
	.listJobApplyHistory td {
		overflow-wrap: break-word;
		word-break: break-all;
	}

	.jobNameTh {
		width: 180px;
	}

	.jobName1 {
		width: 110px;
	}

	.jobName2 {
		width: 150px;
	}

	.jobName3 {
		width: 60px;
	}

	.jobName4 {
		width: 130px;
	}

	.jobName5 {
		width: 75px;
	}

	.jobName6 {
		width: 60px;
	}

	.jobName7 {
		width: 230px;
	}

	.requestList .simpleBtn {
		margin-top: 5px;
	}

	.requestList .JN_flex {
		position: relative;
	}

	.requestList .JN_flex #NT.newTag {
		position: absolute;
		display: table-cell;
		vertical-align: middle;
		content: "";
		top: 12%;
		left: -30px;
		/*transform: scale(0.75);*/
		transform-origin: left top;
	}

	/*
	.lineBtn.blue {
	padding: 3px 15px;
}
	*/
	.pagerList {
		margin-bottom: 0;
	}

	.pagerList li a {
		text-decoration: underline;
		text-decoration-line: underline;
	}

	.compProf_confirm .btnSection {
		justify-content: center;
	}

	.CompProf_edit .pageBody {
		padding: 32px 16px;
	}

	.CompProf_edit .tableLikeCol:nth-of-type(2) {
		padding: 10px;
	}

	.CompProf_edit .tableLikeCol input {
		height: 27px;
		padding: 5px;
	}

	.CompProf_edit .tableLikeColflex input {
		width: 224px;
	}

	.CompProf_edit .triangleBlue > div {
		width: 110px;
	}

	.triangleBlue.twoString > div {
		height: 52px;
	}

	.tableLikeCol.tableLikeColflex {
		display: flex;
	}

	.CompProf_edit .lineBtn.blue {
		align-self: flex-start;
		padding: 5px 15px;
		/*		height: 27px;*/
		font-size: 9px;
	}

	.CompProf_edit .triangleBlue {
		width: 140px;
	}

	.CompProf_edit .triangleBlue > div {
		width: 140px;
		padding: 3px;
	}

	.CompProf_edit .tableLikeCol:nth-of-type(1) {
		width: 140px;
	}

	.CompProf_edit .tableLikeCol:nth-of-type(2) textarea {
		height: 6em;
		padding: 5px;
	}

	.CompProf_edit .editflex {
		display: flex;
		align-items: center;
	}

	.CompProf_edit .widthType3.subinput {
		position: relative;
		margin: 10px 0 10px 153.5px;
	}

	.CompProf_edit .inputbefore1::before {
		content: "番地";
		position: absolute;
		top: 5px;
		left: -35px;
	}

	.CompProf_edit .inputbefore2::before {
		content: "建物名";
		position: absolute;
		top: 5px;
		left: -45px;
	}

	.widthType1 {
		width: 454px;
	}

	.widthType2 {
		width: 90px;
		margin: 0 10px;
	}

	.widthType3 {
		width: 300px;
	}

	.CompProf_edit .attention {
		margin-top: 5px;
	}

	.widthType4 {
		width: 180.5px;
	}

	.CompProf_edit .inputbefore3 {
		position: relative;
	}

	.CompProf_edit .inputbefore3::before {
		content: "（必須）";
		position: absolute;
		top: 5px;
		right: 10px;
		color: #ff0000;
	}

	.CompProf_edit .emptybox {
		margin-left: 20px;
	}
	
	.CompProf_edit .emptybox.confirmPW{
		margin-left:10px;
		text-align:right;
	}

	.CompProf_edit .mustred {
		color: #ff0000;
	}

	.CompProf_edit .inputafter {
		position: relative;
	}
	
	.CompProf_edit .inputafter .inputcover input{
		width:180px;
	}

	.CompProf_edit .inputafter::before {
		content: "※8文字以上16文字まで";
		position: absolute;
		top: 38px;
		left: 15px;
		color: #ff0000;
	}

	.CompProf_edit .filemesseage {
		margin: 10px 0;
		text-align: center;
		color: #f00;
	}

	/*
	.CompProf_edit .simpleBtn.orange {
	width: 65px;
}
	*/
	.button-wrapper {
		margin-bottom: 20px;
		text-align: center;
	}

	.contents .main.company-invate {
		padding: 0 40px;
	}

	.company-invate .pageBody {
		padding-left: 0;
	}

	.company-invate-box,
	.company-invate-box2,
	.company-invate-box3 {
		position: relative;
	}

	.company-invate-box::before,
	.company-invate-box2::before {
		content: "※全角20文字以内";
		position: absolute;
		top: 38px;
		left: 15px;
		color: #ff0000;
		z-index: 99;
	}

	.company-invate-box3::before {
		content: "※半角128文字以内";
		position: absolute;
		top: 38px;
		left: 15px;
		color: #ff0000;
		z-index: 99;
	}

	.company-invate-box3 p {
		width: 360px;
		margin: 35px 0 20px 15px;
		color: #ff0000;
	}

	.company-invate-box::after,
	.company-invate-box3::after {
		content: "※必須";
		position: absolute;
		top: 15px;
		left: 320px;
		color: #ff0000;
	}

	.company-invate-box2::after {
		content: "※省略可";
		position: absolute;
		top: 15px;
		left: 320px;
		color: #ff0000;
	}

	.company-invate .simpleBtn.orange {
		width: 90px;
	}

	.company-invate .lineBtn.blue {
		margin: 20px 0 0 390px;
	}

	.Rog_offerList .joblistspan-box {
		display: flex;
		margin-bottom: 10px;
	}

	.Rog_offerList .joblistspan-box:empty {
		display: none;
	}

	.Rog_offerList .joblistspan {
		font-size: 12px;
		border-radius: 5px;
	}

	.Rog_offerList .blackspan {
		background: rgba(62, 62, 62, 0.7);
		padding: 5px 20px;
	}

	.Rog_blackout .confirmTable {
		margin-bottom: 10px;
	}

	.Rog_blackout .confirmTable th {
		background-color: #49ab11;
	}

	.Rog_blackout .confirmTable .tdBody {
		align-items: center;
	}

	.Rog_blackout .confirmTable .tdBody.tdind {
		justify-content: space-around;
	}

	.Rog_blackout .confirmTable .tdBody > * {
		margin-right: 15px;
	}

	.Rog_blackout .confirmTable .tdBody .heading.spaceside {
		margin-right: 15px;
	}

	.Rog_blackout .confirmTable .th-top {
		vertical-align: top;
	}

	.Rog_blackout .placeholder {
		margin: 15px 25px;
	}
	
	.inprice {
		margin: 30px 0;
		text-align: center;
	}

	.inprice span {
		margin: 0 10px;
		font-size: 16px;
		color: #fff;
	}

	.inprice input {
		padding: 10px 5px;
		border-radius: 5px;
	}

	.Rog_blackout .Btngreen {
		background-color: #49ab11;
		color: #fff;
		border-radius: 3px;
	}

	.must-contents1 {
		position: relative;
	}

	.must-contents1::after {
		content: "※必須";
		position: absolute;
		top: 15px;
		left: 475px;
		color: #ff0000;
	}

	.must-contents2 {
		position: relative;
	}

	.must-contents2::after {
		content: "※必須";
		position: absolute;
		top: 6px;
		left: 465px;
		color: #ff0000;
		z-index: 999;
	}

	.must-contents3 {
		position: relative;
	}

	.must-contents3::after {
		content: "※必須";
		position: absolute;
		top: 6px;
		right: -45px;
		color: #ff0000;
	}

	.CompProf_edit #textView1 .tableLikeCol input {
		width: 70%;
		height: 15px;
		padding: 5px;
	}

	.CompProf_edit .caseBtn {
		padding: 0 15px;
		border: 2px solid #364751;
		border-radius: 3px;
	}

	/*
	.compProf_confirm .blackout > .blackoutFront{
	background-color: #ABACAC;
	padding:0;
	width: 800px;
	height: auto;

	margin:0;

	z-index: 10;
}
	*/
	.compProf_confirm .wrap {
		width: 800px;
	}

	.wrapper {
		padding: 50px;
	}
	.tooltip-span {
		position: relative;
	}
	.tooltip {
		visibility: hidden;
		text-align: left;
		position: absolute;
		z-index: 1;
		opacity: 0;
		transition: opacity 500ms;
		width: 120px;
		left: 50%;
		margin-top: 30px;
		margin-left: -50px;
	}
	.tooltip > .tooltip-text {
		background-color: #000080;
		color: #fff;
		padding: 5px 10px;
		border-radius: 6px;
		font-size: 12px;
		display: inline-block;
		width: 320px;
	}
	.tooltip > .tooltip-text::after {
		content: " ";
		position: absolute;
		top: -20px;
		left: 30%;
		margin-left: -5px;
		border-width: 10px;
		border-style: solid;
		border-color: transparent transparent #000080 transparent;
	}
	.tooltip-span:hover > .tooltip {
		visibility: visible;
		opacity: 0.7;
	}
	.imgWrap {
		width: 100px;
		/*		padding: 5px;*/
		/*  background-color: #eee;*/
		margin-right: 5px;
		/*		min-height: 75px;*/
	}

	/*
	.imgWrap:empty{
	display:none;
}
	*/
	.upload_table {
		border-collapse: collapse;
		border-spacing: 0;
		width: 100%;
	}

	/*
	.upload_table tr{
	border-bottom: solid 1px #808080;
}
	*/
	.upload_table th,
	.uploaod_table td {
		text-align: center;
		width: 25%;
		padding: 15px 0;
	}

	.upload_table td.icon {
		background-size: 35px;
		background-position: left 5px center;
		background-repeat: no-repeat;
		padding-left: 30px;
	}

	.upload_table td.icon.bird {
		background-image: url(icon-bird.png);
	}

	.upload_table td.icon.whale {
		background-image: url(icon-whale.png);
	}

	.upload_table td.icon.crab {
		background-image: url(icon-crab.png);
	}

	a.comref:link,
	a.comref:visited {
		color: #000;
	}
	.text-numeric {
		ime-mode: disabled;
		text-align: right;
		width: 125px !important;
	}
	.hankaku,
	.telno {
		ime-mode: disabled;
	}
	.GroupStartDT,
	.GroupEndDT {
		display: none;
		disabled: true;
		width:100%;
	}

	/* 画面前面の全体に表示 */
	#loading_box {
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.8;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		display: none;
	}
	/* 画面の中心にローディング画像を表示する */
	#loading_box img {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -40px 0 0 -40px;
		width: auto;
	}
	
	.workTime{
		display:inline-flex;
		align-items: center;
	}

	@media screen {
		#fileSelect {
			display: none;
		}
	}

	_:-ms-lang(x)::-ms-backdrop,
	.agreeBtn {
		top: 28px;
	}
	_:-ms-lang(x)::-ms-backdrop,
	.agreeBtn.agreeBtnNew {
		top: 38px;
	}

	_:-ms-lang(x)::-ms-backdrop,
	p.companyName {
		height: 15px;
		margin-bottom: 0;
	}

	@-moz-document url-prefix() {
		.agreeBtn {
			top: 36px;
		}
		.agreeBtn.agreeBtnNew {
			top: 48px;
		}
	}

	.tglmenu {
		display: none;

	}
	.logo a span {
		display: block;
		font-size: 10px;
		font-weight: normal;
		text-align: center;
		color: #fff;
	}
	.footer {
		display: none;
	}

	.categoryHeader img:nth-of-type(2) {
		display: none;
	}

	.main > .requestSectionWide {
		margin-right: 0;
	}
	
	.dammyS{
		display:none;
	}
	
	.label.end br{
		display:none;
	}
	
	.sideicon{
		display:flex;
		align-items:flex-end;
		justify-content:flex-start;
		width:105px;
	}
	
	.sideicon *{
		display:block;
	}
	
	p.iconCol.bigItem:not(.noiConList){
		width:105px;
	}
	
	.sideicon img{
		width:17px;
	}
	
	.sideicon span{
		height:21px;
		margin:0 auto;
	}
	
	.sideicon .icon{
		margin:0;
	}
	
	.otherIcon{
		width:21px;
	}
	
	.noDLsSize .requestStatus{
		display:none;
	}
	
	.companyName .priceWrap{
		display:none;
	}
	
	.radioGroupWrap{
		display:inline;
	}
	
	.sectionHeader .topHeaderS{
		display:none;
	}
	
	.tdBodyS .tdBodynone{
		display:none;
	}
	
	.tdFlexstart{
		display:flex;
		align-items:center;
	}
	
	.confirmTable .tdBody .tdFlexstart{
		margin-right:0;
	}
	
	.tdFlexstart .heading{
		margin-right:5px;
	}
	.tdFlexstart .company{
		max-width:170px
	}
	
	.simpleBtn2.createOrder span{
		line-height:1.2;
	}
	
	.pagernone{
		display:none;
	}
	
	.CompProf_edit .addressS{
		display:none;
	}
	
	.twoStringS br{
		display:none;
	}
	.faxBox{
		margin-left:10px;
	}
	
	.inviteButton{
		display:none;
	}
	
	.cookieMessage{
		margin-top:15px;
		color:#777c86;
		font-size:11px;
	}
}


@media screen and (max-width: 767px) {
	input[type="button"]{
		-webkit-appearance:none;
	}

	input[type="submit"]{
		-webkit-appearance:none;
	}
	
	input[type="search"]{
		-webkit-appearance:none;
	}
	
	.sidebar {
		background-color: #1f73aa;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-direction: column;
/*		margin-bottom: 10px;*/
		padding: 5px;
	}

	.sidebar .welcome {
		display: none;
	}

	.sidebar .logo {
		text-align: center;
		color: #fff;
		font-size: 17px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.sidebar .logo a img {
		height: auto;
		max-height: 40px;
		width: auto;
		margin-right:5px;
	}

	.navList .icon {
		display: none;
	}
	.sidebar .navList {
		color: #fff;
	}

	.navList {
		margin-left: -2em;
	}

	.navList p,
	.navList li li {
		border-bottom: 1px solid #ccc;
	}

	.navList li {
		margin-left: 2em;
	}
	
	.navList > li:first-of-type{
		margin-top:10px;
	}

	.navList p::before,
	.navList ul li::before {
		content: "-";
	}

	.sidebar .navList a {
		color: #fff;
	}

	.pageTitle {
		display: none;
	}

	.applyHistory .requestSection.requestSectionWide {
		background-color: #49ab11;
		border-color: #49ab11;
	}
	
	.contractSection {
		background-color: #49ab11;
		padding: 10px;
	}
	
	.topPage .contractSection {
		padding: 0;
	}
	
	.applyHistory #end_job {
		color: #49ab11;
	}

	.contractSection .sectionHeader,
	.topPage .contractSection .sectionHeader{
		color: #49ab11;
	}

	.sectionHeader span:nth-of-type(1) {
		font-size: 20px;
		font-weight: bold;
	}

	.sectionHeader .topHeader {
		display: none;
	}

	.sectionHeader span:last-of-type {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-direction: column;
	}
	
	.categoryHeader.before {
		color: #FF0000;
		text-align: center;
		background-color: #FFF;
		padding: 5px;
		width: 100%;
		margin: 0px 0 10px;
		font-size: 10px;
	}

	.categoryHeader.iconCol {
		color: #fff;
		display: block;
		margin-bottom: 5px;
		font-size:13px;
	}

	.Rog_offerList .categoryHeader.iconCol{
		margin-bottom:0;
		padding:0 10px;
		font-size:16px;
	}

	.topPage .categoryHeader.iconCol{
		margin-bottom:0;
	}
	
	.categoryHeader.iconCol a {
		color: #fff;
	}

	.categoryHeader .icon {
		display: none;
	}

	.job {
		/*display: none;*/
		color: #fff;
	}

	.older {
		text-align: right;
	}
	.older a {
		color: #fff;
	}

	.cancelBtn {
		padding: 1px 2px;
		border-radius: 5px;
		border: none;
		display: inline-flex;
		justify-content: space-between;
		align-items: center;
		width: 85px;
		height: 20px;
		position: relative;
		bottom: 3px;
	}

	.cancelBtn.request {
		background-color: #c4cde9;
	}
	
	.label.none{
		background-color: transparent;
	}

	.pager {
		position: relative;
		display: flex;
		justify-content: space-around;
		flex-direction: column;
		align-items: center;
		background-color: #ccc;
		padding: 10px;
	}

	.requestSectionWide .pager {
		background-color: transparent;
	}
	.contentSec .pager {
		background-color: transparent;
	}

	.pagerList {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 236px;
		margin-bottom: 20px;
	}

	.pagerList li.arrowLink {
		background-color: #c7c7c7;
		border: 2px solid #fff;
		font-size: 11px;
		width: 24px;
		height: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
	}

	.pagerList a {
		color: #fff;
	}

	.pagerList li a {
		font-size: 13px;
		color: #fff;
		display: block;
	}

	.pagerList li a.arrowLink {
		background-color: #c7c7c7;
		border: 2px solid #fff;
		font-size: 11px;
		width: 24px;
		height: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
	}

	.pagerList li a.excerpt {
		text-decoration: none;
	}

	.tag {
		display: inline-block;
		color: #fff;
		margin-left: 3px;
		padding: 3px;
		width: 65px;
		text-align: center;
		border-radius: 0;
		font-size: 10px;
	}
	.tag.car {
		background-color: rgba(255, 255, 255, 0.5);
	}
	.tag.trans {
		width: 85px;
		background-color: rgba(255, 255, 255, 0.5);
	}

	.pageHeader {
		padding: 10px 20px;
		font-size: 16px;
		color: #1f73aa;
	}

	.searchSec {
		padding: 10px 20px;
	}

	.companyTable {
		width: 100%;
		border-collapse: collapse;
/*		margin-bottom: 30px;*/
	}

	.companyTable tr {
		display: flex;
		flex-direction: column;
	}
	.companyTable tr:first-of-type {
		display: none;
	}

	.companyTable th,
	.companyTable td {
		/*border: #c9caca solid 1px;*/
		margin: 0;
		border-collapse: collapse;
		/*padding: 15px 40px;*/
	}

	.companyTable td:last-child {
		text-align: center;
		display: flex;
		justify-content: flex-end;
	}

	.companyTable th {
		background-color: #1e73aa;
		color: #fff;
		font-weight: normal;
	}

	.companyTable tr {
		padding: 5px 20px;
	}

	.companyTable tr:nth-of-type(even) {
		background-color: #efeae3;
	}

	.companyTable tr:nth-of-type(odd) {
		background-color: #fff;
	}

	.listJobApplyHistory tr:nth-of-type(even) {
		background-color: #efeae3;
	}

	.listJobApplyHistory tr:nth-of-type(odd) {
		background-color: #fff;
	}

	.listJobApplyHistory tr th {
		background-color: #1e73aa;
		color: #fff;
		font-weight: normal;
	}

/*
	.companyTable tr input {
		display: block;
		background-color: transparent;
		border-style: none;
	}
*/
	
	.companyTable tr .GroupStartDT,
	.companyTable tr .GroupEndDT {
		display: none;
		disabled: true;
	}

	.companyTable td a.comref {
		color: #1f73aa;
		font-size: 14px;
	}

	.companyTable td br {
		display: none;
	}
	.pageBody {
		background-color: #ebf1f1;
		padding-top: 1em;
	}

	.companyTable td:nth-of-type(3)::before {
		content: "適用開始日時:";
	}
	.companyTable td:nth-of-type(4)::before {
		content: "適用終了日時:";
	}
/*
	.simpleBtn {
		width: auto;
		padding: 2px 10px;
		border-radius: 2px;
		border: solid 1px #ccc;
		color: #325ca0;
		background: linear-gradient(#f8fcfd, #d6d6d6);
	}
*/
	input {
		border: solid 1px #8e8e8e;
		border-radius: 3px;
		background-color: #fff;
		color: #000;
		padding: 5px;
	}

	.triangleBlue {
		padding-left:10px;
		color: #1f73aa;
		background-color:#fff;
		font-size: 14px;
	}
	
	.twoString br{
		display:none;
	}
	
	.twoStingS br{
		display:block;
	}
	
	.tableLikeCol {
		width: 95%;
		margin: 10px auto;
	}
	
	.tableLikeCol.tableLikeS{
		width:100%;
	}
	
	.tableLikeRow:nth-of-type(n+2) .tableLikeCol.tableLikeS{
		margin-top:25px;
	}

	.tableLikeCol input[type="text"] {
		width: 100%;
	}
	
	.tableLikeCol .LimitPrice{
		display:flex;
		align-items:center;
		margin-bottom:5px;
	}
	
	.tableLikeCol .LimitPrice .text-numeric{
		width:95%;
	}
	
	.tableLikeCol .LimitPrice span{
		margin:0 0 0 3px;
	}
	
	select#AsignCompanyID{
		width:100%;
	}

	/* ログイン画面関連 */
	body .login {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.login .wrap {
		background-color: #ebf1f1;
		width: 100%;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.login .small {
		font-size: 75%;
	}

	.login .wide input[type="text"],
	.login input[type="password"],
	.login .wide input[type="email"] {
/*		width: 90%;*/
		width: 300px;
		margin: 5px auto;
		display: block;
	}

	.login .input {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #000;
	}

	.login .input form p {
		display: flex;
		justify-content: center;
	}

	.login .input form p.wide {
		display: block;
		justify-content: flex-end;
	}

	.login .normal input {
		color: #1e73aa;
		/*width: 199px;*/
		height: 35px;
		border: #1e73aa solid 1px;
		border: none;
		background-color: #fff;
		border-radius: 3px;
	}
	.login button.normal {
		color: #1e73aa;
	}

	.login .decide {
		border: none;
		background-color: #1e73aa;
		color: #fff;
		width: 199px;
		height: 35px;
		border-radius: 3px;
	}

	.login .remindSendMail {
		font-size: 11px;
		color: #1e73aa;
	}

	.login p.wide input {
		background-color: #fff;
		border: #777c86 1px solid;
		height: 44px;
		font-size: 21px;
		/*line-height: 44px;*/
		/*width: 396px;*/
		border-radius: 3px;
		padding: 11px 15px;
	}

	.login button,
	.login input[type="submit"] {
		width: 200px;
	}

	.login label {
		color: #777c86;
		font-size: 11px;
	}

	.listJobApplyHistory {
		width: 100%;
	}
	.listJobApplyHistory tr:nth-of-type(1) {
		display: none;
	}
	.listJobApplyHistory th {
		display: none;
	}

	.listJobApplyHistory tr {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-direction: column;
		padding: 5px 15px;
		border-style: none;
		border-width: 0;
	}
	.listJobApplyHistory tr td {
		display: none;
	}
	.listJobApplyHistory tr td:nth-of-type(1) {
		order: 3;
		display: flex;
		justify-content: flex-end;
	}
	.listJobApplyHistory tr td:nth-of-type(2) {
		display: block;
		color: #1f73aa;
		font-size: 14px;
		order: 1;
	}
	.listJobApplyHistory tr td:nth-of-type(4) {
		display: block;
		order: 2;
	}
	.listJobApplyHistory tr td:nth-of-type(4)::before {
		content: "作業日時:";
	}
	.radioGroup {
		display: inline-flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 0.5em;
		margin-top: 0.5em;
	}
	
	.workTime .radioGroup{
		margin-top:0;
		margin-bottom:0;
	}
	
	.radioGroupWrap{
		display:flex;
		align-items: center;
	}

	textarea {
		width: 100%;
	}

	.selectRadio {
		display: none;
	}

	.radioGroup .selectLabel {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		height: 21px;
		margin: 0;
		padding:7px;
		border-radius: 0;
		border: 1px solid #888888;
		text-align: center;
		background-color: #fff;
	}

	.selectLabel:hover {
		border-color: #aaa;
	}

	.radioGroup .selectLabel:nth-of-type(1) {
		border-radius: 3px 0 0 3px;
		border-right: none;
	}

	.radioGroup .selectLabel:nth-of-type(2) {
		border-radius: 0 3px 3px 0;
	}

	.selectRadio:checked + .selectLabel {
		background-color: #1e73aa;
		color: #fff;
	}

	.selectRadio:checked + .selectLabel:hover {
		background-color: #39c;
		color: #fff;
	}

	.tableLikeCol label {
		display: block;
	}
	.tableLikeCol label[class="simpleBtn"] {
		display: inline;
	}

	input[name="SelectPeriodFromDate"][type="text"],
	input[name="SelectPeriodToDate"][type="text"] {
		display: inline-block;
		width: 45%;
	}

	.submitBtn {
		color: #fff;
		background-color: #ff9900;
		border: none;
		padding: 5px 25px;
		display: block;
		margin: 0 auto;
	}

	.submitBtn:hover {
		background-color: #ff8000;
	}

	.submitBtn:active {
		background-color: #ffbb00;
	}

	.main {
		margin-top: 20px;
	}
	
	.main:not(.top){
		background-color: #ebf1f1;
		padding-bottom:20px;
	}
	
	.pagerWrap{
		margin-top:20px;
	}
	
	.pagerWrap.topPagerWrap{
		margin-top:0;
	}

	.sectionHeader span:nth-of-type(1),
	.sectionHeader span:nth-of-type(3) {
		font-weight: normal;
	}

	.requestSection .sectionHeader span:nth-of-type(3) .lineBtn {
		color: #1f73aa;
	}
	.contractSection .sectionHeader span:nth-of-type(3) .lineBtn {
		color: #49ab11;
	}

	.topPage .requestSection .sectionItem:first-of-type {
		border-top: 1px #1a4460 solid;
	}

	.topPage .contractSection .sectionItem {
		border-bottom: 1px #3d601a solid;
	}

	.topPage .contractSection .sectionItem:first-of-type {
		border-top: 1px #3d601a solid;
	}

	.older {
		padding:10px;
		text-decoration: underline;
	}

	.footer {
/*		margin-top: 20px;*/
		padding: 10px 0;
	}
	.footer,
	.footer > p,
	.footer > p > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #1f73aa;
		color: #fff;
	}
	.footer > p {
		padding: 5px 15px;
	}
	
	.footer.topfooter{
		margin-top:20px;
	}

	.tglmenu {
		width: 35px;
		height: 31px;
		max-width: 35px;
		max-height: 31px;
		position: absolute;
		top:8px;
		padding: 0;
		margin: 0;
		background-color: transparent;
		border-style: none;
		text-indent: -9999px;
	}
	.tglmenu span {
		position: absolute;
		display: inline-block;
		width: 35px;
		height: 5px;
		border-radius: 5px;
		background-color: #fff;
		position: absolute;
		top: 2px;
		left: 0px;
		transition: all 0.5s;
	}
	.tglmenu span:nth-of-type(2) {
		top: 14px;
	}
	.tglmenu span:nth-of-type(3) {
		top: 26px;
	}

	.tglmenu.open span:nth-of-type(1) {
		top: 2px;
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}

	.tglmenu.open span:nth-of-type(2) {
		opacity: 0;
	}

	.tglmenu.open span:nth-of-type(3) {
		top: 32px;
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
	}
	.navList {
		transition-duration: 0.5s;
		overflow: hidden;

		margin: 0;
		padding: 0;
	}
	.tglmenu ~ #navWrap {
		clear: both;
		transition-duration: 0.5s;
		position: relative;
		top: -100%;
		overflow: hidden;
	}
	.tglmenu.open ~ #navWrap {
		top: 0;
	}

	#tglRequestJob ~ article.job,
	#tglSchedule ~ article.job,
	#tglApply ~ article.job,
	#tglAccept ~ article.job,
	#tglRequestJob ~ .categoryHeaderS {
		transition-duration: 0.5s;
		top: -100%;
		height: 0;
		position: relative;
		overflow: hidden;
	}
	#tglRequestJob.open ~ article.job,
	#tglSchedule.open ~ article.job,
	#tglApply.open ~ article.job,
	#tglAccept.open ~ article.job,
	#tglRequestJob.open ~ .categoryHeaderS {
		top: 0;
		transition-duration: 0.5s;
		height: auto;
	}
	#tglRequestJob,
	#tglSchedule,
	#tglApply,
	#tglAccept {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding:15px;
	}

	.iconArrow {
		transition-duration: 0.25s;
	}
	.open .iconArrow {
		transform: rotate(90deg);

	}
	.logo a {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 17px;
		font-weight: normal;
	}

/*
	.imgWrap {
		width: auto;
		max-width: 200px;
	}
	.imgWrap img {
		width: auto;
		max-width: 100%;
	}
*/
	.modal {
		width: 265px;
		height: 75px;

		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;

		color: #fff;

	}
	.modal.modalAllList {
		height: 161px;
	}

	.modalHead {
		display: flex;
		justify-content: initial;
		align-items: center;
	}

	.modalBody {
		background-color: rgba(0, 0, 0, 0.75);
		text-align: center;
		height: 55px;
		padding: 10px;
	}

	.modal.modalAllList .modalBody {
		min-height: 146px;
		text-align: left;
	}

	.modalTriangle {
		box-sizing: border-box;
		position: relative;
		width: 20px;
		background-color: transparent;
		height: 20px;
	}

	.modalTriangle::after {
		box-sizing: border-box;
		content: "";
		display: block;
		border-right: 10px solid rgba(0, 0, 0, 0);
		border-left: 10px solid rgba(0, 0, 0, 0);
		border-bottom: 10px solid rgba(0, 0, 0, 0.75);
		background-color: rgba(0, 0, 0, 0);
		position: relative;
		width: 20px;
		height: 20px;
	}

	.modalTriangle:nth-of-type(1)::after {
		left: 45px;
	}

	.modalTriangle:nth-of-type(2)::after {
		left: 185px;
	}

	.modalTriangle:nth-of-type(2) {
		display: none;
	}

	.modalTriangle:nth-of-type(2)::after {
		display: none;
	}

	.modal .price {
		font-size: 2em;
	}

	.modal.fadeIn {
		display:none;
		animation-name: modalFadeIn;
		animation-duration: 0.3s;
	}
	.modal.fadeOut {
		animation-name: modalFadeOut;
		animation-duration: 0.3s;
	}
	.modal.none {
		pointer-events: none;
		opacity: 0;
	}
	a {
		text-decoration: none;
	}
	.placeholder.notImage {
		overflow: hidden;
		width: 100px;
		height: 100px;
		position: relative;
		color: #1A4460;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.5rem;
		background-color: #E5E5E5;
		border: 1px solid rgba(0, 0, 0, 0.2);
	}
	#loading_box {
		display: none;
	}
	.btnSection button {
		padding: 3px 15px;
		border: none;
		width: 85px;
		/*		height: 23px;*/
		margin-right: 10px;
		margin-bottom: 0;
		font-size: 11px;
	}
	.Btngreen {
		background-color: #49ab11;
		color: #fff;
		border-radius: 3px;
	}

	.lineBtn.blue.cancel {
		width: 85px;
		padding: 3px 15px;
	}

	.Rog_offerList .joblistspan-box {
		padding: 0 5px;
	}

	.Rog_offerList .joblistspan-box *:empty {
		display: none;
	}

	.Rog_offerList .joblistspan {
		display: inlineblock;
		font-size: 12px;
		border-radius: 5px;
	}

	.Rog_offerList .blackspan {
		background: rgba(62, 62, 62, 0.7);
		padding: 5px 20px;
	}
	.inprice {
		margin: 15px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.btnSection {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tooltip {
		display: none;
	}
	.jobName.dammy{
		display: none;
	}
	.sidebar .lineBtn {
		position: relative;
		font-size: 11px;
		display: inline;
		color: #fff;
		background-color: transparent;
		border: none;
		padding: 0;
		margin-bottom: 0;
		text-align: left;
	}
	
	.lineBtn.roundBtn{
		font-size:14px;
		padding:5px;
	}
	
	.backBtnWrap{
		display: flex;
		justify-content: center;
	}
	
	.lineBtnS{
		width: 75px;
		height:auto;
		padding: 3px 15px;
		background: none;
		background-color: #fff;
		border: 1px solid #1e73aa;
		border-radius: 3px;
		color: #1e73aa;
		font-size: 11px;
	}
	
	.simpleBtn2.createOrder {
		display: flex;
		flex-direction:row;
		flex-wrap:nowrap;
		justify-content: center;
		margin-left: 5px;
		padding: 3px 5px;
	}

	.jobDTs br{
		display:none;
	}
	
	.searchLbl{
		margin-right:5px;
	}
	
	.searchLbl span{
		display:none;
	}
	
	.searchSec.parentSearch{
		display:flex;
		flex-direction: column-reverse;
		align-items: flex-end;
		position: relative;
		top: -50px;
		margin-bottom: -50px;
	}
	
	.simpleBtn.lineBtnS:nth-of-type(2){
		margin-left:5px;
	}
	
	.searchSec .simpleBtn.joining.lineBtnS{
		font-size:10px;
		padding:3px 0;
	}
	
	.searchSec > div{
		margin-top:5px;
	}
	
	#ruleAgreeBtn {
		width: 120px;
		margin:20px auto 0;
	}
	
	.agreeBtn {
		display: inline-flex;
		padding: 1px 2px;
		border-radius: 5px;
		background-color: #ff6600;
		color: #fff;
		border: none;
		justify-content: center;
		align-items: center;
		width: 85px;
		height: auto;
		font-size: 12px;
		position: relative;
		z-index: 9999;
		top: 30px;
		left: 150px;
		cursor: pointer;
		/*  bottom: 3px;*/
	}

/*
	.agreeBtn.agreeBtnNew {
		top: 47px;
	}
*/
	
	.agreeBtn:hover {
		background-color: #ff9900;
	}
	
	.label.end br{
		display:inline;
	}

	#cboxClose{
		display: none;
	}
	
	div.mordal {
		width: 100%;
		height: 211px;
		opacity: 0.82;
		background: #999999;
		text-align: center;
		color: #ffffff;
	}

	
	.navList li li a br{
		display:none;
	}
	
	.picBody {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}

	.picItem {
		width: 33%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
	}

	.pictureCol p {
		padding: 10px 0;
		text-align: center;
		color: #f00;
	}
	
	#imgView0:empty,
	#imgView1:empty,
	#imgView2:empty {
		display: none;
		width: 0;
		height: 0;
	}
	
	.picItem img,
	.imgWrap img,
	#logoView img,
	#logoViewModal img,
	.confirmTable .placeholder img,
	.commentBody .placeholder img {
		width: 100px;
		height: 100px;
		object-fit: cover;
		border: 1px solid rgba(0, 0, 0, 0.2);
	}
	
	.confirmTable.modalTable .tdBodyPic .placeholder img{
		width:95px;
		height:95px;
	}
	
	.CompProf_edit .tableLikeCol .imgMoveBtn, .ReqJob_entry .tableLikeCol .imgMoveBtn, #logoViewModal td button,
	.lineBtn.blue.BtnS{
		max-width:100px;
		width:100%;
		height: auto;
		margin:3px 0;
		padding: 3px 20px;
		background: #1F73AA;
		border: 1px #707070 solid;
		border-radius: 2px;
		color: #FFF;
		font-size: 11px;
		text-align: center;
	}
	
	.tableLikeCol input.fileName {
		width: 100%;
		text-align: left;
	}
	.tableLikeCol input#textLogoView.fileName{
		width:100%;
	}
	
	#logoViewModal tr {
		display: flex;
		align-items: center;
		justify-content: space-around;
		max-width: 500px;
		width:100%;
		margin: 15px auto;
	}
	#logoViewModal td {
		width: 100px;
	}
	
	.lineBtn.finBtn {
		width:auto;
		padding:5px 20px;
	}
	
	
	
/*------top-------*/
	.sectionHeaderWrap{
		padding:10px;
	}
	
	.requestSection {
		background-color: #1f73aa;
		padding: 10px;
/*		margin-bottom: 10px;*/
		box-sizing: border-box;
	}
	
	.topPage .requestSection {
		padding: 0;
	}
	
	.requestSection .sectionHeader,
	.contractSection .sectionHeader {
		background-color: #fff;
		margin: 15px 0;
		padding: 5px;
		border-radius: 10px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-direction: column;
		color: #1f73aa;
	}
	
	.topPage .requestSection .sectionItem {
		border-bottom: 1px #1a4460 solid;
	}
	
	.requestSection .sectionItem,.contractSection .sectionItem{
		padding:15px;
	}
	
	.topPage .sectionItem{
		padding:0;
	}

	.job {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.topPage .job{
		width:100%;
	}
	
	.requestStatus.wanted{
		display:none;
		min-width:120px;
		font-size:10px;
	}
	
	.noDLsSize .requestStatus{
		background-color: #444;
		color:#FFF;
	}
	
	.noDLsSize .requestStatus:empty{
		display:none;
	}
	.companies.dammyS,.requestStatus.wanted.dammyS{
		display:block;
		margin-left:10px;
		margin-top:10px;
	}
	
	.companies .company {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 10px;
		margin:10px 0;
	}
	
	.noDLsSize .companies{
		border:10px solid #1A4460;
	}
	
	.noDLsSize .companies:lastchild {
		margin-bottom:15px;
	}
	
	p.companyName {
		order:1;
		font-size:13px;
	}
	
	.companyName .priceWrap{
		display:block;
		font-size:11px;
	}
	
	.label,
	.companyHead {
		color: #fff;
		background-color: #c4cde9;
		padding: 4px 4px;
		text-align: center;
		width: 120px;
		min-width: 120px;
		font-size: 10px;
		margin:10px 0 5px 10px;
		border-style: none;
	}
	
	.label:empty{
		padding:0;
	}
	
	.noDLsSize .companyHead{
		margin:0;
	}
	
	.requestSection .companyHead{
		display:none;
	}

	.requestSection .companyHead.cancel,
	.requestSection .companyHead.contract
	{
		order:2;
		display:block;
	}
	
	.companyBtn {
		order:2;
		background-color: #ff6600;
		color: #fff;
		display: block;
		padding: 5px;
		border-style: none;
	}
	
	.companyBtn:not(.companyBtnWhite){
		border-radius:3px;
	}
	
	.noDLsSize .companyBtn,
	.noDLsSize .companyHead{
		min-width:100px;
		width:100px;
		margin-bottom:0;
		font-size:10px;
		font-weight:normal;
		text-align:center;
	}

	.job .jobList {
		display: flex;
		flex-wrap: wrap;
		margin-top: 5px;
		padding: 5px 10px;
	}
	
	.Rog_offerList .job .jobList{
		margin-bottom:10px;
	}
	
	.job.noDLsSize .jobList{
		margin-top:0;
		background-color: #1A4460;
		border-top:1px solid #fff;
	}
	
	.job.noDLsSize:first-of-type .jobList{
		border-top:none;
	}

	.jobList dt {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 4em;
		margin-right: 10px;
		text-align: justify;
		text-align-last: justify;
		font-size: 10px;
		margin-bottom: 5px;
/*
		position: relative;
		top: 2px;
*/
	}
	
	.noDLsSize .jobList dt{
		display:none;
	}

	.jobList dd {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 80%;
		width: calc(100% - 4em);
		margin-bottom: 5px;
		font-size: 13px;
	}
	
	.noDLsSize .jobList dd{
		width:100%;
		margin:5px 0;
	}
	
	.noDLsSize .jobList dd.listItemHalf{
		display:none;
	}

	.alignStatus .jobList dd{
		justify-content: space-between;
	}

	.jobName,.jobDay {
		width: 190px;
	}
	
	.alignStatus .jobName{
		width:100%;
	}
	
	.noDLsSize .jobName{
		font-size:16px;
		font-weight:bold;
	}
	
	.cancelBtn.cancel{
		position:static;
		bottom:0;
		width:80px;
		height:auto;
		padding:1px;
		font-size:10px;
		justify-content: center;
	}
	
	.alignStatus .cancelBtn.cancel{
		min-width:80px;
	}
	
	.cancelBtn span:first-of-type,
	.companyBtn span:first-of-type {
		display: none;
	}
	
	.note,.pagesubHeader{
		padding:0 10px;
	}
	
	.note.discription-word{
		color:#9FA0A0;
		font-size:12px;
	}
	
	.login .discription-word{
		font-size:14px;
	}
	
	.main.finish.top {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color:#EBF1F1;
	}
	
	.main.top.finish.appJobFinish{
		height:100vh;
		margin-top:0;
	}
	
	.appJobFinish .finishMsg{
		font-size:16px;
	}
	
	.appJobFinish .msg_dodgerblue {
		color: #1e90ff;
	}

	
	.Rog_offerList .main.finish.top{
		width:100%;
		margin:10px auto;
	}

	.finishMsg {
		width: 400px;
		text-align: center;
		font-size: 17px;
		color: #c30d23;
	}
	
	.finishMsg .buttons {
		display: flex;
		justify-content: space-around;
		margin-top: 1em;
	}

	.finishMsg .lineBtn.blue {
		width: 100px;
	}
	
	.wrapS{
		display:flex;
		flex-direction:column;
		justify-content: space-between;
		height:100vh;
	}
	
	.wrapS .contents{
		flex-grow:1;
	}
	
	.workTime{
		display:flex;
		align-items: center;
	}
	
	.tableLikeCol input[type="text"].inputTimeS{
		display:block;
		width:45%;
	}
	
	.tableLikeCol.emptytableS{
		display:none;
	}
	
	.companyBtn.companyBtnWhite {
		display: block;
		height: auto;
		background-color: #fff;
		color: #1e73aa;
		text-align: center;
		cursor: default;
	}

	.sticky_arrow{
		display:  none;
	}
	
	.confirmTable {
		box-sizing: border-box;
		width: 95%;
		margin: 10px auto;
		padding: 10px;
		background-color: #EBF1F1;
	}

	.confirmTable tr {
		display: flex;
		flex-direction: column;
		margin: 15px 0 20px;
	}
	
	.confirmTable tr.logotr{
		margin:0 0 20px;
	}

	.confirmTable tr th {
		display: block;
		text-align: left;
		color: #1f73aa;
	}
	
	.confirmTableS{
		width:100%;
		margin:0;
		padding:0;
	}
	
	.confirmTableS.modalTable{
		width:95%;
		margin:10px auto;
		padding:0;
	}
	
	.confirmTableS tr th{
		font-size:14px;
		font-weight:normal;
	}
	
	.confirmTableS td{
		font-size:11px;
	}
	
	.confirmTableS tr:not(:last-child){
		padding:0 10px;
	}
	.confirmTableS tr:last-child th{
		padding:0 10px;
	}
	
	.tdBodyS{
		display:flex;
		justify-content: flex-start;
		align-items:center;
	}
	
	.tdBodyS.tdFlexstart{
		align-items:flex-start;
	}
	
	.tdBodyS .heading{
		width:120px;
		min-width:120px;
		margin-right:10px;
		text-align:right;
		font-weight:bold;
		color:#8e8e8e;
	}
	
	.tdBodyS .tdBodynoneS{
		display:none;
	}
	
	.tdBodyS .tdBodynone{
		display:inline;
	}
	
	.tdBodyS .notation{
		margin-right:5px;
	}
	
	.confirmTable .tdBody.tdBodyPic {
		display: flex;
		align-items: center;
		padding:0 10px;
	}

	.confirmTable .sentenceFull {
		margin-bottom:5px;
	}
	
	.jobName.noCancelS{
		width:auto;
	}
	
	.requestStatus.nowanted{
		margin:0 auto 10px;
	}
	
	.pagernoneS{
		display:none;
	}
	
	.errors{
		padding:10px 20px;
	}
	
	.errors:empty{
		padding:0;
	}
	
	.comment:last-child{
		margin-bottom:10px;
	}
	
	.CompProf_edit .addressS{
		display:block;
	}
	
	.CompProf_edit .addressM{
		margin:3px 0;
	}
	
	.confirmTable td {
		word-break:break-all;
	}
	
	.company-invate .button-wrapper {
		display:flex;
		justify-content: center;
		align-items:center;
		margin-top:20px;
	}
	
	.company-invate .button-wrapper button{
		margin:0 5px;
	}
	
	.company-invate .tableLike:nth-of-type(n+2){
		margin-top:25px;
	}
	
	.inviteButtonS{
		display:none;
	}
	
	.inviteButton{
		display:block;
	}
	
	main.About {
		width: 100%;
		padding: 0;
	}
	
	.cookieMessage{
		display:none;
	}
}


@media screen {
	#fileSelect {
		display: none;
	}
}

/* toppage button */
.contractSection .sectionHeader .lineBtn.hasNew{
	color: white;
	background-color: #ff9600;
	border: none;
}

.commentInputBtn{
	width: 150px;
}
.commentInputBtn.finish{
	background-color: salmon;
	border: none;
	width: 150px;
}