@charset "UTF-8";
@media all
{

/***Title***/
/*Large Category Title*/
*:first-child+html h3#item-small-category {
	font-size: 115%;
}


/***Bread Crumbs***/
*:first-child+html #breadcrumbs {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 68%;
}

/***Local Navigation***/
*:first-child+html #navi-sub ul li a,
*:first-child+html #navi-sub ul li span#navi-sub-crnt {
	font-size: 0.8em;
} 

/***HMS***/
/*Line Up*/
*:first-child+html #parts-lineup ul li p{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 78%;
}

/***Item Page***/
*:first-child+html p.warning{
	font-size: 78%;
}


/*Lead*/
*:first-child+html div.main-contents div.lead p{
	font-size: 78%;
}

/*Photo Caption*/
*:first-child+html div.item-unit div.item-photo-area div.caption{
	font-size: 78%;
}


/*Item Name*/
*:first-child+html div.item-unit h4.item-name {
	font-size: 100%;
}

/*Series*/
*:first-child+html div.item-unit div.series {
	margin: 10px 0 5px;
	font-size: 80%;
}

/*Item Spec*/
*:first-child+html div.item-unit table.spec caption,
*:first-child+html div.item-unit table.spec caption{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 70%;
}


*:first-child+html div.item-unit table.spec td,
*:first-child+html div.item-unit table.spec th{
	padding: 6px 8px 3px 8px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 70%;
}


/*Item Number*/
*:first-child+html div.item-unit div.item-number {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 78%;
}

/*Price*/
*:first-child+html div.item-unit div.price {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 78%;
}

/*Item Explanation*/
*:first-child+html div.item-unit div.item-text-area p.expl,
*:first-child+html div.item-unit div.soldout-item-text-area p.expl,
*:first-child+html div.item-unit div.plu-item-text-area p.expl,
*:first-child+html div.item-unit p.caution,
*:first-child+html div.item-unit div.option-item-area {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 78%;
}

/*Item Supplement*/
*:first-child+html div.item-unit p.supplement{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 78%;
}

/*Go to Top*/
*:first-child+html div.item-unit div.goto-top {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 78%;
}

*:first-child+html div.item-unit div.goto-top a{
	margin: 0 0 0 8px;
	line-height: 1.2;
}

/***Sold out***/
*:first-child+html p.sold-out{
	font-size: 78%;
}

/*Partition*/
*:first-child+html #parts hr {
	margin: 5px auto 0;
}

/*Body Lift*/
*:first-child+html .table-body-lift th{
	font-size: 70%;
}

*:first-child+html div#body-lift-price div p.section-tle{
	margin:  0 0 10px 0;
}

*:first-child+html div#body-lift-price div p.section-end{
	margin: 0 0 15px 0;
}

/*Engine Oil Exchenge*/
*:first-child+html #oil-price td.oil-type{
	width: 108px;
}

}