@charset "utf-8";

/* ロジテック 「製品・サービス」スタイル
 * **************************************************
 *
 * 1 : product
 * 2 : table 製品型番/特長/JANコード/定価/備考
 *
 * **************************************************
 */

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

SP用CSS

------------------------------------------------------------------- */
/* Overwrite
 * 幅の調整
------------------------------------------------------------------- */

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}

#product #content>div {
	width: 100%;
}

#product #content img {
	height: auto;
}

#product #content table {
	max-width: 100%;
	width: auto;
}

/* ======================================
	1 : product [ 製品・サービス ]
====================================== */
/* 1階層：製品＆サービスINDEX
------------------------------------------------------------------- */
#commonColumn h1 {
	padding: 5px 0;
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;
	font-size: 197%;
	font-weight: bold;
	color: #424242;
}

#indexctg {
	clear: both;
	font-size: 13px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#indexctg h2 {
	display: block;
	float: none;
	font-size: 14px;
	margin: 30px 0 10px 0;
}

#indexctg h2 img {
	height: 12px;
	width: auto;
}

/* 製品カテゴリー */
#indexctg .ctgBox {
	margin: 5px 0 0 0;
	width: 100%;
}

#indexctg .ctgBox .title {
	border: 1px solid #666666;
	font-size: 108%;
	font-weight: bold;
	vertical-align: middle;
}

#indexctg .ctgBox .title a {
	background: url(../images/index/arrow_ctg.gif) no-repeat 94% center;
	display: block;
	padding: 6px 15px 2px;
}

#indexctg .ctgBox .title a[target="_blank"] {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20width%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m16.945%2016.944h-10.89v-10.888h3.825v-1.556h-3.825a1.56%201.56%200%200%200%20-1.555%201.556v10.888a1.56%201.56%200%200%200%201.555%201.556h10.89a1.56%201.56%200%200%200%201.555-1.556v-3.824h-1.555zm-4.278-12.444v1.556h3.189l-6.923%206.922%201.089%201.089%206.923-6.922v3.189h1.555v-5.834z%22%20fill%3D%22%23666%22%20transform%3D%22translate(-4.5%20-4.5)%22%2F%3E%3C%2Fsvg%3E') no-repeat right center;
    background-size: 1em;
	background-position: center right 20px;
}

#indexctg .ctgBox .title img {
	height: auto;
	margin: 0 6px 0 0;
	vertical-align: middle;
	width: 72px;
}

#indexctg .ctgBox ul {
	display: none;
}


/* 2階層：インデックス
------------------------------------------------------------------- */
#product h1 {
	padding: 12px 0 6px;
	/* border-top: 1px solid #636363; */
	border-bottom: 1px solid #636363;
	font-size: 197%;
	font-weight: bold;
	line-height: 1.3;
	color: #424242;
}

#product .categoryLabel {
    padding: 10px 5px;
    font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	white-space: nowrap;
	text-align: center;
}

#product .anchor {
	border-bottom: 1px solid #636363;
	list-style-type: none;
	margin: 0 0 30px;
	padding: 8px 0 6px;
}

#product .anchor li {
	float: left;
	font-size: 93%;
	position: relative;
	white-space: nowrap;
}

#product .anchor li a {
	display: block;
	padding: 5px 18px 5px 16px;
}

#product .anchor li::after {
	border-color: #424242 transparent transparent transparent;
	border-style: solid;
	border-width: 10px 6px;
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
}

#product h2.normal {
	margin: 30px 0 10px 0;
	clear: both;
	font-size: 14px;
	position: relative;
}

/*  総合情報　------------------------------------------------------- */
#product ul.Groupset li {
	border: 1px solid #333333;
	clear: both;
	display: table;
	list-style: none;
	margin: 0 0 5px 0;
	overflow: hidden;
	text-align: center;
}

#product ul.Groupset li a {
	display: block;
	padding: 15px 15px 12px 0;
	width: 100%;
}

#product ul.Groupset li .pict {
	display: table-cell;
	vertical-align: middle;
	width: 137px;
}

#product ul.Groupset li .pict img {
	height: auto;
	width: 96%;
}

#product ul.Groupset li dl {
	display: table-cell;
	line-height: 130%;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

#product ul.Groupset li dt {
	font-size: 14px;
	font-weight: bold;
}

#product ul.Groupset li dd {
	font-size: 13px;
	line-height: 1.5;
	margin: 5px 0 0 0;
}

#product ul.Groupset li p.btn {
	display: none;
}

#product ul.GroupsetEnd {
	border-top: none;
}

/* bluetooth */
#product div.bthfeatureWrapper {
	margin: -5% -2% 0 0;
	overflow: hidden;
	width: 100%;
}

#product div.bthfeature {
	display: inline-block;
	margin: 5% 2% 0 0;
	vertical-align: top;
	width: 48%;
}

#product div.bthfeature:nth-child(2n) {
	display: inline-block;
	margin: 5% 0 2% 0;
	vertical-align: top;
	width: 48%;
}

#product div.bthfeature p.pict img {
	height: auto;
	width: 100%;
}

#product div.bthfeature p.pict a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

#product div.bthfeature div.data {
	text-align: left;
}

#product div.bthfeature div.data h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 1.3;
	margin: 6px 0 3px 0;
}

