﻿ @charset "utf-8";
/* CSS Document */

* {
    margin: 0;
}
@font-face {
    font-family: 'myfont';
    src: url(http://www.lineajapan.co.jp/font/font_abc.eot?#iefix) format('embedded-opentype'),
	url(http://www.lineajapan.co.jp/font/font_abc.woff) format('woff'),
	url(http://www.lineajapan.co.jp/font/font_abc.ttf) format('truetype'),
	url(http://www.lineajapan.co.jp/font/font_abc.svg#svgId) format('svg');
}
@font-face {
    font-family: 'myfont';
    font-weight:bold;
    src: url(http://www.lineajapan.co.jp/font/font_abc_bold.eot?#iefix) format('embedded-opentype'),
	url(http://www.lineajapan.co.jp/font/font_abc_bold.woff) format('woff'),
	url(http://www.lineajapan.co.jp/font/font_abc_bold.ttf) format('truetype'),
	url(http://www.lineajapan.co.jp/font/font_abc_bold.svg#svgId) format('svg');
}
article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}
html{
	overflow-y:scroll;
	margin:0;
	height:100%;
}
body{
	font-family:"メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka","Arial", "Verdana"," sans-serif";
	font-size:70%;
	color: #000;
	margin:0px 10px;
	height:100%;
}
img{
	border:none;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #ccc;
}
a:active {
	color: #ccc;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style-type: none;
}

/*--------------------------------------------------*/

#wrap{
	margin:0px auto;
    	text-align: left;
	padding:0px;
	width:100%;
	height:100%;
}
/*--------------------------------------------------*/
#maincontents{
   	min-height: 100%;
	height:auto !important;
	height:100%;
	width:923px;
	margin: 0 auto -50px;
}
.etc{
	background:url(../img/back.gif) repeat-y left top;
}
/*--------------------------------------------------*/

/* ヘッダー */

header{
	background-color: #ffffff;
	height:92px;
	width:923px;
	margin:0px;
	padding:0px;
}
header h1{
	position:relative;
	float:left;
	top:36px;
	left:26px;
}
/*--------------------------------------------------*/

/* あああ */

.stratum a:link{
	color:#BEBDB8;
}
.stratum a:visited {
	color:#BEBDB8;
}
.stratum a:hover{
	color:#000;
}
.stratum a:active {
	color:#000;
}
.stratum{
	font-family: myfont;
	font-size:100%;
	float:right;
	margin:3px 3px 0px 0px;
	color:#BEBDB8;
}
.stratum h1{
	display: inline;
	font-weight:normal;
	font-size:100%;
	margin:0px;
	padding:0px;
}
/*-----------------------------------------------*/

/* ヘッダー内検索 */

header .searchBox {
	font-size:100%;
	float:right;
	text-align:right;
	width: 212px;
	height: 20px; 
	margin:  10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
.sitesearch {  
	position: relative;  
}
.keywords  {  
	width: 200px;  
	height: 16px; 
	border:1px solid #BEBDB8;
	border-radius: 10px; 
	margin: 0px;
	padding: 1px 0px 1px 10px;  
}
.searchBtn {  
	position: absolute;  
	top: 2px;  
	left: 188px;  
}
input[type="text"], input[type="password"], textarea, select { 
	outline: none;
}
/*-----------------------------------------------*/

/* ヘッダーメニュー */

.flexboxlegacy header nav.nav_m {
	float:right;
	font-family: myfont;
	font-size:110%;
}
.flexboxlegacy header nav.nav_m ul{
	display:-webkit-box;
	-webkit-box-pack:end;
	margin:40px 0px 0px 0px;
	display:-moz-box;
	-moz-box-pack:end;
}
.flexboxlegacy header nav.nav_m li {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	border-left:1px solid #BEBDB8;
}
.no-flexboxlegacy header nav.nav_m {
	float:right;
	text-align:right;
	font-family: myfont;
	font-size:110%;
}
.no-flexboxlegacy header nav.nav_m ul{
	margin:40px 0px 0px 0px;
}
.no-flexboxlegacy header nav.nav_m li {
	display:inline;
	margin: 0px;
	padding: 0px 8px 0px 8px;
	border-left:1px solid #BEBDB8;
}
header nav.nav_m li.endR {
	border-right:1px solid #BEBDB8;
}

header nav ul {
	font-family: myfont;
	font-size:110%;
}
header nav ul a:link {
	color: #BEBDB8;
}
header nav ul a:visited {
	color: #BEBDB8;
}
header nav ul a:hover {
	color:#000;
}
header nav ul a:active {
	color: #000;
}
/*-----------------------------------------------*/

section{
	float:right;
	width:733px;
	margin:0px;
	padding:0px;
}
section h2{
	font-family: myfont;
	color:#ccc;
	font-size:160%;
	margin: 0px 0px 1px 5px;
	padding: 0px 0px 0px 14px;
	width:714px;
}
/*-----------------------------------------------*/

/* サイドバー */
#sidebar{
	font-family: myfont;
	font-size:110%;
	float:left;
	margin:0px;
	padding:0px;
	width:190px;
}
#sidebar.top{
	height:485px;
	background:url(../img/back.gif) repeat-y left top;
}
#sidebar nav {
	position:relative;
	top:20px;
	left:26px;
	width: 160px;
	margin: 0px;
}
.flexboxlegacy #sidebar nav ul{
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
}
.no-flexboxlegacy #sidebar nav ul{
	display:block;
}
.categoryitems {
	margin: 1px 0px 10px 0px;
	padding: 0;
}
.flexboxlegacy .categoryitems ul{
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
}
.no-flexboxlegacy .categoryitems ul{
	display:block;
}
.categoryitems ul {
	padding-left: 0px;
}
.categoryitems li {
background : url("../img/ma.gif") left no-repeat;
	margin: 0px 0px -6px 5px;
	padding: 7px 0px 7px 8px;
}
#sidebar nav a:hover {
	color:#fff;
}
#sidebar nav a:active {
	color: #fff;
}

