@charset "UTF-8";

/* ----------------------------------------
 *  Core Style:
 * ---------------------------------------- */
.lastSidebar {
	width: 30%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	/**z-index: 9998;**/
	z-index: 9998;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	/**-webkit-box-shadow: 8px 0 8px -8px #666 inset;
	-moz-box-shadow: 8px 0 8px -8px #666 inset;
	box-shadow: 8px 0 8px -8px #666 inset;**/}

#lastOverlay {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(0, 0, 0, 0.5);
}
body.noscroll {
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	overflow: hidden;}

/* ----------------------------------------
 *  Responsive Style:
 * ---------------------------------------- */
@media only screen and (max-width: 769px) {
	.lastSidebar {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.lastSidebar {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.lastSidebar {
		width: 100%;
	}
}

/* ----------------------------------------
 *  User Style:
 * ---------------------------------------- */

#slideMenu{
	/**border-left: 3px solid #fff;**/
	background: #3d9fd3;
	padding: 30px 0px 15px 0px;}

.common_side_logo{
	text-align: center;}

.common_side_box{
    letter-spacing: 1em; 
    text-align: center;
    margin-top:  30px;
    margin-bottom: 30px;}

.common_side_box li{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	height: 50px;
	line-height: 50px;
	letter-spacing: 0em;
	text-align: center;}


.common_side_box li a{
	/**border: 2px solid #fff;**/
	background: #fff;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #3d9fd3;
	border: 2px solid #fff;}


.common_side_box li a:hover{
	border: 2px solid #fff;
	background: #3d9fd3;
	color: #fff;}



.sidemenu_navi li:first-child a{
	border-top: 2px solid #fff;}


.sidemenu_navi li a{
  display: block;
  background: #3d9fd3;
  width: 100%;
  height: 60px;
  line-height: 56px;
  padding-left: 20px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: bold;}

.sidemenu_navi li a:hover{
	background: #ffb400;
	color: #fff;}

.sidemenu_navi li a img{
	width: 33px;
	vertical-align: middle;
	padding-right: 5px;}

.triggerBtn {
    width: 52px;
    height: 51px;
    display: block;
    position: fixed;
    top: 12px;
    right: 21px;
    left: auto;
    z-index: 9999;
    background: none;
    border: 1px solid #fff;
    box-sizing: border-box;}


.triggerBtn em{
	position: absolute;
	bottom: 2px;
	left: 9px;
	color: #fcff00;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;}

#menuTrigger,
#menuTrigger span {
	display: inline-block;
	box-sizing: border-box;
	transition: all .4s;}

#menuTrigger {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;}

#menuTrigger:active {
	background: rgba(255, 255, 255, 0.4);}


.off_menu {
	text-align: center;}

.off_menu img{
	width: 40px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 5px;}



#menuTrigger.active .off_menu{
	opacity: 0;}

.on_menu{
	opacity: 0;
	font-size: 30px;
	position: absolute;
	top: 3px;
	left: 15px;
	color: #fff;}

#menuTrigger.active .on_menu{
	opacity: 100;}


