@charset "Shift_JIS";

#index_list{
width: 100%;
}
#index_list li{
 float:left;
 margin-right:18px;
}
.floatclear
{
clear:left;
}


#index_list2{
width: 100%;
}
#index_list2 li{
 float:left;
 margin-right:13px;
}
.floatclear
{
clear:left;
}

#index_list3{
width: 100%;
}
#index_list3 li{
 float:left;
 margin-right:3px;
}
.floatclear
{
clear:left;
}



#tvfaq_searchbox{
	margin:0 0 10px;
	width:760px;
	height:41px;
	background:url(/support/tv/faq/images/search_760_bg.jpg) no-repeat;
	}
#tvfaq_searchbox .searchbox_title{
	float:left;
	margin:0;
	}
#tvfaq_searchbox .searchbox_form{
	float:left;
	margin:10px 0 0 0;
	}

#tvfaq_searchbox .searchbox_btn{
	float:right;
	margin:10px 16px 0 0;
	_margin:10px 8px 0 0;
	}
#tvfaq_searchbox .searchbox_form_box{
	width:582px;
	font-size:93%;
	}


h4.accordion_toggle{
	margin:20px 0 0 64px;
	width:632px;
	height:33px;
	background:url(/support/tv/faq/images/slidebar_others.jpg) 0 0 no-repeat;
	font-size:0px;
	display:block;
	cursor:pointer;
	}
h4.accordion_toggle a:link{
	margin:20px 0 0 64px;
	width:632px;
	height:33px;
	background:url(/support/tv/faq/images/slidebar_others.jpg) 0 0 no-repeat;
	font-size:0px;
	display:block;
	cursor:pointer;
	}
h4.accordion_toggle_active{
	margin:20px 0 0 64px;
	width:632px;
	height:33px;
	background:url(/support/tv/faq/images/slidebar_others_active.jpg) 0 0 no-repeat;
	font-size:0px;
	display:block;
	cursor:pointer;
	}
h4.accordion_toggle_active a:link{
	margin:20px 0 0 64px;
	width:632px;
	height:33px;
	background:url(/support/tv/faq/images/slidebar_others_active.jpg) 0 0 no-repeat;
	font-size:0px;
	display:block;
	cursor:pointer;
	}
	
	/*-----for kosyoukana-list-----*/

#kosyoukana_list {
	background-color: #f3f3f3;
	border: 1px solid #e3e3e3;
	margin-top: 15px;
	margin-bottom: 15px;
}
#kosyoukana_list ul {
	width: 710px;
	padding: 10px;
}
#kosyoukana_list ul li {
	width: 695px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
	background-image: url(/support/walkman/qa/images/dot.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left 0.8em;
}
#kosyoukana_list ul li.top {
	padding-top: 0em;
	background-position: left 0.5em;
}

#kosyoukana_list ul li.last {
	padding-bottom: 0em;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

/*===========================================
	おすすめQ&A　list
=============================================*/
#osusume_list {
	background-color: #f3f3f3;
	border: 1px solid #e3e3e3;
	margin-bottom: 30px;
}
#osusume_list ul {
	width: 710px;
	padding: 10px;
}
#osusume_list ul li {
	width: 695px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
	background-image: url(/share/images/arrow_black.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left 0.8em;
}
#osusume_list ul li.top {
	padding-top: 0em;
	background-position: left 0.5em;
}

#osusume_list ul li.last {
	padding-bottom: 0em;
	border-bottom-style: none;
	border-bottom-width: 0px;
}



/*===========================================
	categoryarea
=============================================*/
#categoryarea {
	border:1px solid #E3E3E3;
	overflow: hidden;
	margin-bottom: 20px;
}

dl.category  {
	border-bottom: #CCC 1px dotted;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	overflow: hidden;
	width: auto;
}
dl.category.last  {
	border: none;
}

dl.category dt {
	float: left;
	width: 28%;
}
dl.category dt img {
	float: left;
	margin-right: 15px;
	margin-left: 8px;
	display: inline-block;
}

dl.category dt p {
	float: left;
	font-size: 13px;
	padding-top: 14px;
	display: inline;
	width: 120px;
}

dl.category dd {
	float: left;
	width:67%;
}

dl.category ul {
	list-style: none;
}

