html {
	font-size: 13px !important;
}
body {
	font-family: Meiryo UI;
	color: #555555;
	margin: 0px;
}
/*
* Index Screen
* ----------------------
*/
.box {
	position: relative;
}
.box-header {
	display: flex;
	border-left: 2px solid #720A0A;
	align-items: center;
}
.box-header .box-header-title {
	font-size: 17px;
	color: #720A0A;
	margin: 0 5px;
}
.emer-info-block {
    position: relative;
}
.emer-info-block.up {
    z-index: 1031;
}
.emergency-info{
	background-color: #FFFFFF;
	padding: 5px;
	color: #555555;
	align-items: center;
	border: 2px solid #AF0001;
}
.emergency-info > div:first-child > span:first-child {
	font-size: 17px;
}
.emergency-info > div:last-child > a.btn:focus {
	box-shadow: none;
}
.emergency-info > div:last-child > a.btn > i {
	font-size: 16px;
}
.emergency-info > div:last-child > a.btn{
	color: #FFFFFF;
	padding: 8px 12px; 
}
.emergency-info > div .table-type-3  tr >td {
	border: 1px solid #AF0001;
	padding: 5px;
}

.emergency-info > div .table-type-2 td{
	border: 0px;
}
.emergency-info-header{
	display: flex;
	background-color: #AF0001;
	padding: 5px;
}
.emergency-info-header > span{
	font-size: 17px;
	color: #FFFFFF;
}
.emergency-info-header .fa-exclamation-triangle{
	color:#FFFFFF;
}
.emer-info-box {
    width: 100%;
    position: absolute;
    background-color: #FFFFFF;
    z-index: 1031;
}
.emer-info-box .eme-info-box-content {
    padding: 5px;
}
.emer-info-box .eme-info-box-header {
    font-size: 17px;
    background-color: #AF0001;
    padding: 5px;
    color: #FFFFFF;
}
.emergency-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    z-index: 1030;
    background-color: #000000;
}
.list-stocks {
    background-color: #E7E7E7;
}
.list-stocks > div {
    padding: 5px;
    border: 1px solid #C1C1C1;
}
.list-stocks > div .fa-chart-line {
    background-color: #AF0001;
    color: #FFFFFF;
    padding: 3px;
    border-radius: 4px;
}
.box .box-body {
    margin-top: 12px;
}
.left-index .box .box-body.bg-information {
	padding: 10px;
	margin-top: 0px;
}
.left-index .box .box-body .list-item a:nth-child(2),
.left-index .box .box-body .list-item span:nth-child(2) {
	margin-left: auto;
}
.left-index .box .box-body .list-item {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #C1C1C1;
}
.left-index .box .box-body .list-item:first-child {
    padding-top: 0px;
}
.left-index .box .box-body .list-item .news-title {
	display: flex;
	align-items: center;
}
.left-index .box .box-body .list-item .news-title a {
	text-decoration: none;
}
.left-index .box .box-body .list-item > span:first-of-type {
    font-size: 10px;
}
.left-index .box-user-info {
    position: relative;
    background-color: #6C0000;
    padding: 10px;
    color: #FFFFFF;
    border-radius: 4px;
}
.left-index .box-user-info .box-user-info-name {
    font-size: 17px;
    font-weight: 700;
}
.left-index .bg-information {
    background-color: #FFE6E6;
}
.progress-bar {
    background-color: #AC0000;
}
i.bg-secondary {
    color: #FFFFFF;
    padding: 3px;
    border-radius: 3px;
    margin-left: 4px;
}

.list-btn-icon-circle a {
    margin-bottom: 5px;
}
.list-btn-icon-circle .btn-icon-circle {
    background: #FFFFFF;
    color: #6C0000 !important;
    font-size: 30px !important;
    border-radius: 50%;
    padding: 19px 20px;
    border-color: #6C0000;
}
.list-btn-icon-circle .btn-icon-circle:hover {
    background: #6C0000;
    color: #FFFFFF !important;
}
.list-btn-icon-circle .disabled {
	background-color: #F6F6F6;
	font-size: 0px !important;
	height: 72px;
	width: 72px !important;
	border-color: #C1C1C1 !important;
}
.list-btn-icon-circle .btn-icon-circle .fa-user {
	height: 30px;
	width: 30px;
}
.border-right-1px{
	border-right: 1px solid #C1C1C1;
}
.border-table-status {
	border: 1px solid #C1C1C1 !important;
}

/*
* Login Screen
* ----------------------
*/
.step-group-large span.step:first-child {
	margin-left: 10px;
}
.step-group-large span.step {
	background-color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	border-radius: 50%;
	border: 1px solid #6C0000;
	color: #6C0000;
	height: 44px;
	width: 44px;
	padding: 9px 15px;
}  
.step-group-large span.step.inactive{
	color: #ffffff;
	background-color: #C1C1C1;
	border: 1px solid #C1C1C1;
}

.step-group-large span.step.active{
	color: #ffffff;
	background-color: #6c0000;
}

.step-group-large span.hyphen {
	color: #6c0000;
	padding: 9px 10px;
}
.step-group-large span.hyphen i {
	content: "";
	width: 22px;
	border: 1px solid #6C0000;
}
.step-group-large span.hyphen.inactive i {
	content: "";
	width: 22px;
	border: 1px solid #C1C1C1;
}
.step-group-large span.hyphen.inactive{
	color: #c1c1c1;
}
.step-group-title-large {
	padding-top: 12px;
}
.step-group-title-large span.step:first-child {
	margin-left: 0px;
	padding-left: 0px;
}
.step-group-title-large span.step {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background-color: transparent;
	color: #6C0000;
	width: 70px;
	margin-right: 18px;
}
.step-group-title-large span.step.inactive {
	color: #C1C1C1;
}
.step-group-title-large span.step:last-child {
	width: 57px;
	margin-right: 0px;
	padding-left: 10px;
}

/* Layout */
.wrapper {
	min-height: 100%;
	position: relative;
}
.header-wrapper {
	position: fixed;
	width: 100%;
	background: #FFFFFF;
	z-index: 1030;
}
/* Naito Element */
a {
	color: #0001AE;
	text-decoration: underline;
}

a.active {
	color: #ee0000;
}

a.disabled {
	color: #C1C1C1;
}

a.text-n-green:hover {
	color: #2A5F2D;
}

a.text-n-red:hover {
	color: #AF0001;
}

a.btn {
	cursor: pointer;
}
input::-webkit-input-placeholder{
	color: #999999 !important;
}
label {
	margin-bottom: 0px;
}
/*
* Table Input
* ----------------------
*/
/* Table border */
.table-bordered {
	border: 1px solid #C1C1C1;
}
.table-bordered thead {
	background-color: #606C78;
	color: #FFFFFF;
}
.table-bordered thead th {
	text-align: center;
}
.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 1px;
	font-weight: initial;
}
.table-bordered td, .table-bordered th {
	border: 1px solid #C1C1C1;
	padding: 5px;
}
.table-bordered.vertical-header tr td:first-child{
	background-color: #F6F6F6;
}
/* Table inform  */
.table-bordered.table-inform {
	border: 2px solid #C1C1C1;
}
/*.table-bordered.table-inform tbody tr:last-child td:last-child {
	padding-left: 38px;
}*/
.table-bordered.table-inform tbody tr td:first-child {
	background-color: #F6F6F6;
}
.table-bordered.table-inform tbody tr td:last-child {
	background-color: #FFFFFF;
}
/*.table-bordered.table-inform tbody tr td:last-child .d-flex:last-child{
	margin-left: 5px;
}*/

/* Table striped  */
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #FFFFFF;
}
.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #F6F6F6;
}
.table-striped>tbody>tr>td:first-child{
	background: none;
	color: #555555;
}
.table-striped>tbody>tr>td{
	color: #555555
}
/* Table buy input */
.table-buy-input {
	border: 2px solid #720A0A;
}
.table-buy-input tr:not(:first-child) {
	border-top: 1px solid #C1C1C1;
}
.table-buy-input tr td {
	padding: 10px 12px;
}
.table-buy-input tr td:first-child {
	border-right:  1px solid #C1C1C1;
	background-color: #FFE6E6;
	color: #720A0A;
	width: 128px;
}
.table-buy-input tr td:last-child {
	width: 410px;
}
/* Table sell input */
.table-sell-input {
	border: 2px solid #00008C;
}
.table-sell-input tr:not(:first-child) {
	border-top: 1px solid #C1C1C1;
}
.table-sell-input tr td {
	padding: 10px 12px;
}
.table-sell-input tr td:first-child {
	border-right:  1px solid #C1C1C1;
	background-color: #DDDDFF;
	color: #00008C;
	width: 128px;
}
.table-sell-input tr td:last-child {
	width: 410px;
}
/* Table complete */
.table-complete tr td:first-child {
	width: 210px;
}
.table-complete tr td:last-child {
	width: 726px;
}
.table-complete.custom-width tr td:first-child{
	width: 300px;
}