#product div.bthfeature div.data p {
	font-size: 13px;
	line-height: 1.3;
	color: #666666;
}

#product div.bthfeature div.data p a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

#product div.bthfeature div.data p.btn {
	display: none;
}

/* TopCommon */
#product div.comtopicsWrapper {
	height: 350px;
	margin: 0 0 5px 0;
	overflow-y: auto;
	overflow-x: hidden;
}

#product div.comtopics {
	border-bottom: 1px solid #333333;
	padding: 15px 10px 15px 0;
}

#product div.comtopics p.pict {
	float: left;
	text-align: right;
	width: 30%;
}

#product div.comtopics p.pict img {
	height: auto;
	width: 100%;
}

#product div.comtopics p.pict a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

#product div.comtopics div.data {}

#product div.comtopics div.data h3 {
	color: #333333;
	float: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0;
	text-align: left;
	width: 65%;
}

#product div.comtopics div.data p {
	float: right;
	clear: both;
	color: #666666;
	font-size: 13px;
	margin: 7px 0 7px 0;
	width: 65%;
}

#product div.comtopics div.data p.btn {
	clear: both;
	float: none;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

#product div.comtopics div.data p a {
	background: #666666;
	border-radius: 3px;
	box-sizing: border-box;
	color: #ffffff;
	display: block;
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 8px 5px;
	text-align: center;
	width: 100%;
}

#product div.comtopics div.data p a+a {
	display: block;
	margin: 5px 0 0 0;
}

#product div.comtopics div.data p a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

#product div.commediaset {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 0 0 10px 0;
}

/* Network */
#product div.netfeature {
	margin: 20px 0 0 0;
	width: 674px;
}

#product div.netfeature p.pict {
	float: left;
	text-align: right;
	width: 358px;
}

#product div.netfeature p.pict a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

#product div.netfeature div.data {
	float: right;
	text-align: left;
	width: 302px;
}

#product div.netfeature div.data h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 5px 0;
}

#product div.netfeature div.data p {
	font-size: 12px;
	color: #666666;
	margin: 0 0 8px 0;
}

#product div.netfeature div.data p a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

/* NasIndex ------------------------------------------------------- */

#product .nasBnr {
	margin: 10px 0 30px 0;
}

#product table.nasIndex {
	width: 100%;
	margin: 3px 0 0 0;
}

#product table.nasIndex caption {
	font-size: 13px;
	margin: 5px 0 0 0;
}

#product table.nasIndex tr {
	border-right: 1px solid #000000;
}

#product table.nasIndex tr th {
	background: #000000;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px 0;
	text-align: center;
	width: 35%;
}

#product table.nasIndex tr th:first-child {
	border-left: 1px solid #515151;
	width: 30%;
}

#product table.nasIndex tr td {
	border: 1px solid #515151;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
}

#product table.nasIndex a {
	box-shadow: 0 0 0 5px #ffffff inset;
	display: table-cell;
	padding: 30px 0;
	text-align: center;
	width: 252px;
}

#product table.nasIndex td.se a {
	background: #FFE7E7;
}

#product table.nasIndex td.we a {
	background: #D1ECFF;
}

#product table.nasIndex td.title {
	text-align: center;
	font-size: 14px;
	border-right: 1px solid #000000;
	font-weight: bold;
	height: 30px;
	background-color: #DDD
}

#product table.nasIndex .noB {
	border: none;
}

#product table.nasIndex.other a {
	padding: 10px 0;
}

#product img.nasIndex {
	vertical-align: middle;
}

#product img.arobaview {
	vertical-align: text-bottom;

}

#product .nasIndex {
	font-size: 16px;
	font-weight: bold;
}

#product table.nasIndex+.nasIndex {
	margin: 30px 0 0 0;
}

#product table.nasIndex+hr {
	margin: 30px 0;
}

#product .nasCopy a {
	text-decoration: underline;
}

/* NasTable ------------------------------------------------------- */
#product img.winas {
	float: right;
	height: auto;
	width: 124px;
	margin: -35px 0 0 0;
}

#product p.nasCopy {
	margin: 20px 0 0 0;
}

#product p.nasUser {
	margin: 20px 0 0 0;
	font-size: 16px;
	font-weight: bold;
}

#product table.nasTable {
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 677px;
}

#product table.nasTable tr th {
	text-align: center;
	border: 1px solid #000000;
	font-size: 14px;
}

#product table.nasTable tr th.userType {
	height: 30px;
	width: 60px;
}

#product table.nasTable tr th.twoColumn {
	width: 308px
}

#product table.nasTable tr td {
	border-right: 1px solid #000000;
	padding: 20px 0 0 0;
}

#product table.nasTable tr td.type {
	width: 30px
}

#product table.nasTable tr td.black {
	background-color: #000000;
}

#product table.nasTable tr td.glay {
	background-color: #666666;
}

#product table.nasTable tr.dot td {
	border-top: 1px dotted #000000;
	padding: 5px 0 0 0;
}

#product table.nasTable tr.line td {
	border-top: 1px solid #000000;
}

/* 中身 */
#product table.nasTable .nasBlock {
	padding: 0 0 10px 20px;
	margin: 0;
}

#product table.nasTable .nasBlockS {
	padding: 0 0 5px 20px;
	margin: 0;
}

