@charset "UTF-8";
/*
Theme Name: トータルオート和光
Theme URI: http://www.totalauto-wako.com/
Description: トータルオート和光
Author: トータルオート和光
*/

/*
===== CONTENTS ==============================
	1: body and base setting
		:general params
		:form
	2: link setting
	3: Browser clear
	4: #wrapper
	5: #header
	6: .breadcrumb
	7: #article
		:searchArea
	8: #aside
	9: #footer
=============================================
*/

/*
===== 1: body and base setting =====
*/
html {
	overflow-y: scroll;
}

body {
	text-align: center;/* box centering */
	font-size: 100%;
	color: #333;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
}
*+html body {font-size: 105%;}/* IE7 */
* html body {font-size: 105%;}/* IE6 */
body:first-of-type body {font-size: 90%;}/* safari3 */

/* general params */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 100%;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}
img {
	border: none;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: none;
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
fieldset {
	border:1px solid #ccc;
	margin-bottom: 1em;
	padding: 0 1em 1em 1em;
}
input, textarea {
	border: 1px solid #b4b4b4;
	line-height: 1.4;
	padding: 0.2em;
	vertical-align: middle;
}
input,x:-moz-read-only {
	padding: 0.1em;
}
textarea,x:-moz-read-only {
	padding: 0.1em;
}
input[type="checkbox"],
input[type="radio"] {
	border: none;
	vertical-align: text-bottom;
}
input[type="submit"] {
	padding: 0.1em;
}
legend {
	background: #fff;
	padding: 0.3em;
}
select {
	padding: 0.2em;
}
select,x:-moz-read-only {
	padding: 0;
}

/* for IE6 */
* html input {
	padding: 0.1em;
}
* html input.checkbox,
* html input.radio {
	border: none;
	vertical-align: -0.3em;
}
* html input.submit {
	border: none;
	line-height: 1.2;
	padding-top: 0.2em;
}
* html select {
	vertical-align: -0.2em;
}

/* for IE7 */
*+html input {
	padding: 0.1em;
}
*+html input.submit {
	line-height: 1.2;
	padding-top: 0.2em;
}
*+html select {
	vertical-align: -0.2em;
}

/* for Opera9.27 */
html:first-child input {
	padding: 0.1em;
}
html:first-child input[type="checkbox"],
html:first-child input[type="radio"] {
	vertical-align: middle;
}
html:first-child input[type="submit"] {
	padding: 0.3em;
}
html:first-child select {
	padding: 0.2em 0.5em;
}

/* for Opera9.5+ [Safari3 & Chrome] */
body:first-of-type input {
	padding: 0.1em;
}
body:first-of-type input[type="checkbox"],
body:first-of-type input[type="radio"] {
	vertical-align: text-top;
}
body:first-of-type input[type="submit"] {
	padding: 0.3em 0.3em 0.2em 0.3em;
}

/* for Safari3 & Chrome */
html:not(:only-child:only-child) input {
	padding: 0;
	vertical-align: baseline;
}
html:not(:only-child:only-child) select {
	vertical-align: 0;
}

/*
===== 2:link setting =====
*/
/* text-decoration: none;color: #; */
a:link {}
a:visited {}
a:hover {}
a:active {}
a:focus {}
a:active,a:focus {
	outline: none;
}


/*
===== 3:Browser clear =====
*/
.clear {
	clear: both;
}

/*
===== 4: #wrapper =====
*/
#wrapper {
	margin: 0 auto;
	width: 821px;
}
#wrapper div{
	zoom:1;/*for IE 5.5-7*/
}
#wrapper div:after{/*for modern browser*/
	content:".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}


/*
===== 5: #header =====
*/
#header {
	height: 105px;
	position: relative;
	width: 821px;
}
#header ul li {
	line-height: 1.0;
}
#header ul li img {
	vertical-align: bottom;
}
#header ul li a {
	display: block;
}
#header .lead {
	font-size: 75%;
	left: 0;
	top: 10px;
	position: absolute;
}
#header .logo {
	bottom: 13px;
	left: 0;
	position: absolute;
}
#header .usabilityNav {
	right: 0;
	top: 8px;
	position: absolute;
}
#header .usabilityNav li {
	float: left;
	margin: 0 0 0 7px;
}
#header .info {
	bottom: 10px;
	right: 0;
	position: absolute;
}
#header .info li {
	font-size: 80%;
	font-weight: bold;
	margin: 5px 0 0;
	text-align: right;
}

