@charset "utf-8";

/**
 *
 *  出展車情報　-出展車から探す detail
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
   section
---------------------------------------------------------------------------*/

/* info
-----------------------------------------------------------------*/
#Main .info{
}
#Main .box{
	margin-bottom:40px;
	border:1px solid #ccc;
}

/* ttl */
#Main .info .ttl{
	border-bottom: 1px solid #ccc;
}
#Main .info .ttl>p{
	float: left;
	width:138px;
	text-align:center;
}
#Main .info .ttl .ttl-inside{
	float: left;
	width:689px;
	min-height:90px;
	padding:20px 0 0 30px;
	border-left: 1px solid #ccc;
	background:#fafafa;
}
#Main .info .ttl .ttl-inside h2{
	font-size: 175%;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -2px;
}
#Main .info .ttl .ttl-inside p{
	margin-bottom:10px;
	font-size: 108%;
}

/* info-main */
#Main .info-main{
	padding: 40px 40px 38px 40px;
}

/* gallery */
#Main .info-main .gallery{
	position: relative;
	float: left;
	width: 428px;
}
#Main .info-main .gallery .inner{
	overflow: hidden;
	position: relative;
	width: 428px;
	height: 288px;
	margin-bottom: 20px;
}
#Main .info-main .gallery ul.list li{
	position: absolute;
	top: 0;
	left: 0;
}
#Main .info-main .gallery ul.list li img{
	border:1px solid #e7e7e7;
}

/* thumbnail */
#Main .info-main .gallery .thumbnail li{
	margin-right:9px;
	float:left;
	display: inline;
}
#Main .info-main .gallery .thumbnail li img{
	border:1px solid #e7e7e7;
}
#Main .info-main .gallery .thumbnail li:last-child{
	margin-right:0;
}

/* tab */
#Main .info-main .tab-wrap{
	float: right;
	width: 310px;
}
#Main .info-main .tab-navi{
	margin-bottom: 20px;
}
#Main .info-main .tab-navi li{
	display: table-cell;
}
#Main .info-main .tab-content{
	position: relative;
}
#Main .info-main .tab-section{
	position: absolute;
	top: 0;
	left: 0;
	width: 310px;
}
#Main .info-main .tab-section dl dt{
	font-weight: bold;
}
#Main .info-main .tab-section dl dd{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d4d4d4;
}
#Main .info-main .tab-section dl dd:last-child{
	border-bottom: none;
}

/* company */
#Main .company{
	clear: both;
	margin-bottom: 38px;
	padding: 30px 30px 25px 30px;
	background: #f2f2f2;
}
#Main .company>p{
	float: left;
}
#Main .company .exp{
	margin-left: 210px;
}
#Main .company dl{
	margin-bottom:15px;
}
#Main .company dl dt{
	margin-bottom:15px;
	font-weight:bold;
	font-size: 125%;
	line-height:1;
}
#Main .company dl dd{
	line-height:1.3;
}

#Main .company ul li{
	line-height:1.5;
}
#Main .company ul li span{
	font-weight: bold;
}
#Main .company dl dd a:hover{
	text-decoration: none;
}

/* ボタン */
#Main p.btn-back{
	margin:0 -40px;
	padding-top: 30px;
	background: url(http://japan-rv.jp/shared/images/line_dotted.png) no-repeat 50% 0;
	border-top:1px solid #ececec;
	text-align: center;
}
#Main p.print{
	margin-top: -50px;
	text-align: right;
	z-index: 11;
}


/*--------------------------------------------------------------------------
   car_show
---------------------------------------------------------------------------*/

#Main .car_show
{
    width: 1000px;
    padding: 40px 0 0 0;
    margin: 0 auto;
}
#Main .car_show .slide_wrap
{
    position: relative;
    width: 860px;
    height: 409px;
    margin: 0 30px;
    padding: 0 40px;
    background: url(../images/detail/bg_01.png);
}
#Main .car_show h3
{
    padding: 34px 0 38px 0;
}
#Main .car_show .slide_wrap ul.slide
{
    overflow: hidden;
    position: relative;
    z-index: 11;
    min-height: 280px;
}
#Main .car_show .slide_wrap ul.slide li
{
    position: absolute;
    width: 260px;
    height: 220px;
}
#Main .car_show .slide_wrap ul.slide li.item1
{
    background: url(../images/detail/ttl_bg_01.png) no-repeat;
}
#Main .car_show .slide_wrap ul.slide li.item2
{
    background: url(../images/detail/ttl_bg_02.png) no-repeat;
}
#Main .car_show .slide_wrap ul.slide li.item3
{
    background: url(../images/detail/ttl_bg_03.png) no-repeat;
}
#Main .car_show .slide_wrap ul.slide li.item4
{
    background: url(../images/detail/ttl_bg_04.png) no-repeat;
}
#Main .car_show .slide_wrap ul.slide li.item5
{
    background: url(../images/detail/ttl_bg_05.png) no-repeat;
}
#Main .car_show .slide_wrap ul.slide .thumbnail_size
{
    max-width: 269px;
    max-height: 180px;
}
#Main .car_show .slide_wrap ul.slide p.thumbnail
{
    padding: 65px 45px 29px 45px;
}
#Main .car_show .slide_wrap ul.slide p.car_name
{
    padding-top: 20px;
}

#Main .car_show .slide_wrap ul.slide li.hover img
{
	opacity: 0.5; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: 0.50; /* Safari 1.x */
	-moz-opacity: 0.50; /* FF lt 1.5, Netscape */
}
#Main .car_show li.prev
{
    position: absolute;
    top: 97px;
    left: -25px;
}
#Main .car_show li.next
{
    position: absolute;
    top: 97px;
    right: -25px;
}


/*--------------------------------------------------------------------------
   xxx
---------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
   xxx
---------------------------------------------------------------------------*/

/* xxx
-----------------------------------------------------------------*/

/* xxx */