dl.category ul li {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
	word-break:normal;
	background: url("/share/images/arrow_black.gif") no-repeat scroll 0 0.4em transparent;
    color: #000000;
    line-height: 1.2em;
	padding-bottom: 3px;
    padding-left: 10px;
    vertical-align: top;
}
	
/*===========================================
	qaButton
=============================================*/
a.qaButton {
    background: url("/support/share/images/mq/bg_btn_q.png") no-repeat scroll 0 52% transparent;
    border: 1px solid #BCBCBC;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    padding: 10px 50px 10px 60px;
    text-decoration: none !important;
    transition: opacity 0.2s ease-in 0s;
}

a.qaButton:hover {
    color: #333333;
	filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
    text-decoration: none !important;
}

.center {
	text-align: center !important
}

/*===========================================
	searchArea
=============================================*/
div#searchArea {
	border: 1px solid #999999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
div#searchArea input.topsearchtext {
    vertical-align: middle;
}
div#searchArea input.topsearchbtn {
    vertical-align: middle;
}
div#searchArea a#qasearch-option {
    background: url("/share/images/arrow_black.gif") no-repeat scroll 0 0.2em transparent;
    padding-left: 10px;
}
div#searchArea p.option {
    display: inline;
    font-size: 90%;
    margin-left: 2em;
}
div#freq_words {
    margin: 15px 0 0;
}
div#freq_words ul {
    margin-left: 15px;
}
div#freq_words ul li {
    float: left;
    margin-right: 20px;
    width: auto;
}


/* 2カラム */
div#searchArea.two-column {
	border: 1px solid #999999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

div#searchArea.two-column div.left {
	float:left;
	width:60%;
	margin-bottom:10px;
}

div#searchArea.two-column div.right {
	float:right;
	width:38%;
}

div#searchArea.two-column p.supplement {
	font-size:90%;
	margin-top:3px;
}


div#searchArea.two-column input.topsearchtext {
    vertical-align: middle;
}
div#searchArea.two-column input.topsearchbtn {
    vertical-align: middle;
}
div#searchArea.two-column a#qasearch-option {
    background: url("/share/images/arrow_black.gif") no-repeat scroll 0 0.2em transparent;
    padding-left: 10px;
}
div#searchArea.two-column p.option {
    display: inline;
    font-size: 90%;
    margin-left: .5em;
}

div#searchArea.two-column div#freq_words {
    clear: both;
}
/* END. 2カラム */






/*div#searchArea_n {
	display: inline;  
	width: 360px;
	padding: 0px;
	background-image: url(/support/tv/faq/images/kensaku_form.jpg);
	background-repeat: no-repeat;
	height: 41px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	float: left;
	clear: both;
}
*/
/*div#searchArea_n div.searchBox {
	width: 360px;
	margin: 0px;
	padding: 0px;*/
	/*background: #F7F7F7 url(../images/cut_mid.gif) no-repeat;*/
/*}*/

/*div#searchArea_n div.searchBox div.rightArea {
	width: 250px;
	padding: 0px;
	float: right;
	text-align: left;
	margin-top: 11px;
	margin-left: 110px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.textBoxArea_n {
	float:left;
	height: 15px;
	margin: 0px;
	padding: 0px;
	width:180px;
}

.qa_txt{
	display: inline;  
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	clear: both;
	width: 740px;
}



div#searchArea_n2 {
	display: inline;  
	width: 740px;
	padding: 0px;
	background-image: url(/support/tv/faq/images/kensaku_form2.jpg);
	background-repeat: no-repeat;
	height: 41px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	float: left;
	clear: both;
}*/

/*div#searchArea_n2 div.searchBox {
	width: 740px;
	margin: 0px;
	padding: 0px;*/
	/*background: #F7F7F7 url(../images/cut_mid.gif) no-repeat;*/
/*}*/

/*div#searchArea_n2 div.searchBox div.rightArea {
	width: 586px;
	padding: 0px;
	text-align: left;
	margin-top: 11px;
	margin-left: 130px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.textBoxArea_n2 {
	width: 400px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	float: left;
}

div#searchArea_n2 div.searchBox div.rightArea div.search_bt {
	float: right;
	width: 36px;
}*/

/*===========================================
	searchArea - freq_words
=============================================*/
/*div#freq_words {
	width:740px;
	margin-left:10px;
}
div#freq_words ul li {
	float:left;
	width:auto;
	margin-bottom:5px;
	margin-right:25px;
}*/