/* Table secondary input */
.table-secondary-input {
	border: 2px solid #C1C1C1;
}
.table-secondary-input tr:not(:first-child) {
	border-top: 1px solid #C1C1C1;
}
.table-secondary-input tr td {
	padding: 10px 12px;
}
.table-secondary-input tr td:first-child {
	border-right:  1px solid #C1C1C1;
	background-color: #606C78;
	color: #FFFFFF;
	width: 128px;
}
.table-secondary-input tr td:last-child {
	width: 410px;
}
.table-secondary-input.table-complete.table-product-info tr td:first-child {
	width: 252px !important;
}
.table-secondary-input.table-complete.table-product-info tr td {
	padding: 5px 5px !important;
}
.table-secondary-input.table-complete tbody td .flex-wrap-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
	grid-auto-rows: 20px;
	grid-gap: 5px;
	align-items: center;
}
.table-secondary-input.table-complete tbody td .flex-wrap-container .item {
	margin-bottom: 0px;
}
.table-secondary-input.table-complete tbody tr.blank-row td{
	padding: 5px;
	background-color: #FFFFFF;
}
.table-secondary-input.table-complete .sign-up-form {
	background-color: transparent !important; 
	color: #555555 !important;
}
/* Table secondary input mobile-office */
.table-secondary-input tr:nth-of-type(3).mobile-office td:first-child div:first-child {
	padding-bottom: 17px;
}

/* Table account info reference*/
.table-acount-info-reference {
	border: 2px solid #C1C1C1;
}
.table-acount-info-reference tr:not(:first-child) {
	border-top: 1px solid #C1C1C1;
}
.table-acount-info-reference tr td {
	padding: 10px 12px;
}
.table-acount-info-reference tr td:first-child {
	border-right:  1px solid #C1C1C1;
	background-color: #606C78;
	color: #FFFFFF;
	width: 128px;
}
.table-acount-info-reference tr td:last-child {
	width: 410px;
}
/* Table account info */
.table-acc-info tr td:first-child{
	width: 30% !important;
}
/* Table type 1 */
.table-type-1 tr td {
	padding: 5px;
}
.table-type-1 tr td:first-child {
	color: #720A0A;
}
.table-type-1 tr td:last-child {
	text-align: right;
}

.capacity-table {
	border: 1px solid #C1C1C1;
	border-bottom: none;
}
.capacity-table > div{
	border-bottom: 1px solid #c1c1c1;
}
.capacity-table > div .capacity-table-left {
	width: 50%;
}
.capacity-table div> .capacity-table-right {
	width: 50%;
}
.capacity-table .capacity-table-left > div {
	padding: 5px;
	color: #720A0A;
	text-align: left;
}
.capacity-table .capacity-table-right > div {
	padding: 5px;
	color: #555555;
	text-align: right;
}

.capacity-table-asset {
	border: 1px solid #C1C1C1;
}
.capacity-table-asset > div:not(:last-child) {
	border-bottom: 1px solid #C1C1C1;
}
.capacity-table-asset > div:first-of-type{
	height: 52px;
}
.capacity-table-asset > div:last-of-type{
	height: 30px;
}
.capacity-div {
	border-bottom: 1px solid #C1C1C1;
}
div.capacity-table-asset-left {
	width: 50%;
	padding: 5px;
	color: #720A0A;
	text-align: left;
}
div.capacity-table-asset-right {
	width: 50%;
	padding: 5px;
	color: #555555;
	text-align: right;
}

/* Table type 4*/
.table-type-4 {
	border: 2px solid #AF0001;
}
.table-type-4> tbody >tr >td {
	padding: 5px;
}
.table-type-4 tr td:first-child {
	color: #720A0A;
}
.table-type-4 tr td:last-child {
	text-align: right;
}
/* Table data */
.table-data {
	width: 100%;
}
.table-data th,
.table-data td {
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C1C1C1;
}
.table-data thead tr {
 	border-bottom: 1px solid #C1C1C1;
	background-color: #606C78;
}
.table-data thead tr th {
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	min-width: 40px;
}
.table-data thead tr th a {
	color: #FFFFFF;
}
/* Table data trading-power */
.table-trading-power tbody tr td:not(:nth-last-child(n+7)){
	text-align: right;
}
.table-trading-power tbody tr:nth-last-child(12) td:first-child{
	width: 13px;
}

.table-data.table-data-history .table-mobile-content.text-center .btn.btn-n-buy {
	width: 100px;
}
.table-data.table-product-info {
	border: 2px solid #C1C1C1;
}
/* Table data pls */
.table-data-pls {
	width: 100%;
}
.table-data-pls th,
.table-data-pls td {
	padding: 5px;
	border-right: 1px solid #C1C1C1;
}
.table-data-pls thead tr {
	border-bottom: 1px solid #C1C1C1;
	background-color: #606C78;
}
.table-data-pls thead tr th {
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
}
.table-data-pls tbody tr.row-even {
	background-color: #F6F6F6;
}
/* Table data trialcalc */
.table-data-trialcalc {
	width: 100%;
}
.table-data-trialcalc th,
.table-data-trialcalc td {
	padding: 5px;
	border-right: 1px solid #C1C1C1;
}
.table-data-trialcalc thead tr {
	border-bottom: 1px solid #C1C1C1;
	background-color: #606C78;
}
.table-data-trialcalc thead tr th {
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
}
.table-data-trialcalc tbody tr.row-even {
	background-color: #F6F6F6;
}
/* Table data history */
.table-data-history tbody tr:nth-of-type(even) {
	background-color: transparent;
}
/* Table data total */
.table-data-total {
	width: 100%; 
	border: 1px solid #C1C1C1;
}
.table-data-total tr:not(:first-child) {
	border-top: 1px solid #C1C1C1;
}
.table-data-total tr td {
	padding: 5px;
}
.table-data-total tr td:first-child {
	border-right:  1px solid #C1C1C1;
	background-color: #606C78;
	color: #FFFFFF;
	width: 50%;
}
.table-data-total tr td:last-child {
	width: 50%;
}
.table-history tbody tr td {
	width: 30%;
}
.table-history tbody tr td:first-child,
.table-history tbody tr td:nth-child(2){
	background-color: #606C78;
	color: #FFFFFF;
}
.table-history tbody tr td:last-child {
	background-color: #FFFFFF;
	color: #555555;
}
.row-sum-data{
	background-color: #FFFFFF !important;
	color: #555555 !important;
}
/* Common */
.z-index-auto{
	z-index: auto !important;
}
.bot-60px{
	bottom: 60px;
}
.p-8px {
	padding: 8px !important;
}
.p-5px {
	padding: 5px !important;
}
.pl-5px {
	padding-left: 5px !important;
}
.pl-26px{
	padding-left: 26px;
}
.pt-12px{
	padding-top: 12px !important;
}
.pt-10px{
	padding-top: 10px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
	.ms-mt-7px{
		margin-top: 7px;
	}
	.ms-mt-5px{
		margin-top: 5px;
	}
}
.m-auto {
	margin: auto !important;
}
.mt-70px {
	margin-top: 70px;
}
.mt-28px{
	margin-top: 28px;
}
.mt-30px{
	margin-top: 30px;
}
.mt-40px {
	margin-top: 40px;
}
.mt-42px{
	margin-top: 42px;
}
.mt-16px{
	margin-top: 16px;
}
.mt-19px{
	margin-top: 19px;
}
.mt-12px{
	margin-top: 12px !important;
}
.mt-10px{
	margin-top: 10px;
}
.mt-8px{
	margin-top: 8px;
}
.mt-5px{
	margin-top: 5px;
}
.mb-10px{
	margin-bottom: 10px;
}
.mb-12px{
	margin-bottom: 12px;
}
.mb-16px{
	margin-bottom: 16px;
}
.mb-10px{
	margin-bottom: 10px;
}
.mb-30px{
	margin-bottom: 30px;
}
.mb-40px{
	margin-bottom: 40px;
}
.mb-70px{
	margin-bottom: 70px;
}
.ml-5px {
	margin-left: 5px;
}
.ml-12px{
	margin-left: 12px;
}
.ml-10px{
	margin-left: 10px;
}
.ml-24px{
	margin-left: 24px;
}