#product table.nasTable .photo {
	float: left;
	width: 150px;
}

#product table.nasTable .photoS {
	float: left;
	width: 100px;
}

#product table.nasTable ul.icon {
	float: left;
	margin: 0 0 0 25px;
	width: 95px;
}

#product table.nasTable ul.icon li {
	list-style: none;
	margin: 0 0 2px 0;
}

#product table.nasTable dl.server dt {
	float: left;
	clear: both;
	margin: 5px 0 0 0;
	height: 25px;
}

#product table.nasTable dl.server dd {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float: left;
	margin: 10px 0 0 5px;
	letter-spacing: -0.03em;
	line-height: 1.2;
}

#product table.nasTable dl.serverS {
	float: left;
	width: 150px;
	margin: 0 0 0 20px;
}

#product table.nasTable dl.serverS dt {
	float: left;
	clear: both;
	margin: 5px 0 0 0;
}

#product table.nasTable dl.serverS dd {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 2;
	letter-spacing: -0.03em;
	clear: both;
}

#product table.nasTable dl.server dd.notes {
	margin: 5px 0 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -0.03em;
	line-height: 1.2;
}

#product table.nasTable dl.server dd.notes span {
	font-size: 9px;
	letter-spacing: -0.05em;
	display: block;
	margin: 0;
}

#product table.nasTable dl.capa dt {
	float: left;
	width: 35px;
	padding: 3px 0 0 0;
	font-size: 11px;
}

#product table.nasTable dl.capa dd img {
	padding: 0 5px 5px 0;
	vertical-align: top;
}

#product table.nasTable dl.spec {
	font-size: 11px;
}

#product table.nasTable dl.spec dt {
	float: left;
	clear: both;
	width: 5em;
	line-height: 1.4;
}

#product table.nasTable dl.spec dd {
	margin: 0 0 0 5em;
	line-height: 1.4;
}


/* HubTable ------------------------------------------------------- */

#product table.HubTable {
	width: 677px;
	border: 1px solid #000000;
	border-collapse: collapse;
}

#product table.HubTable tr th.speedPort {
	height: 81px;
	width: 60px;
	border: 1px solid #000000;
}

#product table.HubTable tr th.speed {
	width: 308px;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}

#product table.HubTable tr.case th {
	text-align: center;
	border: 1px solid #000000;
	font-size: 12px;
	color: #666666;
	vertical-align: middle;
	width: 154px;
	height: 30px;
}

#product table.HubTable tr.case th.metal {
	background: url(../network/images/index/bg_metal.jpg) no-repeat left top;
	height: 30px;
}

#product table.HubTable tr td {
	border-top: 1px solid #CCCCCC;
	vertical-align: top;
}

#product table.HubTable tr td img {
	vertical-align: top;
}

#product table.HubTable tr td.port {
	width: 30px
}

#product table.HubTable tr td.port img {
	padding: 15px 0 0 0;
}

#product table.HubTable tr td.power {
	width: 30px
}

#product table.HubTable tr td.power img {
	padding: 15px 0 0 0;
}

#product table.HubTable tr .black {
	background-color: #000000;
}

#product table.HubTable tr .glay {
	background-color: #666666;
}

#product table.HubTable tr.bLineT td {
	border-top: 1px solid #000000;
}

#product table.HubTable tr td.bLine {
	border-left: 1px solid #000000;
	border-right: 1px solid #CCCCCC;
}

#product table.HubTable tr td dl {
	text-align: center;
	padding: 0 0 15px 0;
}

#product table.HubTable tr td dl dd {
	font-size: 10px;
	color: #666666;
}

/*  各グループ総合情報 ------------------------------------------------- */
table.networkTable2Set {
	border-collapse: separate;
	font-size: 14px;
	margin: 10px 0 0 0;
	width: 100%;
}

table.networkTable2Set th {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
}

table.networkTable2Set td {
	border-top: 1px solid #cccccc;
	vertical-align: top;
	padding: 0 10px 30px;
}

table.networkTable2Set td.addbg {
	background: #eaeaea;
	border: none;
}

table.networkTable2Set td p.pict {
	text-align: center;
	margin: 28px 0 19px 0;
}

table.networkTable2Set td p.pict img {
	padding: 0 0 3px 0;
}

table.networkTable2Set td p.pict a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

table.networkTable2Set td div.detail {
	text-align: left;
	position: relative;
}

table.networkTable2Set td div.detail h2 {
	margin: 23px 0 4px 0;
	float: none;
	font-weight: bold;
	color: #333333;
	line-height: 1.4;
}

table.networkTable2Set td div.detail h2 span.productName {
	font-family: "Franklin Gothic Medium";
	font-size: 26px;
	color: #000000;
	display: inline-block;
	line-height: 1.2;
	margin: 2px 0 0 0;
}

table.networkTable2Set td div.detail h2 span.productNameSeries {
	display: inline-block;
	font-family: "Franklin Gothic Medium";
	font-size: 20px;
	margin: 0 0 0 5px;
}

table.networkTable2Set td div.detail h2 p.bt {
	position: absolute;
	top: 30px;
	left: 300px;
}

table.networkTable2Set td div.detail h2 p.au {
	position: absolute;
	top: 30px;
	left: 403px;
}