/*-----------------------------------------------*/

.m_news{
	margin-bottom:10px;
}
.m_designer{
	margin-bottom:10px;
}
.m_showroom{
	margin-bottom:10px;
}

/*--------------------------------------------------*/

/*　フッター　*/
footer{
font-family: myfont;
font-size:110%;
	clear:both;
/*	background:url(http://www.lineajapan.co.jp/img/back.jpg) repeat-y left top;*/
	background-color: #ffffff;
	margin:0px auto;
	padding:0px;
	width:923px;
	height:50px;

}
footer a:link {
	color: #BEBDB8;
}
footer a:visited {
	color: #BEBDB8;
}
footer a:hover {
	color: #000;
}
footer a:active {
	color: #000;
}

footer p{
	float:right;
	margin:8px 20px 0px 0px;
	padding:0;
	color:#BEBDB8;
}
.flexboxlegacy footer nav {
	font-family: myfont;
	font-size:110%;
	float:right;
}
.flexboxlegacy footer nav ul{
	display:-webkit-box;
	-webkit-box-pack:end;
	display:-moz-box;
	-moz-box-pack:end;
	margin:  8px 0px 0px 7px;
	border-right:1px solid #BEBDB8;
}
.flexboxlegacy footer nav li {
	margin:0px;
	padding:0 7px 0 7px;
	border-left:1px solid #BEBDB8;
}
.no-flexboxlegacy footer nav {
	float:right;
	text-align:right;
	font-family: myfont;
	font-size:110%;
}
.no-flexboxlegacy footer nav ul{
	margin:  8px 0px 0px 8px;
	border-right:1px solid #BEBDB8;
}
.no-flexboxlegacy footer nav li{
	display:inline;
	margin:0px;
	padding:0px 7px 0px 7px;
	border-left:1px solid #BEBDB8;
}
/*--------------------------------------------------*/

.space {
	clear:both;
	height:50px;
}
.space2 {
	background-color: #ffffff;
	clear:both;
	height: 28px;
}
.space_top {
	background-color: #ffffff;
	clear:both;
	height: 50px;
}
.sc {
	clear:both;
	height: 50px;
}
.cl{
	clear:both;
	height:50px;
}
.clear{
	clear:both;
}

/* 【メイン画像の設定】 --------------- */


section .slider {
	position: relative;
	width: 728px;
	height: 485px;
	overflow: hidden;
margin-left:5px;
}

	section .slides {
		height: 100%;

		/* Simple clear fix */
		overflow: hidden;

		/**
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;

		/**
		 * Here is CSS transitions
		 * responsible for slider animation in modern broswers
		 */
		-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
		   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
		    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
		     -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
		        transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	}

		section .slide {
			height: 100%;
			float: left;
			clear: none;
		}


	section .slider-arrows {}

		section .slider-arrow {
			position: absolute;
			display: block;
			margin-bottom: -20px;
			padding: 20px;
		}

			section .slider-arrow--right { bottom: 50%; right: 30px; }
			section .slider-arrow--left { bottom: 50%; left: 30px; }


	section .slider-nav {
		position: absolute;
		bottom: 15px;
	}

		section .slider-nav__item {
			border-radius:50%;
			width: 10px;
			height: 10px;
			float: left;
			clear: none;
			display: block;
			margin: 0 5px;
			background: #eee;
		}

				section .slider-nav__item:hover { background: #333; }
				section .slider-nav__item--current { background: #333; }

.box{
align:center;
}
/* =======================================
	ClearFixElements
======================================= */
section .wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

section .wideslider ul {
	display: inline-block;
	overflow: hidden;
}

.tel a:link,
a:visited {
	text-decoration: none;
	color:#000;
	cursor:default;
}
.tel a:hover,
a:active {
	text-decoration: none;
	color: #000;
	cursor:default;
}