.ml-43px {
	margin-left: 43px;
}

.ml-45px {
	margin-left: 45px;
}

.ml-75px {
	margin-left: 75px;
}

.ml-60px {
	margin-left: 60px;
}

.ml-50px {
	margin-left: 50px;
}

.mr-5px {
	margin-right: 5px;
}
.mr-12px {
	margin-right: 12px;
}
.w-82{
	width: 82%;
}
/*add css width start*/
.w-85{
	width: 85%;
}
/*add css width end*/
.w-70 {
	width: 70%;
}
.w-55 {
	width: 55%;
}
.w-50 {
	width: 50%;
}
.w-40 {
	width: 40%;
}
.w-45 {
	width: 45%;
}
.w-35 {
	width: 35%;
}
.w-30 {
	width: 30%;
}
.w-20 {
	width: 20%;
}
.w-12 {
	width: 12%;
}
.w-10 {
	width: 10%;
}
.w-6 {
	width: 6%;
}
.w-40px {
	width: 40px;
}
.w-50px {
	width: 50px;
}
.w-70px {
	width: 70px !important;
}
.w-80px {
	width: 80px;
}
.w-100px {
	width: 100px;
}
.w-140px {
	width: 140px;
}
.w-165px {
	width: 165px !important;
}
.w-172px {
	width: 172px;
}
.w-200px {
	width: 200px;
}
/*add css width start*/
.w-222px {
	width: 222px !important;
}
/*add css width end*/
.w-240px {
	width: 240px !important;
}
.w-300px {
	width: 300px !important;
}
.w-400px {
	width: 400px !important;
}
.w-500px {
	width: 500px;
}
.w-880px {
	width: 880px !important;
}
.height-57px{
	height: 57px;
}
.h-30px {
	height: 30px!important;
}
.min-w-70px {
	min-width: 70px;
}
.min-w-60px {
	min-width: 60px;
}
.font-19 {
	font-size: 19px;
}
.font-17 {
	font-size: 17px;
}
.font-10 {
	font-size: 10px;
}
.font-11 {
	font-size: 11px;
}
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.font-20 {
	font-size: 20px;
}
.scroll-top-wrapper {
	display: none;
	position: fixed;
	opacity: 0.5;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background: #d90000;
	color: white;
	cursor: pointer;
	padding: 5px 9px;
	border-radius: 8px;
}
.after-order-box {
	padding: 10px 16px;
	border: 1px solid #C1C1C1;
}
/* Bakcground */
.bg-total {
	background-color: #FFE6CC !important;
}
.bg-important {
	background-color: #FFDEDE;
}
.bg-reverse {
	background-color: #FFC000;
}
.bg-stock-detail,
.bg-white{
	background: #FFFFFF !important;
}
.bg-even-row{
	background: #F6F6F6 !important;
}
.bg-status{
	background-color: #FFE6E6;
}

/* Bakcground trading-power */
.bg-E7F6FF {
	background-color: #E7F6FF;
}
.bg-FFEBEB {
	background-color: #FFEBEB;
}
.bg-FAECFE {
	background-color: #FAECFE;
}
.bg-FFFF00 {
	background-color: #FFFF00;
}
.bg-F2F2F2 {
	background-color: #F2F2F2;
}
.bg-FFF0D9 {
	background-color: #FFF0D9;
}
.bg-F0FAF1 {
	background-color: #F0FAF1;
}
/* Text trading-power */
.text-tooltip-normal{
	color: #555555 !important;
}
.text-40727F {
	color: #40727F;
}
.text-999999 {
	color: #999999;
}
.text-EBABAB {
	color: #EBABAB;
}
.text-4F2270 {
	color: #4F2270;
}
.text-9E4340 {
	color: #9E4340;
}
.text-C1C1C1 {
	color: #C1C1C1;
}
/* Border */
.bdr-1-AF0001 {
	border: 1px solid #AF0001;
}
.bdr-r-1-AF0001 {
	border-right: 1px solid #AF0001;
}
.bdr-b-1-C1C1C1 {
	border-bottom: 1px solid #C1C1C1;
}
.bdr-b-1-AF0001 {
	border-bottom: 1px solid #AF0001;
}

.border-bottom {
	margin-top: 30px; 
	border-top: 1px solid #6C0000;
}

.bdr-tr-br {
	border-radius: 0px 4px 4px 0px !important;
}
.bd-tr-br {
	border-radius: 4px 4px 4px 4px !important;
}

.border-solid-2px {
	border: 2px solid #C1C1C1 !important;
}
.border-danger-2px {
	border: 2px solid #AF0001 !important;
}

.border-box-info {
	border: 2px solid #C1C1C1;
    padding: 5px;
}
/*Tab in table*/
a.btn.btn-n-buy.w-100.disabled-btn {
	background-color: transparent;
	color: #555555 !important;
	border-color: #C1C1C1;
}
.mini-tab.disabled-tap {
	border-color: #C1C1C1;
}
.mini-tab{
	padding: 10px;
	border: 1px solid #AF0001;
	height: 100%;
}
.table-tab tr{
	border-top: none !important;
}
.table-tab tr td{
	background-color: transparent!important;
	border: none !important;
	color: #555555 !important;
	padding: 10px 0 0 0;
	border-bottom: none !important;
}
.table-tab tr td:first-child{
	width: 150px !important;
}

/* Tooltip */
.tooltip {
	position: relative;
	display: inline-block;
	opacity: inherit;
	z-index: 100;
	text-align: justify;
}

/* Text */
.text-n-normal {
	color: #720A0A;
}
.text-n-red {
	color: #AF0001;
}
.text-n-blue {
	color: #00008C !important;
}
.text-n-black {
	color: #555555 !important;
}
.text-n-purple {
	color: #7030A0 !important;
}
.text-n-darkgray {
	color: #999999 !important;
}
.text-n-666666 {
	color: #666666 !important;
}
.text-n-link {
	color: #0001AE !important;
}
.text-n-guide {
	color: #600001;
}
.text-n-green {
	color: #2A5F2D;
}
.text-n-danger {
    background-color: #AF0001;
    color: #FFFFFF;
}
.text-n-opacified {
	opacity: 0.7;
	color: #555555;
}
.text-n-disabled {
	color: #C1C1C1;
}
.text-sell,
.text-buy,
.text-give-money,
.text-get-money,
.text-dividend {
	position: relative;
	padding-left: 15px;
}
.text-sell::before {
	background-color: #00008C;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0px;
	top: 5px;
}
.text-buy::before {
	background-color: #AF0001;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0px;
	top: 5px;
}
.text-give-money::before {
	border: 1px solid #AF0001;
	background-color: #FFFFFF;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0px;
	top: 5px;
}
.text-get-money::before {
	border: 1px solid #00008C;
	background-color: #FFFFFF;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0px;
	top: 5px;
}
.text-dividend::before {
	background-color: #006600;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0px;
	top: 5px;
}
.label-required {
	display: block;
    background-color: #AF0001;
    margin-left: 5px;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
    color: #ffffff;
	font-size: 11px;
}
.label-style{
	width: 50px;
	margin: auto;
}
.emergency-block {
	text-align: left;
	padding: 10px 0;
	background-color: #FECECE;
}
.emergency-block .emergency-block-content {
	display: block;
	padding: 0 12px;
}
.emergency-block .emergency-block-content .error {
	color: #AE0001;
}
.mid-grey-block {
	color: #FFFFFF;
	background-color: #606C78;
}.underline {
	position: relative;
	display: block;
	font-weight: bold;
}
.underline::after {
	content: "";
	position: absolute;
}
.underline::after {
	top: 20px;
	height: 2px;
	width: 100%;
	left: 0px;
	background-color: #555555;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 15px;
}
.document > ul {
	padding-inline-start: 0px;
	-webkit-padding-start: 0px;
	writing-mode: horizontal-tb;
	list-style-type: square;
	list-style-position: inside;
}
.document > ul > li > ul {
	padding-inline-start: 16px;
	list-style-type: disc;
}



/* Button Start*/
.btn {
	font-size: 13px !important;
	padding: 8px 12px;
	line-height: 1;
}

a.btn {
	text-decoration: none;
}

