﻿.parNavi{
  float:right;
  color:brown;
  font-weight:bold;
  border-radius:7px;
  border:3px solid #eee;
  padding:2px 10px;
  margin-right:20px;
}
.parNavi:hover{
  background: #efefef;
}

.requiredBorder{
	background:linear-gradient(transparent 50%, #ffdead 70%);
	padding:0 4px 4px;
}

label{
	cursor: pointer;
}
body{
	font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	line-height: 2.2em;
	font-size:14px;
  word-break: break-all; 
  word-wrap: break-all;
}

#container{
	margin:0 auto;
	width:1080px;
	border:solid 1px #FFF;
}
a{
text-decoration:none;
}
.clear {
    clear:both;
}

#error3,#error4 {
  padding: 20px 0;
  color: #000;
  background: #fc3;
  text-align:center;
  position: fixed;
  z-index: 2;
  width: 100%;
}
 
#error3 p,#error4 p {
  font-weight: bold;
  font-family: Meiryo,sans-serif;
  font-size: 18px;
}

table{
	border-collapse:collapse;
	border:0px;
}

th{
	border: solid 1px #ccc;
	background: rgb(178, 214, 243);
}

td {
	border: solid 1px #ccc;
	padding:0;
}
table#applist tr:hover,
table#monthlyList tr:hover{
/*	background: #f0f8ff;*/
}

table#applist th,
table#monthlyList th{
	height: 36px;
	background: #f0f8ff;
}

table#applist td{
	padding: 6px 4px;
}

table#monthlyList td{
	padding: 10px 8px;
}

table.agentView td {
	padding: 4px 10px;
}

.meisaiLink,
.meisaiLink a{
	width:40px;
	background: #f0f8ff;
	font-weight: bold;
	cursor:pointer;
	color:darkblue;
}

.meisaiLink:hover,
.meisaiLink:hover a{
	background: rgb(178, 214, 243);
	color:#555;
}
.tdnumber{
	text-align:right;
}

.modal .modal-overlay .mdl-item{
	width:100%;
	line-height:1.5em;
	font-size:90%;
	
}

.modal .modal-overlay .mdl-item td{
	background: #fff;
	padding: 8px;
	text-align:center;
}

.modal .modal-overlay .mdl-item th{
	padding: 6px 10px;
	text-align:center;
}


#serchCombo{

	border:solid 2px #ddd;
	margin:18px 0;
	padding:10px 0;

	border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

#loading {
  margin:10px;
}

#loadingWrap{

/*
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  bottom: 0;
  margin:0 auto;
*/

  position: fixed;
  top: 160px;
  left: 45%;

  width:100px;
  height:100px;
  background:#fff;

	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

/*  --------- ---------- --------- input要素 --------- ---------- --------- 
*/

input, textarea {
  font-family : inherit;
}

select{
	min-width:160px;
	padding:6px 8px;
	height:3em;
	border:solid 1px #aaa;
}


input[type="text"],
input[type="email"]{
	height:22px;
	padding-left:10px;
    padding-top:4px;
    padding-bottom:4px;
	width: 160px;
	float:left;
	margin-right:1px;

border:solid 1px #aaa;
}

input[type="number"]{
    padding-top:4px;
    padding-bottom:4px;


	height:22px;
	padding-left:10px;
	width: 50px;
	float:left;
	margin-right:1px;

border:solid 1px #aaa;
}

input[type="date"],
input[type="time"]{

    padding-top:2px;
    padding-bottom:2px;

border:solid 1px #aaa;
}
input[type="button"]{
	background: #ccc;
	height: 30px;
	min-width: 80px;
	border-radius: 0.5em;
	margin:0 8px;
}

/*  --------- ---------- --------- ヘッダー部分 タイトルと項目名と内容 --------- ---------- --------- 
*/

#headTitle{

	width:100%;
	background:#f0f8ff;
	color:#333;
	text-align:center;
	font-size:32px;
	padding:20px 0;
	margin:0;
	border:solid 2px rgb(104, 169, 223);
}

.headerItemTitle{
	height: 30px;
	margin: 4px 10px;
	padding-left: 10px;

	float: left;
}

.headerItemContent{
	height: 30px;
	border: solid 1px #ccc;
	background: #efefef;
	margin: 4px 10px;
	padding-left: 10px;
	float: left;
}

/*  --------- ---------- --------- 申込書登録画面 トップ --------- ---------- --------- 
*/

.inputClass{
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	width:140px;
	color: #fa8072;
	border:solid 6px lightpink;
	border-radius:6px;
	background:#fff0f5;
	font-weight:bold;
	font-size:18px;
}

.inputDetail{
	display:inline-block;
	padding:0 4px;
}

.inputDetailView{
	text-align:center;
	border-radius:4px;
	background:#ededed;
}

