@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

:root{
	--main-color1: #263238;
	--main-color2: #455A64;
	--main-color3: #607D8B;
	--main-color4: #90A4AE;
	--main-color5: #CFD8DC;
    --main-color6: #FFF;
	--accent-color1: #FF0000;
	--accent-color2: #35A196;
	--accent-color3: #FFF;
	--font-color1: #000000;
	--font-color2: #382400;
	--font-color3: #FFFFFF;
    --font-color4: #00FFFF;
    --font-color5: #1AB;
    --font-color6: #D45451;
    --font-color7: #13895F;
}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:12px;
	color:#000000;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#607D8B;
}

#headerLogout{
	float:right;
    width: 5.5em;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
}

#loginName{
	float:right;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
}

#temp{
    margin: 5px;
    font-size: 14px;
    float:left;
}
#headerLogout{
    margin: 5px;
    font-size: 14px;
    float:left;
}
#headerCompanyName{
    margin: 5px;
    font-size: 14px;
    color:#FFFFFF;
	float:left;
}
#headerUserName{
    margin: 5px;
    font-size: 14px;
    color:#FFFFFF;
	float:left;
}

#contents {
	position:relative;
	overflow:hidden;
    
    padding-top:40px;
	
    min-width: 30em;
    max-width: 100%;
	margin:0 auto;
	background:#FFFFFF;
}
@media screen and (min-width:768px) {
	#contents:before {
		position:absolute;
		top:0;
		left:0;
		width:12%;
		width:0%;
		height:100%;
		content: '';
		background:#455A64;
	}
}


.materialWidth{
    display: inline-block;
    width: 70px;
    height: 22px;
    text-align: center;
}
#main {
	box-sizing: border-box;
	float:left;
    width : calc(100% - 11em);
	padding:10px;
}

.subclass {
	box-sizing: border-box;
	float:left;
	width:11em;
}

footer {
	box-sizing: border-box;
	width:1280px;
	margin:0 auto;
}

a {
	color:#000000;
}
a:hover {
	color:#35A196;
}

h1 {
	color:#00FFFF;
	font-size:16px;
	line-height:1.2;
}
h1 a {
	color:#FFFFFF;
	text-decoration:none;
}
h1 a:hover {
	color:#35A196;
}

h2 {
	margin-bottom:0.5em;
	font-size:21px;
	color:#263238;
	border-bottom:3px solid --main-color2;
}

h3 {
	margin-bottom:0.25em;
	padding:2px 5px;
	color:#FFFFFF;
	font-size:16px;
	background:#263238;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#1AB;
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	font-size:16px;
	border-left:5px solid #1AB;
	background:#FFF;
;
}

h6 {
	margin-bottom:0.25em;
	color:#263238;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#D45451;
}
/* 
pre {
	margin:1em 0;
	padding:1em;
}
 */
blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #CFD8DC;
	border-left:5px solid #CFD8DC;
}

.required{
    color:#FF0000;
}

div.details{
    width:2000px;
    overflow-x: auto;
    white-space: nowrap;
}

ul,ol,dl {
	margin:0 0 5px 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:5px;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #CFD8DC;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #CFD8DC;
	background: #FFF;
}
th {
	width:20%;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	border:1px solid #CFD8DC;
    background: #90A4AE;
}
td {
	padding: 8px;
	text-align: left;
	border:1px solid #CFD8DC;
}

/* 日曜日のカラー設定 */
td.ui-datepicker-week-end:last-child a.ui-state-default{
  background-color: #ffecec;   /* 背景色を設定 */
  color: #f00!important;       /* 文字色を設定 */
}
/* 土曜日のカラー設定 */
td.ui-datepicker-week-end a.ui-state-default{
  background-color: #eaeaff;   /* 背景色を設定 */
  color: #00f!important;       /* 文字色を設定 */
}

.estListTable{
	margin-top: 3px;
	margin-bottom: 1em;
	font-size: 9pt;
}
.estListTable th{
	padding: 3px;
	width: auto;
	text-align: center;
}
.estListTbody{
	
}
.estListTbody tr:nth-child(odd) {
	background: #CFD8DC;
}
.estListTh{
}
.estListTd{
	padding: 3px;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	  
}

