@charset "utf-8";

/*  Body: Table
---------------------------------------------------------- */

div#pagecontents table.color {
	width: 100%;
	border-collapse: separate;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-spacing:0;
}
div#pagecontents table.color tbody tr:hover {
	background-color: #e5e5e5; 
}

div#pagecontents table.color th,
div#pagecontents table.color td {
	padding: 3px 8px;
	text-align: left;
}
div#pagecontents table.color th {
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #888888;
	background: #CCC;
}
div#pagecontents table.color td {
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background: white;
}

div#pagecontents table.color th.sub {
	background: #CCC;
	width: 160px;
}

div#pagecontents table.color th.sub_long {
	background: #f0f0f0;
	width: 360px;
}

div#pagecontents table.color th.sub_short {
	background: #f0f0f0;
	width: 100px;
}

div#pagecontents table.color th.short_th {
	background: #AAA;
	width: 100px;
}

div#pagecontents table.color th.middle_th {
	background: #CCC;
	width: 360px;
}


/* Three Column */

div#pagecontents table.color th.trinity_1st {
	background: #AAA;
	width: 100px;
}

div#pagecontents table.color th.trinity_2nd {
	background: #CCC;
	width: 200px;
}
div#pagecontents table.color th.trinity_2_3 {
	width: 400px;
	background: #CCC;
}
div#pagecontents table.color th.trinity_3rd {
	width: 200px;
	background: #f0f0f0;
}

div#pagecontents table.color th.trinity_2ndShort {
	background: #CCC;
	width: 150px;
}
div#pagecontents table.color th.trinity_2_3Short {
	width: 250px;
	background: #CCC;
}
div#pagecontents table.color th.trinity_3rdShort {
	width: 100px;
	background: #f0f0f0;
}


/* table2 */

div#iopBoxBody table.color2 {
	width: 100%;
	border-collapse: separate;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-spacing:0;
}
div#iopBoxBody table.color2 tbody tr:hover {
	background-color: #e5e5e5; 
}

div#iopBoxBody table.color2 th,
div#iopBoxBody table.color2 td {
	padding: 3px 8px;
	text-align: left;
}
div#iopBoxBody table.color2 th {
	width:300px;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #888888;
	background: #CCC;
}
div#iopBoxBody table.color2 th.phone {
	background: #f0f0f0;
}
div#iopBoxBody table.color2 td {
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background: white;
}


/* modeltablearea */

div.modeltablearea table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
div.modeltablearea table td {
	width: 25%;
}

div.SelectClear {
	clear:both;
}

/*  Body
---------------------------------------------------------- */

div#pagecontents ul.note {
	padding-left:15px;
	list-style:disc;
}

div#pagecontents p.indent {
	margin-top: 5px;
	margin-left: 0.8em;
	text-indent: -0.8em;
}
div#pagecontents p.indent span.indent_head {
	margin-right: 0.3em;
}
div#pagecontents p.note {
	margin-top: 3px;
	margin-left: 1.5em;
	text-indent: -0.8em;
	font-size: 88%;
}
div#pagecontents p.note span.note_head {
	margin-right: 0.3em;
}
div#pagecontents span.note_head {
	font-size: 88%;
	font-weight: normal;
}



/*  select
---------------------------------------------------------- */
div#pagecontents div.SelectBox {
	border:solid 1px #999;
	margin:10px 0 10px 0;
	padding:10px 5px;
	background-color: #F0F0F0;
	
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div#pagecontents div.SelectBox div.modelSelect {
	padding:5px 10px;
}
div#pagecontents div.SelectBox div.modelSelect h3 {
	margin-top:0;
	border:none;
	margin-bottom: 12px;
	font-weight:bold;
	background:url(/cs/car/common/img/gt_s_title.gif) no-repeat left bottom;
	padding:5px;
	font-size:140%;
}
div#pagecontents div.SelectBox div.modelSelect form {
	font-size:120%;
}

div#contents div.select {
	margin:0 0 15px 0;
	padding:0 1em 0 1em;
}
div#contents div.select h2 {
	margin:0 0 10px 0;
}

div#contents div.modeltable {
	padding:0 1em 0 1em;
}


/*  toplink
---------------------------------------------------------- */
div#pagecontents div.area {
	border:solid 1px #dcdcdc;
	margin:5px;
	padding:5px;
	float:left;
	width:460px;
}
div#pagecontents div.area h3, 
div#pagecontents div.item_box h3,
div#manuallist h3 {
	margin-top:0;
	border:none;
	margin-bottom: 12px;
	font-weight:bold;
	background:url(/cs/car/common/img/gt_s_title.gif) no-repeat left bottom;
	padding:5px;
}
div#pagecontents div.area ul li {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	background:url(/cs/car/common/img/btn_background.gif) repeat-x center;
	border:solid 1px #898989;
	
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
div#pagecontents div.area ul li a {
	padding:0px 0px 0px 13px;
	background-image:url(/common/img/link_icon_subnavi.gif);
	background-position:left center;
	background-repeat:no-repeat;
	display: block;
}
div#pagecontents div.area ul li a {
	color:black;
	}
/* 240801 */
div#pagecontents div.area ul li.description { padding: 10px; background:none; }
div#pagecontents div.area ul li.description p.description { padding: 0 20px; }


div#pagecontents div.area ul li a:hover {
	color:red;
	}
div#pagecontents div.area ul li a p {
	margin:15px 5px 15px 5px;
}
div#pagecontents div.area ul li a p span {
	font-size:85%;
}
div#pagecontents div.area ul li div div {
	float:left;
	width:340px;
}
div#pagecontents div.area ul li div:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
div#pagecontents div.area ul li.none{
	background: none;
	border: none;
}

div#ft_navi_wrapper div#ft_navi div.ft_navi_col {
	/*width:220px;*/
	width:172px;
}
div#ft_navi_wrapper div#ft_navi div.ft_navi_col ul  {
	margin-left:5px;
}
div#ft_navi_wrapper div#ft_navi div.ft_navi_col ul li div {
	background-image:url(/common/img/footer_mark_tri_right_gray.gif);
	background-repeat:no-repeat;
	background-position:2px 5px;
	padding-left:10px;
}
div#ft_navi_wrapper div#ft_navi div.ft_navi_col a {
	padding-left:0px;
	background:none;
}
div#ft_naviTop {
	text-align:left;
	font-weight:bold;
	margin:0 0 10px 0;
	background-image:url(/common/img/footer_mark_tri_right_gray.gif);
	background-repeat:no-repeat;
	background-position:2px 5px;
	padding-left:10px;
}


form,
form div div diV {
	line-height:2em;
}


div#mainbanner div#flashcontent {
	display:none;
	position: absolute;
	left:0px;
	top:-50px;
}
div#mainbanner {
	position: relative;
}
div#mainbanner div#flashclose {
	display:none;
	position: absolute;
	left:935px;
	top:3px;
}

div#manuallist { clear:both; padding-top:15px; }