@charset "utf-8";
/* CSS Document */
		.sortDiv {display:flex;}
		.sortMenu {width: 8%;background:#f8f8f8;height:100%;min-height:600px;position:fixed;top:0px;/* left:0px; */}
		.sortMenu ul {margin-top:40px;}
		.sortMenu ul li {text-align:center;}
		.sortMenu ul li a {height:40px;line-height:40px;display:block;}
		.sortMenu ul li .on {color:#ec454c;background:#fff;}
		.sortContent {width:75%;margin-left:25%;margin-top:40px;}
		.sortContentDiv {padding:0px 15px;min-height:600px;}
		.sortContentDiv h2,.sortColumeBottom h2 {font-weight:100;font-size:1.2em;padding-left:3%;}
		.sortColumeBottom h2 {margin-top:8px;}
		.sortColumeTop {border-bottom:#f4f4f4 1px solid;height:115px;}
		.sortColumeTop dl {position:relative;zoom:1;margin-right:-15px;}
		.sortColumeTop dl dd {width:31%;height:67px;text-align:center;text-align:center;float:left;} 
		.sortColumeTop dl dd div {width:67px;height:67px;margin-left:auto;margin-right:auto;background:#f4f4f4;}
		.sortColumeTop dl dd img {margin-top:13px;}
		.sortColumeTop dl dd p {margin-top:2px;}
		.sortColumeBottom dl {padding-top:10px;}
		.sortColumeBottom dl dd {width:33%;height:100px;text-align:center;float:left;}
		.sortColumeBottom dl dd img {width:67px;height:67px;}
		.sortColumeBottom dl dd p {margin-top:2px;}
		#tab_con li {display:none;}
		#tab_con #tab_con_1 {display:block;}
		.footer {color:#858585;text-align:center;clear:both;}
		.footer span {color:#e8ba99;}
		.searchBox {max-width: 640px;width:100%;height:44px;background:#eee;position:fixed;top:0px;z-index:2000;}
		.searchBox a {width:94%;height:30px;line-height:30px;text-align:center;margin-left:4%;margin-top:7px;display:block;background:#fff;border-radius:4px;}
		.searchBox a span {color:#aaa;padding-left:20px;background:url(../images/searchIconGrey.png) left center no-repeat;background-size:15px;}