@media screen and (min-width: 641px) {
#build-menu,
#mobile-bar,
#main-nav {
	display: none !important;
}

.build-menu-animating.build-menu-open #build-menu-page {
   transform: none !important;
   	display: none !important;

}

#build-menu-overlay {
	display: none !important;
}

.build-menu-animating #build-menu-page {
	position: relative !important;
		display: none !important;

}
}


#build-menu-page {
	left: 0;
	position: relative;
	background-color: #fff;
}

#build-menu {
	visibility: visible;
	z-index: 0;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	display: none;
	/*width: 255px;*/
	width: 285px;
	padding: 0;
	position: static;
	z-index: 2;
	top: 0;
	height: 100%;
	overflow-y: auto;
	left: 0;
	/*padding: 15px;*/
	background: #fff;
}

.build-menu-animating #build-menu-page {
	position: fixed;
	overflow: hidden;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transition: -webkit-transform 250ms;
	-moz-transition: -moz-transform 250ms;
	-o-transition: -o-transform 250ms;
	-ms-transition: -ms-transform 250ms;
	transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu { display: block }

.build-menu-open #build-menu {
	display: block;
	-webkit-transition-delay: 0ms, 0ms, 0ms;
	-moz-transition-delay: 0ms, 0ms, 0ms;
	-o-transition-delay: 0ms, 0ms, 0ms;
	-ms-transition-delay: 0ms, 0ms, 0ms;
	transition-delay: 0ms, 0ms, 0ms;
	position: relative;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
	-webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}

 /* !drawer
---------------------------------------------------------- */
#main-nav {
	width: 255px;
}
#drawerContents {
	width: 100%;
	text-align: left;
	position:relative;
}

#drawerContents h2 {
	text-align: center;
}

#drawerContents #btn-close {
    border: 1px solid #666;
    cursor: pointer;
    font-size: 70%;
    padding: 5px 10px;
    position: absolute;
    right: 15px;
    top: 11px;
}
#drawerList01 h3,
#drawerList02 h3 {
	background-color: #333;
	padding: 6px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}

/* drawerList01 */
#drawerList01 {
	margin-top: 10px;
}
	#drawerList01 ul li {
		border: 1px solid #575757;
		border-top: none;
		font-weight: bold;
		line-height: 1.2;
	}
		#drawerList01 ul li a {
			display: block;
			padding: 11px 15px 11px 6px;
			text-decoration: none;
			cursor: pointer;
			background: #fff url(/excludes/common/img/drawer/ico_drawer_arrow01.gif) no-repeat right center;
			background-size: 12px 12px;
			-webkit-background-size: 12px 12px;
			-moz-background-size: 12px 12px;
		}
			#drawerList01 ul li#bg01 a span {
				background: url(/excludes/common/img/drawer/icon_drawer01.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg02 a span {
				background: url(/excludes/common/img/drawer/icon_drawer02.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 5px 0 3px 25px;
			}
			#drawerList01 ul li#bg03 a span {
				background: url(/excludes/common/img/drawer/icon_drawer03.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 3px 0 3px 25px;
			}
			#drawerList01 ul li#bg04 a span {
				background: url(/excludes/common/img/drawer/icon_drawer04.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding:2px 0 2px 25px;
			}
			#drawerList01 ul li#bg05 a span {
				background: url(/excludes/common/img/drawer/icon_drawer05.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg06 a span {
				background: url(/excludes/common/img/drawer/icon_drawer06.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
				background: url(/excludes/common/img/drawer/icon_drawer07.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg08 a span {
				background: url(/excludes/common/img/drawer/icon_drawer08.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
            #drawerList01 ul li#bg09 a span {
				background: url(/excludes/common/img/drawer/icon_drawer09.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg10 a span {
				background: url(/excludes/common/img/drawer/icon_drawer10.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 5px 0 3px 25px;
			}
			#drawerList01 ul li#bg11 a span {
				background: url(/excludes/common/img/drawer/icon_drawer11.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 3px 0 3px 25px;
			}
			#drawerList01 ul li#bg12 a span {
				background: url(/excludes/common/img/drawer/icon_drawer12.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg13 a span {
				background: url(/excludes/common/img/drawer/icon_drawer13.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg14 a span {
				background: url(/excludes/common/img/drawer/icon_drawer14.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg15 a span {
				background: url(/excludes/common/img/drawer/icon_drawer15.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg16 a span {
				background: url(/excludes/common/img/drawer/icon_drawer16.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
			#drawerList01 ul li#bg17 a span {
				background: url(/excludes/common/img/drawer/icon_drawer17.gif) left center no-repeat;
				background-size: 17px;
				-webkit-background-size: 17px;
				-moz-background-size: 17px;
				padding: 2px 0 2px 25px;
			}
#drawerList01 ul .innerNavi li{
    border-color: #575757 -moz-use-text-color -moz-use-text-color;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    padding-left: 22px;
	}
/* drawerList02 */
#drawerList02 {
	border: 1px solid #d5d5d5;
	padding: 10px 10px 23px;
	margin-top: 15px;

}
	#drawerList02 ul {
		margin: 24px 2px 0;
	}
		#drawerList02 ul li {
			margin-bottom: 20px;
			line-height: 1.2;
			background: url(/excludes/common/img/drawer/ico_drawer_arrow02.gif) left 0.1em no-repeat;
			background-size: 9px 13px;
			-webkit-background-size: 9px 13px;
			-moz-background-size: 9px 13px;
			padding-left: 17px;
		}
		#drawerList02 ul li:last-child {
			margin-bottom: 0;
		}
			#drawerList02 ul li a {
				display: block;
			}


#drawerMain {
}
.drawerHead {
	padding: 15px;
}
.drawerBox {
	position: relative;
	display: table;
	width: 100%;
	border-bottom: 1px solid #686868;
	color: #fff;
	background-color: #ececec;
}
.drawerBox:after {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

	-moz-transition-property: transform;
    -o-transition-property: transform;
    -webkit-transition-property: transform;
    transition-property: transform;

    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.drawerParent {
	background-color: #000;
}
.drawerParent:after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
.drawerHaschild:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.drawerTriggerOn:after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
.drawerBtn {
	background-color: #b1915d;
}
.drawerBtn:after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
.drawerParent a,
.drawerBtn a {
	color: #fff;
}
.drawerCildTtl {
	background-color: #df418c;
	font-weight: bold;
	color: #fff;
	padding: 8px 20px;
}
.drawerImg {
	display: table-cell;
	vertical-align: middle;
	width: 30px;
	text-align: center;
	padding: 7px 0 7px 10px;
}
.drawerTxt {
	display: table-cell;
	vertical-align: middle;
	padding: 17px 35px 17px 10px;
}
.drawerBtn .drawerTxt {
	padding: 7px 35px 7px 10px;
}
.drawerTxt a {
	text-decoration: none;
}
.drawerTxt span {
	display: block;
	color: #df418c;
	font-size: 70%;
}
.drawerChild {
	display: none;
}
.drawerClose {
	max-width: 40%;
	margin: 30px auto;
	text-align: center;
	background-color: #000;
	cursor: pointer;
}
.drawerCloseIn {
	padding: 10px 0 10px 10px;
	background-image: url(/excludes/common/img/drawer/drawer_icon_close.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 20px 20px;
	color: #fff;
}