table.networkTable2Set td div.detail ul {
	display: flex;
	flex-wrap: wrap;
	margin: 8px 0 0 0;
	padding: 5px 5px 10px;
}

table.networkTable2Set td div.detail ul li {
	list-style: none;
	margin: 5px 5px 0;
	width: calc(33.33333% - 10px);
}

table.networkTable2Set td div.detail ul li img {
	width: 100%;
}

table.networkTable2Set td div.detail p {
	font-size: 13px;
	line-height: 1.7;
	margin: 12px 0 0 0;
	word-break: break-all;
}

table.networkTable2Set td div.detail p.btn {
	margin: 12px 0 0 0;
}

table.networkTable2Set td div.detail p.btn a {
	background: #666666;
	border-radius: 5px;
	box-sizing: border-box;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px;
	text-align: center;
	width: 100%;
}

table.networkTable2Set td div.detail p.btn a+a {
	margin-top: 15px;
}

/* network new */
table.networkTable3Set {
	border-collapse: separate;
	margin: 10px 0 0 0;
	width: 677px;
}

table.networkTable3Set th {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	height: 28px;
}

table.networkTable3Set td {
	border-top: 1px solid #cccccc;
	vertical-align: top;
}

table.networkTable3Set td.addbg {
	background: #eaeaea;
	border: none;
}

table.networkTable3Set td p.pict {
	float: left;
	text-align: center;
	margin: 19px 0 19px 0;
	width: 200px;
}

table.networkTable3Set td p.pict a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

table.networkTable3Set td div.detail {
	float: left;
	width: 434px;
	text-align: left;
	position: relative;
	padding: 0 0 0 10px;
}

table.networkTable3Set td div.detail h2 {
	margin: 23px 0 4px 0;
	float: none;
	font-weight: bold;
	color: #333333;
	line-height: 1.1;
}

table.networkTable3Set td div.detail h2 span.productName {
	font-family: "Franklin Gothic Medium";
	font-size: 30px;
	color: #000000;
}

table.networkTable3Set td div.detail h2 span.productNameSeries {
	font-family: "Franklin Gothic Medium";
	font-size: 24px;
}

table.networkTable3Set td div.detail h2 p.bt {
	position: absolute;
	top: 30px;
	left: 300px;
}

table.networkTable3Set td div.detail h2 p.au {
	position: absolute;
	top: 30px;
	left: 403px;
}

table.networkTable3Set td div.detail ul {
	background: #efefef;
	width: 444px;
	padding: 2px 0 8px 0;
}

table.networkTable3Set td div.detail ul li {
	float: left;
	padding: 6px 0 0 6px;
	list-style: none;
}

table.networkTable3Set td div.detail p {
	font-size: 12px;
	margin: 6px 0 15px 0;
	line-height: 140%;
}

table.networkTable3Set td div.detail p img {
	margin: 5px 0 20px 0;
}

table.networkTable3Set td div.detail p a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}


/* ネットワーク：ハブ */
table.networkHubTable {
	width: 677px;
	border-collapse: collapse;
}

table.networkHubTable th,
table.networkHubTable td {
	border: 1px solid #999999;
	text-align: center;
}

table.networkHubTable th {
	vertical-align: middle;
}

table.networkHubTable th.clusb {
	background: #cdffcc;
	width: 141px;
}

table.networkHubTable th.clbtr {
	background: #ccff9a;
	width: 141px;
}

table.networkHubTable th.clac {
	background: #ccff66;
	width: 141px;
}

table.networkHubTable td {
	vertical-align: top;
	width: 188px;
}

table.networkHubTable td a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

table.networkHubTable td img {
	padding: 13px 0 0 0;
}

table.networkHubTable td img.morebtn {
	padding: 13px 0 35px 0;
}


/*  ページリンク　*/
#product ul.pagelink,
#commonColumn ul.pagelink {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin: 0 0 40px;
	padding: 5px;
	text-align: left;
}

#product ul.pagelink li,
#commonColumn ul.pagelink li {
	list-style: none;
	font-size: 12px;
	display: inline;
	position: relative;
	white-space: nowrap;
}

#product ul.pagelink li a,
#commonColumn ul.pagelink li a {
	display: inline-block;
	padding: 5px 18px 5px 14px;
}

#product ul.pagelink li::after,
#commonColumn ul.pagelink li::after {
	border-color: transparent transparent transparent #424242;
	border-style: solid;
	border-width: 6px 10px;
	content: '';
	display: block;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	left: 0;
}

/*  ページトップへ　*/
#product p.pageTopIndex,
#commonColumn p.pageTopIndex {
	display: none;
	list-style: none;
	background: url(../images/mark/mark_pageTop.jpg) no-repeat 0px 2px;
	padding: 0 0 0 15px;
	margin: 5px 5px 30px 10px;
	font-size: 12px;
	text-align: right;
	float: right;
}


/* 3階層：商品詳細
------------------------------------------------------------------- */
#product #container .inner>div {
	max-width: 100% !important;
}

#product h1.productName {
	margin: 0 0 10px 0;
	width: 100%;
	border-top: none;
	border-bottom: 1px solid #636363;
    font-size: 197%;
	font-weight: bold;
	color: #424242;
	line-height: 1.3;
	padding: 12px 0 6px;
    font-weight: bold;
}

