/* mhome.css */

.div_module.sample { display:none; }

		#main {
			background: transparent !important;
		}

		body {
			xbackground: #eee;
		}

		.xbtn_stock {
			padding: 10px;
			border: 1px solid rgba(0, 0, 0, 0.1);
			text-align: center;
			border-radius: 10px;
			background: rgba(255, 255, 255, 0.4);
			cursor: pointer;
		}


		.btn_stock {
			padding: 10px;
			xborder: 1px solid rgba(0, 0, 0, 0.1);
			text-align: center;
			border-radius: 10px;
			xbackground: rgba(255, 255, 255, 0.4);
			cursor: pointer;
			display:inline-block;
			text-align:center;
			height:150px;
			padding-top:20px !important;
			box-sizing:border-box !important;
		}

		.btn_stock>img {
			xwidth: 150px;
			height:50px;
		}

		.btn_stock:hover {
			box-shadow: 0 8px 33px 0 rgba(0, 0, 0, 0.1);
			background: rgba(255, 255, 255, 0.7);
			/*background:linear-gradient(to bottom, #2493fb 0, #0273de 100%);*/
			background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 100%);
		}

		.sp_btn_title {
			display: block;
			font-family: 'CorporateA';
			font-size: 1.2em;
			xmargin-top: -20px;
			margin-bottom: 20px;
			xwhite-space:nowrap;
			margin-top:10px;
		}

		.dropdown-text {
			color: #039be5 !important;
		}

		.dropdown-not-btn:hover {
			cursor: default;
		}

.brand-logo > img  { padding:3px;height:60px; }

#mobile-demo > li { background-color:#4169E1; }
.margin_top_4px { margin-top:4px; }
.margin_left_2p { margin-left: 2%; }
#btn_acct_icon { position: relative; vertical-align:middle; }
#sp_branch { vertical-align:middle; }
#sp_user_name { vertical-align:middle; }
.valign-middle { vertical-align:middle; }

#home_menu {  padding:10px 30px; }

/* end of file */
