/* CSS Document */
#tab_disp{
	background-color: #eec68f;
	padding:10px 10px 0 10px;
	margin:10px 0 0px;
}
#tab_disp li{
	float:left;
	margin:0 15px 0 0;
	height:56px ;
}
#tab_disp li a{
	background-image: url(../images/tab.gif?20180420);
	width:167px;
	height:46px;
	display:block;
	text-align:center;
	line-height:44px;
	color:#FFF;
	font-size:16px;
}
.page_selected{
	background-color:#FFF;
	background-image:none !important;
	border-radius: 3px 3px 0 0; 
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	color:#a63e39 !important;
	font-weight:bold;
	height:56px !important;
	line-height:56px !important;
}
/**************************************************
               納車式
**************************************************/

#NousyaDisp{

}

#nousya_list{
	margin:0px 0 10px;
	padding:10px 0px 0;
	/* background:#fff; */
	display:flex;
	flex-wrap: wrap;
}
#nousya_list li{
	/* background-image: url(../images/bck.gif); */
	/* background-repeat:no-repeat; */
	/* background-position:left top; */
	width: 215px;
	min-height: 216px;
	/* padding:7px 10px 10px 7px; */
	margin: 0 21px 15px 0;
	border: 1px solid #321301;
	box-shadow: 4px 4px 0 #321301;
	background: #ffffff;
}
#nousya_list li:nth-child(3n){
	margin: 0 0px 15px 0;
	
}
#nousya_list li:hover{
	background-position:0 -254px;
}

#nousya_list li h3{
	margin: 5px 5px 0px;
	font-size: 17px;
	padding: 0;
	border-bottom: none;
	font-weight: bold;
}
.nousya_img {
	margin: 0 0px 0 0;
	position:relative;
}
.nousya_img .img img{
	/* padding:2px; */
	/* border:1px solid #dbdbdb; */
	width: 213px;
	height:160px;
	object-fit: cover;
}
.n_icon{
	position:absolute;
	bottom:0px;
	right: -14px;
	z-index:999;
	border:none !important;
	padding:2px;
}
.nousya_txt{margin: 0 5px;}
.nousya_txt .Date{font-size:13px;text-align: right;margin: 0 5px 0 0;}
/**************************************************
               納車式詳細
**************************************************/
#DtlDisp{
	padding:5px;
}
#DtlDisp h3{
	margin:0 0 10px;
	margin: 0px 0 20px;
	font-weight: bold;
}
#date{
	margin:0 0 5px 5px;
	font-size: 14px;
}
#MainImg{
	border:5px solid #e5e5e5;
	width: 502px;
	margin:0 auto 10px;
	border: 1px solid #321301;
	box-shadow: 4px 4px 0 #321301;
}
#dtl_txt{
	padding:10px;
}
#nousya_data{
	width:100%;
	border: 1px solid #321301;
	margin:0 0 20px;
}
#nousya_data th{
	/* background-image:url(../../newcar/images/grade_thBck.png); */
	background: #321301;
	color: #FFF;
	background-repeat: repeat-x;
	padding:10px;
	width:100px;
	text-align:center;
}
#nousya_data td{
	padding:10px;
	text-align:center;
	background: #FFF;
}

.eventTxt{
}
.eventTxt dt{
	/* background-image:url(../../common/images/arrow_icon_pink.gif); */
	background-repeat:no-repeat;
	background-position:5px center;
	font-weight:bold;
	font-size: 18px;
	position: relative;
	padding: 0.25rem;
	border-bottom: 5px solid #321301;
	font-weight: bold;
}

.eventTxt dt:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 25%;
  height: 5px;
  content: '';
  background: #da4545;
}
.eventTxt dd{
	margin: 5px 0 33px;
	padding: 10px;
}




/*========================================
 + ページング
========================================*/
ul.pager {
	padding: 0 !important;
	text-align: center;
	margin: 30px 0;
}
ul.pager li {
	display: inline-block;
	margin:0 !important;
	padding:0 !important;
}
ul.pager li .page_on {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	font-weight:bold;
	color:#fff !important;
	background-color:#321301;
	border:1px solid #321301;
}
ul.pager li a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	width: 30px;
	height: 31px;
	display:block;
	float:left;
	text-align:center;
	font-size:11px;
	color:#321301 !important;
	border:1px solid #321301;
	background-color: #fffefd;
	line-height: 30px;
	font-size: 15px;
}

ul.pager li a:hover,
ul.pager li a:active {
	color:#fff !important;
	background-color:#321301;
	border:1px solid #321301;
}