.btn.btn-n-close {
	padding: 10px 32px;
}

.btn-n-sm {
	padding: 3px 8px;
	min-width: 50px;
}

.btn-n-xd {
	padding: 3px 8px;
	min-width: 80px;
}

.btn-n-md {
	font-size: 13px !important;
	font-weight: bold;
	min-width: 200px;
}

.btn-n-lg {
	padding: 17.5px 30px;
	font-size: 19px !important;
	font-weight: bold;
	min-width: 222px;
}

.btn-n-lg.disabled, .btn-n-lg:disabled {
	color: #FFFFFF;
	background-color: #C1C1C1;
	border-color: #C1C1C1;
}

.form-control:focus {
	color: #495057;
	background-color: #FFFFFF;
	border-color: #C1C1C1;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(101,106,111,0.25);
}
/*Circle button directive*/
a.btn-n-circle,
a.btn-n-circle:hover {
	line-height: 24px;
	text-decoration: none;
	color: #720A0A;
}
.circle-icon i{
	width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #720A0A;
    display: inline-block;
    text-align: justify;
    padding-left: 7px;
    padding-top: 2px;
    font-size: 17px;
}
.btn-n-circle .circle-icon {
	width: 32px;
	height: 24px;
	color: #720A0A;
}

div.clearfix span.inline {
	color: #720a0a;
}

.form-control {
	height: auto;
	padding: 6px 5px;
	font-size: 13px;
	line-height: 1;
	border-radius: 4px;
	border-color: #C1C1C1;
}



.input-group .input-group-prepend .btn,
.input-group .input-group-append .btn {
	width: 30px;
	height: 30px;
	padding: 8px 5px;
}

.input-group > input:not(#datepicker) {
	height: 30px;
}

.input-group.date .form-control {
	border-radius: 4px !important;
}
.input-group.phone-number .form-control {
	border-radius: 0px !important;
}
.input-group.phone-number .form-control::-webkit-input-placeholder {
	text-align: right;
}
.group-item.phone-number{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.input-group .input-group-addon {
	position: absolute;
    top: 1px;
    right: 1px;
    padding: 5px;
    z-index: 9;
}

.input-group.date .input-group-addon i {
	width: auto;
	height: auto;
	font-size: 20px;
	cursor: default;
}

.input-group .input-group-prepend button.btn.btn-n-normal.btn-number i,
.input-group .input-group-append button.btn.btn-n-normal.btn-number i{
	position: relative;
	left: 0px;
	top: -1px;
}

.minus-and-plus-group-control {
	width: 160px;
}

.minus-and-plus-group-control input.form-control.input-number.text-right {
	padding-right: 5px;
}

.minus-and-plus-group-control input.form-control.input-number.text-right.error{
	background-color: #f3bfbf;
	color: #f3bfbf;
	border-color: #AF0001;
}

.minus-and-plus-group-control-1 {
	width: 110px;
}

.minus-and-plus-group-control-1 input.form-control.input-number.text-right {
	padding-right: 5px;
}

.minus-and-plus-group-control-1 input.form-control.input-number.text-right.error{
	background-color: #f3bfbf;
	color: #f3bfbf;
	border-color: #AF0001;
}

.form-control:disabled, .form-control[readonly]{
	background-color: #f6f6f6;
	border-color: #C1C1C1;
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-n-sell {
	color: #FFFFFF !important;
	background-color: #00008c;
}

.btn-n-sell:hover {
	color: #FFFFFF;
	background-color: #5555b2;
}

.btn-n-sell:focus,
.btn-n-sell.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 140, 0.28);
}

.btn-n-sell.disabled,
.btn-n-sell:disabled {
	color: #FFFFFF;
	background-color: #C1C1C1;
	border-color: #C1C1C1;
}

.btn-n-sell:not(:disabled):not(.disabled):active, 
.btn-n-sell:not(:disabled):not(.disabled).active,
.show > .btn-n-sell.dropdown-toggle {
	color: #FFFFFF;
	background-color: #00006C;
	border-color: #00006C;
}

.btn-n-sell:not(:disabled):not(.disabled):active:focus, 
.btn-n-sell:not(:disabled):not(.disabled).active:focus,
.show > .btn-n-sell.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 140, 0.28);
}

.btn-n-complete {
	color: #212529 !important;
	background-color: #F8F9FA;
	border-color: #6C0000;
	font-size: 16px !important;
	padding:5px 0px 0px 0px;
}

.btn-n-done {
	color: #212529 !important;
	background-color: #F8F9FA;
	border-color: #555555;
	font-size: 16px !important;
	padding:5px 0px 0px 0px;
}

.arrow-down {
	width: 0px;
	height: 0px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 20px solid #6C0000;
}

.arrow-down-inactive {
	width: 0px;
	height: 0px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 20px solid #606C78;
}

.btn-n-buy {
	color: #FFFFFF !important;
	background-color: #AF0001;
}

.btn-n-buy-no{
	color: #FFFFFF !important;
	background-color: #555555;
}

.btn-n-buy:hover {
	color: #FFFFFF;
	background-color: #C03839;
}

.btn-n-buy:disabled {
	color: #555555 !important;
	background-color: #C1C1C1;
	border-color: #C1C1C1;
}

.btn-n-buy:focus, .btn-n-buy.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.btn-n-buy.disabled, .btn-n-buy:disabled {
	color: #FFFFFF;
	background-color: #C1C1C1;
	border-color: #C1C1C1;
}

.btn-n-buy:not(:disabled):not(.disabled):active, 
.btn-n-buy:not(:disabled):not(.disabled).active,
.show > .btn-n-buy.dropdown-toggle {
	color: #FFFFFF;
	background-color: #AF0001;
	border-color: #AF0001;
}

.btn-n-buy:not(:disabled):not(.disabled):active:focus, 
.btn-n-buy:not(:disabled):not(.disabled).active:focus,
.show > .btn-n-buy.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.btn-order-input-confirm {
	color: #FFFFFF !important;
	background-color: #FF6600;
}

.btn-order-input-confirm:hover {
	color: #FFFFFF;
	background-color: #FF9955;
}

.btn-order-input-confirm:focus, .btn-order-input-confirm.focus {
	box-shadow: 0 0 0 0.2rem rgba(255,153,85);
}

.btn-order-input-confirm:not(:disabled):not(.disabled):active, 
.btn-order-input-confirm:not(:disabled):not(.disabled).active,
.show > .btn-order-input-confirm.dropdown-toggle {
	color: #FFFFFF;
	background-color: #EE6205;
	border-color: #EE6205;
}

.btn-n-detail,
.btn-n-clear {
	color: #AF0001 !important;
	background-color: #FFFFFF;
	border: 1px solid #AF0001;
}

.btn-n-detail:hover, 
.btn-n-clear:hover {
	color: #FFFFFF !important;
	background-color: #AF0001;
}

.btn-n-detail:focus,
.btn-n-detail.focus,
.btn-n-clear:focus,
.btn-n-clear.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.btn-n-detail.disabled,
.btn-n-detail:disabled
.btn-n-clear:disabled
.btn-n-clear.disabled {
	color: #c1c1c1 !important;
	background-color: #FFFFFF;
	border-color: #c1c1c1;
}

.btn-n-detail:not(:disabled):not(.disabled):active, 
.btn-n-detail:not(:disabled):not(.disabled).active,
.show > .btn-n-detail.dropdown-toggle {
	color: #FFFFFF;
	background-color: #740000;
	border-color: #740000;
}

.btn-n-detail:not(:disabled):not(.disabled):active:focus, 
.btn-n-detail:not(:disabled):not(.disabled).active:focus,
.show > .btn-n-detail.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.btn-n-chart {
	color: #AF0001 !important;
	background-color: #FFFFFF;
	border: 2px solid #AF0001;
}

.btn-n-chart:hover {
	color: #FFFFFF !important;
	background-color: #AF0001;
}

.btn-n-chart:focus,
.btn-n-chart.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.btn-n-chart.disabled,
.btn-n-chart:disabled {
	color: #c1c1c1 !important;
	background-color: #FFFFFF;
	border-color: #c1c1c1;
}

.btn-n-chart:not(:disabled):not(.disabled):active
.show > .btn-n-chart.dropdown-toggle {
	color: #FFFFFF;
	background-color: #740000;
	border-color: #740000;
}

.btn-n-chart:not(:disabled):not(.disabled):active:focus
.show > .btn-n-chart.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.btn-n-update, .btn-n-delete {
	color: #555555 !important;
	background-color: #E6E8EA;
	border: 1px solid #606C78;
}

