@charset "UTF-8";

#header.type1 .col-sm-6 {
    width: 60%;
}
#header.type1 .category-nav {
    text-align: left;
    display: table;
    margin: 0;
    padding: 0;
}

#header.type1 .category-nav > li {
	display: table-cell;
	width:33.333333%;
    margin: 0;
    padding:0 5px;
}
#header.type1 .category-nav > li > a {
	max-width:200px;
	width:100%;
    height:40px;
    line-height: 40px;
	background: #fff;
	color: #000;
	text-align: center;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#header.type1 .category-nav > li > a:hover {
	color: #fff;
	background: #313131;
}
#header.type1 .category-nav > li:hover > ul > li {
    height: 40px;
}
#header.type1 .category-nav > li:hover > ul > li a {
	max-width:200px;
	width:100%;
    height: 40px;
}

#header.type1 #member {
	position: relative;
}
#header.type1 #member .member_box {
	border:1px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 330px;
    position: absolute;
    top: -5px;
    right: 10px;
    padding:10px 5px;
}
#header.type1 #member .txt {
	color: #fff;
    font-size: 14px;
    text-align:center;
    margin: 0;
}
#header.type1 #member .txt span {
	color: #eef200;
}
#header.type1 .member_link {
	padding: 0;
    margin:5px 0 0;
    text-align: center;
    position: initial;
    height: 25px;
}
#header.type1 .member_link li {
    display: inline-block;
}
#header.type1 .member_link li a {
	width: 120px;
    height: 25px;
    line-height: 25px;
	background: #ffb847; /* Old browsers */
	background: -moz-linear-gradient(left, #ffb847 0%, #ff4e02 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffb847 0%,#ff4e02 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffb847 0%,#ff4e02 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb847', endColorstr='#ff4e02',GradientType=1 ); /* IE6-9 */
padding: 0;
    margin: 0;
}
#header.type1 .member_link li a:hover {
	color: #fff;
}
#header.type1 .member_link2{
    position: absolute;
    right: 10px;
    top: 87px;
    width:369px;
}
#header.type1 .member_link2 li {
    display: inline-block;
    padding:0 5px;
}
#header.type1 .member_link2 li a {
	color: #fff;
    font-size: 15px;
}

@media screen and (max-width: 640px){
.member_link2 a{
    border-bottom: 1px solid #e8e8e8;
    color: #3D3D3D;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    height: 60px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    white-space: nowrap;
}
h1{font-size:1.2em;margin:0.3em 0}
#header {
    background: #636363;
    z-index: 2;
    margin-bottom: 1rem;
    padding:8px 0px 0px 0px;
}
}
