@charset "utf-8";
@import url("base.css");
@import url("structure.css");


/*======================================

	検索
	support
	
	タブ
	サイドバー
	メッセージ
	フォーム
	検索結果リスト
	
	#bottomSelection
	#bottomLineup


=======================================*/

/*----------------------------------
	h2.title
----------------------------------*/
#support h2.title{
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom-color: #D96AB0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 16px;
	font-weight: bold;
}

/*----------------------------------
	レイアウト
----------------------------------*/
#support #navi{
	width: 765px;
	padding-top: 15px;
	padding-bottom: 35px;
	float: left;
}

#support #navi dt{
	width:39px;
	float: left;
	padding-right: 21px;
}

#support #navi dd{
	width:220px;
	float: left;
	padding-right: 15px;
}

#support #navi dd a:hover img,
#support.detail #main .mail a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	
	}
#support.detail #main h4.title{
	
}

#support.detail #main h4.title{
	font-size: 14px;
	margin-bottom: 8px;
	border-left-width: 4px;
	border-left-style: solid;
	padding-left: 10px;
	float: left;
	margin-top: 15px;
	width: 750px;
	border-left-color: #D98AB8;
}

#support.detail #main .mail{
width:750px;
text-align: center;
margin-top: 15px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #EEEEEE;
}

/*----------------------------------
	選定
----------------------------------*/

#support #navi_list{
	width: 750px;
	padding-bottom: 35px;
	float: left;
}

#support #navi_list p{
	padding-bottom: 10px;
	float: left;
}

#support #navi_list table{
	width: 750px
	float: left;
}

#support #navi_list table td{
	width: 107px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	background-color: #D88AB8;
	color: white;
}

#support #navi_list table input[type=text]{
	width:200px;
	height:30px;
	font-size:16px;
}

#support #navi_list dl{
	width: 750px;
	float: left;
}

#support #navi_list dl dt{
	padding-bottom: 20px;
	padding-top: 10px;
	width: 150px;
	height: 40px;
	padding-right: 10px;
	float: left;
}

#navi_result table{
	width: 750px;
	margin-bottom: 3px;
	float: left;
}

#navi_result table th{
	border-color: #dddddd;
	border-width: 1px;
	border-style: dotted;
}

#navi_result table th.Model{
	font-style: normal;
	font-weight: normal;
	background-color: #D88AB8;
	color: white;
	width: 180px;
}

#navi_result table th.Compo{
	font-style: normal;
	font-weight: normal;
	width: 333px;
	text-align: left;
	background-color: #FFF;
}

#navi_result table th.Link{
	font-style: normal;
	font-weight: normal;
	width: 205px;
	text-align: center;
	background-color: #FFF;
}

#navi_result table th.Link a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	
	}

/*----------------------------------
	検索結果
----------------------------------*/

/*----------------------------------
	サイドバー
----------------------------------*/
#support #sideBar dt {
	display: block;
	width: 198px;
	height: 36px;
	margin: 0;
	padding: 0;
}

#support #sideBar dl {
	display: block;
	width: 200px;
	margin-bottom: 10px;
}

#support #sideBar dl dd {
	display: block;
	width: 198px;
	border-top: 1px solid #E6E6E1;
	border: 1px solid #E6E6E1;
	border-top: none;
	overflow: hidden;
}

#support #sideBar dl dd ul {
	margin-top: -1px;
}

#support #sideBar li {
	border-top: 1px dotted #E6E6E1;
}

#support #sideBar li a {
	display: block;
	width: 163px;
	padding: 5px 5px 5px 8px;
	border-left: 2px solid #fff;
}

#support.detail #sideBar dl.selection li a {
	background: url(../img/shared/arrow_06.jpg) no-repeat 8px;
	padding-left: 17px;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	height: 26px;
	line-height: 1.2em;
}

#support.detail #sideBar dl.selection dt {
	display: block;
	width: 200px;
	height: 36px;
	background:#D98AB8;
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
	padding-left: 10px;	
}

#support.detail #sideBar dl.selection li a:hover,
#support.detail.selection.navi #sideBar li.navi a,
#support.detail.selection.inquiry #sideBar li.inquiry a
{
	/* カレント */
	background: url(../img/shared/arrow_06.jpg) no-repeat 8px;
	padding-left: 17px;
	color: #D96AB0;
}

/*for IE6 */
* html ul li{
display: inline;
zoom: 1;
}/*for IE7 */
*:first-child+html ul li{
display: inline;
zoom: 1;
}

/*----------------------------------
	メッセージ
----------------------------------*/
#support.detail #main #detail p{
	width: 750px;
	float: left;
}

