/*
 * Copyright (C) 2020 Suzuki Motor Corporation. All rights reserved.
 */

@charset "UTF-8";
body{
    margin: 0 auto;
    font-family: -apple-system,BlinkMacSystemFont,YuGothic,"Meiryo","Helvetica",sans-serif;
    font-size: 16px;
    color: RGB(66,66,66);
    background: RGB(238,238,238);
    word-break: break-word;
}

.headerArea{
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: RGB(66,72,198);
}
.headerFont{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin-left: 10px;
    display: block;
    position: relative;
    top: 80%;
    transform: translateY(-80%);
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.jqueryConfirmBtn{
    min-width: 112px;
    max-width: 100%;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold !important;
    background:linear-gradient(to bottom, #ececec,#d5d5d5) !important;
    border: 1px solid #707070 !important;
    font-family: ＭＳ ゴシック !important;
    font-size: 14px !important;
    line-height: 100% !important;
    text-transform: none !important;
    border-radius: 0px !important;
}
/*
.jqueryConfirmTitle{
    font-family: ＭＳ ゴシック !important;
    font-size: 18px !important;
    font-weight: normal !important;
     padding-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
}*/

.jqueryConfirmContent{
    font-family: ＭＳ ゴシック !important;
    font-size: 16px !important;
    padding-bottom: 35px;
    padding-top: 35px;

}
.ui-widget-header{
	background: linear-gradient(to bottom, #ececec,#d5d5d5) !important;
}

.ui-dialog .ui-dialog-title{
    font-family: ＭＳ ゴシック !important;
    font-size: 18px !important;
    font-weight: normal !important;
}
.pageNOArea{
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: RGB(204,236,255);
}

.pageNOFont{
    color: RGB(66,66,66);
    font-weight: bold;
    margin-left: 10px;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.errorMsgFont {
	font-size: 15px;
	font-weight: bold;
}


.link a {
	color: #0000cc;
	text-decoration: underline;
}

.link a:hover {
	cursor: pointer;
}

.link a:active {
	color: red;
}

.table_background {
    background: #FFFFFF;
}

.divHeaderCustomize {
    font-weight: bold;
    height: 30px;
    background-color: #CCCCFF;
    text-align: left;
    line-height: 30px;
    margin-left: 10px;
}

.tableDataHeadCustomize tr td {
    height: 20px;
    text-align: center;
    border: solid 1px #000;
    background: #CCFFCC;
    line-height: 100%;
}

.btnCustomize {
    height: 40px;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin-left: 20px;
    font-weight: bold;
    font-size: 16px;
    background: #4248C6;
    color: white;
    border: 1px solid #707070;
}

.btnCustomize:hover {
    background: #a6f4ff;
}

.btnCustomize-disabled {
    height: 40px;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin-left: 20px;
    font-weight: bold;
    font-size: 16px;
    background:linear-gradient(to bottom, #ececec,#d5d5d5);
    border: 1px solid #707070;
}

.btnCustomize-disabled:hover {
    background: #a6f4ff;
}

/*
  条件部ヘッダのスタイル
*/
.condition-header {
    height: 40px;
    text-align: left;
    background: rgb(204, 236, 255);
    border: 1px solid;
}

/*
  条件部内容のスタイル
*/
.condition-text {
    height: 40px;
    background: rgb(255, 255, 255);
}

/*
  条件部内容のスタイル
*/
.condition-border {
    border-right:1px solid;
    border-left:0px solid;
}

/*
  結果部テーブルヘッダのスタイル
*/
.result-tbl-header tr td {
    height: 40px;
    text-align: center;
    border: 1px solid rgb(0, 0, 0);
    background: rgb(204, 236, 255);
    line-height: 100%;
}

/*
  結果部テーブルボディのスタイル
*/
.result-tbl-body tr td {
    height: 40px;
    text-align: center;
    border-width: 0px 1px 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
    line-height: 100%;
}

/*
  明細タイトルのスタイル
*/
.detail-title {
    font-weight: bold;
    height: 30px;
    text-align: left;
    line-height: 30px;
}

/*
  明細テーブルヘッダのスタイル
*/
.detail-tbl-header-title {
    border: 1px solid;
    background-color: RGB(204,236,255);
}

/*
 ボタンのスタイル
*/
.btnCustomize {
    height: 40px;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin-left: 20px;
    font-weight: bold;
    font-size: 16px;
    background: #4248C6;
    color: white;
    border: 1px solid #707070;
}

/*
 ボタンのスタイル
*/
.btnCustomize:hover {
    background: #a6f4ff;
}

/*
 テーブルの青い色スタイル
*/
.tbl-th-blue-header {
    background-color: RGB(64,114,196);
    color: white;
    font-weight: bold;
}

/*
 テーブルヘッダのオレンジ色スタイル
*/
.tbl-th-orange-header {
    background-color: RGB(237,125,49);
    color: white;
    font-weight: bold;
}

/*
 テーブルヘッダの薄い青い色スタイル
*/
.tbl-th-lightblue-header {
    background-color: RGB(157,195,230);
    color: white;
    font-weight: bold;
}

/*
 テーブルヘッダの薄い青い色スタイル
*/
.green-bgcolor {
    background-color: RGB(204,255,204);
}

/*
背景色:白い色
*/
.bgcolor-white {
    background: #ffffff;
}

/*
フォントスタイル
*/
.customize-font {
    font-family: -apple-system,BlinkMacSystemFont,YuGothic,"Meiryo","Helvetica",sans-serif;
    font-size: 16px;
    color: RGB(66,66,66);
}

/*
フォント色：白い色
*/
.customize-font-white {
    color: white;
}

/*
背景色：色
*/
.bgcolor-grey {
    background: RGB(238,238,238);
}

/*
ローディングアイコン
*/
.loading{
	display: -webkit-flex;
	color: #0080FF;
}

.loading-icon {
	box-sizing: border-box;
	width: 4.0px;
	height: 4.0px;
	margin-left: 0.75em;
	margin-top: 0.50em;
	border-radius: 100%;
	box-shadow:
		 0.00px -8.00px 0 #DFEFFF, /*  上  */
		 5.65px -5.65px 0 #BFDFFF, /* 右上 */
		 8.00px  0.00px 0 #9FCFFF, /*  右  */
		 5.65px  5.65px 0 #7FBFFF, /* 右下 */
		 0.00px  8.00px 0 #5FAFFF, /*  下  */
		-5.65px  5.65px 0 #3F9FFF, /* 左下 */
		-8.00px  0.00px 0 #1F8FFF, /*  左  */
		-5.65px -5.65px 0 #0080FF; /* 左上 */
	animation: _rotate 1s steps(8) 0s infinite;
}

@keyframes _rotate {
	0%	 	{transform: rotate(0deg);}
	100%	{transform: rotate(360deg);}
}

.msgIcon {
	display: -webkit-flex;
}

input[type="button"] {
    width: auto;
    min-width: 60px;
    padding: 0 15x;
}