@charset "utf-8";
@font-face {
	font-family: 'Open Sans Condensed';
	src: url('../font/osc.woff');
}
@font-face {
	font-family: 'Source Code Pro';
	src: url('../font/monospace.woff');
}
* {
	margin: 0;
	padding: 0;
}
*:focus {
    outline: none;
}
html {
    overflow-y: scroll;
}
body, input, textarea, button {
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: .7px;
}
h1, h2, h3, h4, h5 {
	font-weight: 600;
}
html::after {
	content: "";
	/*background: #8e1f1f;*/
	background: rgb(244,244,244);
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	position: fixed;
	z-index: -1;
}
*:not(input):not(textarea) {
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.wrapper {
	width: 1240px;
	margin: 10px auto;
	background: #fff;
	border:1px solid #aaa;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
.headerAll {
	position: relative;
	width: calc(100% - 20px);
	height: 40px;
	padding: 8px 10px 8px 10px;
	background-color: rgb(146,5,8);
	background: linear-gradient(rgba(146,5,8,1), rgba(146,5,8,.95), rgba(146,5,8,.9), rgba(146,5,8,.85), rgba(146,5,8,.8), rgba(146,5,8,.75), rgba(146,5,8,.7), rgba(146,5,8,.75), rgba(146,5,8,.8), rgba(146,5,8,.85), rgba(146,5,8,.9), rgba(146,5,8,.95), rgba(146,5,8,1));
}
.bsLogo {
	float: left;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	font-weight: 900;
	margin: 5px 0 0 0;
}
.bean {
	padding: 0 5px 0 0;
}
.soup {
	padding: 0 0 0 5px;
}
.domain {
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	margin: 17px 0 0 3px;
}
.logoBox {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: #FFFFFF solid 2px;
	float: left;
	background-image: url(../img/logo.svg);
	background-size: 32px;
	background-repeat: no-repeat;
	background-position: center;
}
#dataform{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2000;
}
#searchDiv{
	box-sizing: border-box;
	border:none;
	border-radius:4px;
	position: absolute;
	right: 57px;
	top:8px;
	height: 26px;
	width: 177px;
}
.searchBox {
	display:block;
	float:left;
	margin-left:-1px;
	box-sizing: border-box;
	background-color: #920508;
	background-image: url(../img/search.gif);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	width: 24px;
	height: 24px;
}
.searchBox:hover {
	background-size: 30px 30px;
	background-color: #333;
}
.searchInput {
	display:block;
	float:left;
	box-sizing: border-box;
	border: none;
	height: 24px;
	width: 151px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0 8px 0 5px;
}
.searchresult {
	color: green;
	background-color: yellow;
}
.mail {
	display: block;
	position: absolute;
	height: 21px;
	top: 10px;
	width: 29px;
	right: 10px;
	background-image: url(../img/mail.gif);
	background-size: 29px 21px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 4px;
	margin: 8px 0 0 0;
	cursor: default;
}
.mail:hover {
	width: 31px;
	height: 23px;
	top: 9px;
	right: 9px;
	background-size: 31px 23px;
	background-color: #666;
}
.navWrapper {
	position: relative;
	box-sizing: border-box;
	top: 0;
	width: 100%;
	height: 40px;
	padding: 8px 0 8px 10px;
	border-bottom: #333 dotted 1px;
	background: #fff;
	visibility: hidden;
	z-index: 1000;
}
.logoBox2 {
	position:absolute;
	top:3px;
	left:10px;
	z-index:1;
	box-sizing: border-box;
	width: 0px;
	height: 0px;
	border-radius: 20px;
	border: #920508 solid 2px;
	background-image: url(../img/logo2.svg);
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: center;
	opacity:0;
}
.navAll {
	display: inline-block;
}
.innerWrap {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.menuUL {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: calc(100% / 3 - 20px);
	height: 100%;
	list-style: none;
}
.menuUL>li {
	height: 2rem;
	line-height: 2rem;
	width: 50%;
}
.menuUL>li>p {
	font-size: 1.6rem;
	color: #333;
}
.menuUL>li>a {
	display: inline;
	text-decoration: none;
	color: #920508;
	font-size: 1.2rem;
}
.menuUL>li>a:hover {
	text-decoration: underline;
	color: #333;
	font-size: 1.3rem;
}
.menuUL:nth-child(1), .menuUL:nth-child(2) {
	border-right: #333 dotted 1px;
	margin: 0 20px 0 0;
}
.menuUL>li:nth-child(2) {
	padding: 10px 0 0 0;
}
.hiddenText {
	display: none;
}
.previewLi {
	visibility: hidden;
	position: absolute;
	display: block;
	width: 60% !important;
	top: 42px;
	right: 20px;
}
.previewLiLast{
	right: -20px;
}
.previewLi>p {
	box-sizing: border-box;
	width: 100%;
	border: rgb(146,5,8) dotted 1px;
	border-radius: 10px;
	padding: 10px;
	font-size: 0.9rem !important;
	line-height: 1.2rem;
	background-color: #FFFcFc;
/*	text-align: justify;
	hyphens: auto;*/
}
.clearFix {
	clear: left;
	padding-top: 20px;
}
.navSecond {
	position: absolute;
	box-sizing: border-box;
	padding: 11px 0 0 0;
	right: 10px;
	top: 0;
	height: 40px;
}
.innerNav {
	box-sizing: border-box;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	padding: 0 0 0 15px;
	float: left;
}
.innerNav>a {
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	color: #920508;
}
.innerNav>a:hover {
	border-bottom: #333 solid 1px;
	padding-bottom: 2px;
	color: #333;
}
.actSelect>a {
	/*font-size:1.4rem;
	font-weight: bolder;*/
	padding-bottom: 1px;
	border-bottom: 1px #920508 solid;
}
.innerNavUl{
	position:relative;
	margin: 0 15px 0 0;
	width: 65px;
}
.innerNavUl>li{
	list-style-type: none;
	color: #920508;
	cursor: pointer;
}
.innerNavUl>li>span {
	padding-bottom: 11px;
	display: block;
	width: calc(100% + 15px);
	overflow: hidden;
}
.innerNavUl>li:hover>span {
	color: #333;
}
.innerNavUl>li:hover>span>span {
	border-color:#333;
}
.innerNavUl>li>span>span {
	position:absolute;
	box-sizing: border-box;
	display: inline-block;
	top:5px;
	width: 8px;
	height: 8px;
	margin: 0 0 3px 7px;
	border-right:1px solid #920508;
	border-bottom:1px solid #920508;
	transform: rotate(45deg);
}
.innerNavUl>li>ul>li{
	padding: 10px;
	background-color: #fff;
	width: calc(100% - 22px);
}
.innerNavUl>li>ul{
	border:1px dotted #333;
	border-top:none;
	background-color: #fff;
	width: 180px;
	margin-left:-20px;
	overflow: hidden;
}
.innerNavUl>li>ul>li>a{
	text-decoration: none;
	color: #920508;
}
.innerNavUl>li>ul>li>a:hover{
	border-bottom: #333 solid 1px;
	color: #333;
}
.actSelect2>a {
	padding-bottom: 0px;
	border-bottom: 1px #920508 solid;
}
.actSelect2>a:hover{
	padding-bottom: 1px;
}
.footerAll {
	box-sizing: border-box;
	width: 100%;
	padding: 20px 50px 10px 50px;
	background: #333;
}
.about {
	float: left;
	width: 180px;
	margin: 0 120px 0 0;
}
.about>div>p {
	width: 180px;
}
.about>p {
	color: #fff;
	width: 100%;
	border-bottom: #fff solid 1px;
	font-size: 1.4rem;
	font-weight: bolder;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}
.webLinks {
	float: left;
	width: 360px;
	margin: 0 120px 0 0;
}
.webLinks>p {
	color: #fff;
	width: 100%;
	border-bottom: #fff solid 1px;
	font-size: 1.4rem;
	font-weight: bolder;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}
.leftLink, .rightLink {
	float: left;
	width: 50%;
}
.allLinks>div>p {
	border-bottom: 1px solid #232323;
	border-top: 1px solid #444;
	height: 22px;
	line-height: 22px;
	padding:0 0 5px 0;
}
.allLinks>div>p>a {
	color:#ddd;
	text-decoration: none;
	font-size: .9rem;
}
.allLinks>div>p>a:hover {
	text-decoration: underline;
}
.firstLink{
	border-top-width: 0px !important ;
}
.lastLink{
	border-bottom-width: 0px !important ;
	height: 1px !important;
}
.proLinks {
	float: left;
	width: 360px;
	margin: 0 0 20px 0;
}
.proLinks>p {
	color: #fff;
	width: 100%;
	border-bottom: #fff solid 1px;
	font-size: 1.4rem;
	font-weight: bolder;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}
.copyDiv {
	clear: left;
	width: 100%;
	padding: 35px 0 0 0;
}
.copyr {
	width: 100%;
	text-align: center;
	color: #aaa;
	font-size: 0.7rem;
	border-top: #fff solid 1px;
	padding: 10px 0 0 0;
}
.messageFrame {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(100,100,100,.5);
	display: none;
	z-index:99999;
}
.messagePanel {
	position: relative;
	top: calc(50% - 150px);
	left: calc(50% - 250px);
	width: 500px;
	height: 300px;
	background: #fff;
	border: #920508 solid 2px;
	border-radius: 6px;
}
.message {
	position: absolute;
	top: 130px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	color: #333;
}
.closeButton {
	box-sizing: border-box;
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #920508;
	border-radius: 20px;
	left: 480px;
	top: -20px;
	border: #fff solid 2px;
	background-image: url(../img/close.gif);
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
.closeButton:hover {
	background-color: #666;
}
.closeButton:active {
	background-color: #c71016;
}
.codeSpan, .codeSpan2{
	font-family: 'Source Code Pro', monospace;
	font-size:1rem;
	line-height: 1.8rem;
	letter-spacing: -1px;
	margin-top:5px;
	-ms-user-select: text;
	-webkit-user-select: text;
	-moz-user-select: text;
	user-select:text;
}
