@charset "utf-8";

/**
 *
 *  出展車 共通
 *
 */

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

.lyt-frame > .inner{
	padding-bottom: 39px
}


/*--------------------------------------------------------------------------
	Utility
---------------------------------------------------------------------------*/

.fix-img img{
	width: 100%;
	height: 100%;
}



/*--------------------------------------------------------------------------
   Exhibition
---------------------------------------------------------------------------*/

/* nav-list
-----------------------------------------------------------------*/
.nav-list{
	width: 866px;
	margin: 8px auto 0;
	padding-left: 11px;
}
.nav-list li{
	width: 274px;
	float: left;
}
.nav-list li + li{
	margin-left: 10px;
}

/* sort-box
-----------------------------------------------------------------*/
.sort-box{
	margin-top: -6px;
	padding: 34px 20px;
	background: #e7ecf2;
}
.sort-box li{
	float: left;
}
.sort-box.type01 li{
	width: 137px;
	height: 113px;
}
.sort-box li label,
.sort-box li a{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	-webkit-transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
					transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sort-box.type01 li label,
.sort-box.type01 li a{
	line-height: 113px;
}
.sort-box.type01 .b-all{
	background:url(http://japan-rv.jp/exhibition/images/common/btn_all.png) no-repeat 0 0;
}
.sort-box.type01 .b-all:hover{
	background:url(http://japan-rv.jp/exhibition/images/common/btn_all_on.png) no-repeat 0 0;
}
.sort-box.type01 .b-all.is-active,
.sort-box.type01 .b-all.is-active:hover{
	background:url(http://japan-rv.jp/exhibition/images/common/btn_all_active.png) no-repeat 0 0;
}



/*--------------------------------------------------------------------------
	box-wrap
---------------------------------------------------------------------------*/

.box-wrap{
	overflow: hidden;
}
.box-wrap .inbox,
.box-wrap .inbox dl{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box-wrap .inbox{
	float: left;
	background-color: #fff;
}
.box-wrap .inbox a{
	position: relative;
	display: block;
	text-decoration: none;
	color: #2e2f48;
	-webkit-transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
					transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-wrap .inbox .img{
	position: relative;
}

/* type01 */
.box-wrap.type01 .inbox{
	width: 269px;
	margin: 0 24px 35px 0;
	border: 1px solid #d8d8e2;
	box-shadow: 5px 5px #f2f7f8;
}
.box-wrap.type01 .inbox a{
	padding: 5px 5px 18px;
}
.box-wrap.type01 .inbox a:hover{
	opacity: .6;
	filter: alpha(opacity=60);
}
.box-wrap.type01 .inbox .img{
	height: 167px;
	margin-bottom: 23px;
}
.box-wrap.type01 .inbox dl{
	padding: 0 14px;
}
.box-wrap.type01 .inbox dt{
	font-weight: bold;
	font-size: 124%;
	line-height: 1.3;
}
.box-wrap.type01 .inbox dd{
	margin-top: 11px;
}
.box-wrap.type01 .inbox dd span{
	margin: 0 5px;
}
/* カテゴリー別ボーダー */
.box-wrap.type01 .inbox.kcam .img{
	border-bottom: 3px solid #f7a130;
}
.box-wrap.type01 .inbox.cabcon .img{
	border-bottom: 3px solid #8bcc25;
}
.box-wrap.type01 .inbox.vancon .img{
	border-bottom: 3px solid #24adc9;
}
.box-wrap.type01 .inbox.fullcon .img{
	border-bottom: 3px solid #375ca8;
}
.box-wrap.type01 .inbox.trailer .img{
	border-bottom: 3px solid #c371d2;
}
.box-wrap.type01 .inbox .img:after{
	position: absolute;
	top: 145px;
	right: 0;
	width: 43px;
	height: 43px;
	margin-right: 5px;
	content: '';
	z-index: 1;
}
.box-wrap.type01 .inbox.kcam .img:after{
	background:url(http://japan-rv.jp/exhibition/images/common/ico_kcam.png) no-repeat 0 0;
}
.box-wrap.type01 .inbox.cabcon .img:after{
	background:url(http://japan-rv.jp/exhibition/images/common/ico_cabcon.png) no-repeat 0 0;
}
.box-wrap.type01 .inbox.vancon .img:after{
	background:url(http://japan-rv.jp/exhibition/images/common/ico_vancon.png) no-repeat 0 0;
}
.box-wrap.type01 .inbox.fullcon .img:after{
	background:url(http://japan-rv.jp/exhibition/images/common/ico_fullcon.png) no-repeat 0 0;
}
.box-wrap.type01 .inbox.trailer .img:after{
	background:url(http://japan-rv.jp/exhibition/images/common/ico_trailer.png) no-repeat 0 0;
}

/* type02 */
.box-wrap.type02{
	padding: 0 20px 30px;
	border-bottom: 1px solid #d4d9e0;
	background: #e7ecf2;
}
.box-wrap.type02 .inbox{
	width: 411px;
	margin: 0 1px 1px 0;
}
.box-wrap.type02 .inbox a{
	overflow: hidden;
	padding: 10px;
	background-image: url(http://japan-rv.jp/exhibition/images/common/ico_arrow.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.box-wrap.type02 .inbox a:hover{
	background-color: #f1f5f8;
}
.box-wrap.type02 .inbox .img,
.box-wrap.type02 .inbox dl{
	display: table-cell;
	vertical-align: middle;
}
.box-wrap.type02 .inbox .img{
	width: 96px;
	height: 91px;
}
.box-wrap.type02 .inbox dl{
	width: 293px;
	padding: 0 30px 0 20px;
}
.box-wrap.type02 .inbox dt{
	font-size: 115%;
	line-height: 1.3;
}
.box-wrap.type02 .inbox dd{
	margin-top: 7px;
}



/*--------------------------------------------------------------------------
	#Detail
---------------------------------------------------------------------------*/

#Detail .col-wrap .col-r,
#Detail .col-wrap .col-l{
	display: inline-block;
	vertical-align: top;
}
#Detail .col-wrap .col-r{
	margin-left: -4px;
}

/* detail-head
-----------------------------------------------------------------*/
#Detail .detail-head{
	position: relative;
	display: table;
	width: 862px;
	border: 1px solid #d9dde7;
}
#Detail .detail-head .label,
#Detail .detail-head .name{
	display: table-cell;
	vertical-align: middle;
}
#Detail .detail-head .label{
	position: relative;
	width: 115px;
}
#Detail .detail-head .name{
	padding: 12px 27px 8px;
	border-left: 1px solid #d9dde7;
	background: #f1f4f7;
}
#Detail .detail-head .label:after{
	position: absolute;
	top: 50%;
	left: 115px;
	width: 12px;
	height: 21px;
	margin-top: -10px;
	content: '';
	background: url(http://japan-rv.jp/exhibition/images/common/img_option.png) no-repeat 0 0;
}
#Detail .detail-head h1{
	font-size: 172%;
	color: #1b1b68;
}

/* notes
-----------------------------------------------------------------*/
#Detail .col-wrap.notes{
	padding: 30px;
	border: 1px solid #d9dde7;
	border-width: 0 1px 1px 1px;
	background: #fff;
}
#Detail .col-wrap.notes p + p{
	margin-top: 1em;
}
#Detail .col-wrap.notes .fix-img{
	width: 257px;
	height: 171px
}
#Detail .col-wrap.notes .col-r{
	width: 510px;
	padding-left: 30px;
}
#Detail .col-wrap.notes .item-url{
	margin-top: 1.4em;
}
#Detail .col-wrap.notes .item-url dt{
	font-weight: bold;
}
#Detail .col-wrap.notes .item-url dt,
#Detail .col-wrap.notes .item-url dd{
	display: inline-block;
}