.inputDetailViewPtnName{

	width:90%;
	text-align:left;
	border-radius:4px;
	background:#ededed;
	padding-left:10px;
	margin-left:20px;
	margin-top:4px;
}

.inputPrtnClass{
	display:inline-block;
	vertical-align: middle;
	text-align:center;
	width:940px;
	border:solid 2px lightpink;
}

.itemListSubTitle{
	float:left;
	margin:0 6px;
}
.itemListValueS{
	text-align:center;
	border-radius:4px;
	background:#f2f2f2;
	float:left;
	padding:2px 10px;
	height:30px;
	min-width:10px;
	margin-right:10px;
}
.itemListValueM{
	text-align:center;
	border-radius:4px;
	background:#f2f2f2;
	float:left;
	padding:2px 10px;
	height:30px;
	min-width:100px;
	margin-right:10px;
}
/*  --------- ---------- --------- 申込書登録画面 販売先設定 --------- ---------- --------- 
*/

input.clientInput{
	width:90%;
	padding:4px 8px;
}

input.clientInputNum{
	width:50px;
	padding:4px 8px;
}


/*  --------- ---------- --------- 申込書登録画面 掲載先設定 --------- ---------- --------- 
*/

.pubNumber{
	width:66px;
	background: rgb(178, 214, 243);
	text-align:center;
}
.pubSubTitle{
	background: #f0f8ff;
	text-align:center;
}

.pubNumber2{
	width:66px;
	background: #e2e2e2;
	text-align:center;
}
.pubSubTitle2{
	background: #f2f2f2;
	text-align:center;
}

.pubSubTitle3{
	background: #fafafa;
}

input.pubInputL{
	width:450px;
	margin-left:10px;
	padding:4px 8px;
	margin:4px;
}

input.pubInputS{
	width:140px;
	margin-left:10px;
	padding:4px 8px;
	margin:4px;
}

input.pubInputS_time{
	width:140px;
	margin-left:10px;
	padding:4px 8px;
	margin:4px;
}

/*  --------- ---------- --------- 申込書登録画面 申込書送付先 --------- ---------- --------- 
*/


.sendToSubTitle{
	background:#fff0f5;
	padding-left:20px;
}

input.sendTo{
	width:610px;
	padding:4px 8px;
	margin:4px;
}

/*  --------- ---------- --------- メニュー見出しと表示 --------- ---------- --------- 
*/

.mainTitle{
	width:100%;
	background:rgb(104, 169, 223);
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	text-align:center;
	font-weight: bold;
	font-size:18px;
	color:#fff;
	margin: 8px 0 0;
}

.mainMenuT{
	background: #f0f8ff;
	height: 50px;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	cursor: pointer;
	color: #222;
	line-height:1.5em;
	text-align: center;
}
.mainMenuTOn{
	background:rgb(178, 214, 243);
	height: 50px;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	cursor: pointer;	
	color: #222;
	line-height:1.5em;
	text-align:center;
}
.mainMenuT:hover{
	background:rgb(178, 214, 243);
}


.mainMenu2{
	height: 30px;
	width: 518px;
	padding: 0 10px 4px;
	margin:0;
	border: solid 1px #ccc;
	text-align:center;
	background: #f0f8ff;
	float: left;
}


/*  --------- ---------- --------- 取引先情報 件名と内容 --------- ---------- --------- 
*/

.comItemTitle{
	height: 32px;
	width:90px;
	margin:0;
	padding:4px 10px;
	border: solid 1px #ccc;
	text-align:center;
	background: #f0fff0;
	display:table-cell;
	float: left;
}

.comItemContent{
	height: 32px;
	width:406px;
	margin:0;
	padding:4px 10px;
	border: solid 1px #ccc;
	text-align:left;
	display:table-cell;
	float: left;
}


/*  --------- ---------- --------- 検索・リセット用ボタン --------- ---------- --------- 
*/

.linkStyle1{
	height: 16px;
	width:60px;
	margin-left:2px;
	padding:0 10px 12px;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
	text-align:center;
	float: left;

	background: #ddd;
	color:#222;

	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;

}

.linkStyle2{
	height: 16px;
	width:60px;
	margin-left:2px;
	padding:0 10px 12px;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	text-align:center;
	float: left;

	background: #ccc;
	color:#222;

	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;

}

