@charset "shift-jis";
/*　受信強度（アンテナレベル）を確認する方法
--------------------------------------------------*/
#main_contents { padding:0 10px; }
/* 手順 */
.flow_img { margin:20px 0 15px 0; text-align:center; }
#level_confirmation { margin-top:5px; }
#level_confirmation .con_ttl { margin-bottom:10px; font-weight:bold; font-size:1.2em; }
#level_confirmation ol li span { font-weight:bold; }
/* 準備、液晶テレビ（AQUOS）の形名／製品ライン名の確認 */
.type_name { margin:15px 15px 20px 15px; }
.type_name .linkAr { margin:0 15px 0 15px; float:right; }
.preparation { padding-top:0; }
.model_list_ttl { margin-top:20px; font-weight:bold; font-size:1.1em; }
.model_line_list { width:100%; margin-top:5px; margin-bottom:15px; background:#eee; }
.model_line_list th,
.model_line_list td { border:1px solid #999; }
.model_line_list th { padding:5px 10px; font-weight:bold; font-size:1.1em; text-align:center; }
.model_line_list .list_ttl { background:#ccc; font-size:1em; }
.model_line_list td { background:#fff; }
.model_line_list td a { padding:5px 10px; display:block; }
/* 対処方法 */
.workaround { margin:15px 0; }
.workaround .workaround_ttl { width:50%; padding:5px 10px; background:#ccc; }
.workaround dd dl { clear:both; margin:15px 10px; }
.workaround dd dl dt { float:left; width:15%; }
.workaround dd dl dd { float:left; width:85%; }
.workaround dd dl dd ul { padding-top:0; }
.notImprove dt { padding:5px 10px; background:#ccc; }
.notImprove dd { margin:15px 10px; }
/* 受信強度の表示方法 */
.imgBox { padding:15px 0 20px 0; text-align:center; }
/* トップへ戻る */
.goto_top { clear:both; width:100%; padding:10px 0 5px 0; text-align:right; }
.goto_top a { padding:0 15px 0 0; text-decoration:none; background:url("/support/images/arrow-up.gif") no-repeat right; }
.goto_top a:hover { text-decoration:underline; }
/* 形名／製品ラインの選択へ戻る */
.back_to_page { float:right; margin-top:5px; padding-left:20px; background:url("/support/images/arrow_link.gif") no-repeat 4px 4px; }
/* 共通 */
.w4em { width:4em; }

/* 動作確認済みのDLNA認定サーバー */
.box { margin:0 10px; }
.date { text-align:right; }


/* Box */
.brdBox01 {
	border:1px solid #ccc;
	padding:10px;
}
.brdBoxRed {
	width:750px;
	border:2px dotted #F00;
	margin-top:20px;
	padding:10px;
}
.imgCap01 {
	margin:10px 20px 10px 20px;
	padding-top:10px;
	border-top:dotted 1px #ccc;
}
/* tableStyle1 */
.tableStyle1,
.tableStyle2,
.tableStyle3{
	border:1px solid #555;
	margin:10px 0;
}
.tableStyle1 th ,
.tableStyle1 td ,
.tableStyle2 th ,
.tableStyle2 td ,
.tableStyle3 th ,
.tableStyle3 td{
	padding:5px;
	vertical-align:middle;
	border:1px solid #555;
}
.tableStyle1 th ,
.tableStyle2 th ,
.tableStyle3 th{
	background:#efefef;
}

.tableStyle2 td ul li {
	float:left;
	width:110px;
}

.tableStyle3 th,
.tableStyle3 td{
	text-align:center;
}

.centerTd td {
	text-align:center;
}
.centerTh th {
	text-align:center;
}
.bgColor01 {
	background:#FFF0CA;
}
.red .brdTtl {
	font-weight:bold;
	font-size:110%;
    margin-bottom: 5px;
    padding-left: 10px;
    border-left: 5px solid #e10000;
}




/*-----------------------------------------------
　動作確認済み スマートフォン・タブレット
-----------------------------------------------*/
.linkBtn {
	padding:5px 0 0 0;
	margin-bottom:20px;
}
.linkBtn .ttl { margin:0 0 10px 15px; }
.linkBtn dl {
	width:650px;
	margin:0 0 0 30px;
}
.linkBtn dt,dd {
	margin:0 0 5px 0;
	padding:5px 0;
}
.linkPdline {
	width:650px;
	margin:0 0 0 25px;
	border:none;
	border-collapse:separate !important;
	border-spacing:0 8px !important;
}
.linkPdline th{
	width:23px;
	padding:5px 0;
	background:#e5e5ff;
	font-weight:bold;
	text-align:center;
}
.linkPdline td{
	padding:5px 0 5px 5px;
	line-height:1.5em;
}
.smline {
	margin-left:20px;
}
.listTxtIndent {
	text-indent:-3em;
	padding-left:3em;
}
.linkListTable div {
	float:left;
}
.linkListTable a:hover {
	cursor: pointer !important;
}
.gfta th {
	background: #eee;
}
.gfta th, .gfta td {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
	text-align:center;
	font-size:small;
}
.gfta .txt_s { font-size:0.8em; }
.gfta .typeName { text-align:left; }
.date {
	text-align:right;
	color:#555555;
}
.bd_none th {
	padding:0 !important;
	border:0 !important;
	background:none !important;
}
.bd_none td {
	padding:0 !important;
	border:0 !important;
	background:none !important;
}
.bd_none th div {
	margin-bottom:5px;
	padding:5px 0;
	background:#ccc;
}
.txt_cl_b { color:#0000ff; }
.return {
	clear:both;
	width:100%;
	padding:10px 0 20px 0;
	text-align:right;
}
.return a {
	padding:0 15px 0 0;
	text-decoration:none;
	background:url("/support/images/arrow-up.gif") no-repeat right;
}
.return a:hover { text-decoration:underline; }
.spLink2 {
	margin:0;
	padding:5px 0 0 2.5em;
	background:url("/support/images/arrow_link.gif") no-repeat 15px 7px;
}
.spLink {
    margin: 0;
    padding: 15px 0 0 2em;
    background: url("/support/images/arrow_link.gif") no-repeat 15px 20px;
}

.bgGray{
	background-color:#efefef;
}

.w80per{ width:80%; }
.w90per{ width:90%; }
.w100per{ width:100%; }


/*動作確認済USBハブ
--------------------------------------------------*/

.ttl_sub {
	font-size:16px;
	padding-left:10px;
	border-left:5px solid #e10000;
}
.bgSearchBox {
    margin: 20px 15px;
    padding-left: 120px;
    min-height: 64px;
    background: url(/support/aquos/images/ico_search.gif) no-repeat 40px 50%;
}
/* 検索ボックス */
#freeSearch {
	padding:15px 0 0 15px;
}
#freeSearch .searchBox {
	float:left;
}
* html #freeSearch .searchBox {
	width:38%;
}
#freeSearch .searchBox #errorText {
	padding:5px;
	height:15px;
	color:#ef0000;
	font-size:0.8em;
	font-weight:bold;
}
div#freeSearch {
	width:550px;/*
	height:71px;*/
	border:1px solid #d9d9d9;
	background:#f8f8f8;
}
#freeSearch .formArea form {
	float:left;
	width:270px;
	padding: 10px 0 0 30px;
}
#freeSearch .formArea form #typeTxt {
	float:left;
	padding:2px 5px 2px 5px;
	font-size:1.2em;
	border:2px solid #b6b6b6;
}
#freeSearch .formArea form #btnSch1 {
	float:left;
	width:4em;
	height:2em;
	margin-left:10px;
	font-size:0.9em;
	border:1px solid #ccc;
	background:#fff;
}
#freeSearch .formArea form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #freeSearch .formArea form {
	height: 1%;
}
#freeSearch .formArea form {
	zoom: 100%;
	min-height: 1%;
}
#freeSearch .formNotes {
	float:left;
	padding:35px 0 0 20px;
	font-size:0.8em;
	font-weight:bold;
}
.boxTopline {
	border-top:1px dotted #ccc;
	padding:10px 0 5px 0;
}
/* 形名を指定せずにＱ＆Ａ情報を見る */
.allsearchBtn,
.allsearchBtn02 {
	margin-left:30px;
	float:left;
}
/* 形名確認のしかた */
.typeSearch {
	padding-top:15px;
	width:150px;
	float:left;
	line-height:1;
}
.typeSearch a {
	padding-left:10px;
	background:url("/support/images/arrow_link.gif") no-repeat 0 50%;
}



