﻿.checkssid {
	border: 1px #fe0 solid;
	padding: 20px;
	color: #fff;
	box-sizing: border-box;
	margin:20px auto;
	border-radius:6px;
}
.errorssid {
	border: 1px #f00 solid;
	padding: 20px;
	color: #fff;
	box-sizing: border-box;
	margin: 20px auto;
	display: none;
	border-radius: 6px;
}
.acceptssid, .acceptcompletessid {
	border: 1px #0c0 solid;
	padding: 20px;
	color: #fff;
	box-sizing: border-box;
	margin: 20px auto;
	display: none;
	border-radius: 6px;
}
.acceptssid .nicknameerror {
	color:#f44;
	font-weight:bold;
}

.acceptssid input {
	border:1px solid #ccc;
	background-color:#000;
	color:#fff;
	display:block;
}

.acceptssid button {
	border: 1px solid #040;
	background-color: #080;
	color: #fff;
	cursor: pointer;
	display: block;
}

.acceptcompletessid .nickname2 {
	display:inline-block;
	padding-left:8px;
	padding-right:8px;
	color:#0c0;
	font-weight:bold;
}


.menufunctions {
	display: none;
}

.menufunctions .scanstatus {
	border: none !important;
	padding: 0px !important;
}

.menufunctions .scanstatus:hover {
	background-color: #000;
	color: #fff;
}

.menufunctions li {
	border: 1px solid #fff;
	border-radius: 6px;
	background-color: #000;
	color: #fff;
	box-sizing: border-box;
	cursor: pointer;
}
.menufunctions li:hover {
	background-color: #fff;
	color: #000;
}
.menufunctions .scansettingp:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.scansettingp,
.scansettingp li{
	border: none !important;
	background-color: #000 !important;
	color: #fff !important;
}

.scansettingp li:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.menufunctions .scyellow {
	color: #000 !important;
	background-color: #ff8 !important;
}

.menufunctions .scred {
	color:#000;
	background-color: #f44 !important;
	font-weight:bold !important;
}
.menufunctions .scgreen {
	color: #4f4 !important;
}

.scansettingp .scansettingptitle {
	display: inline-block;
	vertical-align:top;
	width: 18%;
	box-sizing:border-box;
}
.scansettingp .scansettingpvalue {
	vertical-align: top;
	display: inline-block;
	width: 54%;
	box-sizing: border-box;
	position: relative;
}

.scansettingp .scansettingpcv {
	vertical-align: top;
	text-align:right;
	display: inline-block;
	width: 14%;
	box-sizing: border-box;
}

.scansettingp .scansettingpet {
	font-weight:bold;
	border-radius:6px;
}
.scansettingp .scansettingpet1 {
	background-color:#0c0;
	color:black;
}
.scansettingp .scansettingpet2 {
	background-color: #ff8;
	color: black;
}

.scansettingp .njc_js-slider_base {
	background-color: #000;
	display:block;
	height: 10px;
	border: 1px inset #888;
	padding-top: 20px;
	font-size: 0px;
	border-radius: 3px;
	width:90%;
}

.scansettingp .njc_js-slider {
	position: absolute;
	width: 100%;
	height: 40px;
}

.scansettingp .njc_js-slider_base div {
	position: absolute;
	width: 100%;
	height:100%;
}

.scansettingp .njc_js-slider_base input {
	position: absolute;
	width: 16px;
	height: 40px;
	top: -4px;
	border-radius: 8px;
	display: none;
}

.content_wrap {
	display: none;
}

.content_title {
	width:100%;
	color:#000;
	position:relative;
}

.nyuko_title{
	background-color:#0c0;
}

.syukko_title{
	background-color:#0cd;
}

.encode_title{
	background-color:#fe0;
}

.renewal_title {
	background-color: #c8c;
}

.content_wrap .workmenutop{
	display:block;
	font-size:0;
}
.content_wrap .workmenutop li {
	display:inline-block;
	box-sizing:border-box;
	width:50%;
	color:#fff;
	background-color:#000;
	border-top: 1px solid #fff;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
.content_wrap .workmenutop li:first-child {
	border-left:1px solid #fff;
}
.content_wrap .workmenutop li:hover {
	color: #000;
	background-color: #fff;
}

.content_wrap .workmenubottom {
	position:absolute;
	bottom:10px;
}

.content_wrap .workmenubottom li{
	width:100%;
}

.content_wrap .workmenubottom .nyuko_count {
	color: #0c0;
	background-color:#000;
}

.content_wrap .workmenubottom .nyuko_regist {
	border:1px #0c0 solid;
	color: #0c0;
	background-color: #000;
}

.content_wrap .workmenubottom .syukko_count {
	color: #0cd;
	background-color: #000;
}

.content_wrap .workmenubottom .syukko_regist {
	border: 1px #0cd solid;
	color: #0cd;
	background-color: #000;
}

.content_wrap .workmenubottom .encode_regist {
	border: 1px #4f0 solid;
	color: #4f0;
	background-color: #000;
}

.content_wrap .workmenubottom .renewal_count {
	color: #c8c;
	background-color: #000;
}

.content_wrap .workmenubottom .renewal_regist {
	border: 1px #c8c solid;
	color: #c8c;
	background-color: #000;
}

.content_wrap .workmenubottom .nyuko_count,
.content_wrap .workmenubottom .syukko_count {
}

.encode_wrap{
	/*position:relative;*/
}
.encode_content{
	display:block;
	margin-top:20px;
	margin-bottom:100px;
}

.encode_content li {
	width: 100%;
}

.encode_content .encode_search li {
	width: calc( 50% - 20px );
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box
}

.encode_search1 {
	border: 1px #ccc solid;
	color: #ccc;
	background-color: #000;
}

.encode_search2 {
	border: 1px #fe0 solid;
	color: #fe0;
	background-color: #000;
}

.zaiko_content li{
	border-bottom:1px solid #ccc;
}

.zaiko_content li:first-child {
	border-top: 1px solid #ccc;
}

.buhinidcalc_yli{
	border:none !important;
	padding:0px !important;
	margin:0px !important;
	width:100% !important;
}

.buhinidcalc_yli:hover {
	background-color:#000 !important;
}

.buhinidcalc_y li:hover,
.buhinidcalc_y2 li:hover
{
	background-color: #fff !important;
	color: #000 !important;
}

.buhinid_li {
	font-size: 22px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.buhinid_li:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.buhinidstr {
	font-size: 26px;
	display: inline-block;
}

.buhinidsearch {
	display: inline-block;
	font-size: 20px;
	width: 32px;
	margin-left: 8px;
	border: 1px #ccc solid;
	border-radius: 3px;
	text-align: center !important;
}