.listSearch{
	font-size: 12px;
	border: 0px solid #263238;
	background: #CFD8DC; 
    width: 75em;
}
.listSearchHeader{
	width: 5em;
	text-align: right;
	padding: 2px;
	background: 0;
	border: 0px;
}
.listSearchData{
	background: 0;
	padding: 2px;
	border: 0px;
    width:15em;　
}

.confirmBtn{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border: none;
	box-sizing:border-box;
	width:50px;
	height:20px;
	display: inline-block;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	border:2px solid #263238;
	background-color: #CFD8DC;
	color: #263238;
}

.searchBtnArea{
    text-align: 
	margin: 10px auto;
	padding: 0 0 10px 25px;
    width: 30em;
}
#searchBtn{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border: none;
	box-sizing:border-box;
	width:150px;
	height:30px;
	display: inline-block;
	font-size: 100%;
	position: relative;
	cursor: pointer;
}
#searchBtn2{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border: none;
	box-sizing:border-box;
    padding: 0 10px;
	height:23px;
	display: inline-block; 
	font-size: 100%;
	position: relative;
	cursor: pointer;
}
#searchBtn3{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border: none;
	box-sizing:border-box;
    padding: 0 10px;
	height:23px;
	display: inline-block; 
	font-size: 100%;
	position: relative;
	cursor: pointer;
}
#searchBtn::before,
#searchBtn::after {
   box-sizing:border-box;
}
#searchBtn2::before,
#searchBtn2::after {
   box-sizing:border-box;
}
#searchBtn3::before,
#searchBtn3::after {
   box-sizing:border-box;
}
#searchBtn {
  border:3px solid #263238;
  background-color: #263238;
  color: #FFFFFF;
}
#searchBtn2 {
  border:3px solid #263238;
  background-color: #263238;
  color: #FFFFFF;
}
#searchBtn3 {
  border:3px solid #263238;
  background-color: #263238;
  color: #FFFFFF;
}
#searchBtn:hover {
  border:3px solid #263238;
  background-color: #CFD8DC;
  color:  #263238;
}
#searchBtn2:hover {
  border:3px solid #263238;
  background-color: #CFD8DC;
  color:  #263238;
}
#searchBtn3:hover {
  border:3px solid #263238;
  background-color: #CFD8DC;
  color:  #263238;
}
#resetBtn{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border: none;
	box-sizing:border-box;
	width:150px;
	height:30px;
	display: inline-block;
	font-size: 100%;
	position: relative;
	cursor: pointer;
}
#resetBtn2{
    text-align: center;
    margin: 0 auto;
    padding: 0;
	border: none;
	box-sizing:border-box;
	width:57px;
	height:22px;
	display: inline-block;
	font-size: 100%;
	position: relative;
	cursor: pointer;
    
}
#decision{
    text-align: center;
    margin: 0auto;
    padding: 0;
	border: none;
	box-sizing:border-box;
	width:350px;
	height:40px;
	display: inline-block;
	font-size: 100%;
	position: relative;
	cursor: pointer;
    border:3px solid #263238;
  background-color: #263238;
  color: #FFFFFF;
}
#decision:hover {
  border:3px solid #263238;
  background-color: #CFD8DC;
  color:  #263238;
}

.thProcess{
	width: 120px;
	min-width: 120px;
	max-width: 120px;
    text-align: center;
}

