/* Using "mx_" as prefix for CSS class name in order to avoid conflict with pre-defined CSS within Old version of Monex */
/* Using box-sizing to calculate & align nested component(s) properly which include width & height of inner component(s) */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: -border-box;
	box-sizing: border-box;
	font-family: 'Helvetica Neue', 'Meiryo', 'MS PGothic', 'Hiragino Kaku go Pro';
}
*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: -border-box;
	box-sizing: border-box;
}

/* BEGIN: Define css for Layout */
/* provide class container which will other element could be nested within this class */
html, body {
	height: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	background: #D6D6D6;
	color: #333333;
	font-size: 100%;
}

.wrapper{
	width: 970px;
	background: url(../images/icons/other/shadow.gif) repeat-y;
	background-size: contain;
	min-height: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.mx-bgOperatorWrapper{
	background: url(../images/icons/other/shadow_opt.gif) repeat-y;
}
.container{
	width: 770px;
	float: right;
}
.container-index{
	width: 960px;
	padding: 20px 10px 80px 10px !important;
}
.container::after{
	content: "";
	display: table;
	clear: both;
}
.mx-content{
	position: relative;
}
.mx-h1-box-bottom80{
	margin-bottom: 80px;
}
.mx-page-title{
	margin: 0px;
	float: left;
}
.mx-footer{
	color: #ffffff;
	min-height: 50px;
	margin: 0px;
	padding: 17px;
	line-height: 20px;
}

.row {
	/* Refer file : study_外国株_資産状況_数値あり_161023_01.png */
	margin-right: 0px;
	margin-left:  0px;
}
.row:before{
	content: "";
	display: table;
}
.row:after{
	content:"";
	display: table;
	clear: both;
}
/* Pre-define each cell within grid for a screen with the size of Desktop PC or laptop */
.col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-28, .col-md-29, .col-md-30, .col-md-31, .col-md-32, .col-md-33, .col-md-34, .col-md-35{
	position: relative;
	min-height: 1px;
	/*BEGIN: apply padding for 2 column follow file study_外国株_資産状況_数値あり_161023_01.png */
	padding-right: 0px;
	padding-left: 0px;
	margin: 0;
	float: left;
	/*END: apply padding for 2 column follow file study_外国株_資産状況_数値あり_161023_01.png */
}
.col-md-1{
	width: 28px;
}
.col-md-2{
	width: 56px;
}
.col-md-3{
	width: 84px;
}
.col-md-4{
	width: 112px;
}
.col-md-5{
	width: 140px;
}
.col-md-6{
	width: 168px;
}
.col-md-7{
	width: 196px;
}
.col-md-8{
	width: 224px;
}
.col-md-9{
	width: 252px;
}
.col-md-10{
	width: 280px;
}
.col-md-11{
	width: 308px;
}
.col-md-12{
	width: 336px;
}
.col-md-13{
	width: 364px;
}
.col-md-14{
	width: 392px;
}
.col-md-15{
	width: 420px;
}
.col-md-16{
	width: 448px;
}
.col-md-17{
	width: 476px;
}
.col-md-18{
	width: 504px;
}
.col-md-19{
	width: 532px;
}
.col-md-20{
	width: 560px;
}
.col-md-21{
	width: 588px;
}
.col-md-22{
	width: 616px;
}
.col-md-23{
	width: 644px;
}
.col-md-24{
	width: 672px;
}
.col-md-25{
	width: 700px;
}
.col-md-26{
	width: 728px;
}
.col-md-27{
	width: 756px;
}
.col-md-28{
	width: 784px;
}
.col-md-29{
	width: 812px;
}
.col-md-30{
	width: 840px;
}
.col-md-31{
	width: 868px;
}
.col-md-32{
	width: 896px;
}
.col-md-33{
	width: 924px;
}
.col-md-34{
	width: 952px;
}
.col-md-35{
	width: 980px;
}


/* Usage: we could have one or multiple box
   within a .row, .box and .row could be nested within
   each other depends on your specific requirement */
.mx-box{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.mx-box-padding-10{
	padding: 10px;
}
.mx-border-top-none{
	border-top: none !important;
}
.mx-border-bottom-none{
	border-bottom: none !important;
}
.mx-border-left-none{
	border-left: none !important;
}
.mx-border-right-none{
	border-right: none !important;
}
/* BEGIN: apply padding for 2 column follow
   file study_外国株_資産状況_数値あり_161023_01.png */
.mx-box-left{
	padding-right: 14px;
}
.mx-box-right{
	padding-left: 14px;
}
/* END: apply padding for 2 column follow
   file study_外国株_資産状況_数値あり_161023_01.png */
.mx-box-header{
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 20px;
}
.mx-box-header .mx-box-title{
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin: 0px;
}
.mx-box-footer{
	padding: 10px 10px 10px 10px;
}
.mx-box-header:before,
.mx-box-footer:before,
.mx-box-header:after,
.mx-box-footer:after{
	content: " ";
	display: block;
}
.mx-box-bottom-section{
	border-top: 1px solid #ffffff;
	padding: 10px;
}
.mx-overflowx-auto{
	overflow-x: auto;
}
/* END: Define css for layout */

/* BEGIN: Define CSS for type. */
.mx-30-typo{
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
}
.mx-26-typo{
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
}
.mx-22-typo{
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
}
.mx-20-typo{
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
}
.mx-18-bold-typo{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
.mx-18-typo{
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}
.mx-16-typo{
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
}
.mx-16-bold-typo{
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.mx-14-typo{
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.mx-14-bold-typo{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.mx-13-typo{
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
.mx-13-bold-typo{
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
.mx-12-typo{
	font-size: 12px!important;
	font-weight: normal;
	line-height: 18px!important;
}
.mx-12-bold-typo{
	font-size: 12px!important;
	font-weight: bold;
	line-height: 18px!important;
}
.mx-10-typo{
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
}
.mx-line-height-26{
	line-height: 26px!important;
}
/* END: Define CSS for typo. */

/* BEGIN: Define CSS for heading. */
.mx-no-margin{
	margin: 0px !important;
}
.mx-h1-bottom20{
	margin-bottom: 20px;
}
.mx-heading-h1-link{
	margin-top: 8px;
	margin-bottom: 8px;
}
.mx-heading-h2{
	position: relative;
	display: block;
	padding: 10px 0 0;
	border-top: 4px solid #e0e0e0;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.mx-trd-heading-h2{
	position: relative;
	display: block;
	padding: 5px 0 0;
	border-top: 4px solid #e0e0e0;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.mx-heading-h2:before, .mx-trd-heading-h2:before{
	position: absolute;
	left: 0px;
	top: -4px;
	display: block;
	width: 60px;
	height: 4px;
	background: #e1c561;
	content: "";
}
.mx-heading-h2-link{
	margin-top: 3px;
	margin-bottom: 3px;
}
.mx-heading-h3{
	padding: 10px 10px 10px 10px;
}
.mx-heading-h3-link{
	margin-top: 11px;
	margin-bottom: 11px;
}
.mx-heading-h4{
	border-bottom: 2px solid #e0e0e0;
	padding-bottom: 5px;
}
.mx-heading-h5{
	border-top: 2px solid #e0e0e0;
	background-color: #eeeeee;
	padding: 5px 0 5px 10px;
}
.mx-heading-list{
	font-size: 14px;
	line-height: 20px;
	border-top: 2px solid #e0e0e0;
	padding: 5px 10px 5px 10px;
}
/* END: Define CSS for heading. */

/* BEGIN: Define CSS for tab. */
.mx-tabs{
	margin: 0px;
	padding: 0px;
}
.mx-tabs-header{
	list-style: 0;
	margin: 0;
	padding: 0;
	height: 31px;
	border-bottom: 3px solid #e1c561;
	font-size: 14px;
}
.mx-tabs-title{
	display: inline-block;
	margin: 0 0 0 2px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	background: #e0e0e0;
	height: 28px;
	font-size: 14px;
	line-height: 20px;
	border: none;
	float: left;
	color: #193a9e;
}
.mx-tabs-title:first-child{
	margin-left: 0px;
}
.mx-tabs-title a{
	color: #193a9e;
	text-decoration:none;
}
.mx-tabs-title.active{
	background-color: #e1c561;
	color: #333333;
	font-weight: bold;
}
.mx-tabs-title.active a{
	color: #333333;
}
.mx-tabs-content{
	margin: 0 0 0 0;
	padding: 10px 0px;
}
.mx-tabs-one{
	display: inline-block;
	padding: 5px 20px 5px 20px;
}
.mx-tabs-two{
	display: inline-block;
	padding: 5px 46px 5px 46px;
}
/* END: Define CSS for tab. */

/* BEGIN: Define CSS for button. */
.mx-btn{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: -border-box;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	font-size: 14px;
	line-height: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
}
a.mx-btn:link, a.mx-btn:visited{
	text-decoration: none;
	color: #ffffff;
}
.mx-btn-conversion{
	color: #ffffff;
	background-color: #2eb975;
	font-weight: bold;
	border-color: #2eb975
}
.mx-btn-conversion:hover{
	color: #ffffff;
	background-color: #62cb98;
	border-color: #62cb98;
	text-decoration: none;
}
.mx-btn-orderbuy{
	color: #ffffff;
	background-color: #d84e4e;
	font-weight: bold;
	border-color: #d84e4e
}
.mx-btn-orderbuy:hover{
	color: #ffffff;
	background-color: #e27a7a;
	border-color: #e27a7a
}
.mx-btn-ordersell{
	color: #ffffff;
	background-color: #3d9ad3;
	font-weight: bold;
	border-color: #3d9ad3
}
.mx-btn-ordersell:hover{
	color: #ffffff;
	background-color: #77b8e0;
	border-color: #77b8e0
}
.mx-btn-logout{
	color:#ffffff;
	background-color: #616161;
	font-weight: bold;
	border-color: #616161
}
.mx-btn-logout:hover{
	color: #ffffff;
	background-color: #898989;
	border-color: #898989
}
.mx-btn-account{
	color: #ffffff;
	background-color: #ff7200;
	font-weight: bold;
	border-color: #ff7200
}
.mx-btn-account:hover{
	color: #ffffff;
	background-color: #ff9540;
	border-color: #ff9540
}
.mx-btn-nisa{
	color: #ffffff;
	background-color: #01ada1;
	font-weight: bold;
	border-color: #01ada1
}
.mx-btn-nisa:hover{
	color: #ffffff;
	background-color: #41c2b9;
	border-color: #41c2b9
}
.mx-btn-credit{
	color: #dbab00;
	border: 2px solid transparent;
	background-color: #ffffff;
	font-weight: bold;
	border-color: #dbab00
}
a.mx-btn-credit:link, a.mx-btn-credit:visited{
	color: #dbab00;
}
.mx-btn-credit:hover{
	color: #dbab00;
	background-color: #faf1d0;
	border-color: #dbab00
}

.mx-btn-regular{
	color: #ad9951;
	border: 2px solid transparent;
	background-color: #ffffff;
	font-weight: bold;
	border-color: #ddaf0d
}
a.mx-btn-regular:link, a.mx-btn-regular:visited, input.mx-btn-regular{
	color: #917100;
}
.mx-btn-regular:hover{
	color: #ad9951;
	background-color: #faf1d0;
	border-color: #ddaf0d;
}
/* BEGIN: Define css for button page top */
.mx-btn-pagetop{
	position: fixed;
	bottom: 0px;
	left: 450px;
	width: 60px;
	height: 60px;
	background: #424242;
	border: 0;
	border-radius: 34px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	padding: 20px;
	z-index: 10000;

}
.mx-btn-pagetop:hover{
	background-color: #717171;
}
.mx-btn-pagetop.show{
	opacity: 1;
}
.mx-pagetop-up-arrow{
	font-size: 26px;
	line-height: 30px;
}
/* END: Define css for button page top */

/* BEGIN: Define css for button search */
.mx-btn-icon, a.mx-btn-icon{
	text-decoration: none;
}
.mx-btn-search, a.mx-btn-search {
	background-color: #9e9e9e;
	display: inline-block;
	text-decoration: none;
	box-shadow: 0px 1px #ad9951;
	border-radius: 2px;
	color: #ffffff;
}
/** END: Define css for button search */
/* BEGIN: Define css for button icon */
.mx-icon{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: relative;
	float: left;
}
.mx-btn-search:hover, a.mx-btn-search:hover{
	background-color: #b6b6b6;
}
.mx-btn-search-26{
	font-size: 30px;
	margin: 0px;
	padding: 5px 4px;
	width: 26px;
	height: 26px;
}
/* END: Define css for button icon */

/* BEGIN: Define css for button paging */
.mx-btn-page{
	background-color: transparent;
	color: #193a9e !important;
	padding: 0px 4px !important;
	box-shadow: none;
	margin: 0px 5px 0px 5px;
}
a.mx-btn-page:hover{
	background-color: #e1c561;
}
/* END: Define css for button paging */

/* BEGIN: Define css for control button */
.mx-btn-plus{
	background-color: #b6b6b6;
}
/* END: Define css for control button */
/* BEGIN: Define css for buttons size */
.mx-btn-ss{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	height: 22px;
}
.mx-btn-regular.mx-btn-ss, .mx-btn-credit.mx-btn-ss{
	line-height: 20px;
}
.mx-btn-s{
	padding-left: 10px;
	padding-right: 10px;
	line-height: 26px;
	font-size: 13px;
	height: 26px;
}
.mx-btn-regular.mx-btn-s, .mx-btn-credit.mx-btn-s{
	line-height: 24px;
}
.mx-btn-m{
	padding-left: 15px;
	padding-right: 15px;
	line-height: 34px;
	font-size: 14px;
	height: 34px;
}
.mx-btn-regular.mx-btn-m, .mx-btn-credit.mx-btn-m{
	line-height: 30px;
}
.mx-btn-l{
	padding-left: 20px;
	padding-right: 20px;
	line-height: 45px;
	font-size: 16px;
	height: 45px;
}
.mx-btn-regular.mx-btn-l, .mx-btn-credit.mx-btn-l{
	line-height: 41px;
}
.mx-btn-ll{
	padding-left: 50px;
	padding-right: 50px;
	line-height: 65px;
	font-size: 22px;
	height: 65px;
}
.mx-btn-regular.mx-btn-ll, .mx-btn-credit.mx-btn-ll{
	line-height: 61px;
}
.mx-btn-xl{
	padding-left: 50px;
	padding-right: 50px;
	line-height: 80px;
	font-size: 22px;
	width: 224px;
	height: 80px;
}
.mx-btn-regular.mx-btn-xl, .mx-btn-credit.mx-btn-xl{
	line-height: 76px;
}
/* END: Define css for buttons size */

/* BEGIN: Define css for Button TOP Guest */
.mx-btn-top-guest{
	width: 68px;
	height: 68px;
	background-color: #ffffff;
	box-shadow: 1px 1px #e0e0e0;
	border: 1px solid #e0e0e0;
	padding: 10px 5px 10px 5px;
}
.mx-btn-top-guest-img{
	margin-bottom: 5px;
}
.mx-btn-top-guest:hover{
	background-color: #f7f3e7;
}

.mx-btn-top-guest-text{
	width: 56px;
}
a.mx-btn:hover{
	text-decoration: none;
}
/* END: Define css for Button TOP Guest */
/* END: Define css for button. */

/* BEGIN: Define css for link. */
a.mx-link:hover{
	text-decoration: none;
	/* Override old css */
	color: #193a9e;
}
a.mx-link:link{
	color: #193a9e;
}
a.mx-link:visited{
	color: #5824b8;
}
.mx-none-text-decoration{
	text-decoration: none !important;
}
a.mx-link-red{
	color: #e01515;
	text-decoration: underline;
}
a.mx-link-red:hover{
	text-decoration: none;
}
a.mx-textlink{
	color: #193a9e !important;
	text-decoration: none !important;
}
a.mx-textlink:hover{
	text-decoration: underline !important;
}
a.mx-textlink:visited{
	color: #5824b8 !important;
}
.mx-textlink.mx-bglink{
	background-color: #eeeeee;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
}
.mx-textlink.mx-rightlink{	
	margin-top: 10px;
}
.mx-textlink.mx-btlink{
	background-color: #f0e6c9;
	padding-left: 10px;
	padding-right: 10px;
}
.mx-headinglink{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.mx-sep-rightlink{
	padding-top: 10px;
	margin-top: 20px;
	text-align: right;
	border-top: 1px solid #e0e0e0;
}
.mx-textlink.mx-site-rightlink{
	margin-top: 15px;
	text-align: right;
}
.mx-site10-rightlink{
	margin-top: 10px;
	text-align: right;
}
.mx-link-margin-15-top{
	margin-top: 15px;
	height: 24px;
}
.mx-link-margin-10-top{
	margin-top: 10px;
	height: 24px;
}
/* END: Define css for link. */

/* BEGIN: Define css for list. */
.mx-list-custom{
	list-style: none;
}
ul.mx-list, ul.mx-list-note{
	margin: 0px;
	padding: 0px;
}

ul.mx-list > li{
	font-size: 14px;
	line-height: 26px;
}
ul..mx-list.mx-list-horizontal > li{
	display: inline;
	margin-left: 30px;
}
ul.mx-list-bg{
	background-color: #eeeeee;
	padding-bottom: 10px;
	padding-top: 10px;
}
ul.mx-list.mx-list-horizontal > li:first-child{
	margin-left: 0px;
}
ul.mx-list-note li:before{
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	content: ".";
}
ul.mx-list-note > li{
	font-size: 14px;
	line-height: 20px;
	position: relative;
	padding-left: 1.5em;
	list-style: none;
}
ul.mx-hyphan li:before{	
	content: "-";
}
ul.mx-no-style li:before{	
	content: "";
}


/* END: Define css for list. */

/* BEGIN: Define css for table. */
/*table transaction*/
.mx-tbl-title{
	font-size: 14px;
	line-height: 20px;
	font-weight:bold;
	margin-bottom: 10px;
}
.mx-tbl-heading{
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.mx-tbl-transaction {
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.mx-tbl-transaction  > tbody > tr > td, .mx-tbl-transaction  > tbody > tr > th,
.mx-tbl-transaction  > thead > tr > td, .mx-tbl-transaction  > thead > tr > th,
.mx-tbl-transaction  > tfoot > tr > td, .mx-tbl-transaction  > tfoot > tr > th{
	padding: 3px 5px 3px 5px;
	border: 1px solid #e0e0e0;
}
.mx-tbl-transaction > tbody > tr > th,
.mx-tbl-transaction > thead > tr > th,
.mx-tbl-transaction > tfoot > tr > th{
	font-size: 12px;
	line-height: 16px;
	background-color: #d7d7d7;
	font-weight: normal;
}
.mx-tbl-transaction > tbody > tr > td,
.mx-tbl-transaction > thead > tr > td,
.mx-tbl-transaction > tfoot > tr > td{
	font-size: 13px;
	line-height: 18px;
}
.mx-tbl-transaction2 {
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-bottom: 1px solid #e0e0e0;
}
.mx-tbl-transaction2  > tbody > tr > td, .mx-tbl-transaction2  > tbody > tr > th{
	padding: 3px 5px 3px 5px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.mx-tbl-transaction2 > tbody > tr > th{
	font-size: 12px;
	line-height: 16px;
	background-color: #d7d7d7;
	font-weight: normal;
	border-top: 1px solid #e0e0e0;
}
.mx-tbl-transaction2 > tbody > tr > td{
	font-size: 13px;
	line-height: 18px;
}
.mx-tbl2-top
{
	border-top: 1px solid #000000;
}
.mx-tbl3-top
{
	border-top: 1px solid #e0e0e0;
}
.mx-horizontal tbody tr th{
	text-align: left;
}
/*table regular*/
.mx-tbl-regular {
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.mx-tbl-regular  > tbody > tr > td, .mx-tbl-regular  > tbody > tr > th,
.mx-tbl-regular  > thead > tr > td, .mx-tbl-regular  > thead > tr > th,
.mx-tbl-regular  > tfoot > tr > td, .mx-tbl-regular  > tfoot > tr > th{
	padding: 5px 10px 5px 10px;
	border: 1px solid #e0e0e0;
}
.mx-tbl-regular > tbody > tr > th,
.mx-tbl-regular > thead > tr > th,
.mx-tbl-regular > tfoot > tr > th{
	font-size: 12px;
	line-height: 16px;
	background-color: #d7d7d7;
	font-weight: normal;
}
.mx-tbl-regular  > tbody > tr > td,
.mx-tbl-regular  > thead > tr > td,
.mx-tbl-regular  > tfoot > tr > td{
	font-size: 14px;
	line-height: 20px;
}
/*table confirm*/
.mx-tbl-confirm {
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.mx-tbl-confirm  > tbody > tr  > td, .mx-tbl-confirm  > tbody > tr > th,
.mx-tbl-confirm  > thead > tr  > td, .mx-tbl-confirm  > thead > tr > th,
.mx-tbl-confirm  > tfoot > tr  > td, .mx-tbl-confirm  > tfoot > tr > th{
	padding: 3px 5px 3px 5px;
	border: 1px solid #e0e0e0;
}
.mx-tbl-confirm > tbody > tr > th,
.mx-tbl-confirm > thead > tr > th,
.mx-tbl-confirm > tfoot > tr > th{
	font-size: 12px;
	line-height: 16px;
	background-color: #d7d7d7;
	font-weight: normal;
}
.mx-tbl-confirm > tbody > tr > td,
.mx-tbl-confirm > thead > tr > td,
.mx-tbl-confirm > tfoot > tr > td{
	font-size: 13px;
	line-height: 18px;
}
/*table input*/
.mx-tbl-input {
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.mx-tbl-input > tbody >  tr  > td, .mx-tbl-input  > tbody > tr > th,
.mx-tbl-input > thead >  tr  > td, .mx-tbl-input  > thead > tr > th,
.mx-tbl-input > tfoot >  tr  > td, .mx-tbl-input  > tfoot > tr > th{
	padding: 3px 5px 3px 5px;
	border: 1px solid #f0e6c9;
}
.mx-tbl-input  > tbody > tr > th,
.mx-tbl-input  > thead > tr > th,
.mx-tbl-input  > tfoot > tr > th{
	font-size: 12px;
	line-height: 16px;
	background-color: #f7f3e7;
	font-weight: normal;
}
.mx-tbl-input   > tbody > tr > td,
.mx-tbl-input   > thead > tr > td,
.mx-tbl-input   > tfoot > tr > td{
	font-size: 13px;
	line-height: 18px;
}
.mx-horizontal tbody tr th{
	text-align: left;
}
.mx-vertical tbody tr th{
	text-align: center;
}

/* END: Define css for table. */
/* BEGIN: Define css margin. */
.mx-tbl-sub-regular{
	border: 1px solid #e0e0e0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mx-tbl-sub-transaction{
	border: 1px solid #e0e0e0;
	border-right: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.mx-tbl-no-margin-top-bottom{
	margin-top: 0px;
	margin-bottom: 0px;
}
.mx-tbl-no-margin-top{
	margin-top: 0px;
}
.mx-margin-top-bottom-2{
	margin-bottom: 2px;
	margin-top: 2px;
}
.mx-margin-top-bottom-4{
	margin-bottom: 4px;
	margin-top: 4px;
}
.mx-margin-top-bottom-27{
	margin-bottom: 27px;
	margin-top: 27px;
}
/* END: Define css margin. */
/* BEGIN: Define css for alert section. */
.mx-alert-box{
	padding: 10px 10px 10px 10px;
	border-left: 4px solid #f5f5f5;
	background-color: #f5f5f5;
}
.mx-limited{
	border-color: #e01515;
}
.mx-alert-limited{
	background-color: #fbe2e2;
}
.mx-information{
	border-color: #dbad00;
}
.mx-information .mx-icon-action-warning{
	
}
.mx-information-box-header{
	padding-bottom: 10px;
}
.mx-alert-content{
	margin-left: 26px;
}
/* END: Define css for alert section. */

/* Define css for Form (input) */
/* Although design documents had not specified margin for input,select,textarea */
/* We should apply a common margin value for these components */
/* Setting placeholder color for input component for Chrome */
.mx-form-group{
	display: inline-flex;
}
/* BEGIN: Define Css for text field */
.mx-input[type="text"]{
	font-size: 13px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #e0e0e0;
	height: 26px;
}
.mx-input[type="text"]:disabled, .mx-disabled{
	background-color: #eeeeee;
}
.mx-input[type="text"]::-webkit-input-placeholder{
	color: #bdbdbd;
}
/* Setting placeholder color for input component for Firefox */
.mx-input[type="text"]:-moz-placeholder{
	color: #bdbdbd;
	opacity: 1;
}
/* Setting placeholder color for input component for Firefox */
.mx-input[type="text"]::-moz-placeholder{
	color : #bdbdbd;
	opacity: 1;
}
/* Setting placeholder color for input component for IE */
.mx-input[type="text"]:-ms-input-placeholer{
	color: #bdbdbd;
}
.mx-input-l[type="text"]{
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	height: 34px;
}
/* END: Define Css for text field */
/* BEGIN: Define Css for Passsword field */
.mx-input[type="password"]{
	font-size: 13px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #e0e0e0;
	height: 26px;
}
.mx-input[type="password"]:disabled, .mx-disabled{
	background-color: #eeeeee;
}
.mx-input[type="password"]::-webkit-input-placeholder{
	color: #bdbdbd;
}
/* Setting placeholder color for input component for Firefox */
.mx-input[type="password"]:-moz-placeholder{
	color: #bdbdbd;
	opacity: 1;
}
/* Setting placeholder color for input component for Firefox */
.mx-input[type="password"]::-moz-placeholder{
	color : #bdbdbd;
	opacity: 1;
}
/* Setting placeholder color for input component for IE */
.mx-input[type="password"]:-ms-input-placeholer{
	color: #bdbdbd;
}
.mx-input-l[type="password"]{
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	height: 34px;
}
/* END: Define Css for Passsword field */
/* BEGIN: Define Css for select box */
select::-ms-expand{
	/* IE8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/*IE5-7*/
	filter: alpha(opacity=0);
	/* Good browsers*/
	opacity: 0;
	width: 0;
	display: none;
}
select.mx-input{
	padding: 0px 18px 0px 5px;
	border: 1px solid #e0e0e0;
	height: 26px;
	line-height: 20px;
	font-size: 14px;
	background: #ffffff url(../images/icons/14x6/ico-form-select_01.gif) right center no-repeat;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
select.mx-input-trans{
	padding: 0px 18px 0px 5px;
	border: 1px solid #e0e0e0;
	height: 26px;
	line-height: 18px;
	font-size: 13px;
	background: #ffffff url(../images/icons/14x6/ico-form-select_01.gif) right center no-repeat;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

/* END: Define Css for select box */
/* BEGIN: Define Css for Radio button */
.mx-input[type="radio"]{
	position: absolute;
	left: -9999px;
}
.mx-input[type="radio"] + label{
	position: relative;
	margin-right: 10px;
}
.mx-input[type="radio"] + label:before{
	height: 16px;
	width: 16px;
	display: inline-block;
	background-image: url(../images/icons/16x16/bg-form-radio_01-no.gif);
	content: ' ';
	margin-right: 5px;
	position: relative;
	top: 3px;
}
.mx-input[type="radio"]:checked + label:before{
	background-image: url(../images/icons/16x16/bg-form-radio_01-on.gif);
}
.mx-input[type="radio"]:disabled + label:before{
	background-image: url(../images/icons/16x16/bg-form-radio_02-no.gif);
}
.mx-input[type="radio"]:disabled:checked  + label:before{
	background-image: url(../images/icons/16x16/bg-form-radio_02-on.gif);
}
.mx-radio-margin{
	width: 215px;
	margin-left: 10px;
}
/* END: Define Css for Radio button */
/* BEGIN: Define Css for Checkbox */
.mx-input[type="checkbox"]{
	position: absolute;
	left: -9999px;
}
.mx-input[type="checkbox"] + label.mx-14-bold-typo, .mx-input[type="checkbox"] + label.mx-14-typo{
	margin-right: 10px;
	position: relative;	
}
.mx-input[type="checkbox"] + label:before, .mx-input[type="checkbox"] + label:before{
	height: 16px;
	width: 16px;
	display: inline-block;
	background-image: url(../images/icons/16x16/bg-form-check_01-no.gif);
	content: ' ';
	margin-right: 0px;	
	position: relative;
	top: 3px;
}
.mx-checkbox-on{
	height: 16px;
    width: 16px;
    display: inline-block;
    background-image: url(../images/icons/16x16/bg-form-check_01-on.gif);
    content: ' ';
    margin-right: -16px;
    position: relative;
    top: 3px;
    left: -16px;
}
/* END: Define Css for Checkbox */
/* BEGIN: Define Css for Wordbox */
.mx-wordbox{
	position: relative;
}
.mx-wordbox .mx-wordbox-data{
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
	border-bottom: 1px solid #9e9e9e;
	border-right: 1px solid #9e9e9e;
	border-left: 1px solid #9e9e9e;
	background-color: #ffffff;
}
.mx-wordbox ul.mx-wordbox-data li{
	padding: 5px 10px 5px 10px;
	margin: 0;
}
.mx-wordbox ul.mx-wordbox-data li:hover{
	background-color: #f5f5f5;
}
.mx-wordbox-input:focus{
	outline: none;
	border: 1px solid #4486f9;
}
/* END: Define Css for Wordbox */
/* BEGIN: Define css for slide */
.switch{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 17px;
}

.switch input{
	display: none;
}

.slider{
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #bdbdbd;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before{
	position: absolute;
	content: "";
	height: 11px;
	width: 11px;
	left: 3px;
	bottom: 3px;
	background-color: #ffffff;
	-webkit-transition: .2s;
	transition: .2s;
}

.switch input:checked +.slider{
	background-color: #2eb975;
}

.switch input:focus + .slider{
	box-shadow: 0 0 1px #bdbdbd;
}

.switch input:checked + .slider:before {
	-webkit-transform: translateX(43px);
	-ms-transform: translateX(43px);
	transform: translateX(43px);
}

.slider.round{
	border-radius: 34px;
}
.slider.round:before{
	border-radius: 50%;
}

.switch .turn-on, .switch .turn-off{
	font-size: 12px;
	color: #ffffff;
}

.switch .turn-on{
	position: relative;
	margin-left: 15px;
	line-height: 18px;
}

.switch .turn-off{
	position: relative;
	margin-left: 17px;
	line-height: 18px;
}
.switch input + .slider .turn-on{
	display: none;
}
.switch input + .slider .turn-off{
	display: inline;
}
.switch input:checked + .slider .turn-off{
	display: none;
}
.switch input:checked + .slider .turn-on{
	display: inline;
}


.display{
	display: none;
}
/* END: Define css for slide */
.mx-label{
	display: inline-block;
	max-width: 100%;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}
.mx-label-prev-next{
	text-decoration: none !important;
}
/* END: Define css for form */
/* BEGIN: Define css for popup. */
.mx-container-popup{
	background: #ffffff !important;
	margin-left: 0px !important;
	position: absolute;
	width: auto;
	min-width: 700px;
}
.mx-logo-popup{
	float: left;
	margin-left: 21px;
}
.mx-border-header-popup{
	border-bottom: 4px solid #ffc700;
	height: 49px;
}
.mx-content-popup{
	width: 644px;
	margin: auto;
}
.mx-content-popup-flexible{
	margin-right: 28px;
	margin-left: 28px;
}
.mx-title-popup{
	height: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.mx-heading-popup-h2{
	margin-bottom: 10px;
	border-top: 4px solid #e1c561;
	position: relative;
	top: 0px;
}
.mx-heading-popup-h2:after{
	margin-bottom: 10px;
	position: absolute;
	left: 60px;
	right: 0;
	top: -4px;
	border-top: 4px solid #e0e0e0;
	content: '';
}
.mx-bottom-popup{
	height: 30px;
	width: 89px;
	margin: 40px auto 20px auto;
	margin-left: auto;
	background: #eeeeee;
}
.mx-footer-popup{
	height: 50px;
	color: #ffffff;
	line-height: 20px;
}
.mx-footer-popup-flexible{
	height: 50px;
	color: #ffffff;
	line-height: 20px;
}
.mx-footer-content{
	padding-top: 15px;
	padding-bottom: 15px;
	height: 100%;
}
.mx-close-popup{
	font-size: 14px;
	text-decoration: none !important;
	font-weight: normal;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: none !important;
	border: none !important;
}
.mx-icon-close-popup{
	content: ' ';
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../images/icons/popup/close.gif);
	float: left;
	margin-top: 4px;
	margin-right: 5px;
}
.mx-close-popup-custom{
	left: 506.5px;
}
.mx-icon-logo-popup{
	content: ' ';
	display: inline-block;
	width: 132px;
	height: 35px;
	background-image: url(../images/icons/popup/logo.gif);
}
/* END: Define CSS for popup. */
/* BEGIN: Define CSS for icon. */
/* 9X9 */
.mx-icon-arrrow-down{
	content: ' ';
	display: inline-block;
	width: 9px;
	height: 9px;
	background-image: url(../images/icons/16x16/arrrow-down.gif);
}
.mx-icon-arrrow-up{
	content: ' ';
	display: inline-block;
	width: 9px;
	height: 9px;
	background-image: url(../images/icons/16x16/arrrow-up.gif);
}
/* 12X12 */
.mx-icon-action-details{
	content: ' ';
	display: inline-block;
	width: 11px;
	height: 10px;
	background-image: url(../images/icons/12x12/action-details.gif);
}
.mx-icon-action-details2{
	content: ' ';
	display: inline-block;
	width: 11px;
	height: 10px;
	margin: 0px 5px;
	background-image: url(../images/icons/12x12/action-details_01.gif);
}
.mx-icon-action-download{
	content: ' ';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/icons/12x12/action-download.gif);
}
.mx-icon-action-expand{
	content: ' ';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/icons/12x12/action-expand.gif);
}
.mx-icon-action-export{
	content: ' ';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/icons/12x12/action-export.gif);
}
/* 16X11 */
.mx-icon-flag-cn{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 11px;
	background-image: url(../images/icons/16x11/flag-cn.gif);
}
.mx-icon-flag-eu{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 11px;
	background-image: url(../images/icons/16x11/flag-eu.gif);
}
.mx-icon-flag-gb{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 11px;
	background-image: url(../images/icons/16x11/flag-gb.gif);
}
.mx-icon-flag-jp{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 11px;
	background-image: url(../images/icons/16x11/flag-jp.gif);
}
.mx-icon-flag-us{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 11px;
	background-image: url(../images/icons/16x11/flag-us.gif);
}
/* 16X16 */
.mx-icon-16x16{
	position: relative;
	top: 3px;
}
.mx-icon-16x16-13{
	position: relative;
	top: 3px;
}
.mx-icon-help{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/ico-help_01.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.mx-icon-action-alert-cirle{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/9x9/action-alert-cirle.gif);
}
.mx-icon-action-alert-triangle{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/action-alert-triangle.gif);
}
.mx-icon-action-checked{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/action-checked.gif);
}
.mx-icon-action-del{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/action-del.gif);
}
.mx-icon-action-edit{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/action-edit.gif);
}
.mx-icon-action-help{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/action-help.gif);
}
.mx-icon-action-home{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/action-home.gif);
}
.mx-icon-action-labeled{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/action-labeled.gif);
}
.mx-icon-action-list{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/action-list.gif);
}
.mx-icon-action-login{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/action-login.gif);
}
.mx-icon-action-logout{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/action-logout.gif);
}
.mx-icon-action-paste{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/action-paste.gif);
}
.mx-icon-action-refresh{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/action-refresh.gif);
	background-position: center center;
}
.mx-icon-action-warning{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/action-warning.gif);
}
.mx-icon-emo-happy{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/emo-happy.gif);
}
.mx-icon-emo-neutral{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/emo-neutral.gif);
}
.mx-icon-emo-sad{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/emo-sad.gif);
}
.mx-icon-mes-question{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: sub;
	background-image: url(../images/icons/16x16/mes-question.gif);
}
.mx-icon-mes-question:hover{
	background-image: url(../images/icons/16x16/mes-question-hover.gif);
}
.mx-icon-mes-warning{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/mes-warning.gif);
}
.mx-icon-mes-warning:hover{
	background-image: url(../images/icons/16x16/mes-warning-hover.gif);
}
.mx-icon-sort-off-asc{
	content: ' ';	
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/sort-off-asc.gif);
	background-position: center center;
}
.mx-icon-sort-off-desc{
	content: ' ';	
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/sort-off-desc.gif);	
	background-position: center center;
}
.mx-icon-sort-on-asc{
	content: ' ';	
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/sort-on-asc.gif);
	background-position: center center;
}
.mx-icon-sort-on-desc{
	content: ' ';	
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/sort-on-desc.gif);
	background-position: center center;
}
.mx-box-sort{
	padding: 0px;
	border: 10px solid #eeeeee;
	font-size: 13px;
}
.mx-box-sort > .mx-box-sort-row{
	margin: 0px;
	padding: 3px 5px;
	border-bottom: 1px solid #eeeeee;
}
.mx-box-sort > .mx-box-sort-row-regular{
	margin: 0px;
	padding: 5px 5px;
	border-bottom: 1px solid #eeeeee;
}
.mx-box-sort > .mx-box-sort-row:last-child, .mx-box-sort > .mx-box-sort-row-regular:last-child{
	border-bottom: none;
}
.mx-box-sort-top{
	margin: 0px;
	padding: 0px;
	border-top: 10px solid #eeeeee;
	border-left: 10px solid #eeeeee;
	border-right: 10px solid #eeeeee;
	font-size: 13px;
}
.mx-box-sort-top > .mx-box-sort-row{
	margin: 0px;
	padding: 3px 5px;
	border-bottom: 1px solid #eeeeee;
}
.mx-box-sort-top > .mx-box-sort-row-regular{
	margin: 0px;
	padding: 5px 5px;
	border-bottom: 1px solid #eeeeee;
}

