@charset "utf-8";

/* ******************************************************************************** */
/*  Ｋビジョン On The Web　faq.css                                                  */
/*                                                                        15.11.25  */
/* ******************************************************************************** */

/* ================================================================================ */
/*      CSS読み込み                                                                 */
/* ================================================================================ */

@import url("../knet.css");



/* ================================================================================ */
/*      よくあるご質問                                                                */
/* ================================================================================ */

h3{
	margin: 26px 0 13px 0;
	padding: 0 5px 3px 5px;
	border-bottom: solid 1px #e665a5;
}

table{
	width: 100%;
	border-collapse: collapse;
}
table th{
	color: #ffffff;
	background: #e665a5;
}
table td{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

dl{
	line-height: 1.6;
}
dl dt{
	font-weight: bold;
}
dl dd{
	margin-inline-start: 10px;
}


/* -------------------------------------------------------------------------------- */
/*      Q4. 無線LAN（Wi-Fi）ルーターを乗っ取られないための安全対策について          */
/* -------------------------------------------------------------------------------- */

/* 暗号化方式について
----------------------------------------------- */
#faq5-4 table{
	margin-top: 10px !important;
}
#faq5-4 table th{
	border-right: solid 1px #ffffff;
}
#faq5-4 table th.first{
	border-left: solid 1px #e665a5;
}
#faq5-4 table th.last{
	border-right: solid 1px #e665a5;
}
#faq5-4 table td.first{
	border-left: solid 1px #cccccc;
}


/* -------------------------------------------------------------------------------- */
/*      Q1. auひかり回線を利用した「Ｋビジョンひかり」サービスは利用できますか？     */
/* -------------------------------------------------------------------------------- */

#faq6 table th{
	border-bottom: solid 1px #ffffff;
}
#faq6 table .last th{
	border-bottom: solid 1px #e665a5;
}
#faq6 table .first td{
	border-top: solid 1px #cccccc;
}