.pager{
	font-size: 12px;
/*	border: 1px solid #CFD8DC;*/
    overflow: hidden;
	margin: 0;
	padding: 0;
    width: 50em
}
.pager ul{
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.pager ul li{
	list-style: none;
	position: relative;
	float: left;
}

.left{
	text-align: left;	
}
.center{
	text-align: center;	
}
.right{
	text-align: right;	
}

.len9{
    display: inline-block;
    width:80px;
    text-align: right;
    margin: 0 3px;
}

.rowSpace{
    height: 15px;
}

.commonArea{
    float:left;
    width: 250px;
    height:425px;
/*    border:1px solid #263238;*/
}
.aiueoTable{
/*    float:left;*/
    width: 200px;
    height:425px;
    border:1px solid #263238;
}
.aiueoBtnArea{
    float:left;
    margin: 0px;
}
.resultArea{
    float:left;
    width: 250px;
    height:425px;
}
.companyInfoArea{
    float:left;
    width: 350px;
    height:300px;
}

.companyList{
    margin-top: 10px;
    width: 230px;
    height:370px;
}

.aiueoBtn{
    text-align: center;
	margin: 0 auto;
	padding: 0;
	border: none;
	box-sizing:border-box;
	width: 40px;
	height:25px;
/*	display: inline-block;*/
	font-size: 100%;
/*	position: relative;*/
/*	cursor: pointer;*/
  border:1px solid #263238;
  background-color: #CFD8DC;
  color:  #263238;
}
.aiueoBtn:hover {
    border:1px solid #263238;
    background-color: #263238;
    color: #FFFFFF;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
    width: 100%;
/*	position:relative;*/
	position:fixed;
    top:0px;
    left:0px;
    height: 40px;
    z-index: 1000;
	background:#263238;
    overflow: hidden;
    text-overflow: ellipsis;

}
#headerBack1 {
	position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
	background:#263238;
    border-bottom: solid 1px #90A4AE;
}

#headerBack2 {
	position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
	background:#263238;
    border-bottom: solid 1px #90A4AE;
}

header h1 {
	padding:10px;
    min-width: 18em;
    max-width: auto;
    height:0.8em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.summary {
	margin:0;
	padding:10px;
	color:#CFD8DC;
	background:#263238;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	overflow:hidden;
	position:relative;
}
nav h3 {
	display:none;
}
nav ul {
	margin:0;
	padding:0;
}
nav li {
	list-style:none;
	margin:0;
    border-bottom:solid 1px #90A4AE;
	padding:0;
}
nav li a {
	display:block;
	padding:8px;
	color:#CFD8DC;
	text-decoration:none;
	background:#263238;
}
nav li a:hover {
	color:#CFD8DC;
	border-left: 8px solid #35A196;
	background:#263238;
	transition:all 0.2s ease 0s;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
    width:100%;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#263238;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#13895F;
	text-decoration:none;
}
.footmenu a:hover {
	color:#FFFFFF;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#CFD8DC;
	background:#455A64;
}


/***************************************************

タブ用

***************************************************/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #058;
  background-color: #CCCCFF;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #002;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 20px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #058;
  color: #fff;
}

.tabs input{
    width: 16px;
    height: 16px;
}
.tabs td{
    text-align: center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#263238;
}
.totop img:hover {
	background:#1AB;
}

/*================================================
 *  カレンダー
 ================================================*/
h7 {
    font-size: 30px;
}
.calendarEntire{
    float:left;
    width: 896px;
/*     height:399px; */
    border:2px solid #263238;
/*
    border-top:2px solid #263238;
    border-left:2px solid #263238;
*/
    border-right:1px solid #263238;
    border-bottom:1px solid #263238;
}
.calendarWeek{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
	padding: 0;
	border: none;
	box-sizing:border-box;
	width: 128px;
	height:57px;
/*	display: inline-block;*/
	font-size: 100%;
/*	position: relative;*/
/*	cursor: pointer;*/
/*  border:1px solid #263238;*/
  border-right:1px solid #263238;
  border-bottom:2px solid #263238;
/*  border-bottom: 2px solid #263238;*/
  background-color: #DCDCDC;
  color:  #263238;
}
.saturday{
  background-color: #B0C4DE;
}
.sunday{
  background-color: #FFC6B1;
}
.calendarDay{
    float:left;
    margin: 0px;
}
.calendarBtn{
    text-align: center;
	margin: 0 auto;
	padding: 0;
	border: none;
	box-sizing:border-box;
	width: 128px;
	height:57px;
/*	display: inline-block;*/
	font-size: 100%;
/*	position: relative;*/
/*	cursor: pointer;*/
  border-right:1px solid #263238;
  border-bottom:1px solid #263238;
  background-color: #FFFF89;
  color:  #263238;
}
.calendarBtn:hover {
    border:3px solid #263238;
    background-color: #263238;
    color: #FFFFFF;
}
.unselectable{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
	padding: 0;
	border: none;
	box-sizing:border-box;
	width: 128px;
	height:57px;
	font-size: 100%;
  border-right:1px solid #263238;
  border-bottom:1px solid #263238;
  color:  #263238;
}

