@charset "Shift_JIS";

/* style reset */

*	{
	margin : 0px;
	padding: 0px;
	}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p, address, th {
	font-weight: normal;
	font-style: normal;
	}

/* 背景の設定 */
#main {
	background:url(../image/login_bg.gif)  repeat-y fixed top center;
}
#main2 {
	background-color:#fff;
	width:1250px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.UlError {
	max-height: 80px;
    width: 70%;
/*    padding-left: 20px; */
    margin-left:40px;
    background-color: pink;
/*    overflow-y: scroll;*/
    font-size: small;
/*    padding-top: 10px; */
    padding: 10px 0 10px 25px;
    font-family:"MS Pゴシック",sans-serif;
}

.TopicPath {
	margin-top: 5px;
	width: 72%;
	margin-left:40px;
}

.TopicPathLink {
	margin-top: 5px;
	margin-right:39px;
}

.box{
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.top-left {
	position: absolute;
	top: 10px;
	left: 215px;
}

.centerHorizontalFrameNotMargin {
	display: flex;
	align-items: center;
}

/* 横並びするだけの枠 */
.HorizontalFrame {
	display: flex;
	margin: 21px 0px 21px 0px
}

/* 右寄せしつつ横並びするだけの枠 */
.rightHorizontalFrame {
	display: flex;
	justify-content: flex-end;
	margin: 21px 26px 21px 0px;
}

.leftHorizontalFrame {
	display: flex;
	justify-content: flex-start;
	margin: 21px 0px 21px 0px;
}

.centerHorizontalFrame {
	display: flex;
	justify-content: center;
	margin: 21px 0px 21px 0px;
}

/* 右寄せしつつ横並びするだけの枠 */
.rightFrame {
	display: flex;
	justify-content: flex-end;
}

/* headerお問い合わせと同じサイズのボタン格納枠（右寄せ） */
.mainButtonFrame{
	display: flex;
	justify-content: flex-end;
	margin: 3px;
	width: 276px;
}

/* 2022/10/24 デザイン変更 SBC)佐藤 開始 */
/* headerお問い合わせ先用 */
.InquiryFrame{
/*	margin: 26px 0px 3px 0px; */
/*	border: solid 3px #5B9BD5; */
/*	border-radius: 10px; */ /*角の丸み*/ 
/*	background: #BDD7EE; */
/*	padding: 5px; */ 
	height: 85px;
	width: 205px;
	margin: 50px 0px 3px 95px; 
}
/* 2022/10/24 デザイン変更 SBC)佐藤 終了 */

.InquiryFrame p {
	margin: 0;
	padding: 0;
	font-family:"MS Pゴシック",sans-serif;
}

/* ヘッダ */
#head {
	margin:0px 26px 0px 19px;
}

#head img {
	margin:26px 0px 0px 0px;
}

/* ログイン用ヘッダ */
#loginhead {
/*2022/10/14 野田 デザイン変更 開始 */
	margin:0px 0px 0px 0px;
	position:relative;
	/*background: #18268E;*/
/*2022/10/14 野田 デザイン変更 終了 */
}

#headlogo {
	margin-top:5px;
}

/* 2022/10/19 野田 デザイン変更 開始 */
#headlogo_M {
	/*margin-top:5px;*/
	width:1250px;
	height:151px;
	/*
	position: absolute;
	bottom: 0;
	margin: 0;
	*/
}
/* 2022/10/19 野田 デザイン変更 終了 */

#loginheadtx {
/*	margin:0px 0px 0px 0px;*/
/*	padding:0px 0px 23px 0px;*/
	font-size:70px;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
/*	color:#fff; */
	display: flex;
	align-items: center;
	/* 2022/10/19 デザイン変更 SBC)佐藤 開始 */
	height: 151px;
	/* 2022/10/19 デザイン変更 SBC)佐藤 終了 */
}
#headtx {

/* 2022/10/19 デザイン変更 SBC)佐藤 開始 */
/*
	margin:0px 0px 0px 0px;
	padding:10px 0px 11px 0px;
	font-size:60px;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#fff;
	display: flex;
	align-items: center;
	width: 1250px;
	height: 151px;
*/
	margin:0px 0px 0px 0px;
	font-size:60px;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	display: flex;
	align-items: center;
	height: 126px;
	width: 900px;
