/*
薄いグレー    #f5f5f5
外罫グレー    #e1e1e1

usb        #569166
lightning  #915da3
hdmi       #f3994f
display    #8ed3f5
lan        #f19db4
av         #60c1bd
module     #a97453
other      #a0a0a0
accessary  #414141
*/


#Cable {
	margin-top: 20px;
}
#Cable #Header {
	background: url(/resource/club_com/special/cable/images/header.png) top left no-repeat;
	height: 201px;
	position: relative;
	margin-bottom: 40px;
	color: #fff;
}
#Cable #Header h1 {
	font-size: 30px;
	padding: 35px 0 0 20px;
}
#Cable #Header p {
	font-size: 12px;
	padding: 15px 0 0 20px;
	line-height: 170%;
	font-weight: bold;
	width: 64%;
}
#Cable h2 {
	margin-bottom: 20px;
	background: #757a82;
	font-size: 26px;
	color: #fff;
}
#Cable h2 span {
	position: relative;
	padding: 5px 30px 5px 50px;
	display: inline-block;
}
#Cable h2 span::before {
	content: url(/resource/club_com/special/cable/images/icon_usb.png);
	margin: 0 10px;
	position: absolute;
	top: 7px;
	left: 10px;
}
#Cable h2 span::after {
	content: url(/resource/club_com/special/cable/images/icon_usb.png);
	margin: 0 10px;
	transform: rotate(180deg);
	position: absolute;
	top: -1px;
	right: -10px;
}
#Cable #Tab {
	margin-bottom: 50px;
}
#Cable #Tab ul {
	width: 761px;
	display: flex;
	flex-wrap: wrap;
}
#Cable #Tab ul li {
	border: solid 1px #e1e1e1;
	margin: 0 24px 10px 0;
	position: relative;
	display: inline-block;
}
#Cable #Tab ul li:nth-child(4) ,
#Cable #Tab ul li:nth-child(8) ,
#Cable #Tab ul li:nth-child(12) {
	margin: 0 0 10px 0; 
}
#Cable #Tab ul li a {
	width: 170px;
	height: 183px;
	position: relative;
	display: block;
	color: #000;
}
#Cable #Tab ul li a:link ,
#Cable #Tab ul li a:visited {
	color: #000;
}

#Cable #Tab ul li a::before {
	content: "";
	height: 2px;
	width: 10px;
	transform: rotate(45deg);
	position: absolute;
	bottom: 10px;
	left: 78px;
	background: #000;
	z-index: 1;
}
#Cable #Tab ul li a::after {
	content: "";
	height: 2px;
	width: 10px;
	transform: rotate(-45deg);
	position: absolute;
	bottom: 10px;
	left: 84px; 
	background: #000;
}
#Cable #Tab ul li:hover a::before ,
#Cable #Tab ul li:hover a::after {
	background: #fff;
}

#Cable #Tab ul li a span {
	position: absolute;
	bottom: 0;
	height: 52px;
	padding-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	font-size: 14px;
	background: #f5f5f5;
}