/*
===== 6: #globalNav =====
*/
#globalNav {
	margin: 0 0 10px;
}
#globalNav ul {}
#globalNav ul li {
	float: left;
}
#globalNav ul li a {
	display: block;
}

/*
===== 6: .breadcrumb =====
*/
.breadcrumb {
	height: 1em;
	line-height: 1em;
	font-size: 70%;
	margin: 0 0 10px;
	padding: 0.3em 0;
}

/*
===== 7: #article =====
*/
#article {
	margin: 0 0 40px;
	width: 821px;
}
#article p {
	font-size: 80%;
	margin: 0 0 15px;
}
#article table {
	border-left: 1px solid #787878;
	border-top: 1px solid #787878;
	margin: 0 0 20px;
	width: 820px;
}
#article table th,
#article table td {
	border-bottom: 1px solid #787878;
	border-right: 1px solid #787878;
	font-size: 80%;
	padding: 5px;
}
#article table .empty {
	height: 30px;
}
#article table img.empty {
	height: auto;
}

/* info */
#article.info {
	min-height: 400px;
}
#article.info h1 {
	border: 1px solid #444444;
	border-left-width: 10px;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 5px;
}
#article.info h2{
	border-left: 5px solid #444444;
	font-size: 85%;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 0 5px;
}
#article.info .map {
	float: left;
}
#article.info ul.sub {
	float: right;
	width: 180px;
}
#article.info ul.sub li {
	font-size: 80%;
	margin: 0 0 5px;
}
#article ul.about {
	margin: 0 0 15px 15px;
}
#article ul.about li {
	font-size: 80%;
	list-style-type: disc;
}
#article ul.about li span {
	font-size: 80%;
}
/* 在庫車一覧 */
/* search */
#article .search {
	background: url(./images/searchbtmbg.gif) no-repeat left bottom;
	margin: 0 0 30px;
	padding: 0 0 5px;
}
#article .search h2 {
	float: left;
	border-left: none;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#article .search .tabNav {
	float: right;
	padding: 0 1px 0 0;
}
#article .search .tabNav li {
	float: left;
}
#article .search .tabNav li a {
	display: block;
}
#article .search .tabNav li a#maker {
	background: url(./images/snav01.gif) no-repeat left top;
	height: 51px;
	width: 102px;
}
#article .search .tabNav li a#maker.active {
	background: url(./images/snav01_on.gif) no-repeat left top;
}
#article .search .tabNav li a#type {
	background: url(./images/snav02.gif) no-repeat left top;
	height: 51px;
	width: 102px;
}
#article .search .tabNav li a#type.active {
	background: url(./images/snav02_on.gif) no-repeat left top;
}
#article .search .tabNav li a#price {
	background: url(./images/snav03.gif) no-repeat left top;
	height: 51px;
	width: 103px;
}
#article .search .tabNav li a#price.active {
	background: url(./images/snav03_on.gif) no-repeat left top;
}
#article .search .tabNav li a#color {
	background: url(./images/snav04.gif) no-repeat left top;
	height: 51px;
	width: 105px;
}
#article .search .tabNav li a#color.active {
	background: url(./images/snav04_on.gif) no-repeat left top;
}
#article .search .tabNav li a.active {
}
#article .search .tabNav li a span {
	display: none;
}
#article .search div {
	background: url(./images/searchbg.gif) repeat-y left top;
	clear: both;
}
#article .search #tab1 {
	padding: 14px 22px 20px;
}
#article .search #tab1 ul {
	float: left;
}
#article .search #tab1 ul.jp {
	background: url(./images/searchtab01-01.gif) no-repeat left top;
	padding: 0 0 0 88px;
	width: 300px;
}
* html #article .search #tab1 ul.jp {
	width: 388px;
}
#article .search #tab1 ul.other {
	background: url(./images/searchtab01-02.gif) no-repeat left top;
	padding: 0 0 0 120px;
	width: 268px;
}
* html #article .search #tab1 ul.other {
	padding-bottom: 15px;
	width: 388px;
}
*+html #article .search #tab1 ul.other {
	padding-bottom: 15px;
}
#article .search #tab1 ul li {
	float: left;
	font-size: 80%;
	width: 134px;
}