.btn-n-regist {
	color: #FFF !important;
	background-color: #6C0000;
	border: 1px solid #F8F9FA;
}

.btn-n-regist-ok {
	color: #FFF !important;
	background-color: #555555;
	border: 1px solid #606C78;
}

.btn-n-update:hover, .btn-n-delete:hover {
	color: #ffffff;
	background-color: #B9BEC1;
	border-color: #555555;
}

.btn-n-update:focus, .btn-n-update.focus,
.btn-n-delete:focus, .btn-n-delete.focus {
	box-shadow: 0 0 0 0.2rem rgba(95, 176, 255, 0.29);
}

.btn-n-update.disabled, .btn-n-update:disabled,
.btn-n-delete.disabled, .btn-n-delete:disabled {
	color: #ffffff;
	background-color: #c1c1c1;
	border-color: #c1c1c1;
}

.btn-n-update:not(:disabled):not(.disabled):active, 
.btn-n-update:not(:disabled):not(.disabled).active,
.show > .btn-n-update.dropdown-toggle, .btn-n-delete.dropdown-toggle {
	background-color: #9BA3AA;
	border-color: #9BA3AA;
}

.btn-n-update:not(:disabled):not(.disabled):active:focus,
.btn-n-update:not(:disabled):not(.disabled).active:focus,
.btn-n-delete:not(:disabled):not(.disabled):active:focus,
.btn-n-delete:not(:disabled):not(.disabled).active:focus,
.show > .btn-n-update.dropdown-toggle:focus,
.show > .btn-n-delete.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(95, 176, 255, 0.29);
}

 /* 2020/05/11 ThoaiDT(FPT) 3285_PB00200267_(0D)WB4レベルアップ対応 UAT_No.156 BEGIN */
.btn-n-transfer-branch {
	color: #555555 !important;
	background-color: #FFFFFF;
	border: 1px solid #C1C1C1;
}

.btn-n-transfer-branch:hover {
	color: #ffffff;
	background-color: #CECECE;
	border-color: #8C8C8C;
}

.btn-n-transfer-branch:focus {
	box-shadow: 0 0 0 0.2rem rgba(173, 177, 181, 0.29);
}

.btn-n-transfer-branch.disabled {
	color: #ffffff;
	background-color: #c1c1c1;
	border-color: #c1c1c1;
}

.btn-n-transfer-branch:not(:disabled):not(.disabled):active
.show > .btn-n-transfer-branch.dropdown-toggle {
	background-color: #9BA3AA;
	border-color: #9BA3AA;
}

.btn-n-transfer-branch:not(:disabled):not(.disabled):active:focus,
.btn-n-transfer-branch:not(:disabled):not(.disabled).active:focus,
.show > .btn-n-transfer-branch.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(173, 177, 181, 0.29);
}
/*  2020/05/11 ThoaiDT(FPT) 3285_PB00200267_(0D)WB4レベルアップ対応 UAT_No.156 END */

.btn-n-login {
	color: #ffffff !important;
	background-color: #5fb0ff;
}

.btn-n-login:hover {
	color: #ffffff;
	background-color: #90c8fe;
	border-color: #90c8fe;
}

.btn-n-login:focus, .btn-n-login.focus {
	box-shadow: 0 0 0 0.2rem rgba(95, 176, 255, 0.29);
}

.btn-n-login.disabled, .btn-n-login:disabled {
	color: #ffffff;
	background-color: #c1c1c1;
	border-color: #c1c1c1;
}

.btn-n-login:not(:disabled):not(.disabled):active, 
.btn-n-login:not(:disabled):not(.disabled).active,
.show > .btn-n-login.dropdown-toggle {
	color: #ffffff;
	background-color: #3380cb;
	border-color: #3380cb;
}

.btn-n-login:not(:disabled):not(.disabled):active:focus,
.btn-n-login:not(:disabled):not(.disabled).active:focus,
.show > .btn-n-login.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(95, 176, 255, 0.29);
}

.btn-n-normal {
	color: #FFFFFF !important;
	background-color: #606c78;
}

.btn-n-normal:hover {
	color: #FFFFFF;
	background-color: #8796a5;
	border-color: #8796a5;
}

.btn-n-normal:focus, .btn-n-normal.focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-n-normal.disabled, .btn-n-normal:disabled {
	color: #FFFFFF;
	background-color: #C1C1C1;
	border-color: #C1C1C1;
}

.btn-n-normal:not(:disabled):not(.disabled):active, 
.btn-n-normal:not(:disabled):not(.disabled).active,
.show > .btn-n-normal.dropdown-toggle {
	color: #FFFFFF;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-n-normal:not(:disabled):not(.disabled):active:focus, 
.btn-n-normal:not(:disabled):not(.disabled).active:focus,
.show > .btn-n-normal.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-n-margin-sell {
	color: #00008C !important;
	background-color: #FFFFFF;
	border: 1px solid #00008C;
}

.btn-n-margin-sell:hover {
	color: #FFFFFF !important;
	background-color: #00008C;
}

.btn-n-margin-sell:focus, .btn-n-margin-sell.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 140, 0.28);
}

.btn-n-margin-sell.disabled, .btn-n-margin-sell:disabled {
	color: #C1C1C1 !important;
	background-color: #FFFFFF;
	border-color: #C1C1C1;
}

.btn-n-margin-sell:not(:disabled):not(.disabled):active, 
.btn-n-margin-sell:not(:disabled):not(.disabled).active,
.show > .btn-n-margin-sell.dropdown-toggle {
	color: #FFFFFF;
	background-color: #00008C;
	border-color: #00008C;
}

.btn-n-margin-sell:not(:disabled):not(.disabled):active:focus, 
.btn-n-margin-sell:not(:disabled):not(.disabled).active:focus,
.show > .btn-n-margin-sell.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 140, 0.28);
}

.btn-n-margin-buy {
	color: #AF0001 !important;
	background-color: #FFFFFF;
	border: 1px solid #AF0001;
}

.btn-n-margin-buy:hover {
	color: #FFFFFF !important;
	background-color: #AF0001;
}

.btn-n-margin-buy:focus, .btn-n-margin-buy.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.btn-n-margin-buy.disabled, .btn-n-margin-buy:disabled {
	color: #c1c1c1 !important;
	background-color: #FFFFFF;
	border-color: #c1c1c1;
}

.btn-n-margin-buy:not(:disabled):not(.disabled):active, 
.btn-n-margin-buy:not(:disabled):not(.disabled).active,
.show > .btn-n-margin-buy.dropdown-toggle {
	color: #FFFFFF;
	background-color: #740000;
	border-color: #740000;
}

.btn-n-margin-buy:not(:disabled):not(.disabled):active:focus, 
.btn-n-margin-buy:not(:disabled):not(.disabled).active:focus,
.show > .btn-n-margin-buy.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.btn-n-resell {
	color: #2A5F2D;
	background-color: #FFFFFF;
	border: 1px solid #2A5F2D;
}

.btn-n-resell:hover {
	color: #FFFFFF;
	background-color: #3B803F;
}

.btn-n-resell:focus,
.btn-n-resell.focus {
	box-shadow: 0 0 0 0.2rem rgba(45, 95, 45, 0.26);
}

.btn-n-resell.disabled,
.btn-n-resell:disabled {
	color: #FFFFFF;
	background-color: #C1C1C1;
	border-color: #C1C1C1;
}

.btn-n-resell:not(:disabled):not(.disabled):active, 
.btn-n-resell:not(:disabled):not(.disabled).active,
.show > .btn-n-resell.dropdown-toggle {
	color: #FFFFFF;
	background-color: #2A5F2D;
	border-color: #2A5F2D;
}

.btn-n-resell:not(:disabled):not(.disabled):active:focus, 
.btn-n-resell:not(:disabled):not(.disabled).active:focus,
.show > .btn-n-resell.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(45, 95, 45, 0.26);
}

.btn-n-discount {
	color: #000000;
	background-color: #E6E8EA;
	border: 1px solid #606C78;
}

.btn-n-discount:hover {
	color: #000000;
	background-color: #B9BEC1;
	border-color: #555555;
}

.btn-n-discount:focus, .btn-n-discount.focus {
	box-shadow: 0 0 0 0.2rem rgba(245, 66, 116, 0.26);
}

.btn-n-discount.disabled, .btn-n-discount:disabled {
	color: #000000;
	background-color: #C1C1C1;
	border-color: #C1C1C1;
}

