﻿/* CSS Document */
#contents{
	margin:0px 2px 20px;
}
#slide_main{
	background-image: url(/index/images/slide_main_bck.jpg);
	background-size:100%;
	background-repeat:no-repeat;
    animation: bg-complogo 5s ease-in forwards;
}
@keyframes bg-complogo{0%{background-position:left top}to{background-position:left bottom}}




.h2TT{
	background-color:#6b4125;
	border-radius:5px;
	height:37px;
	line-height:37px;
	padding:0 0 0 10px;
	color:#ebe6e2;
	font-size:14px;
}


#rss_tab{
	padding:0 0 0 3%;
}
#rss_tab li{
	width:49%;
	height:40px;
	float:left;
	margin:0 1% 0 0;
	display:table;
}
#rss_tab li a{
	background-color:#986747;
	border-radius:5px 5px 0 0;
	height:35px;
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	color:#ebe6e2;
	text-decoration:none;
	line-height:1em;
	margin:5px 0 0 0;
}
#rss_tab li a.selected{
	background-color:#6b4125 !important;
}
/* ニュース */
#news_disp ul li{
	border-bottom:2px solid #e2dbc5;
	padding:5px 3px;
}
.newsTT{
	line-height:21px;
	margin:2px 0 0;
}
.newIcon{
	width:35px;
	height:21px;
	display:block;
	float:left;
	margin:0 8px 0 0;
}
.ichiranBt{
	float:right;
	margin:5px 0 0;
}
/* イベント・キャンペーン */
#event_disp{
	display: none;
}
#event_disp ul li{
	border-bottom:2px solid #e2dbc5;
	padding:5px 3px;
}
#event_disp ul li h3{
	padding:3px;
	background-color:#fffdc1;
	margin:0 0 8px;
	
}
.event_img {
	float:left;
	margin:0 5px 0 0;

}
.event_img img{
	padding:2px;
	border:1px solid #dbdbdb;
}
#event_disp .ichiranBt{
	bottom:15px;
	position:absolute;
	right:8px;
}

@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		paddin:10px 0 0;
		margin:10px auto 0;
		text-align:center

	}
}	
/* 納車式 */
#nousya_disp{
	position:relative;
	padding:5px 0 5px;
}
.jCarouselLite{
	margin:5px 17px 0 25px;
	height:145px;
}
#nousya_disp ul{
	display:block;
	height:150px;
	overflow: hidden;
	width:320px;;
}
#nousya_disp li{
	background-image:url(../images/borderbtm.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding:2px;
	width:100%;
	min-height:160px;
	float:left;
	margin:0 5px 0 0;
	
}
.nousha_img{
	width:90%;
}
.nousha_img img{
	padding:2px;
	border:1px solid #dbdbdb;
}
.nousha_txt{
}
.nousha_txt p{
	margin:2px 0 0;
}
.next{
	position:absolute;
	right:0;
	top:5px;
}
.prev{
	position:absolute;
	top:5px;
	left:0;
}
.newsImg {
	margin:0 auto 10px;
}
/* リンクボタン */
.linkbotan{
	text-align: center;
}
.linkbotan p{
	font-size: 26px;
	color: #6b4125;
	font-weight: bold;
	margin: 18px 0 0 0;
}
.linkbotan img{
	margin: 8px 6px 0 6px;
}

/* womenバナー */
#women_banner {
    margin: 10px auto 20px;
    text-align: center;
}