#article .search #tab2 {
	padding: 10px 12px 8px 8px;
}
* html #article .search #tab2 {
	padding: 10px 12px 0 8px;
}
#article .search #tab2 ul {}
#article .search #tab2 ul li {
	padding: 0 0 5px 2px;
	float: left;
}
#article .search #tab2 ul li a {
	display: block;
}
#article .search #tab2 ul li img {
	width: 98px;
}

#article .search #tab3 {
	padding: 9px 10px 1px 7px;
}
#article .search #tab3 ul {}
#article .search #tab3 ul li {
	padding: 0 0 4px 2px;
	float: left;
}
#article .search #tab3 ul li a {
	display: block;
}
#article .search #tab3 ul li img {
	width: 132px;
}

#article .search #tab4 {
	padding: 35px 10px 0 7px;
}
#article .search #tab4 ul {}
#article .search #tab4 ul li {
	padding: 0 0 30px 2px;
	float: left;
}
#article .search #tab4 ul li a {
	display: block;
}
#article .search #tab4 ul li img {
	width: 65px;
}

/* tableSorter */
#article table.tablesorter thead tr .header {
	background-image: url(./images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
#article table.tablesorter thead tr .headerSortUp {
	background-image: url(./images/asc.gif);
}
#article table.tablesorter thead tr .headerSortDown {
	background-image: url(./images/desc.gif);
}
#article table.tablesorter th,
#article table.tablesorter td {
	text-align: center;
}
#article table.tablesorter th {
	background-color: #8c8c8c;
	color: #ffffff;
	font-size: 70%;
	font-weight: bold;
	white-space: nowrap;
}
#article table.tablesorter td {
	background-color: #f9f9f9;
}
#article table.tablesorter td.color,
#article table.tablesorter td.mot,
#article table.tablesorter td.price,
#article table.tablesorter td.run,
#article table.tablesorter td.year,
#article table.tablesorter td.maker,
#article table.tablesorter td.imgs {
	white-space: nowrap;
	width: 1%;
}
#article table.tablesorter td.imgs img {
	width: 70px;
}
#article table.tablesorter td.carname {
	text-align: left;
}
#article table.tablesorter td.run,
#article table.tablesorter td.price {
	text-align: right;
}
#article table.tablesorter tr.odd td {
	background-color: #fefce9;
}

/* car */
#article .cat-1 .nego,
#article .cat-1 .sold {
	display: none;
}
/* negotiation */
#article .cat-591 .sold {
	display: none;
}

/* sold */
#article .cat-158 .nego {
	display: none;
}

#article .cat-591 p,
#article .cat-158 p {
	margin: -53px 0 0;
}

/* pagenavi */
.pagenavi {}
.pagenavi #wp_page_numbers {
	margin: 10px 0;
	text-align: center;
}
.pagenavi #wp_page_numbers.lastChild {
	margin-top: -10px;
}
* html .pagenavi #wp_page_numbers.lastChild {
	margin-top: 0;
}
.pagenavi #wp_page_numbers ul {
	border: none;
	margin: 0 auto;
	text-align: center;
}
.pagenavi #wp_page_numbers ul li {
	display: inline-block;
	float: none;
}
* html .pagenavi #wp_page_numbers ul li {
	display: inline;
	height: 1em;
	vertical-align: middle;
	zoom: 1;
}
*+html .pagenavi #wp_page_numbers ul li {
	display: inline;
	height: 1em;
	vertical-align: middle;
	zoom: 1;
}

/* 在庫車 */
#article .categoryTlt {
	margin: 0 0 15px;
}

/* tltArea */
#article .tltArea {}
#article h1.tltArea {
	border-bottom: 1px solid #c8c8c8;
	color: #6f5902;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 0;
}

#article h2.tltArea {
	border-bottom: 1px solid #c8c8c8;
	border-left: none;
	color: red;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 5px 0;
}
#article .tltArea strong {
	color: #5f80c4;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	width: 6em;
}
#article .tltArea span {
	color: #8b8b8b;
	font-size: 60%;
}
#article .tltArea img {
	padding: 0 0 5px 5px;
	vertical-align: middle;
}

/* imgArea */
#article .imgArea {
	margin: 0 0 20px;
}
#article .imgArea .pika_main {
	float: left;
	width: 545px;
}
#article .imgArea .pika_main img {
	width: 545px;
}
#article .imgArea .sub {
	float: right;
	width: 270px;
}
#article .imgArea .sub li {
	float: left;
	padding: 0 0 5px 5px;
	height: 100px!important;
	width: 130px!important;
}
#article .imgArea .sub li img {
	height: 100px!important;
	width: 130px!important;
}
#article .imgArea .estimate {
	float: right;
	margin: 15px 0 0;
}
#article .imgArea .pika_navigation,
#article .imgArea .pika_main .pika_play {
	display: none!important;
}

