@charset "utf-8";
/* CSS Document */

p {
	margin: 0;
	padding: 0;
}


/*----------------------------------*/

ul#tab {
	zoom: 1;
	list-style: none;
	padding: 5px 0 0;
	display: table;
	width: 960px;
	padding: 0 0 10px 0;
}

ul#tab li:last-child {
	background: none;
}
ul#tab li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
ul#tab li img {
	height: 50px;
}
ul#tab li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #222;
	font-weight: bold;
	font-size: 12px;
}
ul#tab li a:hover {
	color: #079EFD;
	padding: 10px;
}
ul#tab li.active,
ul#tab li.active a {
	color: #079EFD;
	font-weight: bold;
/*	background: #079EFD;*/
}
.tabbox {
	display: none;
}


/*--------------- 商品詳細 -------------------*/

#unmanaged, #unmanagedplus, #smart, #wireless, #storage {
	display: table;
	table-layout: fixed;
	width: 960px;
	margin-bottom: 50px;
	border-top: 1px solid #662D8F;
}

.productImg {
	width: 250px;
	display: table-cell;
	height: 100px;
	vertical-align: middle;
	padding: 0 5px 0 0;
}
.productImg img {
  transition: 0.4s;
}
.productImg img:hover {
  opacity: 0.6;
  transition: 0.4s;
}

.productRight {
	width: 300px;
	display: table-cell;
}

.sectionOut {
	margin: 0 0 30px 0;
}
.sectionOut .section {
	border-collapse: separate;
	display: table-cell;
	width: 450px;
	table-layout: fixed;
	padding-left: 30px;
}
.icons li {
	float: left;
	width: 45px;
	height: 45px;
}
.section h4 {
	font-size: 18px;
	font-weight: bold;
	border-left: 10px solid #079EFD;
	border-bottom: 1px solid #079EFD;
	padding: 0 0 2px 8px;
	margin: 0 0 5px 0;
}
.section h4 span {
	font-size: 14px;
}
.section h5 {
	margin: 0 0 15px 0;
	font-size: 14px;
}
.spec1 {
	background: #E5E5E5;
	color: #2F2F2F;
	padding: 2px 0 2px 5px;
	font-weight: bold;
}
.base {
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
	font-weight: bold;
}
.specBox .base span {
	font-size: 22px;
}


/*------------ table ------------------*/

.specBox table {
	font-size: 12px;
	background: #E6E6E7;
	margin-bottom: 5px;
	width: 270px;
}
.specBox table caption {
	text-align: left;
}
.specBox table th {
	width: 120px;
	padding: 0 0 0 8px;
	text-align: left;
}
.specBox table tr {
	border: 1px solid #fff;
}
.specBox p span {
	font-size: 12px;
}
.specBox table td {
	padding: 4px 0 4px 10px;
	border-left: 1px solid #fff;
}


/*------------ 製品ラインナップ ------------------*/

.lineup caption {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.lineup table td {
	padding: 6px;
}
.lineup table th {
	font-weight: bold;
}
.lineup table th, .lineup table td {
	border-bottom: 2px solid #FFF;
}
.lineup table tr {
	background: #eef1f6;
}
.lineup table th, .lineup tr.lineupSecond {
	background: #aebec7;
}
/*------------ table ------------------*/



ul.points {
	padding: 5px;
}

span.bottom {
	font-size: 12px;
}

