/* 
 * Naver v3.1.2 - 2015-04-04 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2015 Ben Plum; MIT Licensed 
 */

/* 
 * Naver v3.1.2 - 2015-04-04 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2015 Ben Plum; MIT Licensed 
 */

/* 
 * Naver v3.1.2 - 2014-11-25 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */
/*@X}zΞ
***********************************************/
@media screen and ( max-width:768px ) {
.naver,
.naver *,
.naver *:before,
.naver *:after {
  box-sizing: border-box;
}
.naver-handle {/*@MENUΜΆ@*/
	width: 100%;
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #111111;
	cursor: pointer;
	display: none;
	font-size: 1.8em;
	padding: 0 0 0 30px;
	position: relative;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
}
.naver-handle:after {/*@MENU‘ΜO{ό@*/
  height: 5px;
  width: 25px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  background: #696969;
  box-shadow: 0 10px 0 #696969, 0 -10px 0 #696969;
  content: '';
  display: block;
  margin: auto 0;
}
.naver.open .naver-handle:after {
  width: 15px;
  height: 15px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #cccccc;
  content: "\00d7";
  font-size: 22px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
}
.naver-wrapper {
  border: none;
  height: auto;
  margin: 0;
  padding: 0;
}
.naver-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.naver.enabled .naver-handle {
  display: block;
}
.naver.enabled .naver-wrapper {
  height: 0px;
  overflow: hidden;
}
.naver.enabled .naver-container {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-width: 0 1px 1px;
}

#navre a:hover {
	width: 100%;
	padding: 20px 50px 20px 1.5em;
	background: #bbbbbb;
 }

  #navre {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 2;
	color: #000000;
	margin-bottom: 2em;
	font-family: "CI", "lr SVbN", "lr Ύ©", "lr oSVbN", "lr oΎ©";
	border: solid 1px #333333;
  }

  #navre ul {
	width: 100%;
	padding: 0;
	font-size: 1.4em;
	border-top: solid 1px #333333;
  }
  
  #navre li {
	width: 100%;
	padding: 10px 0;
  }

  #navre ul li a {
  	width: auto;
	padding-left: 45px;
	background: url(../img/share/bg_burret.gif) no-repeat 30px center;
  }

  #navre ul li a:hover {
  	width: auto;
	padding-left: 1.5em;
	background: url(../img/share/bg_burret.gif) no-repeat 30px center;
  }

  #navre a {
    width: 100%;
	text-decoration: none;
    float: none;
	background: url(../img/share/bg_burret.gif) no-repeat 30px center;
  }
.bor_bottm { border-bottom: solid 1px #333333;}

}