/* comments */
#article .comments {
	background: url(./images/commentsbtmbg.gif) no-repeat left bottom;
	padding: 0 0 5px;
}
#article .comments p {
	background: url(./images/commentsbg.gif) repeat-y left top;
	font-size: 80%;
	margin: 0;
	padding: 10px;
}
#article .comments p img {
	margin: 0 10px 0 0;
	vertical-align: top;
}

/* outline */
#article table.outline th,
#article table.outline td {
	width: 15%;
}
#article table.outline th {
	background-color: #e6e5e5;
	text-align: center;
}
#article table.outline td {
	background-color: #fafafa;
}

/* etc */
#article table.etc th,
#article table.etc td {
	text-align: center;
}
#article table.etc th {
	background-color: #fffde9;
	width: 10%;
}
#article table.etc td {
	color: #1d86a6;
	width: 18%;
}

/* sitemap */
#article.sitemap h2{
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 5px;
}
#article.sitemap ul {}
#article.sitemap ul li {
	font-size: 80%;
	margin: 0 0 2px;
}
#article.sitemap .cars {
	margin: 0 0 15px;
}
#article.sitemap .cars ul {
	margin: 0 0 0 15px;
}
#article.sitemap .cars ul li {
	display: inline;
	list-style-type: disc;
	margin: 0 25px 0 0;
	zoom:1;
}
#article.sitemap ul.sitemap li {
	border-left: 5px solid #444444;
	font-size: 90%;
	margin: 0 0 15px;
	padding: 0 0 0 5px;
}

/* contact */
#article p .telfax,
#article p .mailad {
	font-size: 150%;
	font-weight: bold;
}

/*
===== 8: #aside =====
*/
#aside {}


/*
===== 9: #footer =====
*/
#footer {
	background: url(./images/footerbg.gif) repeat-x top left;
	clear: both;
	margin: 0 auto;
	padding: 16px 0 0;
	width: 821px;
}
#footer .logo {
	float: left;
	margin: 0 0 30px;
}
#footer .logo a {
	color: #333;
	display: block;
}
#footer .assistNav {
	float: right;
	margin: 0 0 30px;
}
#footer .assistNav li {
	float: left;
	font-size: 75%;
}
#footer address {
	clear: both;
	font-size: 75%;
	margin: 0 auto 30px;
	text-align: center;
}

/*
===== 9: #topPage =====
*/
#topPage #wrapper,
#topPage #header {
	width: 901px;
}
#topPage #header .lead,
#topPage #header .logo {
	left: 40px;
}
#topPage #header .usabilityNav,
#topPage #header .info {
	right: 40px;
}
#topPage #globalNav,
#topPage #article,
#topPage #footer {
	padding-left: 40px;
	padding-right: 40px;
}
#topPage .mainvisual {
	margin: 0 0 20px;
}
#topPage #article {
	margin: 0;
}
* html #topPage #article {
	margin: 0 0 40px;
	width: 901px;
}
*+html #topPage #article {
	margin: 0 0 40px;
}
#topPage #article .search {
	background: url(./images/searchtopbtmbg.gif) no-repeat left bottom;
	float: left;
	margin: 0 0 15px;
	width: 595px;
}
#topPage #article .search .tabNav {
	float: left;
	padding: 0;
}
#topPage #article .search div {
	background: url(./images/searchtopbg.gif) repeat-y left top;
}
#topPage #article .search #tab1 ul li {
	float: none;
	width: 100%;
}
#topPage #article .search #tab1 ul.jp {
	width: 148px;
}
* html #topPage #article .search #tab1 ul.jp {
	width: 236px;
}
#topPage #article .search #tab1 ul.other {
	width: 195px;
}
* html #topPage #article .search #tab1 ul.other {
	padding-bottom: 0;
	width: 315px;
}
*+html #topPage #article .search #tab1 ul.other {
	padding-bottom: 0;
}
#topPage #article .search #tab2 {
	padding: 10px 19px 8px 16px;
}
#topPage #article .search #tab2 ul li {
	padding: 0 0 5px 4px;
}
#topPage #article .search #tab2 ul li img {
	height: 106px;
	width: 136px;
}
#topPage #article .search #tab3 {
	padding: 9px 12px 1px 13px;
}
#topPage #article .search #tab3 ul li {
	padding: 0 0 4px 3px;
}
#topPage #article .search #tab3 ul li img {
	height: 111px;
	width: 187px;
}
#topPage #article .search #tab4 {
	padding: 35px 17px 0 16px;
}
#topPage #article .search #tab4 ul li {
	padding: 0 0 30px 4px;
}
#topPage #article .search #tab4 ul li img {
	height: 72px;
	width: 89px;
}


