/* CSS Document */

/* 
---------------------------------
@table layout
---------------------------------
*/

#contents table.cableConnect {
	word-break: break-all;
	margin-left: 1px;
}
#contents table th {
	background-color: #7F7F7F;
	color: #FFF;
	font-weight: 300;
}
#contents table th,
#contents table td {
	border: 1px solid #6E6E6E;
	padding: .5em !important;
	text-align: center;
}
#contents table .bg_gray {
	background-color: #EBEBEB;
}
#contents table .text_l {
	text-align: left;
}
#contents table th.boderNone {
	border-top: none;
	border-left: none;
	background-color: white;
}

#contents table.cableConnect {
    border: none;
    margin-bottom: 15px;
}

/* 
---------------------------------
@list
---------------------------------
*/
.numberNone li {
	list-style-type: none;
}

/* 
---------------------------------
@MQ
---------------------------------
*/
@media screen and (max-width: 640px) {
	#contents table.cableConnect {
	    font-size: 12px;
	}
	#contents table.cableConnect img.mqNone {
		display: none;
	}
}