#product h1.productName,
x:-moz-any-link {
	position: relative;
	top: 0px;
	left: 0px;
}

#product .categoryLabelLeft {
    padding: 10px 5px;
    font-size: 14px;
	width: auto !important;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	white-space: nowrap;
	text-align: center;
}

#product h1.productName+p>img {
	height: auto;
}

/* ご購入はこちら　ボタン */
#product #container .inner .button {
	text-align: center;
	margin: 20px auto;
}

#product #container .inner .button a {
	background-color: #122531;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 20px 0;
	width: 100%;
}

#product #container .inner .button a img {
	margin: 5px 0 0 0;
	width: 60%;
}

/* 他の商品バリエーション　ボタン */
#product #container .inner .variation_button {
	text-align: center;
	margin: 20px auto;
}

#product #container .inner .variation_button a {
	background-color: #ff3300;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 20px 0;
	width: 100%;
}

/* 注意書き */
#product #container .inner span.caption {
	font-size: 80%;
	color: #666666;
}

/* スペック */
#product #container .inner #spec table {
	word-break: break-all;
}

/*  特集ページ900px ------------------------------------------------- */

/* タイトル等共通部分 */
#commonColumn h1 {
	padding: 12px 0 7px;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	font-size: 146%;
	font-weight: bold;
	color: #333333;
}

#commonColumn .categoryLabel {
	padding: 2px 5px;
	width: 100px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	white-space: nowrap;
	text-align: center;
}

#commonColumn .anchor {
	border-bottom: 1px solid #636363;
	list-style-type: none;
	padding: 5px 0 0 0;
}

#commonColumn .anchor li {
	float: left;
	padding: 0 20px 5px 18px;
	font-size: 93%;
	background: url(../images/mark/mark_anchor.jpg) no-repeat 0px 3px;
	white-space: nowrap;
}

#commonColumn p.ctg {
	margin: 0 0 6px 0;
}

#commonColumn p.note {
	margin: 20px 0 0 0;
	clear: both;
}


/* 2カラム */
table.networkTable2Set900 {
	width: 900px;
	border-collapse: separate;
	border-spacing: 6px;
	margin: 10px 0 0 0;
}

table.networkTable2Set900 th.ctg {
	width: 150px;
	text-align: center;
}

table.networkTable2Set900 td.ctg {
	width: 150px;
	text-align: center;
	padding-top: 25px;
	font-weight: bold;
	line-height: 1.4;
	color: #333333;
}

table.networkTable2Set900 th {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
}

table.networkTable2Set900 td {
	border: 1px solid #cccccc;
	vertical-align: top;
}

table.networkTable2Set900 td.addbg {
	background: #eaeaea;
	border: none;
}

table.networkTable2Set900 td p.pict {
	float: left;
	width: 277px;
	text-align: center;
	margin: 19px 0 19px 0;
}

table.networkTable2Set900 td p.pict a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

table.networkTable2Set900 td div.detail {
	float: left;
	width: 444px;
	text-align: left;
	position: relative;
}

table.networkTable2Set900 td div.detail h2 {
	margin: 23px 0 4px 0;
	float: none;
	font-weight: bold;
	color: #333333;
	line-height: 1.1;
}

table.networkTable2Set900 td div.detail h2 span.productName {
	font-family: "Franklin Gothic Medium";
	font-size: 30px;
	color: #000000;
}

table.networkTable2Set900 td div.detail h2 span.productNameSeries {
	font-family: "Franklin Gothic Medium";
	font-size: 24px;
}

table.networkTable2Set900 td div.detail h2 p.bt {
	position: absolute;
	top: 30px;
	left: 300px;
}

table.networkTable2Set900 td div.detail h2 p.au {
	position: absolute;
	top: 30px;
	left: 403px;
}

table.networkTable2Set900 td div.detail ul {
	background: #efefef;
	width: 444px;
	padding: 2px 0 8px 0;
}

table.networkTable2Set900 td div.detail ul li {
	float: left;
	padding: 6px 0 0 6px;
	list-style: none;
}

table.networkTable2Set900 td div.detail p {
	font-size: 12px;
	margin: 6px 0 0 0;
	line-height: 140%;
}

table.networkTable2Set900 td div.detail p img {
	margin: 5px 0 20px 0;
}

table.networkTable2Set900 td div.detail p a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

/* 3カラム */
table.networkTable3Set900 {
	width: 900px;
	border-collapse: separate;
	border-spacing: 6px;
	margin: 10px 0 0 0;
}

table.networkTable3Set900 table.networkTable3Set td.ctg {
	width: 110px;
	text-align: center;
}

table.networkTable3Set900 th.ctg {
	width: 110px;
	text-align: center;
}

table.networkTable3Set900 td.ctg {
	width: 110px;
	text-align: center;
	padding-top: 25px;
	font-weight: bold;
	line-height: 1.4;
	color: #333333;
}

table.networkTable3Set900 th {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
}

table.networkTable3Set900 td {
	border: 1px solid #cccccc;
	vertical-align: top;
}

table.networkTable3Set900 td.addbg {
	background: #eaeaea;
	border: none;
}

table.networkTable3Set900 td p.pict {
	float: left;
	width: 202px;
	text-align: center;
	margin: 19px 0 19px 0;
}

