@charset "utf-8";
@import "common.css";

/** #0071bc **/

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#F7F7F7;
}
a {
	cursor:pointer;
	color: #08C;
	text-decoration:none;
}

img {
	border:0;
}

#page {
	clear:both;
	width:1330px;
	overflow-y:auto;
	overflow-x:hidden;
	margin:0 auto;
	padding:0;
	position:relative;
}


#footer {
	position:fixed;
	z-index:999;
	bottom:0px;
	margin:0px;
	width:100%;
	height:40px;
	line-height:39px;
	color:#666;
	background-color: #CCC;
}

/*
#footer {
	position:fixed;
	z-index:999;
	bottom:0px;
	margin:0px;
	width:100%;
	height:40px;
	line-height:39px;
	color:#fff;
	background-color: #0071bc;
	font-size:12px;
}
*/
#footer .footer_left {
	float:left;
	width:auto;
	margin-left:20px;
}

#footer .footer_right {
	float:right;
	width:auto;
	margin-right:20px;
}


/** link **/
#footer a {
	color: #666;
	font-size: 80%;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/** fontsize **/
.size12 {
	font-size:12px;
}


/** label **/
.title01 {
	fonts-size:16px;
	font-weight:bold;
}
.title02 {
	height:30px;
	color:#fff;
	/*background-color:#0071bc;*/
	background-color:#009dcf;
	line-height:30px;
	font-weight:bold;
	padding-left:10px;
}
.title03 {
	width:300px;
	margin: 5px auto;
	padding:5px;
	color:#333;
	font-size:18px;
	text-align:center;
	background-color:#e6e6e6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.block_title {
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background: url(../../img/back_slash_blue.gif) 0 0 repeat-y #333;
	padding-left:15px;
}

.what1 {
	height:20px;
	width:20px;
	background: url(../../img/quickhelp.png) no-repeat;
	margin-top: 9px;
	float:right;
}
.what2 {
	height:20px;
	width:20px;
	background: url(../../img/quickhelp.png) no-repeat;
	float:right;
	margin-right:0px;

}

.what3 {
	height:20px;
	width:20px;
	background: url(../../img/quickhelp.png) no-repeat;
	float:right;
	margin-right:15px;
	margin-top:-35px;
}
.what4 {
	float:left;
	margin-left:10px;
	cursor: pointer;
}

.selecter {
	width:200px;
	height:35px;
	font-size:14px;
	font-weight:bold;
	clear:both;
	margin-bottom:15px;
	}



.mini_title {
	font-size:12px;
	font-weight:bold;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #ccc;
	border-left: 3px solid #0071BC;
	padding-left: 5px;

}


.txt01 {
	font-size:12px;
	color:#333;
}

.txt02 {
	font-size:12px;
	color:#333;
	line-height:0px;
}

/** position **/
.left {
	float:left;
}

.right {
	float:right;
}
.bottom {
	float:bottom;
}
.autoline {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word;
}

.space01 {
	height:50px;
}

.block {
	width:100%;
	margin:0 0 10px 0;
}

.block_half {
	/*width:350px;*/
	width:520px;
	margin-bottom:15px;
}

.block_content {
	clear:both;
	min-height:100px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}
.block_content_left {
	float:left;
	min-width:170px;
}
.block_content_right {
	float:right;
	min-width:170px;
}

.block_graph {
	width:494px;
	margin-bottom:15px;
}

.center {
	display:block;
	margin:auto;
}
.center2 {
	text-align:center;
	word-break: break-all;
}

.m01 {
	margin-right:20px;
}
.m05 {
	margin:5px;

}
.mt5 {
	margin-top:5px;
}
.mb5 {
	margin-bottom:5px;
}
.p5 {
	padding:5px;
}
.pt5 {
	padding-top:5px;
}
.pr5 {
	padding-right:5px;
}
.h70 {
	min-height:70px;
}
.h100 {
	height:100px;
}
.h150 {
	height:150px;
}
.w150 {
	width:150px;
}
.w200 {
	width:200px;
}
.w220 {
	/*width:220px;*/
	width:460px;
}
.w250 {
	width:250px;
}
.w340 {
	width:340px;
}
.w350 {
	width:350px;
}
.w360 {
	width:360px;
}
.w450 {
	width:450px;
}
.w500 {
	width:500px;
}
.w580{
	width:940px;
}
.w600{
	width:600px;
}

