@charset "utf-8";

/* ---------- tab ----------- */
.tab{width:700px; height: 55px; margin-left: 5px;}

/*0*/
#tabbtn-0{float: left; text-indent: -9999px;}
#tabbtn-0 a{width: 348px;}
/*1*/
#tabbtn-1{float: right; text-indent: -9999px;}
#tabbtn-1 a{width: 348px;}

	/*0*/
	#tabbtn-0 a         {display: block; height: 55px; background: url(../images/specification/tab01.png) bottom no-repeat;}
	#tabbtn-0 a:hover,
	#tabbtn-0 .selected {background: url(../images/specification/tab01.png) top no-repeat;}
	/*1*/
	#tabbtn-1 a         {display: block; height: 55px; background: url(../images/specification/tab02.png) bottom no-repeat;}
	#tabbtn-1 a:hover,
	#tabbtn-1 .selected {background: url(../images/specification/tab02.png) top no-repeat;}

/* ---------- tab2 ----------- */
.tab2{width:700px; height: 55px; margin-left: 4px;}

/*0*/
#tabbtn2-0{float: left; text-indent: -9999px;}
#tabbtn2-0 a{width: 348px;}
/*1*/
#tabbtn2-1{float: right; text-indent: -9999px;}
#tabbtn2-1 a{width: 348px;}

	/*0*/
	#tabbtn2-0 a         {display: block; height: 55px; background: url(../images/specification/tab01.png) bottom no-repeat;}
	#tabbtn2-0 a:hover,
	#tabbtn2-0 .selected {background: url(../images/specification/tab01.png) top no-repeat;}
	/*1*/
	#tabbtn2-1 a         {display: block; height: 55px; background: url(../images/specification/tab02.png) bottom no-repeat;}
	#tabbtn2-1 a:hover,
	#tabbtn2-1 .selected {background: url(../images/specification/tab02.png) top no-repeat;}

/* ---------- tab table ----------- */
.tabTable {
	width: 700px;
	margin-left: 5px;
	margin-bottom: 30px;
	padding: 0px;
	-webkit-box-shadow: 0px 1px 5px #888;
	-moz-box-shadow: 0px 1px 5px #888;
	box-shadow: 0px 2px 5px #888;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	behavior: url(http://server.sakura.ad.jp/common/css/PIE.htc);
	position: relative;
}

.tabTable table {
	border-collapse: collapse;
	width: 100%;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://server.sakura.ad.jp/common/css/PIE.htc);
	position: relative;
}

.tabTable th {
	padding: 4px 6px 7px 6px;
	background-color: #444;
	font-size: 11px;
	color: #fff;
	white-space: nowrap;
}

.tabTable td {
	padding: 6px 10px 6px 10px;;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-size: 11px;
}

.tabTable tr th.headcell {
	padding: 7px 6px;
	border-left: 1px solid #999;
	background-color: #bbb;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.tabTable tr td.colorcell {
	background-color: #eee;
}

.tabTable .ic0 {
	/*font-weight:bold;*/
	color:#DF5A5A;
}

.tabTable .bg01 {
	background: url(http://server.sakura.ad.jp/images/bg_spe_table_middle.png) repeat-y left top;
	clear: both;
	overflow: hidden;
}

/* ---------- [section] 専用グローバルエリアネットワーク ----------- */
.secGn .p01{padding-bottom:14px;}
.secGn .ic0 {color:#DF5A5A;}

/* ---------- [section] 冗長電源 ----------- */
.secJd .c01{padding-bottom:7px;}

/* ---------- [section] ロードバランサー ----------- */
.secLb .c01{color:#D90000;}