.mx-box-sort-middle{
	margin: 0px;
	padding: 0px;
	border-left: 10px solid #eeeeee;
	border-right: 10px solid #eeeeee;
	font-size: 13px;
}
.mx-box-sort-middle > .mx-box-sort-row{
	margin: 0px;
	padding: 3px 5px;
	border-bottom: 1px solid #eeeeee;
}
.mx-box-sort-middle > .mx-box-sort-row-regular{
	margin: 0px;
	padding: 5px 5px;
	border-bottom: 1px solid #eeeeee;
}

.mx-box-sort-bottom{
	margin: 0px;
	padding: 0px;
	border-bottom: 10px solid #eeeeee;
	border-left: 10px solid #eeeeee;
	border-right: 10px solid #eeeeee;
	font-size: 13px;
}
.mx-box-sort-bottom > .mx-box-sort-row{
	margin: 0px;
	padding: 3px 5px;
}
.mx-box-sort-bottom > .mx-box-sort-row-regular{
	margin: 0px;
	padding: 5px 5px;
}
/* 20X20 */
.mx-icon-ctrl-full{
	content: ' ';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/icons/20x20/ctrl-full.gif);
}
.mx-icon-ctrl-full:hover{
	background-image: url(../images/icons/20x20/ctrl-full-hover.gif);
}
.mx-icon-ctrl-high{
	content: ' ';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/icons/20x20/ctrl-high.gif);
}
.mx-icon-ctrl-high:hover{
	background-image: url(../images/icons/20x20/ctrl-high-hover.gif);
}
.mx-icon-ctrl-low{
	content: ' ';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/icons/20x20/ctrl-low.gif);
}
.mx-icon-ctrl-low:hover{
	background-image: url(../images/icons/20x20/ctrl-low-hover.gif);
}
.mx-icon-ctrl-minus{
	content: ' ';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/icons/20x20/ctrl-minus.gif);
}
.mx-icon-ctrl-minus:hover{
	background-image: url(../images/icons/20x20/ctrl-minus-hover.gif);
}
.mx-icon-ctrl-plus{
	content: ' ';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/icons/20x20/ctrl-plus.gif);
}
.mx-icon-ctrl-plus:hover{
	background-image: url(../images/icons/20x20/ctrl-plus-hover.gif);
}
/* 26X26 */
.mx-icon-search-26{
	content: ' ';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url(../images/icons/26x26/btn-search-26.gif);
}
.mx-icon-search-26:hover{
	background-image: url(../images/icons/26x26/btn-search-26-hover.gif);
}
/* 34X34 */
.mx-icon-search-34{
	content: ' ';
	display: inline-block;
	width: 34px;
	height: 34px;
	background-image: url(../images/icons/34x34/btn-search-34.gif);
}
.mx-icon-search-34:hover{
	background-image: url(../images/icons/26x26/btn-search-34-hover.gif);
}
/* 40X40 */
.mx-icon-dummy-user{
	content: ' ';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(../images/icons/40x40/img-dummy-usr_01.gif);
}
/* 80X80 */
.mx-icon-finish-80{
	content: ' ';
	display: inline-block;
	width: 80px;
	height: 80px;
	background-image: url(../images/icons/80x80/img-completion_01.gif);
}
/*16x11*/
.mx-icon-flag-jp{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 11px;
	background-image: url(../images/icons/16x11/flag-jp.gif);
}
.mx-icon-flag-usd{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 11px;
	background-image: url(../images/icons/16x11/flag-us.gif);
}
.mx-icon-fimg-chart-down_01{
	content: ' ';
	display: inline-block;
	width: 38px;
	height: 27px;
	background-image: url(../images/icons/34x34/img-chart-down_01.gif);
}
/* END: Define CSS for icon. */