#Cable #Tab ul li:hover span {
	color: #fff;
}
#Cable #Tab ul li:nth-child(1):hover ,
#Cable #Tab ul li:nth-child(2):hover {
	border: solid 1px #569166;
}
#Cable #Tab ul li:nth-child(1):hover span ,
#Cable #Tab ul li:nth-child(2):hover span {
	background: #569166;
}
#Cable #Tab ul li:nth-child(3):hover {
	border: solid 1px #915da3;
}
#Cable #Tab ul li:nth-child(3):hover span {
	background: #915da3;
}
#Cable #Tab ul li:nth-child(4):hover {
	border: solid 1px #f3994f;
}
#Cable #Tab ul li:nth-child(4):hover span {
	background: #f3994f;
}
#Cable #Tab ul li:nth-child(5):hover {
	border: solid 1px #f3994f;
}
#Cable #Tab ul li:nth-child(5):hover span {
	background: #f3994f;
}
#Cable #Tab ul li:nth-child(6):hover {
	border: solid 1px #8ed3f5;
}
#Cable #Tab ul li:nth-child(6):hover span {
	background: #8ed3f5;
}
#Cable #Tab ul li:nth-child(7):hover {
	border: solid 1px #a97453;
}
#Cable #Tab ul li:nth-child(7):hover span {
	background: #a97453;
}
#Cable #Tab ul li:nth-child(8):hover {
	border: solid 1px #60c1bd;
}
#Cable #Tab ul li:nth-child(8):hover span {
	background: #60c1bd;
}
#Cable #Tab ul li:nth-child(9):hover {
	border: solid 1px #a97453;
}
#Cable #Tab ul li:nth-child(9):hover span {
	background: #a97453;
}
#Cable #Tab ul li:nth-child(10):hover {
	border: solid 1px #a0a0a0;
}
#Cable #Tab ul li:nth-child(10):hover span {
	background: #a0a0a0;
}
#Cable #Tab ul li:nth-child(11):hover ,
#Cable #Tab ul li:nth-child(12):hover {
	border: solid 1px #414141;
}
#Cable #Tab ul li:nth-child(11):hover span ,
#Cable #Tab ul li:nth-child(12):hover span {
	background: #414141;
}




#Cable #Tab ul li:nth-child(4) .Balloon {
/*	left: -150px !important;*/
}
#Cable #Tab ul li .Balloon {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	background: #fff;
	padding: 10px;
	text-align: center;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	visibility: hidden;
	position: absolute;
	opacity: 0.95;
	transition: opacity 0.3s;
	top: -90px;
	left: -30px;
	border: solid 2px #e1e1e1;
	background: #fff;
	box-sizing: border-box;
	z-index: 999;
}
#Cable #Tab ul li .Balloon:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}
#Cable #Tab ul li .Balloon:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #e1e1e1;
	z-index: 1;
}
#Cable #Tab ul li .Balloon p {
	width: 100px;
	margin: -1.8em auto 20px;
	background: #fff;
	text-align: center;
	color: #000;
}

#Cable #Tab ul li:hover .Balloon {
	visibility: visible;
	opacity: 0.95;
	transition: opacity 0.3s;        
}



#Cable h3 {
	border-top: 2px solid;
	border-bottom: 2px solid;
	padding: 10px;
	color: #000;
	font-size: 20px;
}
#Cable #Section1 h3 {
	border-color: #569166;
}
#Cable #Section2 h3 {
	border-color: #569166;
}
#Cable #Section3 h3 {
	border-color: #915da3;
}
#Cable #Section4 h3 {
	border-color: #f3994f;
}
#Cable #Section5 h3 {
	border-color: #8ed3f5;
}
#Cable #Section6 h3 {
	border-color: #f19db4;
}
#Cable #Section7 h3 {
	border-color: #60c1bd;
}
#Cable #Section8 h3 {
	border-color: #a97453;
}
#Cable #Section9 h3 {
	border-color: #a0a0a0;
}
#Cable #Section10 h3 {
	border-color: #414141;
}


#Cable #Section1 ,
#Cable #Section2 ,
#Cable #Section3 ,
#Cable #Section4 ,
#Cable #Section5 ,
#Cable #Section6 ,
#Cable #Section7 ,
#Cable #Section8 ,
#Cable #Section9 ,
#Cable #Section10 {
	margin-bottom: 50px;
}


#Cable .FlexBox {
	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
	overflow: hidden;
	width: 810px;
}
#Cable .FlexBox .itembox {
	width: 170px;
	height: 250px;
	margin: 0 27px 20px 0;
	position: relative;
}
#Cable .FlexBox.Short .itembox ,
#Cable .FlexBox .itembox.Short {
	height: 190px;
}
#Cable .FlexBox .itembox a {
	position: relative;
	display: block;
	text-decoration: none;
}
#Cable .FlexBox .itembox a h5 {
	display: flex;
	align-items: center;
	text-align: left;
	border:solid 1px;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 10px;
	height: 40px;
}
#Cable #Section1 .FlexBox .itembox a h5 {
	border-color: #569166;
}
#Cable #Section3 .FlexBox .itembox a h5 {
	border-color: #915da3;
}
#Cable #Section4 .FlexBox .itembox a h5 {
	border-color: #f3994f;
}
#Cable #Section5 .FlexBox .itembox a h5 {
	border-color: #8ed3f5;
}
#Cable #Section6 .FlexBox .itembox a h5 {
	border-color: #f19db4;
}
#Cable #Section7 .FlexBox .itembox a h5 {
	border-color: #60c1bd;
}
#Cable #Section8 .FlexBox .itembox a h5 {
	border-color: #a97453;
}
#Cable #Section9 .FlexBox .itembox a h5 {
	border-color: #a0a0a0;
}
#Cable #Section10 .FlexBox .itembox a h5 {
	border-color: #414141;
}