#topPage #article .whatsnew {
	background: url(./images/whatsnewbtmbg.gif) no-repeat left bottom;
	float: right;
	margin: 0 0 15px;
	padding: 0 0 5px;
	width: 208px;
}
#topPage #article .whatsnew h2 {
	border-left: none;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#topPage #article .whatsnew .newcar {
	background: url(./images/whatsnewbg.gif) repeat-y left top;
	padding: 0 12px;
}
#topPage #article .whatsnew .newcar .newcar-inner {
	border-bottom: 1px solid #808080;
	margin: 0 0 12px;
}
* html #topPage #article .whatsnew .newcar .newcar-inner {
	padding: 0 0 7px;
}
#topPage #article .whatsnew .newcar.lastChild .newcar-inner {
	border-bottom: none;
	margin: 0;
}
#topPage #article .whatsnew .newcar p {
	float: right;
	font-size: 70%;
	margin: 0;
	width: 110px;
}
#topPage #article .whatsnew .newcar p.imgs {
	float: left;
	margin: 0 0 5px;
	width: 60px;
}
#topPage #article .whatsnew .newcar p.imgs img {
	width: 60px;
}
#topPage #article .whatsnew .newcar p.imgs a {
	display: block;
	margin: 3px 0;
}
#topPage #article .whatsnew .newcar p.maker {}
#topPage #article .whatsnew .newcar p.carname {}
#topPage #article .whatsnew .newcar p.price {
	color: red;
	margin: 0 0 5px;
}
#topPage #article .rss {
	background: url(./images/rssbgbtm.gif) no-repeat bottom left;
	clear: both;
	float: left;
	margin: 0 0 40px;
	padding: 0 0 9px;
	width: 595px;
}
#topPage #article .rss dl {
	background: url(./images/rssbg.gif) repeat-y top left;
	padding: 15px 20px 5px;
}
#topPage #article .rss dl dt {
	font-size: 75%;
	margin: 0 0 5px;
}
#topPage #article .rss dl dt .date {}
#topPage #article .rss dl dt a {
	padding: 0 0 0 15px;
}
#topPage #article .rss dl dd {
	border-bottom: 1px solid #7d6503;
	font-size: 75%;
	margin: 0 0 6px;
	padding: 0 5px;
}
* html #topPage #article .rss dl dd {
	margin: 0 0 8px;
}
*+html #topPage #article .rss dl dd {
	margin: 0 0 10px;
}
#topPage #article .rss dl dd.lastChild {
	border-bottom: none;
	margin: 0;
}
#topPage #article .rss dl dd a {
	display: block;
	margin: 0 0 5px;
	text-align: right;
}
#topPage #article .staff {
	background: url(./images/staffbgbtm.gif) no-repeat bottom left;
	float: right;
	margin: 0 0 10px;
	padding: 0 0 6px;
	width: 208px;
}
#topPage #article .staff p {
	background: url(./images/staffbg.gif) repeat-y top left;
	font-size: 75%;
	margin: 0;
	padding: 8px 9px;
}
#topPage #article .staff p img {
	padding: 0 0 5px;
}
#topPage #article .bannerArea {
	background: url(./images/staffbgbtm.gif) no-repeat bottom left;
	float: right;
	margin: 0 0 40px;
	padding: 0 0 5px;
	width: 208px;
}
*+html #topPage #article .bannerArea {
	padding: 0 0 1px;
}
#topPage #article .bannerArea ul {
	background: url(./images/bannerbg.gif) repeat-y top left;
	padding: 0 0 5px;
}
#topPage #article .bannerArea li {
	margin: 0 auto 5px;
	text-align: center;
	zoom:1;
}
* html #topPage #article .bannerArea li.lastChild {
	margin: 0 auto;
}
#topPage #article .bannerArea li a {
	display: block;
}
#topPage #article .bannerArea li span {
	font-size: 65%;
	display: block;
	padding: 0 43px 0 0;
	text-align: right;
}