/* Attention*/
.mx-attention{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
}
.mx-no-liststyle{
	list-style: none !important;
}
/* Custom selector*/
select{
	margin-bottom: 0px !important;
}
input{
	margin-bottom: 0px !important;
}

/* BEGIN: Define CSS for type. */
.mx-bg-yellow{
	background-color: #ffc700;
}
.mx-text-yellow{
	color: #ffc700;
}
.mx-bg-black{
	background-color: #000000;
}
.mx-text-black{
	color: #000000!important;
}
.mx-bg-wh01{
	background-color: #ffffff;
}
.mx-text-wh01{
	color: #ffffff;
}
/* BEGIN: Define css class for GD color code */
/* Background color*/
.mx-bg-gd01{
	background-color: #927a22;
}
.mx-bg-gd02{
	background-color: #ad9951;
}
.mx-bg-gd03{
	background-color: #dbab00;
}
.mx-bg-gd04{
	background-color: #e1c561;
}
.mx-bg-gd05{
	background-color: #ecdeb7;
}
.mx-bg-gd06{
	background-color: #f0e6c9;
}
.mx-bg-gd07{
	background-color: #f7f3e7 !important;
}
.mx-bg-gd08{
	background-color: #eee1b3;
}
.mx-bg-gd09{
	background-color: #faf1d0;
}
/* Text color */
.mx-text-gd01{
	color: #927a22;
}
.mx-text-gd02{
	color: #ad9951;
}
.mx-text-gd03{
	color: #dbab00;
}
.mx-text-gd04{
	color: #e1c561;
}
.mx-text-gd05{
	color: #ecdeb7;
}
.mx-text-gd06{
	color: #f0e6c9;
}
.mx-text-gd07{
	color: #f7f3e7;
}
.mx-text-gd08{
	color: #eee1b3;
}
.mx-text-gd09{
	color: #faf1d0;
}
/* END: Define css class for GD color code */
/* BEGIN: Define css class for GY color code */
/* Background color */
.mx-bg-gy01{
	background-color: #212121;
}
.mx-bg-gy02{
	background-color: #333333;
}
.mx-bg-gy03{
	background-color: #646464;
}
.mx-bg-gy04{
	background-color: #616161;
}
.mx-bg-gy05{
	background-color: #9e9e9e;
}
.mx-bg-gy06{
	background-color: #bdbdbd;
}
.mx-bg-gy07{
	background-color: #d7d7d7 !important;
}
.mx-bg-gy08{
	background-color: #e0e0e0;
}
.mx-bg-gy09{
	background-color: #eeeeee !important;
}
.mx-bg-gy10{
	background-color: #f5f5f5;
}
/* Text color */
.mx-text-gy01{
	color: #212121;
}
.mx-text-gy02{
	color: #333333;
}
.mx-text-gy03{
	color: #646464;
}
.mx-text-gy04{
	color: #616161;
}
.mx-text-gy05{
	color: #9e9e9e;
}
.mx-text-gy06{
	color: #bdbdbd;
}
.mx-text-gy07{
	color: #d7d7d7;
}
.mx-text-gy08{
	color: #e0e0e0;
}
.mx-text-gy09{
	color: #eeeeee;
}
.mx-text-gy10{
	color: #f5f5f5;
}
/* END: Define css class for GY color code */
/* BEGIN: Define css class for FC color code */
/* Background color */
.mx-bg-fc01{
	background-color: #193a9e;
}
.mx-bg-fc02{
	background-color: #5824b8;
}
.mx-bg-fc03{
	background-color: #e01515;
}
.mx-bg-fc04{
	background-color: #e01515;
}
.mx-bg-fc05{
	background-color: #146dc8;
}
.mx-bg-fc06{
	background-color: #333333;
}
.mx-bg-fc07{
	background-color: #de1f70;
}
.mx-bg-fc08{
	background-color: #d84e4e !important;
}
.mx-bg-fc09{
	background-color: #3d9ad3 !important;
}
.mx-bg-fc10{
	background-color: #146dc8;
}
.mx-bg-fc11{
	background-color: #01ada1;
}
.mx-bg-fc12{
	background-color: #ff7200;
}
.mx-bg-fc13{
	background-color: #ad8975;
}
.mx-bg-fc14{
	background-color: #fbe2e2;
}
.mx-bg-fc15{
	background-color: #ebf5f0;
}
.mx-bg-fc16{
	background-color: #40ffff;
}
.mx-bg-fc17{
	background-color: #fca8a8;
}
.mx-bg-fc18{
	background-color: #ffd4d4;
}
/* Text color */
.mx-text-fc01{
	color: #193a9e;
}
.mx-text-fc02{
	color: #5824b8;
}
.mx-text-fc03{
	color: #e01515;
}
.mx-text-fc04{
	color: #e01515;
}
.mx-text-fc05{
	color: #146dc8;
}
.mx-text-fc06{
	color: #333333;
}
.mx-text-fc07{
	color: #de1f70;
}
.mx-text-fc08{
	color: #d84e4e;
}
.mx-text-fc09{
	color: #3d9ad3;
}
.mx-text-fc10{
	color: #146dc8;
}
.mx-text-fc11{
	color: #01ada1;
}
.mx-text-fc12{
	color: #ff7200;
}
.mx-text-fc13{
	color: #ad8975;
}
.mx-text-fc14{
	color: #fbe2e2;
}
.mx-text-fc15{
	color: #ebf5f0;
}
.mx-text-fc16{
	color: #40ffff;
}
.mx-text-fc17{
	color: #fca8a8;
}
.mx-text-fc18{
	color: #ffd4d4;
}
.mx-ord-partCont{
	background-color: #ededf6 !important;
}
.mx-ord-accept {
	background-color:#DEDEEF;
}
/* BEGIN: Define css class for FC color code */
/* BEGIN: Css setting margin */
.mx-margin-center{
	margin: 0 auto;
}
.mx-margin-top-bottom-3{
	margin-top: 3px;
	margin-bottom: 3px;
}
.mx-margin-top-1{
	margin-top: 1px;
}
.mx-margin-top-2{
	margin-top: 2px;
}
.mx-margin-top-3{
	margin-top: 3px;
}
.mx-margin-top-4{
	margin-top: 4px;
}
.mx-margin-top-5{
	margin-top: 5px;
}
.mx-margin-top-7{
	margin-top: 7px;
}
.mx-margin-top-10{
	margin-top: 10px;
}
.mx-margin-top-15{
	margin-top: 15px;
}
.mx-margin-top-20{
	margin-top: 20px !important;
}
.mx-margin-top-30{
	margin-top: 30px;
}
.mx-margin-top-60{
	margin-top: 60px;
}
.mx-margin-right-5{
	margin-right: 5px;
}
.mx-margin-right-10{
	margin-right: 10px;
}
.mx-margin-right-15{
	margin-right: 15px;
}
.mx-margin-right-18{
	margin-right: 18px;
}
.mx-margin-right-20{
	margin-right: 20px;
}
.mx-margin-right-28{
	margin-right: 28px;
}
.mx-margin-right-30{
	margin-right: 30px;
}
.mx-margin-left-2{
	margin-left: 2px !important;
}
.mx-margin-left-4{
	margin-left: 4px !important;
}
.mx-margin-left-5{
	margin-left: 5px !important;
}
.mx-margin-left-18{
	margin-left: 18px !important;
}
.mx-margin-left-10{
	margin-left: 10px;
}
.mx-margin-left-5{
	margin-left: 5px;
}
.mx-margin-left-7{
	margin-left: 7px;
}
.mx-margin-left-20{
	margin-left: 20px !important;
}
.mx-margin-left-30{
	margin-left: 30px;
}
.mx-margin-left-75{
	margin-left: 75px !important;
}
.mx-margin-left-52{
	margin-left: 52px !important;
}
.mx-margin-bottom-3{
	margin-bottom: 3px !important;
}
.mx-margin-bottom-5{
	margin-bottom: 5px !important;
}
.mx-margin-bottom-10{
	margin-bottom: 10px !important;
}
.mx-margin-bottom-15{
	margin-bottom: 15px !important;
}
.mx-margin-bottom-20{
	margin-bottom: 20px !important;
}
.mx-margin-bottom-30{
	margin-bottom: 30px !important;
}
.mx-margin-bottom-40{
	margin-bottom: 40px;
}
.mx-margin-bottom-50{
	margin-bottom: 50px;
}
.mx-margin-bottom-80{
	margin-bottom: 80px;
}
.mx-margin-left-270{
	margin-left: 270px!important;
}
.mx-margin-left-272{
	margin-left: 272px!important;
}
/* END: Css setting margin */
/* BEGIN: Css setting padding */
.mx-no-padding{
	padding: 0px !important;
}
.mx-no-padding-top{
	padding-top: 0px !important;
}
.mx-padding-left-10{
	padding-left: 10px;
}
.mx-padding-left-28{
	padding-left: 28px;
}
.mx-no-padding-right{
	padding-right: 0px !important;
}
.mx-padding-right-5{
	padding-right: 5px;
}
.mx-padding-right-20{
	padding-right: 20px;
}
.mx-padding-right-28{
	padding-right: 28px;
}
.mx-no-padding-bottom{
	padding-bottom: 0px !important;
}
.mx-padding-top-1{
	padding-top: 1px!important;
}
.mx-padding-top-20{
	padding-top: 20px;
}
.mx-padding-top-bottom-10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.mx-padding-top-10{
	padding-top: 10px;
}