/*================================================
 *  
 ================================================*/
.paymenttotaltable{
    width: 900px;
    
}

.paymenttotaltable td{
    
}
.bankHeader{
    
    background: #CFD8DC;
    border: 1px solid #90A4AE;
}

/*================================================
 *  カスタム
 ================================================*/
.tableScrollDiv { 
    overflow-x: auto;
} 

table.estListTable {
	margin-bottom: 1px;
    table-layout: fixed;
    width: 0px;
} 

tbody.estListTbody th, tbody.estListTbody td { 
    white-space: nowrap; 
    text-overflow: ellipsis; 
} 
.overallArea{
    display: inline;
}
.leftArea {
    float: left;
/*    width:auto;*/
}

.readonly{
	background: #DDDDDD;
}

.alert{
	
}
.alert-danger{
	color: #F00;
}

/* 汎用ボタン */
.generalBtn{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border: none;
	box-sizing:border-box;
	width:80px;
	height:30px;
	display: inline-block;
	font-size: 100%;
	position: relative;
	cursor: pointer;
}
.generalBtn::before,
.generalBtn::after {
   box-sizing:border-box;
}
.generalBtn {
  border:3px solid #263238;
  background-color: #263238;
  color: #FFFFFF;
}
.generalBtn:hover {
  border:3px solid #263238;
  background-color: #CFD8DC;
  color:  #263238;
}


/* =====================================================
回収基準マスタメンテ用
=====================================================
 */

.kaisyuHeader{
	width: 100px;
	text-align: right;
	padding: 2px;
	background: 0;
	border: 0px;
}
.kaisyuData{
	background: 0;
	padding: 2px;
	border: 0px;
    width: 80px;　
}
.kaisyutable{
	font-size: 12px;
	border: 0px solid #263238;
	background: #CFD8DC; 
    width: 1150px;
}



/* メニュー */

.menuHeader{
  width: 400px;
  padding: 5px;
  text-align: center;
  border:3px solid #f3f3f2;
  background-color: #263238;
  color: #FFFFFF;
}

.menuButtonQuoteThin{
  width: 400px;
  padding: 4px;
  text-align: center;
  border:3px solid #F28282;
  background-color: #F28282;
  color: #FFFFFF;
}

.menuButtonQuoteThin:hover {
  border:3px solid #710090;
  background-color: #710090;
  color: #FFFFFF;
}

.menuButtonQuote{
  width: 400px;
  padding: 4px;
  text-align: center;
  border:3px solid #b22222;
  background-color: #b22222;
  color: #FFFFFF;
}

.menuButtonQuote:hover {
  border:3px solid #710090;
  background-color: #710090;
  color: #FFFFFF;
}

.menuButtonWorkThin{
  width: 400px;
  padding: 4px;
  text-align: center;
  border:3px solid #96B2D4;
  background-color: #96B2D4;
  color: #FFFFFF;
}

.menuButtonWorkThin:hover {
  border:3px solid #710090;
  background-color: #710090;
  color: #FFFFFF;
}

.menuButtonWork{
  width: 400px;
  padding: 4px;
  text-align: center;
  border:3px solid #3662C4;
  background-color: #3662C4;
  color: #FFFFFF;
}

.menuButtonWork:hover {
  border:3px solid #710090;
  background-color: #710090;
  color: #FFFFFF;
}

.menuButtonConsign{
  width: 400px;
  padding: 4px;
  text-align: center;
  border:3px solid #808080;
  background-color: #808080;
  color: #FFFFFF;
}

.menuButtonConsign:hover {
  border:3px solid #710090;
  background-color: #710090;
  color: #FFFFFF;
}