table.networkTable3Set900 td p.pict a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

table.networkTable3Set900 td div.detail {
	float: left;
	width: 444px;
	text-align: left;
	position: relative;
}

table.networkTable3Set900 td div.detail h2 {
	margin: 23px 0 4px 0;
	float: none;
	font-weight: bold;
	color: #333333;
	line-height: 1.1;
}

table.networkTable3Set900 td div.detail h2 span.productName {
	font-family: "Franklin Gothic Medium";
	font-size: 30px;
	color: #000000;
}

table.networkTable3Set900 td div.detail h2 span.productNameSeries {
	font-family: "Franklin Gothic Medium";
	font-size: 24px;
}

table.networkTable3Set900 td div.detail h2 p.bt {
	position: absolute;
	top: 30px;
	left: 300px;
}

table.networkTable3Set900 td div.detail h2 p.au {
	position: absolute;
	top: 30px;
	left: 403px;
}

table.networkTable3Set900 td div.detail ul {
	background: #efefef;
	width: 444px;
	padding: 2px 0 8px 0;
}

table.networkTable3Set900 td div.detail ul li {
	float: left;
	padding: 6px 0 0 6px;
	list-style: none;
}

table.networkTable3Set900 td div.detail p {
	font-size: 12px;
	margin: 6px 0 0 0;
	line-height: 140%;
}

table.networkTable3Set900 td div.detail p img {
	margin: 5px 0 20px 0;
}

table.networkTable3Set900 td div.detail p a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

/* ネットワーク 特集ページ */
/* network */
.network_detailset {
	margin: 0 0 40px;
}

.network_detailset h2 {
	margin: 28px 0 0;
	float: none;
}

.network_detailset h3.series_name {
	margin-top: 30px;
}

.network_detailset p.series_name_sub {
	margin-top: 10px;
	font-weight: bold;
}