/* 2022/10/19 デザイン変更 SBC)佐藤 終了 */
}

#hederbox {
/* 2022/10/24 デザイン変更 SBC)佐藤 開始 */
/*
	margin:26px 26px 0px 19px;
	background: #18268E;
	height: 126px;
	width: 900px;
*/
	margin:10px 26px 10px 0px;
	height: 126px;
	width: 900px;
/* 2022/10/24 デザイン変更 SBC)佐藤 終了 */
}


/* ****************************************************
フッタ部の設定
***************************************************** */
/* フッタボックスの設定 */
#footbox {
width:1200px;
/*background: url(../image/foot_bg.gif) #333 no-repeat top center;*/
text-align: right;
padding:0px 2px 0px 0px;
}

/* フッタロゴ */
#footlogo {
	margin-top:5px; 
}

/* テキスト */
#foottx {
font-size:11px;
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
color:#ccc;

}

/* footerコピーライト用 */
.footerbBox {
/* 	width: 1232px; */
	padding: 5px;
	margin: 3px 26px;
	font-weight: bold;
	background: #272F3B;/*#D9D9D9;*/
/*	border: solid 3px #5B9BD5;/*線*/
/*	border-radius: 10px;/*角の丸み*/
/* 2022/10/19 デザイン変更 SBC)佐藤 開始 */
	height: 23px;
	width: 1200px;
/* 2022/10/19 デザイン変更 SBC)佐藤 終了 */
}
.footerbBox p {
	margin: 0;
	padding: 0;
}

.footerbDiv {
	padding-bottom: 21px;
}

/* loadingアイコン表示用 */
.loadingDiv {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
	z-index: 50;
}

.loadingFrameSearch {
	text-align: center;
	margin: 30% auto auto;
	animation-name: modalopen;
	animation-duration: 5s;
	min-width : 210px
}

.loadingFrame {
	text-align: center;
	margin: 20% auto auto;
	animation-name: modalopen;
	animation-duration: 1s;
	min-width : 210px
}

.loadmsg {
	font-weight: bold;
	color: black;
	font-size: 18px;
	line-height: 1.5em;
}

.loadimg {
	width: 300px;
}

/* イメージボーダー非表示 */
img {
	-webkit-user-drag: none;
	border:0px;
}
/* 2022/10/13 野田 デザイン変更 開始 */
.imgWide {
	border:0px;
	width: 156px;
    height: 40px;
}

.imgNarrow {
	border:0px;
	width: 125px;
    height: 40px;
}

.imgS {
	border:0px;
	width: 125px;
    height: 30px;
    /*margin: 20px 0 0 20px;*/
}

/* 2022/10/13 野田 デザイン変更 終了 */

.SearchInfoFrame {
	width: 884px;
	margin: 0.5px 0px 10px 54px;
	vertical-align: middle;
}