/** decoration **/
.radius_top {
	position:relative;
	z-index:100;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;

	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
}
.radius_bottom {
	position:relative;
	z-index:100;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

.shadow_default {
	position:relative;
	z-index:100;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
}

.menu_bottom {
	background-color:#cbcbcb;
	height:15px;
}

.content_title_left {
	float:left;
	width:12px;
	height:35px;
}

.content_title {
	float: left;
	width: 1065px;
	height: 33px;
	padding-left:10px;
	border-left: #000 5px solid;
	border-bottom: #000 1px solid;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 10px;
}
.content_title_info {
	height: 33px;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
}
.content_title a {
	color:#333;
	font-size:18px;
}



[class^="i-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../../img/glayicon.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
}
.i-right {
	background-position: -264px -96px;
}
.i-left {
	background-position: -240px -96px;
}
.i-search {
	background-position: -48px 0;
}
.i-plus {
	background-position: 0 -96px;
}
.i-minus {
	background-position: -24px -96px;
}
.i-mail {
	background-position: -72px 0;
}

.alert {
	clear:both;
	height:auto;
	width:400px;
	color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EED3D7;
	border: 1px solid #FBEED5;
	padding: 8px 35px 8px 14px;
	margin: 5px auto;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.info {
	clear:both;
	width:400px;
	font-size:12px;
	color: #3A87AD;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	border: 1px solid #BCE8F1;
	padding: 8px 35px 8px 14px;
	margin: 5px auto;
	word-break: break-all;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.warn {
	clear:both;
	width:400px;
	color: #C09853;
	margin: 0 auto 18px auto;
	padding: 8px 35px 8px 14px;
	margin: 10px auto;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.label-warn {
	font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999;
	padding: 1px 4px 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #F89406;
}




/** form **/
label {
	cursor:pointer;
}
input, textarea {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
input, textarea, select {
	display: inline-block;
	width: 210px;
	height: 18px;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 12px;
	line-height: 18px;
	color: #555;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type="hidden"] {
	display: none;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 0;
	line-height: normal;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0 9;
}
select {
	width: 220px;
	background-color: #fff;
}
select, input[type="file"] {
	height: 28px;
	line-height: 28px;
}
select.limit-menu {
	width:120px;
	background-color: #DDD;
	margin:10px 5px 10px 0px;
}
input[type="file"] {
	border:initial;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0;
	outline: thin dotted 9;
}
input[type="file"]:focus, input[type="checkbox"]:focus, select:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.input_default {
	border:1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	background: -moz-linear-gradient(
		top,
		#f2f2f2 0%,
		#fff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f2f2f2),
		to(#fff));
}

.btn_login {
	font-family: Arial, Helvetica, sans-serif;
	color: #050505;
	padding: 7px 20px;
	height:30px;
	background: -moz-linear-gradient(
		top,
		#fafafa 0%,
		#999999);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fafafa),
		to(#999999));
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #6b6b6b;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	cursor:pointer;
}

.btn_default {
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	color: #050505;
	padding: 4px 20px;
	height:30px;
	background: -moz-linear-gradient(
		top,
		#fafafa 0%,
		#c2c2c2);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fafafa),
		to(#c2c2c2));
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #6b6b6b;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	cursor:pointer;
}

.btn_default:hover, .btn_login:hover {
	background: -moz-linear-gradient(
		top,
		#d6d6d6 0%,
		#666666);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#d6d6d6),
		to(#666666));
}

.btn_normal {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: whiteSmoke;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -ms-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, white, #E6E6E6);
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	background-image: linear-gradient(top, white, #E6E6E6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #CCC;
	border-bottom-color: #BBB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn_normal:hover {
	background-image: -moz-linear-gradient(top, #E6E6E6, #ccc);
	background-image: -ms-linear-gradient(top, #E6E6E6, #ccc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E6E6E6), to(#ccc));
	background-image: -webkit-linear-gradient(top, #E6E6E6, #ccc);
	background-image: -o-linear-gradient(top, #E6E6E6, #ccc);
	background-image: linear-gradient(top, #E6E6E6, #ccc);
}

.btn_primary {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color:#fff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: middle;
	background-color: #006DCC;
	background-image: -moz-linear-gradient(top, #08C, #04C);
	background-image: -ms-linear-gradient(top, #08C, #04C);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#04C));
	background-image: -webkit-linear-gradient(top, #08C, #04C);
	background-image: -o-linear-gradient(top, #08C, #04C);
	background-image: linear-gradient(top, #08C, #04C);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #04C #04C #002A80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn_primary:hover {
	background: -moz-linear-gradient(
		top,
		#004acc 0%,
		#00399e);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#004acc),
		to(#00399e));
}


.btn-group {
	width:92px;
	position: relative;
	*zoom: 1;
	*margin-left: .3em;
}
.btn-group:before, .btn-group:after {
	display: table;
	content: "";
}
.btn-group:after {
	clear: both;
}
.btn-group:first-child {
	*margin-left: 0;
}
.btn-group + .btn-group {
	margin-left: 5px;
}
.btn-group .btn {
	position: relative;
	float: left;
	margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child, .btn-group .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
	z-index: 2;
}
.btn {
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	*margin-left: .3em;
}
.btn .caret {
	margin-top: 7px;
	margin-left: 0;
}
.btn:hover .caret, .open.btn-group .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}

.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}






.form {
	margin-bottom:10px;
	width:800px;
}

.form .title {
	float:left;
	width:200px;
	min-height:40px;
	line-height:40px;
	text-align:right;
	font-size:14px;
	font-weight:normal;
}
.form .parts {
	float:left;
	min-height:40px;
	width:500px;
	line-height:40px;
	margin-left:10px;
}
.form .parts_vmName {
	float:left;
	min-height:20px;
	width:500px;
	margin-top:10px;
	line-height:20px;
	margin-left:10px;
	word-break: break-all;
}

.form .parts_multi {
	float:left;
	min-height:40px;
	width:500px;
	margin-left:10px;
	padding-top:14px;
}
#s_vm {
	width:auto;
	float:right;
	margin:1px 5px 0 0;
}
#s_vm input, #search_eventlog {
	float:left;
	width:150px;
	height:17px;
	font-size:12px;
	border:1px solid #6B6B6B;
	background-color:#fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-bottomleft: 13px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.4),inset 0 1px 0 rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.4),inset 0 1px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.4),inset 0 1px 0 rgba(0,0,0,.3);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#s_vm button, .search_button {
	width:60px;
	height:27px;
	padding: 0 5px;
	font-size:12px;
	line-height:27px;
	vertical-align:top;
	border-top:1px solid #6B6B6B;
	border-right:1px solid #6B6B6B;
	border-bottom:1px solid #6B6B6B;
	border-left:0px;
	-webkit-border-top-right-radius: 13px;
	-webkit-border-bottom-right-radius: 13px;
	-moz-border-radius-topright: 13px;
	-moz-border-radius-bottomright: 13px;
	background: -moz-linear-gradient( top, #FAFAFA 0%, #C2C2C2);
	background: -webkit-gradient( linear, left top, left bottom, from(#FAFAFA), to(#C2C2C2));
}
#s_vm button:hover, .search_button:hover {
	background: -moz-linear-gradient(
		top,
		#d6d6d6 0%,
		#666666);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#d6d6d6),
		to(#666666));
}
#s_vm button i, .search_button i {
	margin-top:1px;
}

.download_button:hover {
	background: -moz-linear-gradient(
		top,
		#d6d6d6 0%,
		#666666);
	cursor:default;
}
.download_button {
	float:right;
	width:120px;
	height:27px;
	padding: 0 5px;
	font-size:12px;
	line-height:25px;
	vertical-align:top;
	margin-left:5px;
	border:1px solid #6B6B6B;
	-webkit-border-top-right-radius: 13px;
	-webkit-border-bottom-right-radius: 13px;
	-moz-border-radius-topright: 13px;
	-moz-border-radius-bottomright: 13px;
	background: -moz-linear-gradient( top, #FAFAFA 0%, #C2C2C2);
	background: -webkit-gradient( linear, left top, left bottom, from(#FAFAFA), to(#C2C2C2));
}

/** pankuzu **/
#navi {
	overflow:hidden;
	width:100%;
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 30px;
	margin: 1em 0px;
	padding-left: 30px;
}
#navi li {
	float:left;
	margin: 0 .5em 0 1em;
}
#navi a {
	background: #ddd;
	padding: .7em 1em;
	float: left;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	position: relative;
}
#navi a:hover {
	background: #99db76;
}
#navi a::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-width: 1.5em 0 1.5em 1em;
	border-style: solid;
	border-color: #ddd #ddd #ddd transparent;
	left: -1em;
}
#navi a:hover::before {
	border-color: #99db76 #99db76 #99db76 transparent;
}
#navi a::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid #ddd;
	right: -1em;
}
#navi a:hover::after {
	border-left-color: #99db76;
}
#navi .current,
#navi .current:hover {
	font-weight: bold;
	background: none;
}
#navi .current::after,
#navi .current::before {
	content: normal;
}

/** table **/
.tbl_default {
	margin:0 auto 5px auto;
	width:720px;
	border-collapse:collapse;
}
.tbl_default td.t {
	text-align:right;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:0px;
	word-wrap:break-word;
}
.tbl_default td {
	text-align:left;
	padding:5px;
	border-top:1px solid #ccc;
	border-right:0px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	word-wrap:break-word;
}

.serverlist {
	margin: 0 auto 5px auto;
	width:1060px;
	border-collapse:collapse;
}
.serverlist th {
	background-color:#808080;
	color:#fff;
	font-weight:bold;
	border:1px solid #ccc;
}
.serverlist2 th {
	background-color:#808080;
	color:#fff;
	font-weight:bold;
	border:1px solid #ccc;
}
.serverlist th a {
	display:block;
	color:#fff;
	text-decoration:underline;
}
.serverlist td {
	border:1px solid #ccc;
	padding:5px;
	word-break: break-all;
	text-align:center;
}
.serverlist td a {
	display:block;
}

.mini_table {
	margin: 5px auto;
	border-collapse:collapse;
}
.mini_table td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
}

.userContentForm {
	width:500px;
	margin:0 auto;
}
.userConentForm tbody * {
	font-size:12px;
}




.even {
	background-color:#ffffff;
}
tr:hover {
	background-color:#ffebc6;
}


/** tabs **/
.tabs {
	margin-left: 0;
	margin-bottom: 5px;
	list-style: none;
	border-bottom: 1px solid #DDD;

}
.tabs::before, .tabs::after, .tabs-1::before, .tabs-1::after {
	display: table;
	content: "";
}
.tabs::after, .tabs-1::after {
	clear: both;
}
.tabs > li {
	margin-bottom: -3px;
	float: left;
	line-height: 12px;
	display: list-item;
	text-align: -webkit-match-parent;
}
.tabs > li > a {
	margin-right: 2px;
	padding:5px 5px;
	line-height: 14px;
	display:block;
	font-size:12px;

	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.tabs > li > a:hover, .tabs-1 > li > a:hover {
	background-color:#ffebc6;
}

.tabs > .active > a, .tabs > .active > a:hover,
.tabs-1 > .active > a, .tabs-1 > .active > a:hover {
	color: #555;
	background-color: white;
	border: 1px solid #DDD;
	border-bottom-color: transparent;
	cursor: default;
}

.tabs-1 {
	margin:0;
	list-style: none;
	/**border-bottom: 1px solid #DDD;**/
	display: block;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.tabs-1 > li {
	float: left;
	margin-bottom: -1px;
	line-height: 18px;
	display: list-item;
	text-align: -webkit-match-parent;
}
.tabs-1 > li > a {
	width:150px;
	text-align:center;
	font-weight:bold;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	display: block;
	color: #08C;
	text-decoration: none;
}



/** etc **/
#memo_content {
	width:510px;
	height:94px;
	border:0px;
	overflow-x:auto;
	overflow-y:auto;

}
#screenNew {
	position:fixed;
	z-index:9999;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.70;
	background: rgba(255,255,255, 1) url('/img/loading-circle-1.gif') 50% 50% no-repeat;
}
#screen {
	position:fixed;
	z-index:9999;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#fff;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
#loading {
	z-index:10000;
}
#js_err { display:none; }

#miniWindow {
	position:absolute;
	z-index:10000;
	display:none;
	min-width:300px;
	padding:5px;
	min-height:100px;
	background-color:#fff;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:
		0px 2px 5px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 2px 5px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0);
}
#miniWindow2 {
	position:absolute;
	z-index:10000;
	display:none;
	min-width:300px;
	padding:5px;
	min-height:100px;
	background-color:#fff;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:
		0px 2px 5px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 2px 5px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0);
}

#miniWindow3 {
	position:absolute;
	z-index:10000;
	display:none;
	min-width:300px;
	padding:5px;
	min-height:100px;
	background-color:#fff;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:
		0px 2px 5px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 2px 5px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0);
}

#miniWindow5 {
	position:absolute;
	z-index:10000;
	display:none;
	min-width:300px;
	padding:5px;
	min-height:100px;
	background-color:#fff;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:
		0px 2px 5px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 2px 5px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0);
}

#miniWindowHigh {
	position:absolute;
	z-index:10000;
	display:none;
	min-width:300px;
	padding:5px;
	min-height:100px;
	background-color:#fff;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:
		0px 2px 5px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 2px 5px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0);
}

#miniWindowHigh iframe {
	border:0px;
	overflow:hidden;
}
#miniWindow iframe {
	border:0px;
	overflow:hidden;
}
.graph {
	text-align:center;
	margin-bottom:10px;

}
.graph img {
}

.clear {
	clear:both;
}
.align-center {
	text-align:center;
}
.loading {
	position:absolute;
	display:none;
	line-height:16px;
	font-size:16px;
	color:#666;
	margin:200px 0 0 320px;
	vertical-align:middle;

}

.pagination {
	height:36px;
	text-align:center;
}
.pagination ul {
	display: inline-block;
	margin:5px auto;
	border-left:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
	display:inline;
	line-height:18px;
	background-color: #fff;
}
.pagination li a {
	float: left;
	padding: 0 14px;
	line-height: 34px;
	text-decoration: none;
	border: 1px solid #DDD;
	border-left-width: 0;
	background-color: #fff;
}

.pagination .active a {
	color:#999;
	cursor:default;
}
.pagination a:hover , .pagination .active a {
	background-color: whitesmoke;
}
.pagination .disabled a, .pagination .disabled a:hover {
	color: #999;
	background-color: #fff;
	cursor: default;
	font-size: 8pt;
}

.pagination .arrow a {
	font-size: 8pt;
}

.firewall {
	border:1px solid #ddd;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
}

/** header **/
#my_header {
	width: 100%;
	height: 75px;
	color: #dddddd;
	background-color: #ffffff;
	/* background-image: url(../../img/logo.png); */
	background-position: 25px 0px;
	background-repeat:no-repeat;
	border-bottom:2px solid #333;
	line-height:50px;
}

#my_footer {
	width: 100%;
	clear: both;
	color: #ffffff;
	background-image: url(../../img/head_line_gray_1.jpg);
	text-align: center;
}

.contents p{margin:1em 0;}
li {list-style:none;}
h1{padding-left:20px;}

.simple {
	width:635px;
	border-left:#000 5px solid;
	border-bottom:#000 1px solid;
	padding:10px;
	font-size:123.1%;	/*16px*/
	margin:0 auto;
	margin-bottom:20px;
}

#my_navigation {
	width:200px;
	margin-top:20px;
	float:left;
	background-color:#F7F7F7;
}
#my_contents {
/*	width:740px;*/
	width:1080px;
	margin:20px 0 80px 0;
	float:right;
}
#mynavi{
	width:200px;
}
#mynavi ul {
	position:relative;
	z-index:0;
}
#mynavi h3 {
	display: block;
	width: 140px;
	overflow: visible;
	margin: 0px 0px 1px 0px;
	padding: 0px 5px 0px 5px;
	color: #333333;
	background-color: #cccccc;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}

