#search_default,
#search_detail{
	width:900px;
    margin: auto;
}

.defbox {
	width:100%;
	height:50px;
	margin:3px 0px 12px 0px;
	padding:0px;
	text-align:left;
	background-image:url(/content/dam/kenwood/jp/support/com/faq/web/faq_form_default_bg1.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}

.defbox .title {
	float:left;
	width:120px;
	padding-top:12px;
	text-align:center;
	}

.defbox .textbox {
	float:left;
	width:650px;
	padding-top:12px;
	}

.defbox .textbox input[type="text"]{
	height:20px;
	}

.defbox .optbtn {
	float:left;
	padding-top:16px;
	}


.detbox {
	width:100%;
	margin:12px 0px;
	/*padding:0px 0px 8px 0px;*/
	font-size:12px;
	text-align:left;	
	background-image:url(/content/dam/kenwood/jp/support/com/faq/web/faq_form_detail_bg_bottom1.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	}

.detbox_inner {
	padding:8px 25px 8px 25px;
	background-image:url(/content/dam/kenwood/jp/support/com/faq/web/faq_form_detail_bg_top1.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}

.detbox_inner > div {
	margin-bottom:10px;
	}

.detbox .box1 {
	float:left;
	width:700px;
	}

.detbox .box2 {
	float:left;
	}

.detbox .box3 {
	float:left;
	margin-right:48px;
	}

.detbox .box4 {
	float:left;
	}

/*
.textlink {
	padding-left:12px;
	background-image:url(/jp/images/yajirusi.gif);
	background-position:1px 3px;
	background-repeat:no-repeat;
	}
*/

div#main div.models .pg10 {
    padding-bottom: 10px;
}




/* テーブル */
.support_com_faq{
	margin-bottom:30px;
}

.support_com_faq td{
    padding:5px 10px;
}

.support_com_faq tr:nth-child(odd){
  background-color: #eee;
}

@media (max-width: 768px) {
    .support_com_faq td{
    	display:block;
        width:100%;
    }

    .support_com_faq tr:nth-child(odd){
  		background-color:inherit;
	}
}