.NaviButtonFrame{
	margin: 3px;
	padding: 5px;
	width: 276px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

/* 設定ナビゲーション用 */
.NaviFrame {
	display: flex;
	width: 884px;
	margin: 0.5px 0px 10px 54px;
	vertical-align: middle;
}
/*
.naviBtn{
	margin: 5px 13px 5px 13px;
	width: 156px;
	height: 50px;
	font-size: 16px
}
.naviBtn:hover {
    cursor: pointer;
}
*/
/* 2022/10/19 デザイン変更 SBC)佐藤 開始 */
.naviBtnDisabled{	
    width: 156px;
    height: 40px;
    font-size: 16px;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
    border-style: none;
    border-radius: 2px;
   

    background-color: #f5f5f5;
	color: #8D8D8D;
}
/* 2022/10/19 デザイン変更 SBC)佐藤 終了 */


.naviBtn{
    width: 156px;
    height: 40px;
    font-size: 16px;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
    border-style: none;
    border-radius: 2px;
    background-color: #4D4D4D;
    color: white;
}
.naviBtn:hover {
    background-color: #8D8D8D;
    cursor: pointer;
}
.naviBtn:disabled{
	background-color: #4D4D4D;
	color: #8D8D8D;
}

.textNumeric{
    text-align: right;
}

.naviDiv {
	padding: 0px 26px;
}

.logoutBtn{
    width: 125px;
    height: 40px;
    font-size: 20px;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
    background-color: #4D4D4D;
    color: white;
    border-style: none;
    border-radius: 2px;
}
.logoutBtnMain{
    background-color: #4D4D4D;
}
.logoutBtnMain:hover {
/*    background-color: #6D6D6D; */
    background-color: #c64000;
    cursor: pointer;
}

.button{
    width: 125px;
    height: 40px;
    font-size: 20px;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
    background-color: #4D4D4D;
    color: white;
    border-style: none;
    border-radius: 2px;
}
.buttonMain{
    background-color: #4D4D4D;
}
.buttonMain:hover {
    background-color: #6D6D6D;
    cursor: pointer;
}
.buttonMain:disabled {
	border-color:gray;
    background-color: #b3b3b3bd;
	color:gray;
	cursor: default;
}
.buttonSub{
    background-color: #8D8D8D;
}
.buttonSub:hover {
    background-color: #ADADAD;
    cursor: pointer;
}
.buttonSub:disabled {
	border-color:gray;
    background-color: #b3b3b3bd;
	color:gray;
    cursor: default;
}

/* 2022/10/19 デザイン変更 SBC)佐藤 開始 */
.btnSubDisabled{	
    background-color: #d3d3d3;
	color: #8D8D8D;
}
.btnSubFontSize{
	font-size: 16px;
}
/* 2022/10/19 デザイン変更 SBC)佐藤 終了 */

/*2022/10/18 野田 デザイン変更 開始*/



.ButtonImg{
	width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
    
}


.btnAdd{
    width: 125px;
    height: 30px;
    font-size: 20px;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
    background-color: #4D4D4D;
    color: white;
    border-style: none;
    border-radius: 2px;
}
.submitDis{
	cursor: default;
	vertical-align:middle;
}
/*2022/10/18 野田 デザイン変更 終了*/

.submit{
    width: 125px;
    height: 40px;
    font-size: 20px;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
    border-style: none;
    border-radius: 2px;
    background-color: #4D4D4D;
    color: white;
}
.submit:hover {
    background-color: #8D8D8D;
    cursor: pointer;
}

.submitMain {
    background-color: #4D4D4D;
}
.submitMain:hover {
    background-color: #6D6D6D;
    cursor: pointer;
}
.submitMain:disabled {
    border-color:gray;
    background-color: #b3b3b3bd;
    color:gray;
    cursor: default;
}

.submitSub {
    background-color: #8D8D8D;
}
.submitSub:hover {
    background-color: #ADADAD;
    cursor: pointer;
}
.submitSub:disabled {
    border-color:gray;
    background-color: #b3b3b3bd;
    color:gray;
    cursor: default;
}

.pageTitle{
	font-size: 18px;
	font-family:"MS Pゴシック",sans-serif;
}

/* 合計表示 */
.simpleListTable{
	border-collapse: collapse;
}
.simpleListTable>tbody>tr>th{
/* 	background-color:lightskyblue; */
	background-color:#f2f2f2;
	font-family:"MS Pゴシック",sans-serif;
	font-size:12px;
	border: solid 1px #999;
	width: 150px;
	height:36px;
	text-align: center;
}
.simpleListTable>tbody>tr>td{
	font-family:"MS Pゴシック",sans-serif;
	font-size:12px;
	width: 150px;
	height:36px;
	table-layout:fixed;
	vertical-align:middle;
	border: solid 1px #999;
}

.tdRemarks{
	width: 1006px;
	height: 84px;
	overflow-wrap: break-word;
}


/* 注文リスト */
.listTable{
	width:1167px;
	min-height: 35px;
	border-collapse: collapse;
	border: solid 2px #999;
	margin-left: 50px;
}
.listTable > thead {
	display: block;
	width:1145px;
}
.listTable>thead>tr>th{
/*	background-color:lightskyblue;*/
	background-color:#f2f2f2;
	font-family:"MS Pゴシック",sans-serif;
	font-size:12px;
	border: solid 1px #999;
	height:36px;
	text-align: center;
}
.listTable > tbody {
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;

}
.listTable>tbody>tr>td{
	font-family:"MS Pゴシック",sans-serif;
	font-size:12px;
	height:36px;
	table-layout:fixed;
	vertical-align:middle;
	border: solid 1px #999;
}
.listTable>tbody>tr>td>div{
  float: left;
  display: inline-table;
  height: 40px;
}
.listTable>tbody>tr>td>input {
	padding: 2px;
	background-color:#F2FBF9;
	font-family:"MS Pゴシック",sans-serif;
	font-size:12px;
	height:20px;
	table-layout:fixed;
	vertical-align:middle;
}
.listTable>tbody>tr>td>button{
	padding-top: 0px;
	height: auto;   
}



/* 送付先リスト */
.userInfoTable{
	border-collapse: collapse;
	margin-left: 54px;
	margin-bottom: 21px;
}
.userInfoTable>tbody>tr>th{
/*	background-color:lightskyblue;*/
	background-color:#f2f2f2;
	font-family:"MS Pゴシック",sans-serif;
	font-size:12px;
	width: 150px;
	height:36px;
	border: solid 1px #999;
	text-align: center;
}
.userInfoTable>tbody>tr>td{
	text-align: left;
	padding: 5px;
	font-family:"MS Pゴシック",sans-serif;
	font-size:12px;
	height:36px;
	table-layout:fixed;
	vertical-align:middle;
	border: solid 1px #999;
}
.userInfoTable>tbody>tr>td>input {
	background-color:#F2FBF9;
/* 	border:solid 1px #666; */
	font-family:"MS Pゴシック",sans-serif;
	font-size:12px;
	height:30px;
	table-layout:fixed;
	vertical-align:middle;
}

/* モーダル(非表示状態) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

/* モーダル(表示状態) */
.modal_on {
  display: block;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}


/* モーダル */
.modal-content {
  background-color: #f4f4f4;
  margin: 10% auto;
  width: 25%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
  min-width : 305px
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.modal-header h1 {
  margin: 1rem 0;
}

.modal-header {
	padding: 10px 10px 0px 10px;
	display: flex;
	justify-content: flex-start;
}

.modalHeadTitle{
	font-family:"MS Pゴシック",sans-serif;
	font-size:15px;
	font-weight: 900;
	margin-top: 8px;
}

.modalHeadTitle2{
	font-family:"MS Pゴシック",sans-serif;
	font-size:15px;
	font-weight: 900;
	margin-top: 6px;
	margin-left: -2px
}

.modalHeadTitleIcon{
	font-size: 16px;
	margin-top: 5px;
	margin-left: 3px;
	
}

.modalClose {
  font-size: 2rem;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
	margin: 0px 15px 0px 14px;
	color: black;
	background-color: #F2FBF9;
	border: solid 1px #5B9BD5;
/* 	opacity: 0.5 */
}

.modal-footer {
  padding: 3px 15px 3px 15px;
  color: black;
  display: flex;
  justify-content: flex-end;
  
}

/* モーダルダイアログ */
.modal-dialog-content {
	background-color: #f4f4f4;
	margin: 2% auto;
	width: 25%;
	box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
	animation-name: modalopen;
	animation-duration: 1s;
	min-width : 305px
}

.modal-dialog-body {
	margin: 0px 15px 0px 14px;
	color: black;
/* 	background-color: #F2FBF9; */
/* 	border: solid 1px #5B9BD5; */
}

/* モーダルボタン */
.modal-submit{
	width: 78px;
	height: 28px;
	font-size: 12px;
	margin-inline-start: 5px;
	margin-inline-end: 5px;
	border-style: none;
	border-radius: 2px;
	background-color: #4D4D4D;
	color: white;
}
.modal-submit:hover {
	background-color: #8D8D8D;
	cursor: pointer;
}

.modal-submitMain {
	background-color: #4D4D4D;
}
.modal-submitMain:hover {
	background-color: #6D6D6D;
	cursor: pointer;
}
.modal-submitMain:disabled {
	border-color:gray;
	background-color: #b3b3b3bd;
	color:gray;
	cursor: default;
}
.modal-img {
	border:0px;
	width: 78px;
	height: 28px;
}

.viewTitle{
	display: block;
	color:#333;
	font-size:21px;
	font-weight:bold;
}

/* 非表示設定クラス */
.NonViewFrame{
	display: none;
}

.wordBreak{
	word-break: break-all;
}