.linkStyle3{

	float: left;

	height: 26px;
	width:80px;
	margin:2px 4px 10px; 
	padding:2px 26px 6px;

	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;

	text-align:center;
	font-weight:bold;
	background: #3cb371;
	color:#fff;

	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.linkStyle1:hover,
.linkStyle2:hover,
.linkStyle3:hover{
opacity:0.8;
}


/*  --------- ---------- --------- 申込商品の１～５表示、項目幅 --------- ---------- --------- 
*/
.itemListTitle{
	font-weight: bold;
	background:rgb(178, 214, 243);
	border: solid 1px rgb(178, 214, 243);
	width:60px;
	text-align:center;
	padding:10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.itemListTitle2{
	font-weight: bold;
	background: #f0f8ff;
	border: solid 1px rgb(178, 214, 243);
	width:60px;
	text-align:center;
	padding:10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.inputOrder{
	margin:0 0 0 10px;
}

.inputOrder60{
	width:60px;
	margin:0 10px;
	height:24px;
	text-align:center;
}

.inputOrder140{
	width:140px;
	margin:0 10px;
	height:28px;
	text-align:center;
}

.inputOrderMemo{
	padding:4px 8px;
	margin-bottom:8px;
}

/*  --------- ---------- --------- 登録ボタン --------- ---------- --------- 
*/
.onlineSubmit{

	width:100%;
	background:indianred;
	text-align:center;
	font-weight: bold;
	font-size:18px;
	color:#fff;
	margin: 0;
	padding: 8px 0;

	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.onlineSubmit:hover{
	opacity:0.8 ;
}

/*  --------- ---------- --------- 操作メニューボタン --------- ---------- --------- 
*/


tr.grayRow{
  background:#f0fff0;
}

/* グレー系 詳細 */
span.btnDetail     {  color:#fff; border-radius:5px; padding:3px 6px; margin:2px; background:#aaa;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}

/* 靑系 複写、登録済み変更 */
span.btnCopy       {  color:#fff; border-radius:5px; padding:3px 6px; margin:2px; background:#ff8c00;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}

span.btnDoneChange {  color:#fff; border-radius:5px; padding:3px 6px; margin:2px; background:rgb(104, 169, 223);
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}

/* 緑系 一時保存利用　*/
span.btnTempChange {  color:#fff; border-radius:5px; padding:3px 6px; margin:2px; background:#3cb371;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}

/* 赤系 キャンセル・一時保存削除　*/
span.btnCancel     {  color:#fff; border-radius:5px; padding:3px 6px; margin:2px; background:#f08080;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}
span.btnDelete     {  color:#fff; border-radius:5px; padding:3px 6px; margin:2px; background:#f08080;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}

span.btnDetail:hover,
span.btnCopy:hover,
span.btnDoneChange:hover,
span.btnTempChange:hover,
span.btnDelete:hover,
span.btnCancel:hover{
	opacity:0.8 ;
}

/*  --------- ---------- --------- 仲介販売先 一覧表示 --------- ---------- --------- 
*/

.chukaiTableTitle{
	background: #f0f8ff;
	text-align:center;
	line-height:1.5em;
	padding: 6px 4px;
}
.chukaiCellG{
	background: #f0fff0;
	text-align:center;
	line-height:1.5em;
	padding: 6px 2px;
}
.chukaiCellW{
	text-align:center;
	line-height:1.5em;
	padding: 6px 2px;
}


/*  --------- ---------- --------- モーダルウィンドウ --------- ---------- --------- 
*/

/*
Pure CSS modal box
Author: Jorge Chavez
Github: http://github.com/jorgechavz
*/


.modal .checkbox{
  display: none;
}

/* Gray background */
.modal .modal-overlay{
  opacity: 0;
  transition: all 0.3s ease;
  width: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  transform: scale(1);
  display: none;
  background-color: rgba(0,0,0,0.7);
}

/* Box */
.modal .modal-wrap{
  background-color: aliceblue;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  padding: 40px 50px;
  width: 60%;
  margin: 20px auto;
  align-self: flex-start;
  border-radius: 2px;
  transition: all 0.5s ease;

	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}
.modal .modal-wrap.small{
  width: 480px;
  align-self: center;
}
.modal .modal-wrap.full{
  width: 980px;
  min-height:50%;
  align-self: center;
}

.modal .modal-wrap.a-center {
  align-self: center;
}
.modal .modal-wrap.from-left {
  transform: translateX(-100%);
}
.modal .modal-wrap.from-right {
  transform: translateX(100%);
}
.modal .modal-wrap.from-top {
  transform: translateY(-100%);
}
.modal .modal-wrap.from-bottom {
  transform: translateY(100%);
}


/* Close button */
.modal .modal-overlay .close{
  position: absolute;
  right: 5%;
  top: 5%;
  font-size: 60px;
  height: 30px;
  color: #333;
  font-weight:bold;
}

.modal .modal-overlay .close:hover{
  cursor: pointer;
  color: #aaa;
}


 .modal .o-close {
   width: 100%;
   height: 100%;
   position: fixed;
   left: 0;
   top: 0;
   z-index: -100;
 }

.modal input:checked ~ .o-close {
  z-index: 9998;
}
.modal input:checked ~ .modal-overlay{
  transform: scale(1);
  opacity:1;
  z-index: 9997;
  overflow: auto;
  display: flex;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
.modal input:checked ~ .modal-overlay .modal-wrap {
  transform: translateY(0);
  z-index: 9999;
}

/* Fadein from display:none */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

