@charset "utf-8";

/*----------------------------------------------------------
	Index Styles
*/
/*
body {
	background: #000;
}
*/

/*----------------------------------------------------------
	Container Override
-----------------------------------------------------------*/
#container {
/*	background: #000 url(../img/bg.jpg) repeat-y 49.99% 600px;	*/
	background:none;
}
/*
#container #shadow {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 200px;
	background: transparent url(../img/bg_shadow.png) repeat-x 0 0;
}
*/
/*----------------------------------------------------------
	header Override
-----------------------------------------------------------*/
#header p {
	right: 30px;
}
/*----------------------------------------------------------
	Footer Override
-----------------------------------------------------------*/
/*
#footer ul {
	background: transparent url(../img/fnav_line.png) no-repeat 100% 4px;
}
#footer ul li {
	background: transparent url(../img/fnav_line.png) no-repeat 0 4px;
}
#footer ul li.nav01 a { background-image: url(../img/fnav01.gif); }
#footer ul li.nav02 a { background-image: url(../img/fnav02.gif); }
#footer ul li.nav03 a { background-image: url(../img/fnav03.gif); }
#footer ul li.nav05 a { background-image: url(../img/fnav05.gif); }

#footer address {
	background: transparent url(../img/copyright.png) no-repeat 0 0;
}
*/

/*----------------------------------------------------------
	navigation Override
-----------------------------------------------------------*/
#navigation .nav {
	margin: -5px 0 0 0;
}

/*----------------------------------------------------------
	Main
-----------------------------------------------------------*/
#main {
	overflow: hidden;
	position: relative;
	width: 100%; height: 640px;
/*	background: #000;	*/
}
#main #mainWrap {
	position: absolute;
	top: 0; left: 50%;
	margin: 0 0 0 -270px;
}
#main #mainImage {
	position: absolute;
	top: 0; left: 0;
	width: 760px;
}

/* jquery.flexslider.js のカスタマイズ */

.flexslider {	
	position:relative;
	border:none;
	-webkit-box-shadow:none; -moz-box-shadow:none; -o-box-shadow:none; box-shadow:none;
}

.flex-control-nav {
	bottom:-25px;
}
.flex-control-paging li a {
	background:#999
}
.flex-control-paging li a.flex-active {
	background:#C66;
}


/*----------------------------------------------------------
	Index
-----------------------------------------------------------*/
#index {
	margin-right: 20px;
	padding: 0;
	min-height: 200px;
	_height: 200px;
}
#index #news {
	float: left;
}
#index #blog {
	float: right;
	margin-bottom:20px;
}
#index .archive {
	margin: 25px 0 0 0;
	width: 370px;
}
#index .archive h2 {
	padding: 0 0 5px 0;
}
#index .archive dl {
	position: relative;
	width: 100%;
	background: transparent url(../common/img/line_dot02.png) repeat-x 0 100%;
	font-size: 75%;
	line-height: 1.4em;
/*	color: #fff;	*/
}
#index .archive dl dt {
	position: absolute;
	top: 0; left: 0;
	padding: 12px 0;
}
#index .archive dl dd {
	padding: 12px 0;
	margin: 0 0 0 80px;
}
#index .archive dl a {
	text-decoration: none;
/*	color: #fff;	*/
	color:inherit;
}
#index .archive dl a:hover {
/*	color: #fc0;	*/
	color: #801A39;
	text-decoration:underline;
}

#body .content {
	padding-top:20px;
}

/*----------------------------------------------------------
	３個のバナー（2015-02-10）
-----------------------------------------------------------*/
#topBanner {
	margin:0 0 30px 0;
}
#topBanner li {
	width:244px;
	height:80px;
	float:left;
	text-align:center;
}
#topBanner li a {
	display:block;
	background:#FFF;
	text-decoration:none;
}
#topBanner li a:hover img {
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
#topBanner li.bnr1 {
	margin-right:14px;
}
#topBanner li.bnr3 {
	float:right;
}
/*----------------------------------------------------------
	展示場とショールームのリンク（2015-02-06）
-----------------------------------------------------------*/
#exhb {
	margin-bottom:1px;
}
#exhb > div {
	width:373px;
}
#exhb > div > div {
	background:#685E55;
	min-height:80px;
	padding:15px 0 10px 30px;
}
#exhb > div > div a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	background: url(../img/mark1.gif) no-repeat left center;
	padding-left: 15px;
}
#exhb > div > div a:hover {
	color: #fc0;
}
#exhb > div > div td {
	padding:2px 20px 2px 0;
}
#exhb > div h2,
#index .archive h2 {
	font-size:16px;
	font-weight:bold;
/*	color:#FFF;	*/
	margin-bottom:10px;
	padding:8px 0 8px 8px;
	border-left:5px solid #801A39;
	line-height:1;
}
#exhb #exhb_tenjijo {
	float:left;
}
#exhb #exhb_showroom {
	float:right;
}
/*----------------------------------------------------------
	「今だけ限定!!」コラム（2015-02-10）
-----------------------------------------------------------*/
#imadake {
	position:relative;
	clear:both;
	background:#F7C790 url(../img/imadake_bg.png);
	padding:15px 30px;
}
#imadake h2 {
	color:#FD231A;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
}
#imadake p {
	color:#630;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	margin-bottom:10px;
}
#imadake p strong {
	color:#FD231A;
}
#imadake img {
	position:absolute;
	top:15px;
	right:30px;
}
#imadake li {
	float:left;
}
#imadake li.last {
	float:right;
}
#imadake li,
#imadake li a {
	width:322px;
	height:46px;
}
#imadake li a {
	color:#FFF;
	display:block;
	background:url(../img/imadake_btn.png) no-repeat;
	font-size:14px;
	line-height:1;
	text-align:center;
	padding:16px 0;
	text-decoration:none;
}
#imadake li a:hover {
	color: #fc0;
}