#Cable .itembox a p {
	color: #737373;
	font-size: 12px;
	line-height: 17px;
}


/*
薄いグレー    #f5f5f5
外罫グレー    #e1e1e1

1 usb        #569166
2 lightning  #915da3
3 hdmi       #f3994f
4 display    #8ed3f5
5 lan        #f19db4
6 av         #60c1bd
7 module     #a97453
8 other      #a0a0a0
9 accessary  #414141
*/


#Cable .FlexBox .itembox a:link ,
#Cable .FlexBox .itembox a:visited {
	color: #000;
}

#Cable .FlexBox .itembox a::before {
	content: "";
	height: 2px;
	width: 10px;
	transform: rotate(45deg);
	position: absolute;
	top: 22px;
	right: 5px;
	background: #000;
	z-index: 1;
}
#Cable .FlexBox .itembox a::after {
	content: "";
	height: 2px;
	width: 10px;
	transform: rotate(-45deg);
	position: absolute;
	top: 28px;
	right: 5px;
	background: #000;
}
#Cable .FlexBox .itembox:hover a::before ,
#Cable .FlexBox .itembox:hover a::after {
	background: #fff;
}
#Cable .FlexBox .itembox ul li:nth-child(1) {
	visibility: hidden;
}
#Cable .FlexBox .itembox:hover ul li:nth-child(1) {
	visibility: visible;
	z-index: 999;
}
#Cable .FlexBox .itembox ul li:nth-child(1) ,
#Cable .FlexBox .itembox ul li:nth-child(2) {
	position: absolute;
	top: 65px;
	left: 0;
}
#Cable .FlexBox .itembox ul li:nth-child(3) {
	position: absolute;
	top: 190px;
	left: 0;
}
#Cable #Section1 .FlexBox .itembox:hover a h5 ,
#Cable #Section2 .FlexBox .itembox:hover a h5 {
	background: #569166;
	color: #fff;
}
#Cable #Section3 .FlexBox .itembox:hover a h5 {
	background: #915da3;
	color: #fff;
}
#Cable #Section4 .FlexBox .itembox:hover a h5 {
	background: #f3994f;
	color: #fff;
}
#Cable #Section5 .FlexBox .itembox:hover a h5 {
	background: #8ed3f5;
	color: #fff;
}
#Cable #Section6 .FlexBox .itembox:hover a h5 {
	background: #f19db4;
	color: #fff;
}
#Cable #Section7 .FlexBox .itembox:hover a h5 {
	background: #60c1bd;
	color: #fff;
}
#Cable #Section8 .FlexBox .itembox:hover a h5 {
	background: #a97453;
	color: #fff;
}
#Cable #Section9 .FlexBox .itembox:hover a h5 {
	background: #a0a0a0;
	color: #fff;
}
#Cable #Section10 .FlexBox .itembox:hover a h5 {
	background: #414141;
	color: #fff;
}

#Cable .discription {
	margin: 20px 0;
	font-size: 14px;
	line-height: 160%;
}
#Cable #Section1 .discription {
	background: url(/resource/club_com/special/cable/images/usb_title_ph.jpg) top left no-repeat;
	height: 170px;
	padding-left: 55%;
}
#Cable #Section3 .discription {
	background: url(/resource/club_com/special/cable/images/lightning_title_ph.jpg) top left no-repeat;
	height: 170px;
	padding-left: 55%;
}
#Cable #Section4 .discription {
	background: url(/resource/club_com/special/cable/images/hdmi_title_ph.jpg) top left no-repeat;
	height: 170px;
	padding-left: 55%;
}
#Cable #Section6 .discription {
	background: url(/resource/club_com/special/cable/images/lan_title_ph.jpg) top left no-repeat;
	height: 170px;
	padding-left: 55%;
}