.mx-padding-top-bar{
	padding: 10px 10px 10px 10px;
}

.mx-padding-bottom-130{
	padding-bottom: 130px;
}
/* END: Css setting padding */
/* BEGIN: Css setting Text position */
.mx-text-wrap{
	word-wrap: break-word;
	white-space: normal;
}
.mx-align-middle{
	vertical-align: middle;
}
.mx-text-nowrap{
	white-space: nowrap;
}
.mx-text-right{
	text-align: right;
}
.mx-text-center{
	text-align: center;
}
.mx-text-left{
	text-align: left;
}
.mx-text-bold{
	font-weight: bold !important;
}
.mx-text-top{
	vertical-align: top;
}
.mx-item-center{
	display: table !important;
	margin: 0 auto;
}
.mx-item-center-IE8{
	margin: 0 auto;
}
.mx-display-flex{
	display: flex;
}
.mx-display-inline{
	display: inline-block;
}
.mx-align-self-center{
	align-self: center;
}
.mx-align-self-bottom{
	align-self: flex-end;
}
.mx-pul-right{
	float: right;
}
.mx-pul-left{
	float: left;
}
/* END: css setting Text position */
/* BEGIN: Css setting Border*/
.mx-no-border{
	border: none !important;
}
.mx-only-border-bottom{
	border: none !important;
	border-bottom: 1px solid #e0e0e0 !important;
}
.mx-no-left-right-border{
	border-left: none!important;
	border-right:none!important;
}
.mx-no-border-bottom{
	border-bottom: none !important;
}