#mynavi ul li {
	background-color:#fff;
}

#mynavi ul li:hover {
	background-color:#f5f5f5;
	/*background-color:#EDF6FF;*/
	/*background-color:#ffebc6;*/
}

#mynavi ul li.selected {
	background-color:#EDF6FF;
	/*background-color:#e5e5e5;*/

}

#mynavi ul li.dashboard {
	background-image:url(../../img/menu/dashboard.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
#mynavi ul li.addserver {
	background-image:url(../../img/menu/addserver.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
#mynavi ul li.isoimage {
	background-image:url(../../img/menu/isoimage.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
#mynavi ul li.fortigate {
	background-image:url(../../img/menu/fortigate.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
#mynavi ul li.payment {
	background-image:url(../../img/menu/payment.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
#mynavi ul li.contract {
	background-image:url(../../img/menu/contract.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
#mynavi ul li.member {
	background-image:url(../../img/menu/member.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
#mynavi ul li.log {
	background-image:url(../../img/menu/log.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}

#mynavi ul li.manual-faq {
	background-image:url(../../img/menu/manual_faq.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}

#mynavi ul li.inquiry {
	background-image:url(../../img/menu/inquiry.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
#mynavi ul li.sslvpn {
	background-image:url(../../img/menu/sslvpn.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
#mynavi ul li.firewallmenu {
	background-image:url(../../img/menu/firewall.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
#mynavi ul li.network {
	background-image:url(../../img/menu/network.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
#mynavi ul li.ctmpl {
	background-image:url(../../img/menu/ctmpl.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}

#mynavi ul li.specialhandlinglist {
	background-image:url(../../img/menu/specialhandling.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}

.outside {
	float:right;
	margin:8px 5px 0 0;
	display: inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	background-image:url(../../img/menu/outside.png);
	background-repeat:no-repeat;
	background-position:0 0;


}



#mynavi ul li a {
	display: block;
	height:35px;
	line-height: 35px;
	overflow: visible;
	padding-left: 35px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px dotted #ccc;
	cursor:pointer;
}
#mymain {
	clear:both;
	padding: 3px 5px 5px 5px;
}
#mymain2 {
	clear:both;
	padding: 3px 5px 5px 5px;
	margin-left:120px;
}

.tx_red{color:red;}

/* ユーザー名 */
.userBlock {
	height:35px;
	float: right;
}
.userName {
	color:#333;
	font-size: 14px;
	font-weight:bold;
	padding-right:20px;
}

.copyright {
	font-size: 80%;
	white-space: nowrap;
}

/*
 * Common list format.
 */
.listHeader { background-color: #cccccc; }
.listLine1 { background-color: #f0ffff; }
.listLine2 { background-color: #afeeee; }
.listLineInvalid { background-color: #ffb6c1; }
.listLineRequire { background-color: #f0e68c; }
.listLineInProgress { background-color: #90ee90; }


#informationWindow {
		background-color:#fff;
		color:#333;
}
#informationWindow h2 {
		font-size:110%;
		border-bottom:1px solid #ccc;
		margin:5px 0;
		padding:5px 0;
		text-shadow: 2px 2px #ccc;
}
#informationWindow p {
		margin:0 10px;
}
#informationWindow div {
	margin:5px;
	padding:5px;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#tool-console {
	display:block;
	text-align:center;
	width:120px;
	padding: 5px 0;
	margin: 5px auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
}

.extDiskPanel {
	float:left;
	min-height:40px;
	width:100%;
	line-height:40px;
}

.extDiskPanel table{
	width:100%;
}

.extDiskPanel tfoot{
	color: #009dcf;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.extDiskPanel .added{
	color: #00a000;
}

.extd_sel_title {
	float:left;
	width:300px;
	min-height:40px;
	line-height:40px;
	text-align:left;
	font-size:14px;
	font-weight:normal;
}
.extd_sel_parts {
	float:left;
	min-height:40px;
	width:500px;
	line-height:40px;
	margin-left:10px;
}

.extDiskPanel .dskidcol{
	width: 230px;
}
.deled .dskidcol{
	color: #FF0000;
	text-decoration : line-through;
	width: 200px;
}

.extDiskPanel .datecol{
	width : 90px;
}

.deled .datecol{
	color: #FF0000;
	text-decoration : line-through;
	width : 90px;
}

.extDiskPanel .markcol{
	width : 80px;
}

.deled .markcol{
	color: #FF0000;
	width : 80px;
}

.extDiskPanel .btncol{

}

.extDiskPanel button{
  background: -moz-linear-gradient(center top , #fafafa 0%, #c2c2c2) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #6b6b6b;
  border-radius: 20px;
  color: #050505;
  cursor: pointer;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  height: 30px;
  width: 70px;
  line-height: 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3);
  padding: 4px 10px;
  background: -webkit-gradient(
	linear, left top, left bottom,
	from(#fafafa),
	to(#c2c2c2));
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-box-shadow:
	0px 1px 3px rgba(000,000,000,0.5),
	inset 0px 0px 1px rgba(255,255,255,0.7);
  -webkit-box-shadow:
	0px 1px 3px rgba(000,000,000,0.5),
	inset 0px 0px 1px rgba(255,255,255,0.7);
}

 .nav-search-label {
    color: hsl(0, 0%, 47%);
    display: block;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 21px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .nav-icon {
    border-width:4px;
	 border-style:solid;
	 border-color:#969696 transparent;
	 border-bottom:solid 0px transparent;
    font-size: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    right: 8px;
    top: 14px;
    width: 0;
}
.nav-search-dropdown {
    cursor: pointer;
    display: block;
    font-family: arial,sans-serif;
    height: 28px;
    line-height: 35px;
    opacity: 0;
    position: absolute;
    visibility: visible;
    width: auto;
}
.nav-search-div {
	position: relative;
	float: left;
	height:26px;
	background-color: rgb(233, 233, 233);
	margin-top:1px;
}

.loading-icon {
	margin-left:20px;
	position: absolute;
}
.loading-text {
	float: left;
	padding-left: 10px;

}
.form .parts_templ {
	float:left;
	min-height:20px;
	width:500px;
	line-height:20px;
	margin-left:10px;
}
.form .title_templ {
	float:left;
	width:200px;
	min-height:20px;
	line-height:20px;
	text-align:right;
	font-size:14px;
	font-weight:normal;
}
.userInfoDiv {
	float:right;
	width:300px;
	line-height:25px;
}
.innerDiv {
	float:left;
	width:80px;
}
.innerDiv a{
	text-decoration: underline;
}
#notice_content {
	width:510px;
	height:242px;
	border:0px;
	overflow-x:auto;
	overflow-y:auto;
}

#copyCommPwdTxtarea,
#copyIniPwdTxtarea {
	opacity: 0;
	z-index: -1000;
	position: absolute;
	top: 0;
	left: 0
}

.form .part {
    margin-left: 10px;
	overflow: hidden;
}

.form .part p{
	line-height: 40px;
}

.form .part .part-01 {
   /* min-height: 35px;
    line-height: 35px; */
	margin: 5px 0px;
}


.form .part-txt{
	width: 550px;
	color: #757575;
}

.form .part .part-l {
    float: left;
    width: 50%;
}

.form .part .part-r {
    float: left;
    width: 50%;
}

.form .part .part-r .tips{
	height: 25px;
	padding: 15px;
	background-color: #eaeaea;
	margin-top: 15px;
	color: #757575;
}

.form .part .note-01 {
	color: #1a1a1a;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
}

.form .part .note-02 {
	color: #757575;
	min-height: 25px;
	line-height: 25px;
	font-size: 12px;
}

.form .part .field-tit{
	color: #1a1a1a;
	font-weight: bold;
}

.form .part-select {
	color: #757575;
	width: 260px;
}

.form .part a:hover{
	color: #08C;
}

.form .part-txt::-webkit-input-placeholder { /* WebKit browsers */
  color: #757575;
}

.form .part-txt::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #757575;
  opacity: 1;
}

.form .part-txt::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #757575;
}

.sorting-asc:after{
	content: "↑";
	display: inline;
}


.sorting-desc:after
{
  content: "↓";
  display: inline;
}


