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

/*navi.css------------------------------------------*/

/***Bread Crumbs***/
*:first-child+html #breadcrumbs {
	font-size: 85%;
	letter-spacing: normal;
}

/***Local Navigation***/
*:first-child+html #navi-sub ul li a,
*:first-child+html #navi-sub ul li span#navi-sub-crnt {
	line-height: 1.1;
}

/*Links Setting - [Rescue Gear] Jack*/
*:first-child+html body.parts-rescue #navi-sub ul li#navi-sub-jack a,
*:first-child+html body.soldout-parts-rescue #navi-sub ul li#navi-sub-jack span.dead-link{
	margin: 0 95px 0 0;
	width: 180px;
}

*:first-child+html body.parts-rescue #navi-sub ul li#navi-sub-jack span#navi-sub-crnt{
	margin: 0 70px 0 0;
	width: 205px;
}

/*Small Category Title*/
*:first-child+html h3.item-small-category {
	margin: 30px auto 20px;
}

/*--------------------------------------navi.css END*/

/*content.css------------------------------------ --*/

/*Series*/
*:first-child+html div.item-unit div.series {
	margin: 12px 0 5px;
	padding: 0 0 0 5px;
	font-size: 93%;
	font-weight: bold;
	clear: both;
}

/*Item supplement Area*/
*:first-child+html div.item-supplement-area {
	margin: 25px auto -10px;
}

/***Item Spec***/

/*Basic Setting*/
*:first-child+html div.item-unit table.spec {
	margin: 15px 0 0 5px;
}

/*Spec Title*/
*:first-child+html div.item-unit table.spec caption {
	margin: 0;
	padding: 0 0 3px;
	text-indent: 0px;
}

/*Go to Top*/
*:first-child+html div.item-unit div.goto-top {
	bottom: -15px;
}

/*Go to Sold out*/
*:first-child+html div.goto-soldout {
	margin: 30px 15px 0 15px;
}


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

/*------------------------------------content.css END*/

/*scrollto-style.css---------------------------------*/

/*** Exception -Caption- ***/
/*jm-61110*/
/*Seat*/
*:first-child+html body#jm-61110-detail .section #section1d p.caption,
*:first-child+html body#seat-fitting .section #section1d p.caption{
	width: 300px;
}

/*-----------------------------scrollto-style.css END*/


/*rg-kit_howto.css-----------------------------------*/

/*Navigation*/
*:first-child+html #featured ul.ui-tabs-nav li{
	margin: 0 0 1px;
}

*:first-child+html #featured ul.ui-tabs-nav li#nav-fragment-1{
	margin: 5px 0 1px;
}

*:first-child+html #featured ul.ui-tabs-nav li#nav-fragment-4{
	margin: 0;
}


*:first-child+html #featured ul.ui-tabs-nav li span {
	font-size:10px;
	line-height:15px;
	text-indent: -1.5em;
}

/*Contents Area*/
*:first-child+html #featured .ui-tabs-panel .info{
	margin: 6px 0 0;
	min-height: 132px;
}

/*-----------------------------------rg-kit_howto.css*/

}