.network_detailset p.series_name_sub2 {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.network_detailset p.detail_text {
	margin-top: 16px;
}

.network_detailset p.detail_text span.small {
	font-size: 12px;
}

.network_detailset div.detail_text {
	margin-top: 16px;
}

.network_detailset div.detail_text p.d_subject {
	margin-top: 10px;
	font-weight: bold;
}

.network_detailset div.detail_text p.d_text {
	margin-top: 3px;
}

.network_detailset p.img_border img {
	border: 1px solid #cccccc;
}

.network_detailset p.img_caption {
	font-size: 12px;
	margin: 6px 0 26px 5px;
}

.network_detailset p.img_top {
	margin-top: 30px;
}

.network_detailset div.col2_01 {
	margin-top: 8px;
}

.network_detailset div.col2_01 div.col_lt {
	float: left;
	width: 320px;
}

.network_detailset div.col2_01 div.col_rt {
	float: left;
	width: 550px;
	margin-left: 30px;
}

.network_detailset p.p_wireless_02 {
	margin-top: 60px;
}

.network_detailset div.lineupset_01 {
	margin-top: 18px;
}

.network_detailset div.lineupset_01 p.lineup_lt {
	float: left;
	width: 120px;
}

.network_detailset div.lineupset_01 div.lineup_rt {
	float: left;
	width: 390px;
}

.network_detailset div.lineupset_01 p.lineup_name {
	margin-bottom: 2px;
	font-weight: bold;
}

.network_detailset div.lineupset_01 p.btn_logitecpro {
	margin-top: 10px;
}

.network_detailset div.lineupset_02 {
	margin-top: 16px;
}

.network_detailset div.lineupset_02 p.lineup_lt {
	float: left;
	width: 120px;
}

.network_detailset div.lineupset_02 div.lineup_rt {
	float: left;
	width: 300px;
}

.network_detailset div.lineupset_02 p.lineup_name {
	margin-bottom: 2px;
	font-weight: bold;
}

.network_detailset div.lineupset_02 p.btn_logitecpro {
	margin-top: 10px;
}

.network_detailset div.imageset_01 {
	margin: 30px 0 0 10px;
}

.network_detailset div.imageset_01 p {
	float: left;
}

.network_detailset div.col2_02 {
	margin-top: 70px;
}

.network_detailset div.col2_02 div.col_lt {
	float: left;
	width: 600px;
}

.network_detailset div.col2_02 div.col_rt {
	float: left;
	width: 270px;
	margin-left: 30px;
}

.network_detailset div.col2_03 {
	margin-top: 8px;
}

.network_detailset div.col2_03 div.col_lt {
	float: left;
	width: 630px;
}

.network_detailset div.col2_03 div.col_rt {
	float: left;
	width: 240px;
	margin-left: 30px;
}

.network_detailset div.col2_04 {
	margin-top: 10px;
}

.network_detailset div.col2_04 div.col_lt {
	float: left;
	width: 430px;
}

.network_detailset div.col2_04 div.col_rt {
	float: left;
	width: 447px;
	margin-left: 23px;
}

.network_detailset p.p_wireless_21 {
	margin-top: 40px;
}

.network_detailset div.col2_05 {
	margin-top: 70px;
}

.network_detailset div.col2_05 div.col_lt {
	float: left;
	width: 520px;
}

.network_detailset div.col2_05 div.col_rt {
	float: left;
	width: 350px;
	margin-left: 30px;
}

.network_detailset p.p_wireless_30 {
	margin-top: 5px;
}

.network_detailset p.p_wireless_32 {
	margin-top: 30px;
}

.network_detailset p.p_wireless_33 {
	margin-top: 20px;
}

.network_detailset div.col2_06 {
	margin-top: 70px;
}

.network_detailset div.col2_06 div.col_lt {
	float: left;
	width: 335px;
}

.network_detailset div.col2_06 div.col_rt {
	float: left;
	width: 535px;
	margin-left: 30px;
}

.network_detailset p.p_wireless_35 {
	margin-top: 70px;
}

.network_detailset div.col2_07 {
	padding-bottom: 30px;
}

.network_detailset div.col2_07 div.col_lt {
	float: left;
	width: 408px;
	margin-left: 10px;
}

.network_detailset div.col2_07 div.col_rt {
	float: left;
	width: 408px;
	margin-left: 64px;
}

.network_detailset div.col2_07 p.detail_text {
	margin-top: 8px;
}

.network_detailset div.col2_07 p.btn_logitecpro {
	margin-top: 8px;
}

.network_detailset div.imageset_02 {
	margin: 20px 0 0 0;
}

.network_detailset div.imageset_02 p {
	float: left;
}

.network_detailset div.col2_08 {
	padding-bottom: 8px;
}

.network_detailset div.col2_08 div.col_lt {
	float: left;
	width: 268px;
}

.network_detailset div.col2_08 div.col_rt {
	float: left;
	width: 608px;
	margin-left: 24px;
}

.network_detailset div.col2_09 {
	padding-top: 45px;
}

.network_detailset div.col2_09 div.col_lt {
	float: left;
	width: 268px;
}

.network_detailset div.col2_09 div.col_rt {
	float: left;
	width: 608px;
	margin-left: 24px;
}

.network_detailset p.p_wireless_54 {
	margin-top: 16px;
	text-align: right;
	margin-right: 20px;
}

.network_detailset div.col2_10 {
	margin-top: 8px;
}

.network_detailset div.col2_10 div.col_lt {
	float: left;
	width: 350px;
}

.network_detailset div.col2_10 div.col_rt {
	float: left;
	width: 520px;
	margin-left: 30px;
}

.network_detailset div.imageset_03 {
	margin: 10px 0 0 0;
}

.network_detailset div.col2_11 {
	padding-bottom: 30px;
}

.network_detailset div.col2_11 div.col_lt {
	float: left;
	width: 408px;
	margin-left: 10px;
}

.network_detailset div.col2_11 div.col_rt {
	float: left;
	width: 408px;
	margin-left: 64px;
}

.network_detailset div.col2_11 p.detail_text {
	margin-top: 8px;
}

.network_detailset div.col2_11 p.btn_logitecpro {
	margin-top: 12px;
}

.network_detailset div.col2_12 {
	margin-top: 8px;
}

.network_detailset div.col2_12 div.col_lt {
	float: left;
	width: 500px;
}

.network_detailset div.col2_12 div.col_rt {
	float: left;
	width: 375px;
	margin-left: 25px;
}

.network_detailset div.imageset_04 {
	margin: 25px 0 0 0;
}

.network_detailset div.imageset_04 p {
	float: left;
	margin-right: 23px;
}

.network_detailset div.col2_13 {
	margin-top: 50px;
}

.network_detailset div.col2_13 div.col_lt {
	float: left;
	width: 500px;
}

.network_detailset div.col2_13 div.col_rt {
	float: left;
	width: 375px;
	margin-left: 25px;
}

.network_detailset div.col2_14 {
	margin-top: 50px;
}

.network_detailset div.col2_14 div.col_lt {
	float: left;
	width: 310px;
}

.network_detailset div.col2_14 div.col_rt {
	float: left;
	width: 565px;
	margin-left: 25px;
}

.network_detailset div.col2_15 {
	margin-top: 50px;
}

.network_detailset div.col2_15 div.col_lt {
	float: left;
	width: 310px;
}

.network_detailset div.col2_15 div.col_rt {
	float: left;
	width: 500px;
	margin-left: 25px;
}

.network_detailset div.col2_16 {
	margin-top: 8px;
}

.network_detailset div.col2_16 div.col_lt {
	float: left;
	width: 365px;
}

.network_detailset div.col2_16 div.col_rt {
	float: left;
	width: 510px;
	margin-left: 25px;
}

.network_detailset div.col2_17 {
	margin-top: 50px;
}

.network_detailset div.col2_17 div.col_lt {
	float: left;
	width: 365px;
}

.network_detailset div.col2_17 div.col_rt {
	float: left;
	width: 510px;
	margin-left: 25px;
}

.network_detailset div.col2_18 {
	margin-top: 8px;
}

.network_detailset div.col2_18 div.col_lt {
	float: left;
	width: 437px;
	text-align: right;
}

.network_detailset div.col2_18 div.col_rt {
	float: left;
	width: 448px;
	margin-left: 15px;
}

.network_detailset p.p_switchinghub_02 {
	margin-top: 30px;
	text-align: right;
	margin-right: 10px;
}

.network_detailset div.col2_18 div.col_lt p.img_caption {
	margin-right: 15px;
}

.network_detailset div.lineupset_03 {
	margin-top: 16px;
}

.network_detailset div.lineupset_03 p.lineup_lt {
	float: left;
	width: 150px;
}

.network_detailset div.lineupset_03 div.lineup_rt {
	float: left;
	width: 260px;
}

.network_detailset div.lineupset_03 p.lineup_name {
	margin-bottom: 2px;
	font-weight: bold;
}

.network_detailset div.lineupset_03 p.btn_logitecpro {
	margin-top: 10px;
}

.network_detailset div.col2_19 {
	margin-top: 50px;
}

.network_detailset div.col2_19 div.col_lt {
	float: left;
	width: 430px;
}

.network_detailset div.col2_19 div.col_rt {
	float: left;
	width: 450px;
	margin-left: 20px;
}

.network_detailset div.col2_20 {
	margin-top: 10px;
}

.network_detailset div.col2_20 div.col_lt {
	float: left;
	width: 410px;
}

.network_detailset div.col2_20 div.col_rt {
	float: left;
	width: 410px;
	margin-left: 20px;
}

.network_detailset p.p_switchinghub_12 {
	margin-top: 10px;
	margin-left: 20px;
}

.network_detailset div.col2_21 {
	margin-top: 8px;
}

.network_detailset div.col2_21 div.col_lt {
	float: left;
	width: 472px;
}

.network_detailset div.col2_21 div.col_rt {
	float: left;
	width: 408px;
	margin-left: 20px;
}

.network_detailset div.col2_22 {
	margin-top: 50px;
}

.network_detailset div.col2_22 div.col_lt {
	float: left;
	width: 437px;
}

.network_detailset div.col2_22 div.col_rt {
	float: left;
	width: 448px;
	margin-left: 15px;
}

.network_detailset p.p_switchinghub_17 {
	margin-top: 50px;
}

.network_detailset p.p_switchinghub_23 {
	margin-top: 10px;
	margin-left: 10px;
}

.network_detailset div.col2_23 {
	padding-bottom: 30px;
}

.network_detailset div.col2_23 div.col_lt {
	float: left;
	width: 425px;
	margin-left: 10px;
}

.network_detailset div.col2_23 div.col_rt {
	float: left;
	width: 425px;
	margin-left: 30px;
}

.network_detailset div.imageset_05 {
	margin: 10px 0 0 0;
}

.network_detailset div.imageset_05 div {
	float: left;
}

.network_detailset div.imageset_05 div p.img_caption {
	text-align: center;
	margin: 0px 0 0 0;
}

.network_detailset div.col2_23 p.img_caption {
	text-align: center;
	margin: 0px 0 0 0;
}

.network_detailset div.col2_24 {
	padding-bottom: 30px;
}

.network_detailset div.col2_24 div.col_lt {
	float: left;
	width: 440px;
	margin-left: 0;
}

.network_detailset div.col2_24 div.col_rt {
	float: left;
	width: 440px;
	margin-left: 20px;
}

.network_detailset div.col2_25 {}

.network_detailset div.col2_25 div.col_lt2 {
	float: left;
	width: 230px;
}

.network_detailset div.col2_25 div.col_rt2 {
	float: left;
	width: 190px;
	margin-left: 20px;
}

.network_detailset div.col2_25 p.img_top {
	margin-top: 16px;
}

.network_detailset div.col2_26 {}

.network_detailset div.col2_26 div.col_lt2 {
	float: left;
	width: 250px;
}

.network_detailset div.col2_26 div.col_rt2 {
	float: left;
	width: 175px;
	margin-left: 15px;
}

.network_detailset div.col2_27 {}

.network_detailset div.col2_27 div.col_lt2 {
	float: left;
	width: 190px;
}

.network_detailset div.col2_27 div.col_rt2 {
	float: left;
	width: 190px;
	margin-left: 10px;
}

.network_detailset div.col2_28 {
	margin-top: 50px;
}

.network_detailset div.col2_28 div.col_lt {
	float: left;
	width: 472px;
}

.network_detailset div.col2_28 div.col_rt {
	float: left;
	width: 408px;
	margin-left: 20px;
}

.network_detailset p.p_switchinghub_44 {
	margin-top: 20px;
	margin-left: 10px;
}

/* Bluetooth 特集ページ */
.page {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

.specialL {
	width: 270px;
	margin: 20px 0px 0px 0px;
	text-align: left;
	float: left;
}

.specialR {
	width: 600px;
	margin: 20px 0px 50px 20px;
	text-align: left;
	float: left;
}


/* ======================================
	2 : table 製品型番/特長/JANコード/定価/備考
====================================== */

.tableScroll {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}

#container .inner table.logitecProductOutline {
	width: 677px;
	margin-top: 10px;
	border: solid 1px #999;
}

#container .inner table.logitecProductOutline tr th {
	font-size: 11px;
	text-align: center;
	background-color: #efefef;
	color: #000;
	border: solid 1px #999;
	padding: .5em .4em .4em .4em;
}

#container .inner table.logitecProductOutline tr th.jan {
	width: 100px;
}

#container .inner table.logitecProductOutline tr th.price {
	width: 95px;
}

#container .inner table.logitecProductOutline tr td {
	font-size: 11px;
	text-align: left;
	border: solid 1px #999;
	padding: .5em .4em .4em 1.0em;
	color: #333;

}