/* ライン一覧(USB_HUB(usb_hub.html)) */

.lineTable {
	width:90%;
	margin:20px auto 10px;
}
.centerTxt {
	text-align:center;
}
.lineTable th ,
.lineTable td {
	text-align:left;
	padding:5px 10px;
	border:1px solid #ccc;
}
.lineTable th {
	width:60px;
	background:#efefef;
}
.lineTable th.w_cr {
	width:90px;
}
.lineTable td {
}

.lineTable td ul li {
	float:left;
	width:110px;
}

/* ライン一覧(USB_HDD(usb_hdd.html))*/

.lineTable2 {
	width:90%;
	margin:20px auto 10px;
	font-size:80%;
}

 .lineTable2 th ,
.lineTable2 td {
	text-align:left;
	padding:10px 10px;
	border:1px solid #ccc;
}
.lineTable2 th {
	width:60px;
	background:#efefef;
}
.lineTable2 th.w_cr {
	width:90px;
}
.lineTable2 td {
}

.lineTable2 td ul li {
	float:left;
	width:115px;
} 

/* ------------------------------------------------
　アンカーリンク
------------------------------------------------ */
.innerLinkTtl {
	margin-bottom:5px;
	padding-left:20px;
	padding-bottom:5px;
	list-style:none;
	background:url("/support/images/ico_square_matb.gif") no-repeat 2px 4px;
}
.innerLink {
	margin:0 0 30px 15px;
}
.innerLink li {
	float:left;
	padding:5px;
	border:1px solid #eee;
}
.innerLink li a {
	display:block;
	text-align:center;
	padding:5px 0 5px 0;
	background:url("/support/images/ico_link.gif") no-repeat 0.7em 50% #eee;
}
.innerLink li a:hover {
	background-color:#fff;
}