.mx-border-left-top-bottom{
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

.mx-border-left-bottom{
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
/* END: Css setting Border*/
/* BEGIN: Css setting width*/
.mx-width-per-100{
	width: 100%;
}
.mx-width-160{
	width: 160px!important;
}
.mx-width-180{
	width: 180px;
}
.mx-width-200{
	width: 200px;
}
.mx-width-270{
	width: 270px;
}
.mx-width-300{
	width: 300px;
}
.mx-width-308{
	width: 308px;
}
.mx-width-448{
	width: 448px;
}
.mx-width-464{
	width: 464px;
}
.mx-width-890{
	width: 890px;
}
/* BEGIN: add 2 class adjustment required by monex*/
.mx-width-360{
	width: 360px;
	float: left;
}
.mx-width-368{
	width: 368px;
	float: left;
}
/* END: add 2 class adjustment required by monex*/
.mx-width-400{
	width: 400px;
}
.mx-width-per-65{
	width: 65%;
}
.mx-with-153{
	width: 153px;
}
.mx-with-152{
	width: 152px;
}
.mx-width-960{
	width: 960px !important;
}
.mx-region-flag{
	width: 16px;
	height: 11px;
}
.mx-width-60{
	width: 60px;
}
.mx-width-80{
	width: 80px;
}
.mx-width-95{
	width: 95px;
}
.mx-width-100{
	width: 100px;
}
.mx-width-150{
	width: 150px;
}
.mx-width-135{
	width: 135px;
}
.mx-width-143{
	width: 143px;
}
.mx-width-428{
	width: 428px;
}
.mx-width-600{
	width: 600px;
}
.mx-width-904{
	width: 904px;
}
.mx-width-1148{
	width: 1148px !important;
}
/* END: Css setting width*/

.mx-disclaimer-area{
	padding: 10px 0;
	background-color: #eeeeee;
}

/* BEGIN: Define CSS follow requirement of Customer*/
/* TODO: This class is temporary.*/
#leftnav{
	width: 162px !important;
}

.mx-td-main{
	background: #ffffff !important;
}

/* BEGIN: Define CSS follow requirement of Customer*/

/* BEGIN: Define CSS For Progress Bar */
.mx-step-04{
	float: right;
	margin-top: -7px;
	font-size: 0px;
	
}
.mx-list-step{
	display: inline-block;
	margin-top: 20px;
	border-top: 1px solid #e0e0e0;
	vertical-align: middle;
	padding: 0;
}
.mx-step-04 .mx-list-step li.is-current {
	font-weight: bold;
}
.mx-step-04 .mx-list-step li:first-child {
	margin-left: 0;
}
.mx-step-04 .mx-list-step li {
	position: relative;
	top: -11px;
	display: inline-block;
	padding: 0 5px 0 32px;
	margin-left: 14px;
	background: #fff;
	font-size: 13px;
	line-height: 18px;
	line-height: 24px;
	counter-increment: step_04;
}
.mx-step-04 .mx-list-step li.is-current:before {
	background-image: url(../images/icons/24x24/bg-chart-current_01.gif);
}
.mx-step-04 .mx-list-step li.is-complete:before{
	background-image: url(../images/icons/24x24/bg-chart-complete_01.gif);
	/* Replace attribute 'content' of li:before to remove auto-increment number */
	content: ''!important;
}

.mx-step-04 .mx-list-step li:before {
	position: absolute;
	top: 0;
	left: 5px;
	width: 24px;
	height: 24px;
	padding-top: 1px;
	background: url(../images/icons/24x24/bg-chart-gy_01.gif) left top no-repeat;
	content: counter(step_04);
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 23px;
	text-align: center;
}
.mx-step-04 .mx-list-step li:after {
	display: table;
	content: "";
	counter-reset: step_04;
}
.mx-step-04 .mx-list-step + p {
	display: inline-block;
	margin-left: 25px;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
}

/* END: Define CSS For Progress Bar *

/* START: define css for menu */
.mx-background-cover{
	background-size: contain;
}
ul.topbar li a{
	text-decoration: none;
	position: relative;
	display: block;
	padding: 9px;
}
ul.topbar li{
	display: table-cell;
	background: #f1de9b;
	text-align: center;
	width: 20%;
	vertical-align: middle;
	position: relative;
}
ul.topbar li.active{
	background: #ffc700;
}
ul.topbar li:hover{
	background: #ffc700;
}
ul.leftbar{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-top: 3px solid #9e9e9e;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
ul.leftbar-nisa{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-top: 3px solid #005eb8;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
ul.leftbar li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}
ul.leftbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.leftbar li a {
	text-decoration: none;
	color: #193a9e;
	position: relative;
	display: block;
}

ul.leftbar .leftbar-title{
	height: 34px;
	width: 100%;
	background-color: #eeeeee;
	margin-bottom: 10px;
}
ul.leftbar .leftbar-title2{
	height: 80px;
	width: 90%;
	background-color: #eeeeee;
	margin: 8px;
	padding: 2px;
}
ul.leftbar .leftbar-title a{
	padding: 7px 7px 7px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	position: relative;
	display: block;
}
ul.leftbar .leftbar-title2 a{
	padding: 7px 7px 7px 10px;
	font-size: 11px;
	line-height: 20px;
	position: relative;
	display: block;
}
ul.leftbar .leftbar-item{
	height: 25px;
}

ul.leftbar .leftbar-item a{
	padding-left: 12px;
	font-size: 14px;
	line-height: 25px;
	position: relative;
	display: block;
}

ul.leftbar li:hover  a{
	text-decoration: underline;
}
ul.leftbar-nisa li:hover  a{
	text-decoration: none;
}
ul.leftbar li:hover  a.mx-btn{
	text-decoration: none;
}
ul.leftbar li  a.mx-btn:hover{
	text-decoration: underline;
}
ul.leftbar li.active.leftbar-item{
	background-color: #f7f3e7;
}
ul.leftbar li.active > a{
	color: #000000;
	font-weight: bold;
}
ul.leftbar li.active.leftbar-title> a{
	color: #000000;
	font-weight: bold;
	padding: 7px;
}
ul.leftbar.active{
	border-top: 3px solid #616161;
}
.topbar {
	margin: 0px;
    padding: 0px;
    width: 100%;
    display: table;
    height: 40px;
}
.topbar-error{
	margin: 0px;
    padding: 0px;
    width: 100%;
    display: table;
    height: 40px;
}
ul.topbar-error li{
	display: table-cell;
	background: #f1de9b;
	text-align: center;
	width: 20%;
	vertical-align: middle;
	position: relative;
}
ul.leftbar .leftbar-title-super-menu{
	height: 34px;
	width: 100%;
	background-color: #eeeeee;
}
ul.leftbar .leftbar-title-super-menu a{
	padding: 7px 7px 7px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 0px!important;
}
ul.leftbar .leftbar-title-super-menu-55{
	height: 55px;
	width: 100%;
	background-color: #eeeeee;
}
ul.leftbar .leftbar-title-super-menu-55 a{
	padding: 9px 9px 9px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 0px!important;
}

.mx-img-logo{
	content: ' ';
	display: inline-block;
	width: 115px;
	height: 30px;
	background-image: url(../images/icons/34x34/img-logo.gif);
	background-repeat: no-repeat;
}
.mx-img-comp{
	content: ' ';
	display: inline-block;
	width: 74px;
	height: 24px;
	background-image: url(../images/icons/34x34/img-comp.png);
	background-repeat: no-repeat;
}
.mx-icon-trade-station{
	content: ' ';
	display: inline-block;
	width: 112px;
	height: 18px;
	background-image: url(../images/icons/34x34/trade_station.gif);
}
.mx-icon-trade-station2{
	content: ' ';
	display: inline-block;
	width: 114px;
	height: 17px;
	background-image: url(../images/icons/34x34/trade_station.png);
}
.mx-icon-action-login{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/ico-login_01.gif);
	background-repeat: no-repeat;
}
.mx-icon-action-logout{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/ico-logout_01.gif);
	background-repeat: no-repeat;
}
.mx-padding-left-menu{
	display: inline-block;
	padding-top: 7px;
}
.mx-border-left-right{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.mx-border-left-right{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.mx-border-left-right-top{
	border-left: 1px solid #f8efd4;
	border-right: 1px solid #f8efd4;
}
.mx-title-menu{
	display: inline-block;
	vertical-align: top;
	padding-top: 4px;
}
.mx-24-typo{
	font-size:24px;
	font-weight: bold;
	line-height: 26px;
}

.mx-border-left-menu {
	border-top: 3px solid #9e9e9e;
	width: 162px;
	padding-left: 10px;
	height: 34px
}
.mx-border-btn-left-menu {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.mx-width-140{
	width: 140px;
}
.mx-btn-with-icon{
	margin-right: 5px;
	vertical-align: middle;
}
.mx-btn-m  .mx-btn-with-icon{
	margin-top: -4px;
}
.mx-btn-s  .mx-btn-with-icon{
	margin-top: -2px;
}
.mx-btn-padding-left-right{
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 8px;
}
.left-content{
	width: 162px;
	float: left;
	margin-right: 28px;
}
.main-content{
	width: 770px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.mx-height-30{
	height: 30px;
}
.mx-height-34{
	height: 34px;
}
.mx-height-36{
	height: 36px;
}
.mx-height-54{
	height: 54px;
}
.mx-height-24{
	height: 24px;
}
.mx-height-44{
	height: 44px;
}
.mx-no-margin-bottom{
	margin-bottom: 0px;
}
.mx-margin-left-right-5{
	margin-left: 5px;
	margin-right: 5px;
}
.mx-margin-left-28{
	margin-left: 28px;
}
.mx-border-icon-center{
	position: inherit;
	margin: 10px 20px 10px 20px;
}
.mx-border-icon-center2{
	position: inherit;
	margin: 8px 10px 0px 10px;
}
.mx-height-100{
	height: 100%;
}
.mx-content-footer{
	position: relative;
	margin-top: -130px;
	height: 130px;
	clear: both;
	width: 970px;
	padding-left: 5px;
	padding-right: 5px;
}
.mx-height-content{
	min-height: 100%;
	padding-bottom: 130px;
}
.mx-header-border-bottom{
	border-bottom: 4px solid #f1de9b;
}
/* END: define css for menu */
/* BEGIN: define css for search of top menu */
.mx-input1[type="text"]{
	font-size: 13px;
	padding-right: 5px!important;
	padding-left: 5px;
	border: 1px solid #e0e0e0;
	height: 26px;
	color: rgb(153, 153, 153);
}
/* END: define css for search of top menu */
/* BEGIN: customize style="background-color:#D4D0C8" in jsp => class */
.mx-background-text{
	background-color:#D4D0C8;
}
/* END: customize style="background-color:#D4D0C8" in jsp => class */
.mx-nested-iframe > iframe{
	width: 756px;
}
/* BEGIN: create css for pade DocumentDeliverNoread */
.mx-border{
	border: 1px solid #ccc
}
.mx-icon-reader{
	content: ' ';
	display: inline-block;
	width: 88px;
	height: 31px;
	background-image: url(../images/get_adobe_reader.gif);
	background-repeat: no-repeat;
}
a[disabled="disabled"]{
	pointer-events: none;
}
.mx-width-630{
	width: 630px;
}
.mx-width-742{
	width: 742px;
	float: right;
}
.mx-center-row{
	position: inherit;
    width: 450px;
    margin: auto;
}
/* END: create css for pade DocumentDeliverNoread */
.mx-iframe{
	width: 791px;
	margin-left: -22px;
}
.wrapper-mv-menu{
	width: 970px;
	background: #ffffff;
	background-size: contain;
	min-height: 100%;
	padding-right: 5px;
}
.mx-margin-top-bottom-5{
	margin-bottom: 5px;
	margin-top: 5px;
}
.btn-convention-hover-disable:hover{
	color: #ffffff;
	background-color: #2eb975;
	font-weight: bold;
	border-color: #2eb975;
	cursor: default;
}
.mx-padding-error{
	padding: 26px!important;
}
.mx-margin-home{
	margin: 0px 0px 10px 0px;
}

.square_btn{
	color: #999;
	border: 1px solid grey;
	margin-bottom: 5px;
	width: 100%;
	padding: 0 4%;
	text-align: center;
	display: inline-block;
}
.square_btn2{
	color: #999;
	border: 1px solid grey;
	width: 49%;
	padding: 0 4%;
	text-align: center;
	display: inline-block
}
#btn_on{
	color: white;
	font-size:0.8em;
	border: 0px;
	border-radius: 2px;
	background-color: #5C5;
	display: inline-block;
	width: 50%;
	height: 20px;
	text-align: center;
	float: left
}
#btn_off{
	color: white;
	font-size:0.8em;
	border: 0px;
	border-radius: 2px;
	background-color: #5C5;
	display: inline-block;
	width: 50%;
	height: 20px;
	text-align: center;
	float: right
}
#switch_btn{
	border: 1px solid grey;
	border-radius: 2px;
	background-color: #DDD;
	display: inline-block;
	width: 80px;
	height: 22px;
}
a.mx-link-gray{
	color: #999;
	text-decoration: none !important;
}
.mx-image-exchange{
	border: solid 1px #cccccc;
	box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
}
.square_btn3{
	color: #e1c561;
	border: 2px solid #ddaf0d;
	margin-bottom: 5px;
	width: 90%;
	height: 55px;
	padding: 3px 3px;
	text-align: center;
	display: inline-block;
}
.square_btn4{
	color: #e1c561;
	border: 2px solid #ddaf0d;
	width: 38%;
	padding: 5px 5px;
	text-align: center;
	display: inline-block
}
a.mx-link-brown{
	color: #917100;
	text-decoration: none !important;
}
.panel {
	margin-bottom: 8px;
	background-color: #fefefe;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.mx-tbl-grey {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0
}
.mx-note-text-bg1{
	background-color:#f8f8f8;
}
.mx-note-text-bg2{
	background-color:#f5f5f5;
	border-left:4px solid #e01515;
}
.mx-change-icon{
	display: inline-table;
	margin-right: 8px;
	width: 16px;
	height: 18px;
	background: #f5f5f5 url(../images/icons/16x16/action-edit.gif) right center no-repeat;
}
.mx-tal-pul-left{
	width:57%;
	float:left;
}
.mx-tal-pul-right{
	width:41%;
	margin-left:2%;
	float:left;
}
.mx-btn-margins{
	padding-left: 2px;
	padding-right: 2px;
	font-size: 13px;
	height: 22px;
}
.mx-btn-regular.mx-btn-ss, .mx-btn-credit.mx-btn-ss{
	line-height: 20px;
}
.mx-height-auto{
	height: auto !important;
}
.mx-width-415{
	width: 415px;
	float: left;
}
.mx-btn-cancel{
	color: #ffffff;
	border: 0px;
	background-color: rgba(193, 194, 183, 1);
	font-weight: bold;
}
.mx-btn-cancel:hover{
	background-color: #e0e0e0;
}
.btn-cancel-selected
{
	background-color: #e0e0e0 !important;
	color:#000 !important;
}
.btn-cancel-unselected
{
	background-color: #616161 !important;
	color:#fff !important;
}
.mx-trading-type-buy{
	height: 28px;
	width: 20px;
	padding: 5px 6px 2px 6px;
	color:#ffffff;
	background-color:#d84e4e;
}
.mx-text-text-top{
	vertical-align: middle;
}
.ma-img-usable{
	cursor: pointer;
	width: 20px;
	height: 20px;
	border: 0;
}
.ma-img-disabled{
	width: 20px;
	height: 20px;
	border: 0;
	pointer-events: none;
}

.mx-explain-icon{
	display: inline-flex;
	width: 16px;
	height: 16px;
	vertical-align: top;
	background:  url(../images/icons/16x16/mes-question.gif) right center no-repeat;
}
.mx-text-disabled{
	pointer-events: none;
	background-color: #eeeeee;
	border: 1px solid #e0e0e0;
}
.mx-trading-type-buy{
	height: 28px;
	width: 20px;
	padding: 5px 6px 2px 6px;
	color:#ffffff;
	background-color:#d84e4e;
}
.mx-trading-type-sell{
	height: 28px;
	width: 20px;
	padding: 5px 6px 2px 6px;
	color:#ffffff;
	background-color:#3d9ad3;
}
.mx-bg-fc19{
	background-color: #ffccff !important;
}
.mx-tp-table  > tbody > tr > td, .mx-tp-table  > tbody > tr > th, .mx-tp-table  > thead > tr > th, .mx-tp-tab-left-title > tbody > tr > td{
	width: 145px;
	height: 25px;
	border-top: none;
}
.mx-tp-table  > tbody > tr > td{
	text-align: right;
	background-color: #ffffff;
	border-left: none;
}
.mx-tp-table {
	margin: 0px !important;
}
.mx-width-176{
	width: 176px !important;
}
.mx-width-145{
	width: 145px !important;
}
.mx-tp-tab-left-title{
	margin: 0px !important;
}
.mx-tp-tab-left-title > tbody > tr > td{
	text-align: left;
	background-color: #eeeeee;
}
.mx-notice-icon{
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/16x16/ico-caution_01.png);
}
.mx-table  > tbody > tr > td, .mx-table  > tbody > tr > th, .mx-table  > thead > tr > th, .mx-tab-left-title > tbody > tr > td{
	width: 145px;
	height: 25px;
}
.mx-table  > tbody > tr > td{
	text-align: right;
	background-color: #ffffff;
	border-left: none;
}
.mx-table {
	margin: 0px !important;
}
.mx-tab-left-title{
	margin: 0px !important;
}
.mx-tab-left-title > tbody > tr > td{
	text-align: left;
	background-color: #eeeeee;
}