#Cable .Cat-S {
	font-size: 16px;
	background: #b7b7b7;
	padding: 10px;
	margin-bottom: 10px !important;
	display: inline-block;
	color: #000;
}
#Cable .comment {
	font-size: 12px;
	margin-bottom: 10px;
}


#Cable .Aboutlan h4 {
	font-size: 16px;
	background: #f19db4;
	padding: 10px;
	margin-bottom: 10px;
	display: inline-block;
	color: #000;
}
#Cable .Aboutlan p {
	font-size: 12px;
	line-height: 200%;
}
#Cable .Aboutlan a {
	width: 130px;
	height: 130px;
	padding: 5px;
	background: #f5f5f5;
	margin:15px 15px 30px 0;
	text-decoration: none;
}
#Cable .Aboutlan.Type dl dt {
	background: #fff;
	padding: 7px;
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #6f6f6f;
}
#Cable .Aboutlan.Type dl dt::before {
	content: "";
	width: 11px;
	height: 2px;
	background: #c1c1c1;
	transform: rotate(45deg);
	position: absolute;
	top: 12px;
	right: 5px;
}
#Cable .Aboutlan.Type dl dt::after {
	content: "";
	width: 11px;
	height: 2px;
	background: #c1c1c1;
	transform: rotate(-45deg);
	position: absolute;
	top: 19px;
	right: 5px;
}
#Cable .Aboutlan.Type dl dd {
	color: #6f6f6f;
	line-height: 150%;
	font-size: 12px;
	min-height: 5em;
}

#Cable .Aboutlan a:hover {
	background: #f19db4;
}
#Cable .Aboutlan.Type a:hover dl dt {
	color: #f19db4;
}
#Cable .Aboutlan.Type a:hover dl dt::before ,
#Cable .Aboutlan.Type a:hover dl dt::after {
	background: #f19db4;
}
#Cable .Aboutlan.Type a:hover dl dd {
	color: #fff;
}
#Cable .Aboutlan.Speed table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-size: 14px;
	margin: 30px 0 30px;
	border: solid 1px #000;
}
#Cable .Aboutlan.Speed table th {
	background: #83bae4;
	text-align: center;
	padding: 7px;
	border-right: solid 1px #000;
}
#Cable .Aboutlan.Speed table td {
	text-align: center;
	padding: 7px;
	border-right: solid 1px #000;
}
#Cable .Aboutlan.Speed table tr {
	border-bottom: solid 1px #000;
}
#Cable .Aboutlan.Speed table tr:last-child {
	border-bottom: none;
}
#Cable .Aboutlan.Speed table tr td:last-child {
	text-align: left;
	padding-left: 60px;
}
#Cable .Aboutlan.Speed table tr:nth-child(2) td:nth-child(1)  {
	background: #64a9dd;
	color: #fff;
}
#Cable .Aboutlan.Speed table tr:nth-child(3) td:nth-child(1)  {
	background: #3e93d7;
	color: #fff;
}
#Cable .Aboutlan.Speed table tr:nth-child(4) td:nth-child(1)  {
	background: #267bc1;
	color: #fff;
}
#Cable .Aboutlan.Speed table tr:nth-child(5) td:nth-child(1)  {
	background: #195e98;
	color: #fff;
}
#Cable .Aboutlan.Speed table tr:nth-child(6) td:nth-child(1)  {
	background: #0c304f;
	color: #fff;
}
#Cable .Aboutlan.Speed table tr:nth-child(7) td:nth-child(1)  {
	background: #04131f;
	color: #fff;
}


#Cable .Aboutlan .Matrix p {
	font-size: 18px;
	margin: 10px 0;
}
#Cable .Aboutlan .Matrix p span {
	color: #64a9dd;
}