/*3D対応　共通*/
.dateType{
	font-size:0.8em ;
	color:#555555;
	text-align:right;
}

.ml400{ margin-left:400px; }
.ml500{ margin-left:500px; }

/*ネットプレーヤー対応*/
.listBox{
	margin:0 10px
}
.listBox table {
	border-collapse:collapse;
	width:100%;
	border:1px solid #999;
}
.listBox table caption {
	text-align:left;
	padding-bottom:0.3em;
	font-weight:bold;
}
.listBox table th {
	padding:3px 0;
	border:1px solid #999;
	background-color:#dcdcdc;
	text-align:center;
}
.listBox table td {
	padding:5px 5px;
	border:1px solid #999;
	text-align:center;
}
.listBox table td.cellMdl {
	background-color:#eee;
	border-left:1px solid #999;
	font-weight:bold;
}
.listBox table td.cellTop {
	text-align:center;
	background-color:#FFF0CA;
}

.boxIndent {
	padding:5px 0 0 10px;
	line-height:1.3
}

.txtindentAtt {
	text-indent:-1.75em;
	padding:0.3em 0 0.3em 1.75em;
}
.fntIndigo {
	color:#000099;
}
.grayTtl {
    padding: 8px;
    margin: 15px 0 20px 0;
    font-size: 1.1em;
    background: #f0f0f0;
    font-weight: bold;
}
.wl_conBox {
	width:810px;
	margin:10px auto 40px;
}
.wl_leftBox {
	float:left;
	width:402px;
}
.wl_rightBox {
	float:right;
	width:402px;
}
.connect1 ,
.connect2 {
	width:70%;
	margin:0 auto;
}
.connect1 a ,
.connect2 a {
	display:block;
	padding:10px 10px 8px 10px;
	font-size:150%;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
.connect1 a {
	background:#c0504d;
}
.connect1 a:hover {
	background:#ce9492;
}
.connect2 a {
	background:#72b939;
}
.connect2 a:hover {
	background:#a5ca88;
}
.listMargin li {
	margin-top:20px;
}
.listMargin li div {
	margin-top:10px;
}

.floorNo {
	width:80px;
	margin:20px 0 15px 0;
	padding:10px 0;
	border:1px solid #ccc;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	background:#efefef;
}

/* 点線BOX */
.dotBox {
	border:1px dotted #555;
	padding:10px 5px;
}

/*別売品
--------------------------------------------------*/

.ttl_sub02 {
	margin-bottom:20px;
	font-size:16px;
	padding-left:10px;
	border-left:5px solid #e10000;
}

/*デジタル放送によるダウンロードについて
--------------------------------------------------*/
.ttl_sub03 {
	font-size:16px;
	padding-left:10px;
	border-left:5px solid #e10000;
}

/*Q&A
--------------------------------------------------*/
.btnList {
	margin: 15px 15px 10px;
}

.btnList ul {
	margin:15px 0 0 0;
	padding:10px 20px 15px 20px;
	border:1px solid #ccc;
	/*background:url("/support/images/bg_grad.gif") repeat-x center bottom;*/
}
.btnList li {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	border-bottom:1px dotted #ccc;
	background:url("/support/images/ico_qs.gif") no-repeat 15px 12px;
	vertical-align:bottom;
}
.btnList li strong,
.btnList li .listQuest {
	font-size:1.05em;
}

.bdbNone {
	border-bottom: 0px !important;
}