.btn-n-discount:not(:disabled):not(.disabled):active, 
.btn-n-discount:not(:disabled):not(.disabled).active,
.show > .btn-n-discount.dropdown-toggle {
	color: #FFFFFF;
	background-color: #9BA3AA;
	border-color: #9BA3AA;
}

.btn-n-discount:not(:disabled):not(.disabled):active:focus, 
.btn-n-discount:not(:disabled):not(.disabled).active:focus,
.show > .btn-n-discount.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(245, 66, 116, 0.26);
}

.btn-n-delivery {
	color: #3089AB;
	background-color: #FFFFFF;
	border: 1px solid #3089AB;
}

.btn-n-delivery:hover {
	color: #FFFFFF !important;
	background-color: #3089AB;
}

.btn-n-delivery:focus, .btn-n-delivery.focus {
	box-shadow: 0 0 0 0.2rem rgba(48, 137, 171, 0.26);
}

.btn-n-delivery.disabled, .btn-n-delivery:disabled {
	color: #C1C1C1;
	background-color: #FFFFFF;
	border-color: #C1C1C1;
}

.btn-n-delivery:not(:disabled):not(.disabled):active, 
.btn-n-delivery:not(:disabled):not(.disabled).active,
.show > .btn-n-delivery.dropdown-toggle {
	color: #FFFFFF;
	background-color: #555555;
	border-color: #555555;
}

.btn-n-delivery:not(:disabled):not(.disabled):active:focus, 
.btn-n-delivery:not(:disabled):not(.disabled).active:focus,
.show > .btn-n-delivery.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(48, 137, 171, 0.26);
}

.btn-n-icon {
	padding: 6px 12px;
}

.btn-n-icon i {
	font-size: 16px;
}

.btn-n-icon span {
	margin-left: 5px;
}
.btn-n-detail-popup {
	color: #FFFFFF !important;
	background-color: #AF0001;
}
.form-search .btn-n-search {
	color: #FFFFFF !important;
	background-color: #AF0001;
}

.form-search .btn-n-search:hover {
	color: #FFFFFF;
	background-color: #C03839;
}

.form-search .btn-n-search:focus, .form-search .btn-n-search.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.form-search .btn-n-search.disabled, .form-search .btn-n-search:disabled {
	color: #FFFFFF;
	background-color: #C1C1C1;
	border-color: #C1C1C1;
}

.form-search .btn-n-search:not(:disabled):not(.disabled):active, 
.form-search .btn-n-search:not(:disabled):not(.disabled).active {
	color: #FFFFFF;
	background-color: #AF0001;
	border-color: #AF0001;
}
/*Dropdown Start*/
.dropdown .dropdown-menu {
	width: 100%;
}

.btn.btn-n-outline-secondary span.float-left {
	font-size: 13px;
	padding-top: 2px;
}

.btn.btn-n-outline-secondary i.fa.fa-chevron-down.float-right {
	color: #555555;
}

.btn-n-outline-secondary {
	color: #555555;
	border-color: #C1C1C1;
	padding-top: 6px;
	padding-bottom: 6px;
}

.btn-n-outline-secondary:hover {
	color: #555555;
	border-color: #606c78;
}

.btn-n-outline-secondary:focus, .btn-n-outline-secondary.focus {
	box-shadow: 0 0 0 0.105rem rgba(130, 138, 145, 0.5)
}

.btn-n-outline-secondary.disabled, .btn-outline-n-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-n-outline-secondary:not(:disabled):not(.disabled):active, 
.btn-n-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-n-outline-secondary.dropdown-toggle {
	color: #555555;
	background-color: #FFFFFF;
	border-color: #C1C1C1;
}

.btn-n-outline-secondary:not(:disabled):not(.disabled):active:focus, 
.btn-n-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-n-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.105rem rgba(130, 138, 145, 0.5)
}

.btn.btn-n-outline-secondary i.fa.fa.fa-chevron-down {
	color: #000;
	padding-top: 4px;
}

.dropdown-menu.show a.dropdown-item {
	font-size: 13px;
	color: #555555;
	width: 100%;
	padding-left: 12px;
	text-decoration: none;
}

.dropdown-menu.show a.dropdown-item:hover, 
.dropdown-menu.show a.dropdown-item:focus {
	background-color: #8796a5;
}

.dropdown-menu.show a.dropdown-item.active, 
.dropdown-menu.show a.dropdown-item:active {
	background-color: #8796a5;
}
.dropdown-max-height {
	max-height: 250px;
	overflow-y: auto;
	z-index: 9999;
}
/*Dropdown End*/
/*Button End*/

/*Naito Switcher Start*/
.naito-switch-prepend,
.naito-switch-append {
	color: #FFFFFF;
}

.naito-switch-append {
	float: right;	
}

.naito-switch-switcher {
	position: absolute;
	left: 0;
	display: none;
}

.naito-switch {
	height: 30px;
	position: relative;
	width: 100px;
}

.naito-switch input {
	cursor: pointer;
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}


/* Background unchecked */
.naito-switch label {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	background: #C1C1C1;
	color: #555555;
	border-radius: 4px;
	transition: all .15s ease;
}

/* Slider unchecked */
.naito-switch label div.naito-switch-switcher {
	background: #FFFFFF;
	border-radius: 4px;
	display: flex;
	height: 26px;
	left: 2px;
	position: absolute;
	top: 2px;
	transition: all .15s ease;
	width: 63px;
	z-index: 3;
	align-items: center;
}

.naito-switch label div.naito-switch-switcher span{
	width: 100%;
}

/* Vertical lines on slider */
.naito-switch label div.naito-switch-switcher:before {
	bottom: 0;
	content: '';
	display: block;
	height: 15px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .15s ease;
	width: 3px;
}

/* Checked States */

.naito-switch input:checked~label {
	background: #AF0001;
	color: #555555;
}

.naito-switch input:checked~label div.naito-switch-switcher {
	left: 35px;
}
/*Naito Switcher End*/

/* Radio button group  START */

.input-group .btn-search-header.btn-group-radio {
	width: auto;
}

.input-group .btn-group.btn-group-radio,
.input-group .btn-group.btn-group-radio.buy,
.input-group .btn-group.btn-group-radio.sell {
	width: 140px;
}

.input-group .btn-search-header.btn-group-radio input,
.input-group .btn-group.btn-group-radio input,
.input-group .btn-group.btn-group-radio.buy input,
.input-group .btn-group.btn-group-radio.sell input {
	visibility: hidden;
	-webkit-appearance: none;
	display: none;
}

.input-group .btn-search-header.btn-group-radio .btn-n-radio,
.input-group .btn-group.btn-group-radio .btn.btn-n-radio,
.input-group .btn-group.btn-group-radio.buy .btn.btn-n-radio,
.input-group .btn-group.btn-group-radio.sell .btn.btn-n-radio {
	height: 30px;
	padding: 7px 0px;
	background-color: #FFFFFF;
	cursor: pointer;
}