/* company
-----------------------------------------------------------------*/
#Detail .company{
	margin-top: 30px;
	padding: 30px;
	background: #f2f2f2;
}
#Detail .company .fix-img{
	width: 173px;
	height: 130px;
}
#Detail .company .notes{
	width: 596px;
	padding-left: 30px;
}
#Detail .company .notes dt{
	margin-bottom: 15px;
	font-size: 143%;
	font-weight: bold;
	color: #1b1b68;
	line-height: 1;
}
#Detail .company .notes dd{
	line-height: 1.7;
}
#Detail .company .address{
	margin-top: 1.7em;
}
#Detail .company .address li{
	line-height:1.5;
}
#Detail .company .address span{
	padding-right: 10px;
	font-weight: bold;
}

/* btn-wrap
-----------------------------------------------------------------*/
#Detail .btn-wrap{
	position: relative;
	margin: 30px 0 70px;
}
#Detail .btn-wrap .btn-back{
	width: 242px;
	margin: 0 auto;
}
#Detail .btn-wrap .btn-print{
	position: absolute;
	top: 0;
	right: 0;
}

/* box-wrap
-----------------------------------------------------------------*/
#Detail .box-wrap.type01{
	margin: 0 -25px -35px 0;
}
#Detail .box-wrap.type01 .inbox .img:after{
	position: absolute;
	top: 147px;
	right: 0;
	width: 43px;
	height: 43px;
	margin-right: 10px;
	content: '';
}