@charset "utf-8";

/* ******************************************************************************** */
/*  Ｋビジョン On The Web　faq.css                                                  */
/*                                                                        16.01.13  */
/* ******************************************************************************** */

/* ================================================================================ */
/*      CSS読み込み                                                                 */
/* ================================================================================ */

@import url("../catv.css");



/* ================================================================================ */
/*      共通                                                                        */
/* ================================================================================ */

#catv .articles ul li{
	margin-top: 3px;
}

dl{
	line-height: 1.6;
}
dl dt{
	font-weight: bold;
}
dl dd{
	margin-inline-start: 10px;
}


.disc{
	margin-left: 30px !important;
}


/* ================================================================================ */
/*      よくあるお問い合わせ                                                        */
/* ================================================================================ */

table{
	border-collapse: collapse;
}
table th{
	color: #ffffff;
	background: #51bbed;
}


/* -------------------------------------------------------------------------------- */
/*      テレビに関する問い合わせ                                                    */
/* -------------------------------------------------------------------------------- */

#faq2-7 table{
	margin-top: 10px !important;
	width: 100%;
	border-left: solid 1px #cccccc;
}
#faq2-7 table th{
	border-right: solid 1px #51bbed;
	border-left: solid 1px #51bbed;
}
#faq2-7 table td{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