.input-group .btn-group.btn-group-radio .btn.btn-n-radio:first-of-type,
.input-group .btn-group.btn-group-radio.buy .btn.btn-n-radio:first-of-type,
.input-group .btn-group.btn-group-radio.sell .btn.btn-n-radio:first-of-type {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.input-group .btn-group.btn-group-radio .btn.btn-n-radio:nth-last-of-type(1),
.input-group .btn-group.btn-group-radio.buy .btn.btn-n-radio:nth-last-of-type(1),
.input-group .btn-group.btn-group-radio.sell .btn.btn-n-radio:nth-last-of-type(1) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.input-group .btn-group.btn-group-radio .btn.btn-n-radio:not(:first-of-type):not(nth-last-of-type(1)),
.input-group .btn-group.btn-group-radio.buy .btn.btn-n-radio:not(:first-of-type):not(nth-last-of-type(1)),
.input-group .btn-group.btn-group-radio.sell .btn.btn-n-radio:not(:first-of-type):not(nth-last-of-type(1)) {
	
	border-radius: 0px;
}

.input-group .btn-search-header.btn-group-radio .btn.btn-n-radio.not-active,
.input-group .btn-group.btn-group-radio .btn.btn-n-radio.not-active,
.input-group .btn-group.btn-group-radio.buy .btn.btn-n-radio.not-active,
.input-group .btn-group.btn-group-radio.sell .btn.btn-n-radio.not-active,
.input-group .btn-search-header.btn-group-radio input + .btn-n-radio,
.input-group .btn-group.btn-group-radio input + .btn-n-radio,
.input-group .btn-group.btn-group-radio.buy input + .btn-n-radio,
.input-group .btn-group.btn-group-radio.sell input + .btn-n-radio {
	color: #555555;
	border: 1px solid #C1C1C1;
	text-align: center;
}

.input-group .btn-search-header.btn-group-radio .btn.btn-n-radio:hover,
.input-group .btn-group.btn-group-radio .btn.btn-n-radio:hover,
.input-group .btn-group.btn-group-radio.buy .btn.btn-n-radio:hover{
	border: 1px solid #AF0001;
}

.input-group .btn-group.btn-group-radio.sell .btn.btn-n-radio:hover{
	border: 1px solid #00008C;
}

.input-group .btn-search-header.btn-group-radio .btn.btn-n-radio.active,
.input-group .btn-group.btn-group-radio .btn.btn-n-radio.active,
.input-group .btn-group.btn-group-radio.buy .btn.btn-n-radio.active,
.input-group .btn-group.btn-group-radio.sell .btn.btn-n-radio.active,
.input-group .btn-search-header.btn-group-radio input:checked + .btn-n-radio,
.input-group .btn-group.btn-group-radio input:checked + .btn-n-radio,
.input-group .btn-group.btn-group-radio.buy input:checked + .btn-n-radio ,
.input-group .btn-group.btn-group-radio.sell input:checked + .btn-n-radio {
	color: #FFFFFF;
}
.input-group .btn-search-header.btn-group-radio .btn.btn-n-radio.active,
.input-group .btn-group.btn-group-radio .btn.btn-n-radio.active,
.input-group .btn-group.btn-group-radio.buy .btn.btn-n-radio.active,
.input-group .btn-search-header.btn-group-radio input:checked + .btn-n-radio,
.input-group .btn-group.btn-group-radio input:checked + .btn-n-radio,
.input-group .btn-group.btn-group-radio.buy input:checked + .btn-n-radio {
	background-color: #AF0001;
	border: 1px solid #AF0001;
}


.input-group .btn-group.btn-group-radio.sell .btn.btn-n-radio.active,
.input-group .btn-group.btn-group-radio.sell input:checked + .btn-n-radio {
	background-color: #00008C;
	border: 1px solid #00008C;
}
/* Radio button group  END */

/* Form Search Start */
.form-search {
	display: flex;
}
/* Form Search End */
/* Form Update Start */
.form-items-update {
	width: 100%;
	align-items: center;
	display: flex;
}
.form-items-update .form-update-group {
	align-items: center;
	margin-left: auto;
}
/* Form Update End */
/* List stock */
.table-total-price-stock tr td:nth-of-type(2) span,
.table-total-price-stock tr td:nth-of-type(3) span{
	font-weight: bold;
	float: right;
}
.table-total-price-stock .total-price-stock {
	background-color: #F6F6F6;
}
.table-total-price-stock .active {
	background-color: #FFE6CC !important;
}

.explication-table {
	margin-bottom: 10px;
}
.explication-table tbody tr td {
	padding-right: 10px;
}

/* Pagination Start*/
.table-paging > .table-paging-nav {
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.table-paging > .table-paging-nav > li {
	padding: 0;
	margin-right: 5px;
	display: inline-block;
}
.table-paging > .table-paging-nav > li:last-child {
	margin-right: 0px !important;
}
.table-paging > .table-paging-nav > li > a {
	cursor: pointer;
	display: inline-block;
	height: 28px;
	width: 28px;
	vertical-align: middle;
	padding: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	font-weight: 400;
	background: none;
	color: #AF0001;
	text-decoration: none;
}
.table-paging > .table-paging-nav > li > a > i {
	margin-top: 1px;
}
.table-paging > .table-paging-nav > li > a.unit {
	width: auto;
	padding: 0 10px;
}

.table-paging > .table-paging-nav > li > a.unit:hover {
	background: #AF0001;
    color: #FFFFFF;
    border-radius: 15px;
    
	
}

.table-paging > .table-paging-nav > li > a.active {
	background: #AF0001;
	color: #FFFFFF;
	cursor: default;
}
.table-paging > .table-paging-nav > li > a:hover:not(.unit):not(.disabled) {
	background: #AF0001;
	color: #FFFFFF;
}
.table-paging > .table-paging-nav > li > a.disabled {
	color: #C1C1C1;
	cursor: default;
}
/* Pagination End*/
 /*
 * Component: Tab
 * ----------------------
 */
.nav.nav-tabs .nav-item:not(:first-child):not(:last-child) {
	margin-right: 1px;
}
.nav.nav-tabs .nav-item  a.nav-link {
	color: #555555;
	text-decoration: none;
}
.nav.nav-tabs .nav-item  .nav-link {
	background-color: #F4F4F4;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 10px 15px;
	border: none;
}
.nav-tabs .nav-link.active {
	color: #FFFFFF !important;
	background-color: #AF0001 !important;
}
.tab-content {
	border: 1px solid #AF0001 !important;
	padding: 5px;
}
.nav-header {
	background-color: #F6F6F6;
}
.nav.nav-pills.nav-header .nav-link {
	border: 1px solid #AF0001;
	background-color: #FFFFFF;
	margin-left: 10px !important;
	margin: 10px 0px;
	color: #AF0001;
	padding: 2px 10px;
	text-decoration: none;
}
.nav.nav-pills.nav-header .nav-link.active {
	background-color: #AF0001;
	color: #FFFFFF;
}
/*
* Component: Main Header
* ----------------------
*/
.wrapper.no-menu .header-wrapper {
	position: relative;
}
.wrapper.no-menu .header-wrapper .main-header {
	padding: 0px;
	margin: 16px 0 30px 0;
	border-bottom: none;
}
.main-header {
	padding: 16px 0px;
	border-bottom: 3px solid #AF0001;
	margin-bottom: 12px;
}
.header-content {
	margin: auto;
}
.logo{
	width: 960px;
	margin: auto;
	margin-top: 16px;
}
 /*
 * Component: Main Menu
 * ----------------------
 */
.main-menu {
	margin: 0 auto;
}
.main-menu .navbar-nav a {
	text-decoration: none;
	/*margin: 0 0px 0 auto;*/
}

/*hide eye default EI*/
input::-ms-reveal{
	display: none;
}

 /*
 * Component: Content
 * ----------------------
 */
.wrapper.no-menu .content-wrapper {
	padding-top: 0px;
	min-height: calc(100vh - 108px);
}
.content-wrapper {
	margin: 0 auto;
	min-height: calc(100vh - 32px);
	padding-bottom: 30px;
}
.content-header {
	border-bottom: 2px solid #6C0000;
}
.content-header .header-name {
	font-size: 17px;
	color: #720A0A;
}
.content-header .header-info {
	margin-left: 12px;
}
.content {
	margin-top: 16px;
}

.question-help {
	font-size: 16px;
	cursor: pointer;
	background: #FFFFFF;
    border-radius: 100%;
}

span.question-help i.fas.fa-question{
	color: #FFFFFF;
	width: 16px;
	text-align: center;
}
.content-nowrap{
	margin: 0 auto;
	min-height: calc(100vh - 32px);
	padding-bottom: 30px;
}

input::-ms-reveal{
	display: none;
}

.group-report-exchange {
	display: flex;
	line-height: 31px;
	text-align: center;
}
.item-report-exchange span {
	display: inline-block;
	vertical-align: middle;
}
 /*
 * Component: Footer
 * ----------------------
 */
.main-footer {
	border-top: 2px solid #AF0001;
}
.main-footer-popup {
	margin: 0 auto;
	border-top: 1px solid #6C0000;
	max-width: 960px;
}
.footer-content {
	margin: 0 auto;
	padding: 5px 0 6px 0;
	text-align: center;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.circle-icon i{
		width: 24px;
		height: 24px;
		border-radius: 50%;
		border: 1px solid #720A0A;
		display: inline-block;
		text-align: justify;
		padding-left: 7px;
		padding-top: 3px;
		font-size: 17px;
	}
}
/*
 * Component: Search header
 * ----------------------
 */
.btn-search-header{
	height: 30px;
}
.btn-search-header>.btn-search-header-item {
	padding: 0 10px 0 10px !important;
	height: 50% !important;
	font-size: 11px !important;
	width: auto !important;
	/*border:0;*/
	line-height: 1.2;
}
.btn-search-header>.btn-search-header-item.chuugoku-kabu {
	margin-left: 0px;
	border-bottom-left-radius: .25rem !important;
}
/* component show password*/
.show-password {
	position: absolute;
	float: right;
    right: 5px;
    bottom: 10px;
	cursor: pointer;
}
/* Common pagesize*/
.page-info .page-result {
	align-items: center;
    display: flex;
}
/* Screen No.97 */
.border-box-red, .border-box-red-last {
	border: 2px solid #AF0001;
}
.border-row{
	border-bottom: 1px solid #AF0001;
}
.border-row:not(:first-child){
	border-bottom: 1px solid #AF0001;
	padding: 12px 12px;
}
.border-row:last-child{
	border-bottom: 0px;
}
.border-box-red::after{
	content: '';
	position: absolute;
	left: 45%;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid #AF0001;
}
.border-box-red .icon, .border-box-red-last .icon {
	border: 1px solid #AF0001;
	color: white;
	background-color: #AF0001;
	font-weight: bold;
	width:50px;
	padding: 3px 9px;
	font-size: x-large;
	text-align:center;
}
.border-box-gray {
	border: 2px solid #555555;
}
.border-row-gray{
	border-bottom: 1px solid #555555;
}
.border-row-gray:not(:first-child){
	border-bottom: 1px solid #555555;
	padding: 12px 12px;
}
.border-box-gray::after{
	content: '';
	position: absolute;
	left: 45%;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid #555555;
}
.border-row-gray .icon {
	border: 1px solid #555555;
	color: white;
	background-color: #555555;
	font-weight: bold;
	padding: 3px 9px;
	font-size: x-large;
}
.border-row-gray:last-child{
	border-bottom: 0px;
}

.input-text-transparent{
	color: transparent;
}
/* AccInfo Base Info reference */
.not-bdr-right {
	border-right: 0px !important;
}
.not-bdr-bottom {
	border-bottom: 0px !important;
}
.not-bdr-left {
	border-left: 0px !important;
}
/* Calendar Start*/
.calendar {
	background-color: #FFFFFF;
	margin-bottom: -10px;
}
.calendar .table-condensed th {
	padding: 8px !important;
}
.calendar .table-condensed tr td:first-child {
	width: auto;
	background-color: #FFFFFF;
	color: #555555;
	border-right: none;
}
.calendar .table-condensed tr td:last-child {
	width: auto;
}
.btn-close-calendar {
	float: right;
	margin: 0px 6px 4px 4px;
}
.btn-close-calendar >a{
	text-decoration: none;
	color: #6C0000;
}
.pointer-events-none {
	pointer-events: none;
}
/* Calendar End*/


/* Comment_002_217 */
.item-report-exchange {
	border: 1px solid #C1C1C1;
	padding-top:11px;
	padding-bottom:11px;
	text-align: center;
}
/* Form Update Start */
.form-update {
	width: 100%;
	align-items: center;
	display: flex;
}
.form-update .form-update-group {
	align-items: center;
	margin-left: auto;
}
/* Form Update End */

.btn-reference{
	width: 146px;
	padding-left: 3px !important;
	padding-right: 3px !important;
}

.bd-reference-left{
	border-left: 0.5px solid #cad0d6;
}

/* Animate for switch button collapse-all start*/
.animate-opacity-show{
	animation:opac-show 0.5s;
}
.animate-opacity-hide{
	animation:opac-hide 0.5s;
}
@keyframes opac-show{
	from{opacity:0}
	to{opacity:1}
}
@keyframes opac-hide{
	from{opacity:1}
	to{opacity:0}
}
/* Animate for switch button collapse-all end*/

/*add css sreen create new start*/
.h-auto{
	height: auto;
}
.nav-ml-1px{
	margin-left: 1px;
}
/*add css sreen create new end*/

/*add css tab focus start*/
.input-group .btn-group.btn-group-radio label.btn-n-radio:focus {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(101,106,111,0.25);
}
div.icheckbox_minimal-red:focus {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(101,106,111,0.25);
}
/*add css tab focus end*/

.pointer-e-none {
	pointer-events: none;
}
.calendar-width {
	width: 172px;
}
.p-15-0px {
	padding: 15px 0px !important;
}
.btn.btn-n-exchange {
	display: block;
	background-image: url("../img/button_exchange.png");
	background-repeat: no-repeat;
	width: 263px !important;
	height: 98px !important;
	margin: 40px auto;
	background-size: contain;

}
.exchange-group{
	font-weight: 700;
	color: #FFFFFF;

}
.exchange-group .exchange-currency {
	margin-bottom: 20px;
}
.exchange-group .exchange-currency span{
	font-size: 36px;
}
.exchange-group .exchange-text span{
	font-size: 17px;
}
.word-break-span {
	word-break: break-word;
	margin: 0;
}

h3.point03{
	font-size: 18px;
	font-weight: bold;
}

h3.point03{
	font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	position: relative;
	padding-left: 24px;
	border-bottom: 2px dotted #808080; 
	line-height; 41px;
	margin: 0 0 9px 0;
}

h3.point03:before {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 14px;
	height: 14px;
	background: #808080;
	content: "";
}
.table-acc-eeinfo tr td:first-child{
	width: 166px !important;
}
.text-break {
	word-wrap:break-word;
	word-break:normal;
	white-space:normal;
}

.btn-n-pictrue {
	color: #555555 !important;
	background-color: #E6E8EA;
	border: 1px solid #606C78;
}

.uploadArea {
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	padding: 0 10px; */
	text-align: center;
}
.uploadArea .uploadItem {
	/* flex-basis: calc(50% - 20px); */
	box-sizing: border-box;
	border: 1px solid #C1C1C1;
	display: inline-block;
	width: 375px;
	/* height: 400px; */
	padding: 10px 40px;
}
.uploadArea .uploadItem .header {
	background-color: #f2f2f2;
	display: inline-block;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.uploadArea .uploadItem .body {
	background-color: #d5d6d6;
	font-size: 17px;
	color: white;
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}
.uploadArea .uploadItem .body .preview {
	/*display:none;*/
	max-width: 100%;
	max-height: 100%;
}
.uploadArea .uploadItem .comment {
	margin-top: 10px;
	text-align: left;
}
.uploadArea .uploadItem .bottom {
	margin-top: 25px;
	margin-bottom: 15px;
	box-sizing: border-box;
	text-align: center;
}
.uploadArea .uploadItem .bottom a {
	color: #AF0001;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #AF0001;
	border-radius: 2px;
	padding: 13px;
	box-sizing: border-box;
	font-weight: 700;
}
.imageAddArea {
	text-align: center;
	margin: 20px;
}
.imageAddArea .imageAdd {
	color: #AF0001;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #AF0001;
	border-radius: 2px;
	padding: 15px 45px;
	box-sizing: border-box;
	font-weight: 700;
	display: inline-block;
}
.imageAddArea .imageNone {
	color: #C1C1C1;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #C1C1C1;
	border-radius: 2px;
	padding: 15px 45px;
	box-sizing: border-box;
	font-weight: 700;
	display: inline-block;
}
.selfUploadArea {
	background-color: #ffffff;
	border: 2px solid #C1C1C1;
	width:100%;
	max-height:100%;
	display: inline-block;
	text-align: left;
}
.selfInfo {
	height:440px;
}
.upload-title {
	background-color: #606C78;
	color: white;
	text-align: left;
}

.upload-headtitle {
	background-color: #AF0001;
	color: white;
}
.font-upload-red
{
	color: #AF0001;
}
.upload-border-bottom {
	border-bottom: 2px solid #C1C1C1;
}
.toggleHeadInfo {
	transition: all .3s;
}
.headTitle {
	font-size: 13px;
}
.mr-20 {
	margin-right: 20px;
}
.btn-changed {
	width: 24% !important;
	padding: 10px 10px !important;
}
.btnAddArea {
	text-align: center;
	margin: 15px;
}
.btnAddArea .btnNone {
	color: #C1C1C1;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #C1C1C1;
	border-radius: 2px;
	padding: 15px 15px;
	box-sizing: border-box;
	font-weight: 700;
	display: inline-block;
}
.display-fex{
	display:inline-flex;
}
.center-containerArea {
    display: flex;
    justify-content: center; /* 水平居中 */
    margin: 0 auto; 
    box-sizing: border-box;
}

.upload-disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.fa-diamond::before {
    content: "\25CF";
    font-size: 14px;
    display: inline-block;
}