/****** Header Setting ********/

#header {
    background: #ffffff;
    z-index: 3;
    padding-top: 8px;
    min-height: 45px;
}
#header .inner {
    position: relative;
}
#header .copy {
    font-size: 7px;
    font-size: 0.7rem;
    margin-top: 0;
    margin-bottom: 0;
}
.header_logo_area {
    position: relative;
    z-index: 10;
    min-height: 5px;
}
.header_logo_area .header_logo {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight:100;
    margin: 0;
}


/****** Header Setting ********/

    .header_logo_area .header_logo {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight:100;
        margin: 0;
    }

/* category-nav */	

#drawer .category-nav {
    margin-bottom: 16px;
}
.category-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    color: #525263;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
}
#titlebar span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
#titlebar::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}




.lines-on-sides, h2 {
  display: table;
  text-align: center;
  white-space: nowrap;
}
.lines-on-sides:after, h2:after, .lines-on-sides:before, h2:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
.lines-on-sides:after, h2:after {
  border-left: 1em solid transparent;
}
.lines-on-sides:before, h2:before {
  border-right: 1em solid transparent;
}
 
h2 {
  font-size: 1.2em;
  color: #a5a5a5;
  font-weight:normal;
  font-style: italic;
  margin:50px 0px 50px 0px;
}

hr {
	border-top: 1px solid #dcdcdc;
	text-align: center;
}
hr:after {
	content: '\002665';
        display: inline-block;
	position: relative;
	top: -13px;
	padding: 0 10px;
	background: #ffffff;
	color: #666666;
	font-size: 13px;
}