/* ----- Shortcut Menu -----*/
.box_sct2 { /*กำหนดตำแหน่ง shortcut menu*/
	position: fixed;
	width: 150px;
	height: 200px;
	left: 0;
	top: 250px;
	z-index: 4;
}
#i_short_shw {
	position: absolute;
	background-image: url(../image/concept/sct_shw.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 177px;
	height: 58px;
	cursor: pointer;
	left: 0px;
	top: -62px;
	opacity: 0;
	z-index: 1;
}
#i_short_hid {
	position: absolute;
	background-image: url(../image/concept/sct_hind.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 177px;
	height: 58px;
	cursor: pointer;
	left: 0px;
	top: -62px;
}
#sct_shw { /*shortcut full*/
	position: absolute;
	width: 150px;
	height: auto;
	left: 0px;
	top: 0px;
	opacity: 0;
	z-index: 2;
}
.b_sct {
	position: relative;
	background-image: url(../image/concept/sct1.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 225px;
	height: 42px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 35px;
	text-shadow: 2px 2px 2px #000000;
	text-indent: 80px;
	text-decoration: none;
	left: -60px;
	top: 0px;
	z-index: 3;
	cursor: pointer;
}
.non_st {
	text-decoration: none;
}
